mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Ensures safe startup of the Ensoniq.
This commit is contained in:
parent
a91a13b46b
commit
1928c955d9
@ -89,8 +89,8 @@ class GLU: public Outputs::Speaker::SampleSource {
|
|||||||
} oscillators[32];
|
} oscillators[32];
|
||||||
|
|
||||||
// Some of these aren't actually needed on both threads.
|
// Some of these aren't actually needed on both threads.
|
||||||
uint8_t control;
|
uint8_t control = 0;
|
||||||
int oscillator_count;
|
int oscillator_count = 1;
|
||||||
|
|
||||||
void set_register(uint16_t address, uint8_t value);
|
void set_register(uint16_t address, uint8_t value);
|
||||||
} local_, remote_;
|
} local_, remote_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user