midigamepad.lib.translation.mappingsfile

Undocumented in source.

Public Imports

midigamepad.lib.translation.mapping
public import midigamepad.lib.translation.mapping;
Undocumented in source.

Members

Classes

MappingsParserException
class MappingsParserException

This is exception is thrown when the parser fails to parse a mapping.

Functions

parse
MappingsCollection parse(string json)

Parses the specified mappings json

parseFile
MappingsCollection parseFile(string filePath)

Parses the specified mappings file

parseNoteOnOffMappings
NoteOnOffMapping[] parseNoteOnOffMappings(JSONValue noteOnOffRoot)

Parses the specified NoteOnOffMappings

tryParseVKEY
bool tryParseVKEY(string input, uint vKey)

Tries to parse the passed vKey string and converts it into a scan

Meta