Struct MusicOnDeck
Defined in File MusicControlPanel.hpp
Struct Documentation
-
struct MusicOnDeck
Music handling data structure for manual mode.
Public Functions
-
inline MusicOnDeck()
-
inline ~MusicOnDeck()
Public Members
-
bool play = false
-
Decoder dec
-
FXControlPanel *fxP
-
std::optional<soundtouch::SoundTouch> st
-
inline MusicOnDeck()