o_e Posted September 24, 2021 Share Posted September 24, 2021 Hi, How do I point :methods and :global-methods to my own def-unfold-set instead of the default one? (counterpoint patterns '(((- 2 3 -)) ((4 * * 6)) ((1 - - 2)) ((5 6 1 2))) :index 'voice :global-polyphony '((1 p) (2 o) (10 o) (11 o)) :iterate t :global-methods '((fl) (cl) (hn) (vc))) Thanks! Quote Link to comment Share on other sites More sharing options...
opmo Posted September 24, 2021 Share Posted September 24, 2021 with :set 'your-set-name (counterpoint patterns '(((- 2 3 -)) ((4 * * 6)) ((1 - - 2)) ((5 6 1 2))) :set 'your-set :index 'voice :global-polyphony '((1 p) (2 o) (10 o) (11 o)) :iterate t :global-methods '((fl) (cl) (hn) (vc))) Quote Link to comment Share on other sites More sharing options...
o_e Posted September 24, 2021 Author Share Posted September 24, 2021 Thanks for the quick answer! It's all in the doc- file but I overlooked it 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.