-
-
gema
There's an object that visualize the dump output of coll object ?
something like this, without use the open command of dump:
|dump(
|
[coll]
| \|
[magic object]...so i can visualize this in the patch:
-magic object-
0, 38 60 300;
1, 46 60 800;
2, 0 0 0;
...like a scroll or a text file
Thanks
-
gema
Hi,
I try to use the tof/param objects for save and reload and work well, but i can't find a way, if it possible, to save different file in others directory than the / of the patch and with a custom name.Anyone know if it is possible ?
Thanks
-
gema
Hi,
Is possible to change the creation argument of an object from a patch ?
[bang(
|
[name(
|
[send object] ---(something like this to change the "name" arguments ?)[object name] ---object (i want to change "name" from the patch)
I want to use with tof/param things by save many data in one file and then recall.
Thanks -
gema
Hi,
Is possible to dump the "coll" content from a index number to another, not from the start to finish ?
if have coll with my stored index + value...that go from 0 to 128 i can like: from 64 to 128 ?
I try puting a float and a counter that do 64 - 128 and works but i want that this range could be variable, 64-128 or 0 - 64 or 0 - 16 etc.
Thanks
-
gema
I would like to use the novation launchpad or also others controller or keyboard doesn't matter, for controll my sequencer or other patch.
I have all midi IO for the launchpad, this is not a problem.
I need a way to make multiple pages of my launchpad with storage, so i can change page with a button and refresh the view with the stored value. for example from pattern page i select the pattern to edit then switch page to the step edit view etc...etc...
Where i have to start ? i need only some object to look at.
Thanks
-
gema
Hi,
I wonder if it's possibile to have a patch where i could record midifile (like midifile, qlist, xeq) with position ?
Like to: select sequence position, record midi in this position and play back the sequence ? for modifing only a single time/note in a midifile, or make a sort of sequencer.
I see only patches that record a midi file from start to finish, or i understand this, in midifile is like to, start recording, finish an then playback....in xeq maybe, but i try to find info an is not complete i think.
Thanks
-
gema
Hi,
Can i do something like this whit "coll" object ?
|coll $0-num |
I want that one coll object write things an another in the same patch play them.
Thanks
-
gema
Hi to all,
I have this problem:
I'm making a patch for the novation launchpad (a grid controller) that use midi note and have output note and input for light on.
I want to use with the seq24 sequencer for mute pattern, i try a first method for save state of the buttons....and woks but:
When i made a reset of the controller or when load some value or when puredata load the patch i have to click on the controller 3 times per button to light it on and then work, since another reset, data load....
There's a way to avoid this ? maybe i wrong to write patch...or make some startups....
Thanks
-
gema
Hi,
Just a little question:
Is possible to run Pure Data patches on a ncurses interface or textmode, for example using an old pc without X (on linux) ?
I would like to make a short of pd patch cpu without graphics, i'm curious to know if it's possible.
Thanks