| addConstant(String constantName, var value) | ApiClass | |
| addFunction(const Identifier &id, call0 newFunction) | ApiClass | |
| addFunction1(const Identifier &id, call1 newFunction) | ApiClass | |
| addFunction2(const Identifier &id, call2 newFunction) | ApiClass | |
| addFunction3(const Identifier &id, call3 newFunction) | ApiClass | |
| addFunction4(const Identifier &id, call4 newFunction) | ApiClass | |
| addFunction5(const Identifier &id, call5 newFunction) | ApiClass | |
| allowIllegalCallsOnAudioThread(int) const | ApiClass | inlinevirtual |
| ApiClass(int numConstants_) | ApiClass | |
| callFunction(int index, var *args, int numArgs) | ApiClass | |
| delayEvent(int samplesToDelay) | ScriptingApi::Message | |
| getAllConstants(Array< Identifier > &ids) const | ApiClass | |
| getAllFunctionNames(Array< Identifier > &ids) const | ApiClass | |
| getChannel() const | ScriptingApi::Message | |
| getCoarseDetune() const | ScriptingApi::Message | |
| getConstantIndex(const Identifier &id) const | ApiClass | |
| getConstantName(int index) const | ApiClass | |
| getConstantValue(int index) const | ApiClass | |
| getControllerNumber() const | ScriptingApi::Message | |
| getControllerValue() const | ScriptingApi::Message | |
| getEventId() const | ScriptingApi::Message | |
| getFineDetune() const | ScriptingApi::Message | |
| getGain() const | ScriptingApi::Message | |
| getIndexAndNumArgsForFunction(const Identifier &id, int &index, int &numArgs) const | ApiClass | |
| getNoteNumber() const | ScriptingApi::Message | |
| getProgramChangeNumber() | ScriptingApi::Message | |
| getTimestamp() const | ScriptingApi::Message | |
| getTransposeAmount() const | ScriptingApi::Message | |
| getVelocity() const | ScriptingApi::Message | |
| ignoreEvent(bool shouldBeIgnored=true) | ScriptingApi::Message | |
| isArtificial() const | ScriptingApi::Message | |
| isProgramChange() | ScriptingApi::Message | |
| makeArtificial() | ScriptingApi::Message | |
| setChannel(int newChannel) | ScriptingApi::Message | |
| setCoarseDetune(int semiToneDetune) | ScriptingApi::Message | |
| setControllerNumber(int newControllerNumber) | ScriptingApi::Message | |
| setControllerValue(int newControllerValue) | ScriptingApi::Message | |
| setFineDetune(int cents) | ScriptingApi::Message | |
| setGain(int gainInDecibels) | ScriptingApi::Message | |
| setNoteNumber(int newNoteNumber) | ScriptingApi::Message | |
| setStartOffset(int newStartOffset) | ScriptingApi::Message | |
| setTransposeAmount(int tranposeValue) | ScriptingApi::Message | |
| setVelocity(int newVelocity) | ScriptingApi::Message | |
| store(var messageEventHolder) const | ScriptingApi::Message | |