[MacRuby-devel] bug? passing :"|=" to the send method of an array is broken

2011-01-02 Thread Zachary Kaplan
while i was doing some programming earlier today i noticed that passing the |= operator to the send method of an array results in an NoMethodError here is simple gist of an irb session demonstrating the bug: https://gist.github.com/763108 also - i noticed this which is unrelated but may also be a

[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 (Zachary Kaplan)

2011-02-22 Thread Zachary Kaplan
hello all, i received a suggestion from another member to check out the PlayFile example in the audio toolbox examples. while this was very helpful in putting me on the right track for basic low level audio manipulation, there are some additional related issues i've encountered in trying to port

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 36, Issue 42

2011-02-23 Thread Zachary Kaplan
osforge.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of MacRuby-devel digest..." > > > Today's Topics: > >   1. Re: loop audio file seamlessly (Zachary Kaplan) (Shaun August) >   2. NoMethodError (ib_out