Open coderofsalvation opened 2 years ago
Hello,
I am not sure if it's worth adding more things to the program. May be in the future I could add the import command.
If you can change the pattern number then you can run all commands. The command read must always be at the beginning, to initialize the data, and at the end there must be a write. If you write echo "print !" | ./elecmidi >a.txt then in a.txt you have the current pattern. You can examine and edit the pattern and sent it again to the electribe with cat a.txt | ./elecmidi Cheers
On Wednesday, August 10, 2022 at 10:42:49 AM GMT+2, coderofsalvation ***@***.***> wrote:
This is a cool project. I'm trying to get it to work (currently I can change the pattern number using elecmidi). some ideas: $ elecmidi env-var ELECTRIBE2 found ('/dev/midi2:0') starting interactive prompt elecmidi> elecmidi> ls example1.txt example2.txt template.txt idea.mid elecmidi> import template.txt elecmidi> lfo 1 volume sin 4 0 80 # apply lfo on volume-param between 0..80 with 4hz sinewave elecmidi> import idea_v1.mid elecmidi> read elecmidi> export idea_v2.mid — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
This is a cool project, sortof a little csound language for electribe2. :heart: I'm trying to get this to work on my es2 (currently I can change the pattern number using elecmidi but the
read
, see testoutput below). some ideas:testoutput
ps. this was compiled with: