Hi guys... is there a way of creating a fade from Objective-C just before closing your PD Patch?
At the moment I am just doing: [PdBase closeFile:self.patchAddress]; But it sounds horrid...
Thanks
Carl.
Miller Puckette's book discusses de-clicking techniques in great depth. One simple solution is be to add a vline~ object before dac~ that ramps down the volume when triggered from Objective-C.
ah right... I never considered that... I was just gonna do it all on the Obj-C side... thanks Peter :)
It looks like you're new here. If you want to get involved, click one of these buttons!