[maxmsp] Re: saving CPU with poly~
Dan Nigrin
dan at defectiverecords.com
Wed Aug 1 14:01:47 MDT 2007
- Previous message: [maxmsp] Re: saving CPU with poly~
- Next message: [maxmsp] Re: saving CPU with poly~
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks Eric - that was my original inclination, and I will give it a try. Also thanks re: the send~ inside the poly~ - I'll be sure to get the audio out of the poly~ first with out~, then send~ after that. Dan >I have had excellent results using poly~ to curb CPU-usage. Just put >each block of DSP that can be turned on and off as a unit into a >1-voice poly~ and then organize your DSP economy in the main patch, >such that every poly~ subpatch is only turned on when you need it. I >recommend to avoid using send~/receive~ inside of poly~ to >communicate with the outside world, as this can introduce noticeable >timing discrepancies. Best to use in~ and out~ instead. > -- Dan Nigrin Defective Records 202 Hack / PC-1600 User / VSTi Host / OMS Convert / Jack OS X / Major Malfunction http://www.defectiverecords.com http://www.jackosx.com
- Previous message: [maxmsp] Re: saving CPU with poly~
- Next message: [maxmsp] Re: saving CPU with poly~
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
