Page 1 of 1

Posted: 11 Nov 2012, 16:58
by ahonoe
Hi All,

I am building a large library of sysex commands for various synths that I own. I am thinking that I'll use JSON for the db (json.org). I need to be able to read and parse the JSON db in my Usine script. I found a FreePascal code module to do this. Can I add it into my Usine script and if so, how?

Thanks and regards,

Scott

Posted: 22 Nov 2012, 20:08
by jeremysdemo
as far as I know you can add pascal script to any module inside USine or edit the Pascal that is already in many of them.

Of course my only experience is with MIDI loopers.

IF you open up the demo version for example there is Patch in it called, Bassliner, double click that and look for the "midi Make Monophonic" box double click that and a script box will come up, here you can modify the script and then go to the top and click "compilation" , compile and reload or comp and initiate.

jerm :cool:

Posted: 22 Nov 2012, 22:08
by bsork
Hi, if the code you've found isn't too complicated, I guess you can "massage" it into something useful in a script.You can't however (AFAIK) include the file like a library in eg. Delphi. The scripting engine can load and read text files, and supports quite a few string functions,