Builder InterfaceTypes
-
@David-Healey it turns out its worse than that:
var stdscript = builder.create( builder.MidiProcessors.Arpeggiator, // the module type "Arpeggiator1", // the ID mastercontainer, // the parent (root) builder.ChainIndexes.Direct); // the slot typegives me:
Interface:! Line 19, column 31: Couldn't create module with ID Arpeggiator -
@Lindon turns out its me being dumb...
var stdscript = builder.create( builder.MidiProcessors.Arpeggiator, // the module type "Arpeggiator1", // the ID mastercontainer, // the parent (root) builder.ChainIndexes.Midi); // the slot type -
OK so now I cant get builder.connectToScript(strum, "AScript2.js"); to work its telling me
StrumProcessor:! onControl could not be parsed!heres onControl
function onControl(number, value) { } -
@Lindon Do you see that error when you use that script manually?
-
@David-Healey nope...
-
@Lindon What about through the builder in a minimal test project?
-
@David-Healey this is a minimalist test project...
-
@Lindon Can you send it to me?
-
@David-Healey yep hold on I will have to do some rebuilding...
-
@David-Healey - OK how do you want it - its literally an init HISEScript and a .js file with the script in it...
-
@Lindon If you can post it publicly just dump it here. Or a dm/email