This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wed Jun 26 20:47:14 UTC 2019 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "440 0.5 sine" \ | |
| sporth -d 5s -b raw \ | |
| sox -t raw -r 44.1k -b 32 -e floating-point - -d fade q 1 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadAPI(1); | |
host.defineController("ScriptLab", "NoteInput Testing", "1.0", "d5a765f7-647a-488e-938f-dcb653742457"); | |
host.defineMidiPorts(1, 0); | |
var input; | |
function init() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadAPI(1); | |
host.defineController("Factotumo", "Scripting Lab", "1.0", "d5a765f7-647a-488e-938f-dcb653742457"); | |
host.defineMidiPorts(1, 0); | |
var input; | |
function init() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadAPI(1); | |
host.defineController("Script Lab", "NoteInput Testing", "1.0", "d5a765f7-647a-488e-938f-dcb653742457"); | |
host.defineMidiPorts(1, 0); | |
var input; | |
var disableNotesToAudioEngine = []; | |
var defaultNotesForAudioEngine = []; | |
var isShiftMode = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadAPI(1); | |
host.defineController("Script Lab", "NoteInput Testing", "1.0", "d5a765f7-647a-488e-938f-dcb653742457"); | |
host.defineMidiPorts(1, 0); | |
var input; | |
function init() | |
{ |