Building a step sequencer. (in: Controller Scripting)

By: 100F
20 Feb 07:37

so far what i have is the following code, which i was able to put together by following the instructions in the api explained pdf and watching the moss video series,

[code]loadAPI(19);

// Remove this if you want to be able to use deprecated methods without causing script to stop.
// This is useful during development.
host.setShouldFailOnDeprecatedUse(true);

host.defineController(“pupupu”, “simple-seq”, “0.1”, “74b05fbc-a1b4-4b05-95ba-fbb9331ccac8”, “Octaviu5”);
host.defineMidiPorts(1, 1);

v…

Go to this post

Go to first unread post in this topic

Read more here: Source link