tuzmusic Posted July 21, 2017 Share Posted July 21, 2017 New to the forum (hi!), new to scripting but pretty comfortable with programming (in Swift, anyway). Is there a command to set the mute or solo state of the channel strip? Link to comment Share on other sites More sharing options...
Nseruame Posted July 22, 2017 Share Posted July 22, 2017 I'm afraid to say no. Scripter can only be used to script midi events and as much as I would like it to, does not change transport or channel strip state. That said, you could implement a "PassThru" script that more or less mutes incoming MIDI events by simply ignoring them. Not what you were looking for I'm sure! Link to comment Share on other sites More sharing options...
Dewdman42 Posted July 26, 2017 Share Posted July 26, 2017 Have a look at the last couple of tutorial scripts provided by Apple....called "Control Plugins". There is a way to set a "target" to automatable plugin parameters in the strip. So you could use for example, the Gain plugin in the channel strip and target the gain parameter...or perhaps there is another plugin that has more of an on/off switch you can target. That script example should get you going. For some reason the target feature doesn't work to learn the channel strip controls like fader/pan, etc.. but it can learn any inserted plugin parameters that are automatable...and you can definitely control that with Scripter this way. See the example I mentioned. Link to comment Share on other sites More sharing options...
Unheardofski Posted August 18, 2017 Share Posted August 18, 2017 you could send volume (CC 7: value 0) for mute. Solo IDK Link to comment Share on other sites More sharing options...
Dewdman42 Posted August 18, 2017 Share Posted August 18, 2017 That would mute the midi, but not neccesarily the audio. There is a freebie plugin out now, can't remember what its called right now, which does provide full channel strip stuff including mute, but the mute control is unfortunately not learnable by Scripter yet. i told the author, but I don't think he really listened, so... That would be a way, if we ever fixes that...or any other plugin that has mute on it...that is a learnable control. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.