Hi, I'm working on an array stepsequencer, 16 steps. all it does is output some pitches which i use to play other arrays with. that's neat.
but sometimes i get a really nice stepsequencer going by accident. what kind of a message should i send, to get the array contents saved to a textfile, so i could later reload it?
-
Array Save to textfile - load from textfile?
-
ok, answering my own question:
[savepanel] -> [;arrayname write $1( lets me save it
[openpanel] -> [;arraynameread $1( lets me open it.thanks!
-
thanks for this question and answer! i was just wondering about this since deciding to try out tabosc4~ .
I had been manually setting messages for array sequencer pattern recall...
but uhh.. that wasnt gonna work for waveforms! -
i actually messed up the savepanel, it should have been
[;
globpitch write $1(not [;globpitch write $1(
but anyway, works. i keep learning, applying and forgetting this type of stuff.
the next step would be to write a stepper that shows visually where the step is going. i think i have that in the archives but need to find it again..