Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dndrks
Created August 21, 2022 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dndrks/c466d5b9b1df425c746c89a261b5f365 to your computer and use it in GitHub Desktop.
Save dndrks/c466d5b9b1df425c746c89a261b5f365 to your computer and use it in GitHub Desktop.
(2) quick + easy softcut parameters
-- 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