Skip to content

Commit

Permalink
add rtmidi package (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneface86 authored Aug 21, 2023
1 parent 8036fd6 commit 49a2fd7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"name": "rtmidi",
"url": "https://github.com/stoneface86/nim-rtmidi/",
"method": "git",
"tags": [
"midi",
"cross-platform",
"windows",
"linux",
"macosx",
"audio",
"wrapper",
"library"
],
"description": "Nim bindings for RtMidi, a cross-platform realtime MIDI input/output library.",
"license": "MIT",
"web": "https://github.com/stoneface86/nim-rtmidi/",
"docs": "https://stoneface86.github.io/nim-rtmidi/docs/"
},
{
"name": "luigi",
"url": "https://github.com/neroist/luigi",
Expand Down

0 comments on commit 49a2fd7

Please sign in to comment.