Skip to content

Commit

Permalink
🤏 [Midi] Tweak display texts
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Oct 1, 2023
1 parent d9da135 commit aa6d64b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cool
4 changes: 2 additions & 2 deletions Nodes/70 Input/Midi.clbnode
Original file line number Diff line number Diff line change
@@ -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';
}
28 changes: 28 additions & 0 deletions Nodes/70 Input/Midi.clbnode.presets.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
}
]
}
}
]
}
}

0 comments on commit aa6d64b

Please sign in to comment.