-
-
Save dndrks/c466d5b9b1df425c746c89a261b5f365 to your computer and use it in GitHub Desktop.
(2) quick + easy softcut parameters
This file contains 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
-- nc03 snippet: quick + easy softcut initialization | |
-- builds a couple of helpful scripting functions | |
sc_fn = include 'lib/sc_helpers' | |
sc_prm = include 'lib/sc_params' -- param-based controls over softcut | |
function init() | |
-- always keep this in the init, just in case the files haven't been migrated: | |
sc_fn.move_samples_into_audio() | |
sc_prm.init() -- build the PARAMETERS UI entries for all 6 softcut voices | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment