[sc-users] audio drop outs
Joshua Parmenter
josh at realizedsound.net
Wed Oct 3 19:02:10 PDT 2007
The patch works REALLY well on my MacBook... no glitches after
restarts or heavy processing!
Thanks Ryan!
Josh
On Oct 3, 2007, at 4:38 PM, Ryan Brown wrote:
> Due to some compiler weirdness that patch doesn't seem to work. Use
> the attached one instead.
>
> Ryan
>
> <audioGlitchFix.patch>
> On Oct 2, 2007, at 11:17 PM, Ryan Brown wrote:
>
>> Attached is a patch for this bug. It works by preloading the
>> plugin executable code (the __TEXT section of the binaries) when
>> setting up the server. This prevents the plugins (which are mmap'd
>> via dlopen and therefore lazily loaded) from having to page-in the
>> first time a UGen is called.
>>
>> Let me know if this fixes the glitches for you, or if it breaks
>> anything. I'll commit it tomorrow if everything is ok.
>>
>> Best,
>> Ryan
>>
>>
>> <audioGlitchFix.patch>_______________________________________________
>> sc-users mailing list
>> sc-users at create.ucsb.edu
>> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/
“Every composer – at all times and in all cases – gives his own
interpretation of how modern society is structured: whether actively
or passively, consciously or unconsciously, he makes choices in this
regard. He may be conservative or he may subject himself to continual
renewal; or he may strive for a revolutionary, historical or social
palingenesis." - Luigi Nono
*/
More information about the sc-users
mailing list