Evolutive presentation
Hello, sorry for my english, I'll try to explain my problem the best way I can. Precision : I'm running with max 5.
I would like my interface in presentation mode to change when I click on buttons.
For exemple :
I make a synth patch with 4 editable parameters (Osc Freq, Osc Type, Filter Freq, Filter Res) and two buttons. In presentation mode, I would like to display Osc Freq and Osc Type when I push button 1, and display Filter Freq and Res instead when I push button 2.
It would be like assigning the appearence of an object to a button.
Is it possible with max 5 ? Should I buy max 6 ?
Thanks for your answers,
Gaétan
One way is to use a bpatcher. Create a patch with your 4 parameters, open it in the bpatcher, and move its position with the buttons (maybe tab could be a nice way to do this).
I think there is an exemple in bpatcher's help file.
p
Thank you very much.
It took me time to understand how does the bpatcher work, but now I can do what I want.