Skip to content

Commit

Permalink
Add support for "midi" type
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedyaseen committed Aug 29, 2024
1 parent 9d94f06 commit 5a2488c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Icons for script declarations.
- Support for varclan and varclansetting.
- Trigger support for shiftop and onclick variants.
- Support for "midi" type.

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ object RsConfig {
"seq",
"stat",
"synth",
"midi",
"coord",
"char",
"fontmetrics",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ enum class RsPrimitiveType(val literal: String, val referencable: Boolean = true
SEQ("seq"),
STAT("stat"),
SYNTH("synth"),
MIDI("midi"),
COORD("coord"),
CHAR("char"),
FONTMETRICS("fontmetrics"),
Expand Down

0 comments on commit 5a2488c

Please sign in to comment.