Updated keywords and installer.
This commit is contained in:
parent
573bd35e8a
commit
550642c1eb
|
|
@ -21,6 +21,7 @@ then
|
|||
# Copy sources
|
||||
cp ../src/MIDI.cpp $lib_path
|
||||
cp ../src/MIDI.h $lib_path
|
||||
cp ../src/midi_* $lib_path
|
||||
|
||||
# Copy resources
|
||||
cp ../res/keywords.txt $lib_path
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
MIDI KEYWORD1
|
||||
MIDI.h KEYWORD1
|
||||
MIDI_Class KEYWORD1
|
||||
MidiInterface KEYWORD1
|
||||
|
||||
#######################################
|
||||
# Methods and Functions (KEYWORD2)
|
||||
|
|
@ -76,6 +76,9 @@ getTypeFromStatusByte KEYWORD2
|
|||
# Constants (LITERAL1)
|
||||
#######################################
|
||||
|
||||
# Namespace, considering it as a literal
|
||||
midi LITERAL1
|
||||
|
||||
NoteOff LITERAL1
|
||||
NoteOn LITERAL1
|
||||
AfterTouchPoly LITERAL1
|
||||
|
|
|
|||
Loading…
Reference in New Issue