gramods
|
Classes | |
struct | Data |
struct | RiffHeader |
struct | WaveChunkHeader |
struct | WaveFormat |
Public Types | |
typedef gmCore::TimeTools::clock | clock |
Public Member Functions | |
void | loadWavFile (std::filesystem::path file) |
std::vector< float > | getAvailableSamples () |
size_t | getAvailableSamplesCount () |
Public Attributes | |
std::optional< std::filesystem::path > | file_path |
std::optional< Data > | data |
std::optional< clock::time_point > | last_touch |
bool | do_loop = false |
bool | do_exit = true |