BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include <bse/bsesnet.hh>
Go to the source code of this file.
Classes | |
struct | BseSongVoice |
struct | BseSong |
struct | BseSongClass |
Defines | |
#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 gchar *name) |
void | bse_song_stop_sequencing_SL (BseSong *self) |
void | bse_song_get_timing (BseSong *self, guint tick, BseSongTiming *timing) |
void | bse_song_timing_get_default (BseSongTiming *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) |