Page 1 of 2

Can I send all MIDI notes off?

Posted: Thu Jul 18, 2013 4:04 am
by nix
Heya,
When I get a glitch with an unreleased note in my arp,
it tells my sequencer to keep playing.
I need to send all notes off when pressing the panic button(or on host not playing) I think.
I know there is a MIDI message that does this,
can I do it in FS?
The bug may not be fixed by this though, hmm,
I would still like to know if 'all notes off' works

Re: Can I send all MIDI notes off?

Posted: Thu Jul 18, 2013 4:28 am
by MyCo
The "Midi to voice" doesn't support "All notes off" or "All sounds off" messages. I asked Malc for support of that, but maybe this was lost because of higher priority bug-/feature-requests.

Here are the messages as hex:

Code: Select all

All notes off:
0xB[X], 0x7B, 0

All sounds off:
0xB[X], 0x78, 0

where [X] is the channel

Re: Can I send all MIDI notes off?

Posted: Thu Jul 18, 2013 4:45 am
by nix
Is there a primitive which will accept the hex?
Thanks man 8D
I found the status is 123,
but i still don't know what to do.

Re: Can I send all MIDI notes off?

Posted: Thu Jul 18, 2013 6:24 am
by jjs
check the pic, this could help you

i zipped it because of this stupidity message:

The image must be at least 0 pixels wide, 0 pixels high and at most 650 pixels wide and 1000 pixels high. The submitted image is 673 pixels wide and 180 pixels high.


could someone please remove this annoying issue with the pictures upload, what is the sense of it?

Re: Can I send all MIDI notes off?

Posted: Thu Jul 18, 2013 6:36 am
by nix
Ta,
That table is useful, but doesn't list the status 123,
which I need to use.
What are supposed to be in the bytes I wonder?

The image restriction is poor,
it needs to be twice that size.
In this case you could have flipped the picture 90 degrees.
The avatars are similarily restricted.

I think I have fixed my issue, using the MIDI mono to say which note is stuck, and firing the note off with 'panic',
gotta try and get a note note to hang again.

All notes off could be cool though.

Re: Can I send all MIDI notes off?

Posted: Thu Jul 18, 2013 3:15 pm
by MyCo
Here are the messages wrapped in modules.

Re: Can I send all MIDI notes off?

Posted: Fri Jul 19, 2013 12:05 am
by nix
Sorry for being dense MyCo,
but I can't seem to get them working?
I have just plugged the midi out into the midi input of my synth,
and pressed the trigger button.
Are these supposed to work,
or if the message was implemented-
these modules are how it would be?

and much thanks fellow

Re: Can I send all MIDI notes off?

Posted: Fri Jul 19, 2013 12:23 am
by MyCo
You can send the messages through a midi out to external synths, but FlowStone itself doesn't understand them. As I said:
The "Midi to voice" doesn't support "All notes off" or "All sounds off" messages.

Re: Can I send all MIDI notes off?

Posted: Fri Jul 19, 2013 12:26 am
by nix
OK, now I understand.
Much appreciated.

Maybe Malc will implement it at some stage

Re: Can I send all MIDI notes off?

Posted: Fri Jul 19, 2013 10:56 am
by support
Yeah sorry - it's on the list but we wanted to get 3.0.3 as soon as possible.