@sebfumaster said:
if you want paging it might be tricky to pull off in pd. the easiest way is probably to have multiple canvases in an abstraction and change the Graph on Parent bounds dynamically based on which page you want to go to
this has an example of what you want:
http://puredata.hurleur.com/sujet-3858-message-moving-subptaches-dynamically
http://puredata.hurleur.com/sujet-6445-change-graph-parent-dimentions-inside
i think what he/her is referring to pages actually are different modes
pattern select, pattern edit,play list etc .. that are displayed/controlled on the launchpad this wouldn't require any complicated gui acrobatics
im working on something similar but instead launchpad im gonna use korg padkontrol in native mode to control my sequencer
Gema
its all depends on your sequencer
are you going to build it yourself? or try to interface existing one?
if i was you i would go this route
1 try to build first simple sequencer in pd
- pattern edit mode (ex
[metro]
|
[counter]
|
[mod 16]
|
[sel 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15]
16 toggles -> and store on/offs in the array )
then read values from array and output toggle states on the launchpad
once you got there you will figure out the rest
- pattern select mode
- pattern play list mode
check out
Launchpad Programmers Reference Guide
http://uk.novationmusic.com/support/product-downloads?product=Launchpad