当用户更改参数或预设时,我如何/何时实际更新仪器?
AUInstrumentBase中没有方法/回调的ParameterUpdated或PresetSelected类型
发布于 2015-08-31 09:57:21
相关的机制是AudioUnitProperties.h中的AUPreset结构。AudioUnitSetProperty下的kAudioUnitProperty_PresentPreset接收到此消息。看看苹果的旧FilterDemo和TremoloUnit演示文件,看看它的实际效果。
https://stackoverflow.com/questions/32241170
复制相似问题