AM Posted July 3, 2016 Share Posted July 3, 2016 hi all, i'm looking for a markov-function who's working with a transition-table (like in OPMO), but who is "context-sensitive". the table could be something like that (but nonsense-example here): (setq transition-table '((1 (2 1) (3 1)) (2 ((1 3) 1) (2 1)) (3 (1 1) (4 1)) (1 3 (2 1) ((3 1) 1)))) is there any "hidden-function" in OPUSMODUS, or have i code it for myself? ...it makes "musically" more sense to work with context- then with single-value-decisions... thanx andré Quote Link to comment Share on other sites More sharing options...
AM Posted July 3, 2016 Author Share Posted July 3, 2016 okay, in some way it's markov LEVEL 2. but i try to code something more "individual", a combination of LEVEL 1 and LEVEL 2... when i have something new i will post it... Quote Link to comment Share on other sites More sharing options...
AM Posted July 3, 2016 Author Share Posted July 3, 2016 a possible solution...? greetings andré Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.