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

Use Bela core features to simplify SC Bela code (and get better performance!) #44

Closed giuliomoro closed 7 years ago

giuliomoro commented 7 years ago

This makes use of the latest core Bela features to achieve uniform sampling rate of analog and audio and non-interleaved buffers backed into the core code. However, this also reverts 3528ccf because it was incompatible and I believe that it should be addressed by enabling the "audio expander capelet" feature in the Bela core code instead (see https://github.com/sensestage/supercollider/issues/36#issuecomment-315907754 )