Re: [MacRuby-devel] loop audio file seamlessly (Zachary Kaplan)

2011-02-24 Thread Ed Hynes
{OpaqueAudioFileID}' p AudioFileOpenURL url, KAudioFileReadPermission, 0, audioFileID_ptr HTH, Ed On Feb 23, 2011, at 1:27 AM, Zachary Kaplan wrote: > hello all, > > i received a suggestion from another member to check out the PlayFile > example in the audio toolbox exampl

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

Re: [MacRuby-devel] [MacRuby] #376: The second 'pointer' of a double pointer type is ignored

2010-06-15 Thread Ed
Go ahead and close it out as everything's working fine now. The problem was due to bridgesupport ignorance on my part anyways. Ed P.S. Sorry about mangling you name, will get it right next time! On Jun 15, 2010, at 1:10 PM, Thibault Martin-Lagardette wrote: > You are very

Re: [MacRuby-devel] [MacRuby] #376: The second 'pointer' of a double pointer type is ignored

2010-06-15 Thread Ed
Thanks Martin, that explains it. Ed On Jun 14, 2010, at 7:07 PM, MacRuby wrote: > #376: The second 'pointer' of a double pointer type is ignored > -+-- > Reporter: m...@… |

Re: [MacRuby-devel] NSLocaliszed* functions missing

2010-05-19 Thread Ed
Hi Dave, NSLocalizedStringFromTable is a C macro defined in NSBundle.h that wraps a call to localizedStringForKey:value:table:. You can call the localize method directly by using something like: NSBundle.mainBundle.localizedStringForKey('key', value:'value', tabl