diff --git a/Cool b/Cool index a5448b54..44d0a1a3 160000 --- a/Cool +++ b/Cool @@ -1 +1 @@ -Subproject commit a5448b54a0d66bdd7c000daf611fea6d14802a21 +Subproject commit 44d0a1a3f7851ccc23f86bf00a5dbae98b63f4cd diff --git a/Nodes/70 Input/Midi.clbnode b/Nodes/70 Input/Midi.clbnode index 27ca58cf..4968fa3b 100644 --- a/Nodes/70 Input/Midi.clbnode +++ b/Nodes/70 Input/Midi.clbnode @@ -1,8 +1,8 @@ // To learn how to write nodes, see https://coollab-art.com/Tutorials/Writing%20Nodes/Intro -INPUT Midi 'Midi Index'; +INPUT Midi 'Index'; float main() { - return 'Midi Index'; + return 'Index'; } \ No newline at end of file diff --git a/Nodes/70 Input/Midi.clbnode.presets.json b/Nodes/70 Input/Midi.clbnode.presets.json new file mode 100644 index 00000000..8f91bb18 --- /dev/null +++ b/Nodes/70 Input/Midi.clbnode.presets.json @@ -0,0 +1,28 @@ +{ + "Presets": { + "Underlying container": [ + { + "first": "89533850-e32d-4aa3-a562-b9b00d5bb887", + "second": { + "Name": "Default", + "Values": [ + { + "index": 22, + "data": { + "Name": "Index", + "Value": { + "Index": 0 + }, + "Metadata": {}, + "Default Value": { + "Index": 0 + }, + "Default Metadata": {} + } + } + ] + } + } + ] + } +} \ No newline at end of file