[maxmsp] Re: saving CPU with poly~
Eric Lyon
e.lyon at qub.ac.uk
Wed Aug 1 13:43:50 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 ]
Hi 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. HtH, Eric
- Previous message: [maxmsp] Re: saving CPU with poly~
- Next message: [maxmsp] Re: saving CPU with poly~
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
