Package org.staccato.functions
Class SysexFunction
java.lang.Object
org.staccato.functions.SysexFunction
- All Implemented Interfaces:
SubparserFunction
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(String parameters, StaccatoParserContext context) static SysexFunction
String[]
getNames()
Returns the names of this function, which are the same names that would be seen in the Staccato function call, e.g., "TRILL" for a trill function.
-
Field Details
-
NAMES
-
-
Method Details
-
getInstance
-
getNames
Description copied from interface:SubparserFunction
Returns the names of this function, which are the same names that would be seen in the Staccato function call, e.g., "TRILL" for a trill function. The name of the function must be expressed in all capital letters. This method may return multiple names of a function to allow for abbreviations (e.g., TR or TRILL could both be legal names for the trill function)- Specified by:
getNames
in interfaceSubparserFunction
- Returns:
-
apply
- Specified by:
apply
in interfaceSubparserFunction
- Parameters:
parameters
-context
-
-