如何找到/获取SuperCollider作为变量运行到补丁中的采样率?
发布于 2015-07-15 02:13:04
使用SampleRate.ir ugen,它始终返回当前采样率。
请注意,使用s.sampleRate不是最好的答案-它会得到编译synthdef时的采样率,而不是运行synth时的采样率……
s.sampleRate
https://stackoverflow.com/questions/31414206
相似问题