Check error code passed to tick() and return if it is not 'success'. … #59
Conversation
…This seems to be the solution for sensestage/supercollider/#34 and supercollider/supercollider/supercollider#2144 , however I have no explanation as to why this issue only manifests itself when QT is disabled
|
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 |
|
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
…This seems to be the solution for sensestage/supercollider/#34 and supercollider/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.