Open christophertrapani opened 5 years ago
Which features of chain are important to you? number of repetitions? This could be easily added to camu.cont, see branch wip-tutos, catart-mubu-tutorial 1c cont trigger mode.maxpat
Loop mode seems to repeat a single grain; cont always plays sequentially, disregarding knn. Chain should also play continuously with a single selection and with a period of 0./1., but should choose the next grain from within the pool of knn options.
On Thu, Jul 25, 2019 at 4:30 AM diemoschwarz notifications@github.com wrote:
Which features of chain are important to you? number of repetitions? This could be easily added to camu.cont, see branch wip-tutos, catart-mubu-tutorial 1c cont trigger mode.maxpat
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ircam-RnD/catart-mubu/issues/35?email_source=notifications&email_token=AIRYDC3DD7WKB6TFWDHIBQDQBFQDPA5CNFSM4IGS5OLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2YYMOI#issuecomment-514950713, or mute the thread https://github.com/notifications/unsubscribe-auth/AIRYDC5F5P3QKS6UANYUJDLQBFQDPANCNFSM4IGS5OLA .
I think this is covered by #33: periodic trigger modes should re-choose from random list
in which case chain could be considered loop + a knn > 1
implement chain trigger mode?