-
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 -
Glop Glop
posted in technical issues • read moreActually, the resize message and the bound message were sent together. I fixed the problem by splitting the both messages and triggering the resize first and the bound in a second time
-
Glop Glop
posted in technical issues • read moreProblem fixed, I had a loadbang giving a size as 0 !
-
Glop Glop
posted in technical issues • read moreGreat, it works ! However (is it the good word, maybe, I'm not so bad in english), the arrays are no longer resizable
How can I fix this ?
Does the $1 in the resize message causes problem because of orders of information ?
Thanks
Glop -
Glop Glop
posted in technical issues • read moreFor sure

This is a drum realtime sequencer with delay possibilities and array resizing and labelling.
The differents parts were working perfectly, I saved the big one several times without problems and suddenly it happened
I have already checked in a text editor the coords lines, no problem, the restore lines just after the coords lines, no problem
either.
The final use of this patch is a copy as a subpatch in a big patch for live performing with MIDI control on groovebox and synthesizers
Thanks
realtime_sequencer_template.pd -
Glop Glop
posted in technical issues • read moreHi,
I have a problem with a patch I'm working on : when I open it, it seems empty but everything is here when I use a text editor.
Pure Data console tells me "graph: empty bounds rectangle"
I've already checked all the coords in text editor, everything seems fine.
Could someone help me ?
Thanks
Glop