Skip to content

Commit fe270a6

Browse files
committed
dev changes and midi fix
1 parent ab54247 commit fe270a6

14 files changed

Lines changed: 4 additions & 3 deletions

File tree

-12.6 KB
Loading
4.67 KB
Loading
4.67 KB
Loading
-12.6 KB
Loading
-12.6 KB
Loading
-12.6 KB
Loading
-12.6 KB
Loading
-12.6 KB
Loading

src/ops/base/Ops.Devices.Midi.MidiNRPN/Ops.Devices.Midi.MidiNRPN.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ op.setPortGroup("", [learn, clear]);
1616
/* OUT */
1717
const eventOut = op.outObject("MIDI Event Out");
1818
const triggerOut = op.outTrigger("Trigger Out");
19-
const nrpnIndexOut = op.outNumber("NRPN Index");
19+
const nrpnIndexOut = op.outNumber("NRPN Index Out");
2020
const nrpnValueOut = op.outNumber("NRPN Value");
2121

2222
op.setPortGroup("MIDI/Trigger Out", [eventOut, triggerOut]);

src/ops/base/Ops.Devices.Midi.MidiNRPN/Ops.Devices.Midi.MidiNRPN.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"type": 0,
50-
"name": "NRPN Index",
50+
"name": "NRPN Index Out",
5151
"subType": "number"
5252
},
5353
{
@@ -104,5 +104,6 @@
104104
}
105105
]
106106
},
107-
"exampleProjectId": "dfF3DI"
107+
"exampleProjectId": "dfF3DI",
108+
"license": "MIT"
108109
}

0 commit comments

Comments
 (0)