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

Check error code passed to tick() and return if it is not 'success'. … #59

Closed giuliomoro closed 6 years ago

giuliomoro commented 6 years ago

…This seems to be the solution for sensestage/supercollider/#34 and supercollider/supercollider/#2144 , however I have no explanation as to why this issue only manifests itself when QT is disabled. However, it works fine for our purposes.

TheTechnobear commented 6 years ago

I had the same issue as this with the Organelle (headless), and this also fixed the issue for me, with the latest SC 3.9 build thank you :)

sensestage commented 6 years ago

That looks great; that's a fairly long standing issue.

The reason it only manifests when not using Qt is that SCTerminalClient is not used in the Qt build, I think. Or in Qt enabled builds the timing is handled by Qt.