You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bmSClib/DSP/synths/percussion/kick.scd

18 lines
366 B

(
name: 'tonal_kick',
func: (("SC_ALGS_PATH".getenv)+/+"algs/envedSinWithNoise.scd").load,
useSaturation: true,
saturationSteps: 4,
useEnv: true,
defaults: (attack: 0.01, decay: 0.05, curve: -4),
specs:(
pitchMultiplier: [0.01, 2.0],
pitchDecay: [0.01, 4.0],
noiseFilter: [80, 20000],
noiseGain: [0.0, 1.0],
attack: [0.0, 1.0],
release: [0.01, 2.0]
)
)