Home › Forums › General › Programming › LAU midiMassageReceived cause crash › Re: LAU midiMassageReceived cause crash
February 25, 2012 at 7:48 pm
#3951
that won’t work
[code:1rev88nr]
programData = midiMessage:getLuaData():getByte(
panel:getModulatorByName("modulator-1"):setModulatorValue(programData:getByte(, false, true, true)
[/code:1rev88nr]
programData is a byte (a number) you can’t call method on it.