Device Details
Overview
| Name | Version: | Auto MIDI To routing 2.0 | 
| Author: | AndreChen1998 | 
| Device Type: | MIDI Effect | 
| Description: | Insert this device into any midi track , make sure that no audio effect in this track the midi track will send MIDI information into any track you select thanks for suggestions from @pacifist | 
Details
| Live Version Used: | 9.7.4 | 
| Max Version Used: | 7.2.4 | 
| Date Added: | Oct 20 2017 13:48:28 | 
| Date Last Updated: | Oct 23 2017 03:12:17 | 
| Downloads: | 651 | 
| ⓘ License: | None | 
| Average Rating Log in to rate this device | -n/a- | 
Files
| Device File: | Auto MIDI To .amxd | 
Comments
Many thanks ! 
         
         Posted on October 22 2017 by AndreChen1998 | 
         Report Issue
         
Hello, thanks for the good work.
It seems it doesnt work anymore, Max is giving me the error:
Chain object has no atribute 'current_output_routing'
The given IO target must be one of the available ones!
Thanks in advance!
         It seems it doesnt work anymore, Max is giving me the error:
Chain object has no atribute 'current_output_routing'
The given IO target must be one of the available ones!
Thanks in advance!
         Posted on March 11 2020 by maxisans | 
         Report Issue
         
Login to comment on this device.
Browse the full library 
   
A few suggestions:
To have this work on any track (not just the 1st track), replace "goto live_set tracks 0" with "goto this_device canonical_parent" - this at least worked in my testing.
Also, to allow for midi to be passed through the device and sent to the destination track, include a "midiin" object routed to a "midiout" object in the patcher.
Have a good one :).