olcSoundWaveEngine icon indicating copy to clipboard operation
olcSoundWaveEngine copied to clipboard

Add in functionality to pause, resume, and rewind playing waveforms

Open sigonasr2 opened this issue 2 years ago • 0 comments

Functions added: void WaveEngine::PauseWaveform(const PlayingWave& w) void WaveEngine::ResumeWaveform(const PlayingWave& w) void WaveEngine::RewindWaveform(const PlayingWave& w)

Useful features that are beneficial to the header.

sigonasr2 avatar Apr 18 '23 02:04 sigonasr2