[MacRuby-devel] loop audio file seamlessly

2011-02-20 Thread Zachary Kaplan
hello all, i would like to loop an audio file seamlessly. i have a file that, when looped in logic or garage band, sounds perfect. an nssound object with "loops = true" in macruby using the same file however, has an audible pause between each iteration, meaning our loop is not seamless, ultimate

Re: [MacRuby-devel] loop audio file seamlessly

2011-02-20 Thread Ed
Look at the PlayFile sample code in the Core Reference Library for an example of how to loop an audio file. Ed On Feb 20, 2011, at 9:21 PM, Zachary Kaplan wrote: > hello all, > > i would like to loop an audio file seamlessly. > > i have a file that, when looped in logic or garage band, sounds

Re: [MacRuby-devel] BridgeSupport build step for framework projects

2011-02-20 Thread Robert Payne
Is there any way to load BridgeSupport from a string in memory instead of a file on the desktop? I'd like to encrypt the bridge support files I have for my private frameworks and load them at runtime. I suppose I could always write a tmp file somewhere. -Robert On 20/02/2011, at 1:35 PM, Matt