combined audio and midi routing in patch

Michael Begg's icon

Hi All,
I am interested in hearing solutions for routing audio and midi in a single patch. I am working on a device that pulls in a dataset with several columns of data to be routed. Some go off to sine / saw signal generators and various plug in fx, but I want other data to take on a midi value and pass (ideally) into a Kontakt instance.

To date, I have managed the data import, parsing, and routing to various cycle~ / saw~ objects. I have also isulated the data streams I want for midi and have scaled the data output into the relevant midi numbers - but how to get this info passed to a midi device from this audio m4l device?

Michael Begg's icon

ok - for any other beginners stumbling across this - I ended up using send and receive objects on a spread of audio and midi tracks - so the midi device would receive number values being sent from the device on the audio track

Valiumdupeuple's icon

You can get midi into an M4L audio device by using the imp.midiin external object.
You can audio into a midi (well, only Instrument actually) by using the new (since L10) browserouting.maxpat.