// Song Part Quantize by @rank13 // This gig script is used to identify when a song has changed, // and to trigger a hidden widget on the global rackspace panel. On Song(oldSongIndex : integer, newSongIndex : integer) InjectMidiEvent("Local GP Port", MakeControlChangeMessage(80, 127)) InjectMidiEvent("Local GP Port", MakeControlChangeMessage(80, 0)) End