Can I send all MIDI notes off?

For general discussion related FlowStone
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Can I send all MIDI notes off?

Post 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
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Can I send all MIDI notes off?

Post 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
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Can I send all MIDI notes off?

Post 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.
User avatar
jjs
Posts: 142
Joined: Thu Jun 09, 2011 12:15 pm

Re: Can I send all MIDI notes off?

Post 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?
Attachments
MIDI Table.zip
(32.24 KiB) Downloaded 1048 times
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Can I send all MIDI notes off?

Post 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.
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Can I send all MIDI notes off?

Post by MyCo »

Here are the messages wrapped in modules.
Attachments
Midi Off Messages (MyCo).fsm
(340 Bytes) Downloaded 1042 times
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Can I send all MIDI notes off?

Post 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
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Can I send all MIDI notes off?

Post 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.
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Can I send all MIDI notes off?

Post by nix »

OK, now I understand.
Much appreciated.

Maybe Malc will implement it at some stage
User avatar
support
Posts: 151
Joined: Fri Sep 07, 2012 2:10 pm

Re: Can I send all MIDI notes off?

Post by support »

Yeah sorry - it's on the list but we wanted to get 3.0.3 as soon as possible.
Post Reply