Added the filter pool to the resources
This commit is contained in:
parent
137607b2c6
commit
8c93c87f36
1 changed files with 1 additions and 0 deletions
|
|
@ -16,5 +16,6 @@ struct Resources
|
||||||
MidiState midiState;
|
MidiState midiState;
|
||||||
Logger logger;
|
Logger logger;
|
||||||
FilePool filePool { logger };
|
FilePool filePool { logger };
|
||||||
|
FilterPool filterPool { midiState };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue