Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
sample_playback.h File Reference

A framework from playing back samples independent of the timeline, such as metronomes and samples from the browser. More...

#include "utils/types.h"
Include dependency graph for sample_playback.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.
 

Detailed Description

A framework from playing back samples independent of the timeline, such as metronomes and samples from the browser.

Definition in file sample_playback.h.