|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
DSP (audio/MIDI signal processing) code. More...

Namespaces | |
| namespace | zrythm::utils |
| String utilities. | |
Data Structures | |
| struct | SamplePlayback |
| A sample playback handle to be used by the engine. More... | |
Macros | |
| #define | sample_playback_init(self, _buf, _buf_size, _channels, _vol, _start_offset) |
| Initializes a SamplePlayback with a sample to play back. | |
DSP (audio/MIDI signal processing) code.
| #define sample_playback_init | ( | self, | |
| _buf, | |||
| _buf_size, | |||
| _channels, | |||
| _vol, | |||
| _start_offset ) |
Initializes a SamplePlayback with a sample to play back.
Definition at line 78 of file sample_playback.h.