New build underway. So Iāve exposed the internal regionStart
and regionLength
identifiers for the soundfiler. Although you can still use channels and cabbageGetValue
to get this info, itās more readable to use the identifiers.
kStartPos, kUpdateRegionPosTrig cabbageGet "soundfiler1", "regionStart"
kRegionLength, kUpdateRegionLengthTrig cabbageGet "soundfiler1", "regionLength"
Iāve also made it possible to dynamically update the region from Csound, so this is how one can make sure the region shows in the right place when the plugin is opened. FWIW, Iām attaching a very rough, one size fits all, test instrument that Iām using to test a range of things introduced in the last few builds.
statePresetTest.csd (5.2 KB)
Note: you will need to modify the path to the presets folderā¦