rajouté des commentaires
This commit is contained in:
parent
b542aea9b3
commit
b5e08cedd5
3 changed files with 36 additions and 8 deletions
|
@ -9,6 +9,7 @@
|
|||
class AudioEmitter {
|
||||
private:
|
||||
std::unique_ptr<FMOD::System> system;
|
||||
FMOD::Sound* metronome_Sound;
|
||||
FMOD::Channel *timer{nullptr};
|
||||
std::vector<std::unique_ptr<FMOD::Sound>> chords;
|
||||
std::vector<std::unique_ptr<FMOD::Sound>> drums;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue