I hate the audio thread

This commit is contained in:
Lior Halphon 2021-02-25 15:43:52 +02:00
parent 4c05ebcea6
commit fa5420136e

View File

@ -1105,7 +1105,9 @@ static unsigned *multiplication_table_for_frequency(unsigned frequency)
- (char *) getDebuggerInput - (char *) getDebuggerInput
{ {
[audioLock lock];
[audioLock signal]; [audioLock signal];
[audioLock unlock];
[self updateSideView]; [self updateSideView];
[self log:">"]; [self log:">"];
in_sync_input = true; in_sync_input = true;