while working on a generative music patch, I had a struggle that is creating a sequencer saves pattern which written during the session.
I could see how I can achieve this easily with wiring but can this be possible with click of a button as how toggle does, which also saves it for the next time??
-
Sequencer which saves pattern written
-
@dopamine333 There was an extended object...... [midi_stream2notes]...... here are all the bits.....
time2notes.zip
You could save the output using [textfile] which can also be used to play it back.....
There will be a better way though (maybe.......!)
Actually, [qlist] can be used for time tagged messages as well.
Look at....
23.sequencing.pd in the pd doc/2.control.examples
David. -
Take a look at Context. It's very good at state-saving.
-
@dopamine333 This also might interest you, it was intended as a multi-purpose step sequencer which can hold multiple patterns (and save/load them to/from text files).
-
@LiamG Thanks! This is what I was looking for and much more. I think this will come handy in general.
-
@whale-av I noticed an error occurs on console, saying couldn't create 'list-something' or 'compare-any', 'import-disabled list abs'.
I'm using 0.48.1. Am I using the wrong PD?
What am I doing it wrong? -
@dopamine333 No, you have done nothing wrong, it was built for "extended" so libraries are missing in "vanilla". I thought that I had zipped up all the necessary components, but......
Here is [compare-any]...... compare-any.pd
Will it then run?
[list-something] I cannot find, and the import object can be ignored / deleted.
David. -
This post is deleted!
-
@whale-av Thanks!, That resolved it.
-
@whale-av I meant, 'list-len'. But I looked up the extension 'list-abs' to settle this