Hello,
I am using a custom midi player provided by @SirSickSik here (without the EOF bit)
The player needs to receive:
1 A string with the midi file name
2 A signal in LOAD inlet
3 A signal in PLAY inlet
I made a patch that should load a different midi file every 4 minutes, but I don't know how to sequence the "load" and "play" signals right after the midi file name is sent to the custom midi player:
What this patch does:
1 The bpm generator beats 60 times per minut, so once per second.
2 Every 240 seconds (4 minutes) the carry pulse output makes the second counter increase by one.
3 The output of this slow counter is used to control the index of the string muxer.
4 The output of the muxer is sent to the custom midi player string in.
... now, as far as I understand, "load" should get a signal, then "play". And as this is going to be continuous (and Axo is not event driven) I think the signals should be ON all the time, and when the string midi name is received go OFF, then ON again.
Is that correct?
How can I do that?
Thank you very much