mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 13:35:11 +00:00
Fix Initializer
This commit is contained in:
parent
9c80f91870
commit
42006e338c
1 changed files with 3 additions and 1 deletions
|
@ -496,7 +496,9 @@ struct DivInstrumentES5506 {
|
||||||
};
|
};
|
||||||
Filter filter;
|
Filter filter;
|
||||||
Envelope envelope;
|
Envelope envelope;
|
||||||
DivInstrumentES5506() {}
|
DivInstrumentES5506():
|
||||||
|
filter(Filter()),
|
||||||
|
envelope(Envelope()) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct DivInstrument {
|
struct DivInstrument {
|
||||||
|
|
Loading…
Reference in a new issue