-
Glop Glop
posted in technical issues • read moreHello,
I have a problem with my live_patch in which I included a first slice of sequencer called temp.
The problem is the sequencer doesn't play exactly what I want : for exemple, if I program my sequencer for playing only 4th notes, it doesn't work perfectly and the print result shows note-off messages
Does someone have an idea ?
Thanks dudes
live_patch.pd -
-
Glop Glop
posted in technical issues • read moreI never got this message, I only have graph_xlabel: no y value given 4 times
-
Glop Glop
posted in technical issues • read moreHi
I get the message "graph_xlabel: no y value given" 4 times while opening my patch but it works perfectly afterwards.
Has anyone got a solution ?
Here is the patch
Thanks
array_drum_random _sequencer.pd -
Glop Glop
posted in technical issues • read moreI found the solution, it is more than simple : this will be a subpatch of a sequencer, so I will use the dedicated clock !
-
Glop Glop
posted in technical issues • read moreHi
I want to coordinate two arrays : tab24 which has 24 steps and tab_var which has 1, 2, 3, 4, 6 or 8 steps.
In a first time, I want to move the value of the 0 stept of tab_var graphically and report it on step 0 of tab24.
Does anyone have a solution without using a bang to let the value get out ?
Thanks
array_coordinator.pd