#include <bse/bsesnet.hh>
Go to the source code of this file.
Classes | |
struct | BseSongVoice |
struct | BseSong |
struct | BseSongClass |
class | Bse::SongImpl |
Namespaces | |
Bse | |
The Bse namespace contains all functions of the synthesis engine. | |
Macros | |
#define | BSE_TYPE_SONG |
#define | BSE_SONG(object) |
#define | BSE_SONG_CLASS(class) |
#define | BSE_IS_SONG(object) |
#define | BSE_IS_SONG_CLASS(class) |
#define | BSE_SONG_GET_CLASS(object) |
Functions | |
BseSong * | bse_song_lookup (BseProject *project, const char *name) |
void | bse_song_stop_sequencing_SL (BseSong *self) |
void | bse_song_get_timing (BseSong *self, uint tick, Bse::SongTiming *timing) |
void | bse_song_timing_get_default (Bse::SongTiming *timing) |
BseSource * | bse_song_create_summation (BseSong *self) |
BseBus * | bse_song_find_master (BseSong *self) |
BseSource * | bse_song_ensure_master (BseSong *self) |
void | bse_song_set_solo_bus (BseSong *self, BseBus *bus) |
BseTrack * | bse_song_find_first_track (BseSong *self, BsePart *part) |