View Single Post
Old 06-16-2018, 03:37 AM   #5
goldenarpharazon
Human being with feelings
 
Join Date: Feb 2016
Posts: 189
Default Skip explanation

The use of skip is (sort of) explained below in this fragment from sample_script.txt. It's a way of using different midi devices for the same OSCII-bot input. [skip] will let the compiler know this is intended rather than complain about none-unique devicenameforcode.

Code:
// @input lines:
// usage: 
//        @input devicenameforcode MIDI "substring match" [skip]
//        @input devicenameforcode OSC "*:9000"
//        @input devicenameforcode OSC "192.168.1.2:9000"
// can use any number of inputs. devicenameforcode must be unique, if you specify multiple @input lines
// with common devicenameforcode, it will use the first successful line and ignore subsequent lines with that name
// you can use any number of devices, too
// note: in OSCII-bot 0.4+, you can send OSC to an input device (which will return it to the last address from which
// a message was received)
goldenarpharazon is offline   Reply With Quote