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/analyzers/tartini.scd

12 lines
170 B

(
name: 'Tartini_Analyzer',
func: {
| in |
var freq, hasFreq;
# freq, hasFreq = Tartini.kr(in, \threshold.kr(0.93));
freq;
},
specs:(
threshold: [0.01, 1.0]
)
)