Hello,
I made a polyphonic synthesizer with 8 notes with a repetitive pattern for each note.
I would like to do the same with more notes, but it would be tedious.
Do someone know if there is another way to do it without repeating the same pattern for each note ?
Thank you !
polysyntsp1.pd
-
Polyphonic synthesizer
-
@jacquesb Try substituting an abstraction for your note subpatch, then you won't have to repeat the same internals over and over. Next, look into using arguments with your abstraction. If that's still not enough tedium reduction, look into the [clone] object.
-
Thank you jameslo !
I could solve the problem using clones of an abstraction with argument.
polysyntspclone1.pd note-abstraction.pd