BelaPlatform / supercollider

an environment and programming language for real time audio synthesis and algorithmic composition
GNU General Public License v3.0
14 stars 8 forks source link

Instantiating large synths causes pops in audio #53

Closed sensestage closed 3 years ago

sensestage commented 7 years ago

@jreus Can you provide us with a test case?

giuliomoro commented 3 years ago

This is kind of expected: part of the processing when a synthdef is defined or instantiated is done from within the audio thread. If you see any mode switch happening, that'd be something to look into. If it's just a dropout, then it's an architectural issue and it may produce inevitable dropouts at small block sizes