M4L effect to Midi From
-
bendedavis
- Posts: 48
- Joined: Thu Jul 17, 2008 2:31 pm
M4L effect to Midi From
How do I get a Max for Live effect to output midi so that it can be selected from another tracks Midi From dropdown box? I've tried midiout and plugmidiout.
Re: M4L effect to Midi From
This is not going to make it into version 1.
What you can do for now is make a MIDI device and send things to it using a send receive object pair.
-A
What you can do for now is make a MIDI device and send things to it using a send receive object pair.
-A
-
Michael Hatsis
- Posts: 1807
- Joined: Tue Nov 16, 2004 6:27 pm
- Location: Here and There
- Contact:
Re: M4L effect to Midi From
how bout racking the max midi effect, then you should be able to get MIDI from that rack. not able to test it now.
-
Michael Hatsis
- Posts: 1807
- Joined: Tue Nov 16, 2004 6:27 pm
- Location: Here and There
- Contact:
Re: M4L effect to Midi From
we cant actually use send/recieve to send to another max device, like in pluggo plugsend~, or is it possible to do this with MFL?pukunui wrote:This is not going to make it into version 1.
What you can do for now is make a MIDI device and send things to it using a send receive object pair.
-A
Re: M4L effect to Midi From
Yes you can. Use the prefix "---" to keep the send limited to your plugin.mike@TrackTeam Audio wrote:we cant actually use send/recieve to send to another max device, like in pluggo plugsend~, or is it possible to do this with MFL?pukunui wrote:This is not going to make it into version 1.
What you can do for now is make a MIDI device and send things to it using a send receive object pair.
-A
-
Michael Hatsis
- Posts: 1807
- Joined: Tue Nov 16, 2004 6:27 pm
- Location: Here and There
- Contact:
Re: M4L effect to Midi From
hoffman2k wrote:Yes you can. Use the prefix "---" to keep the send limited to your plugin.mike@TrackTeam Audio wrote:we cant actually use send/recieve to send to another max device, like in pluggo plugsend~, or is it possible to do this with MFL?pukunui wrote:This is not going to make it into version 1.
What you can do for now is make a MIDI device and send things to it using a send receive object pair.
-A
Thats exactly what i was lookin for. Nice!
Re: M4L effect to Midi From
heh. that was the first thing i tried. i gave up quickly.
good to know it is possible
good to know it is possible
Re: M4L effect to Midi From
Whoah! I have never heard of "---" as a prefix to do that. It's not in the send nor receive reference nor in the remote messaging tutorial. Any further info on that?hoffman2k wrote:Yes you can. Use the prefix "---" to keep the send limited to your plugin.mike@TrackTeam Audio wrote:we cant actually use send/recieve to send to another max device, like in pluggo plugsend~, or is it possible to do this with MFL?pukunui wrote:This is not going to make it into version 1.
What you can do for now is make a MIDI device and send things to it using a send receive object pair.
-A
Do you mean [---s foo] and [---r foo] or [s ---foo] and [r ---foo]?
MBP | Live 9 Suite | Max for Live | Push | MOTU Ultralite | iPad | Analog Modular Synths | Moog Voyager
aka "Tempus3r" | Music | Blog | Twitter | Soundcloud

aka "Tempus3r" | Music | Blog | Twitter | Soundcloud

Re: M4L effect to Midi From
[s ---foo] and [r ---foo]tempus3r wrote:
Whoah! I have never heard of "---" as a prefix to do that. It's not in the send nor receive reference nor in the remote messaging tutorial. Any further info on that?
Do you mean [---s foo] and [---r foo] or [s ---foo] and [r ---foo]?
In a device instance, the --- will become a unique number. So that the send/receive only works within that device. I'm not sure about documentation on this very specific use, but its the same as using [r #0foo] which is documented.
Re: M4L effect to Midi From
Got it. Cool thanks. Also forum notification emails working again!hoffman2k wrote:[s ---foo] and [r ---foo]tempus3r wrote:
Whoah! I have never heard of "---" as a prefix to do that. It's not in the send nor receive reference nor in the remote messaging tutorial. Any further info on that?
Do you mean [---s foo] and [---r foo] or [s ---foo] and [r ---foo]?
In a device instance, the --- will become a unique number. So that the send/receive only works within that device. I'm not sure about documentation on this very specific use, but its the same as using [r #0foo] which is documented.
MBP | Live 9 Suite | Max for Live | Push | MOTU Ultralite | iPad | Analog Modular Synths | Moog Voyager
aka "Tempus3r" | Music | Blog | Twitter | Soundcloud

aka "Tempus3r" | Music | Blog | Twitter | Soundcloud
