BEAST - Free Software Audio Synthesizer and Tracker  0.9.2
Functions
bseutils.hh File Reference
#include <rapicorn-core.hh>
#include <bse/bseenums.hh>
#include <bse/bseglobals.hh>
#include <bse/bsecompat.hh>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bse_cxx_init (void)
 
BseNoteDescription * bse_note_description (BseMusicalTuningType musical_tuning, int note, int fine_tune)
 
Bse::PartNote bse_part_note (uint id, uint channel, uint tick, uint duration, int note, int fine_tune, double velocity, bool selected)
 
Bse::PartControl bse_part_control (uint id, uint tick, Bse::MidiSignalType control_type, double value, bool selected)
 
void bse_note_sequence_resize (BseNoteSequence *rec, guint length)
 
guint bse_note_sequence_length (BseNoteSequence *rec)
 
void bse_property_candidate_relabel (BsePropertyCandidates *pc, const gchar *label, const gchar *tooltip)
 
void bse_item_seq_remove (BseItemSeq *iseq, BseItem *item)
 
SfiRingbse_item_seq_to_ring (BseItemSeq *iseq)
 
BseItemSeq * bse_item_seq_from_ring (SfiRing *ring)
 
void bse_debug_dump_floats (guint debug_stream, guint n_channels, guint mix_freq, guint n_values, gfloat *values)
 
double bse_balance_get (double level1, double level2)
 
void bse_balance_set (double balance, double *level1, double *level2)
 
BseIcon * bse_icon_from_pixstream (const guint8 *pixstream)
 
gulong bse_id_alloc (void)
 
void bse_id_free (gulong id)
 
gchar ** bse_xinfos_add_value (gchar **xinfos, const gchar *key, const gchar *value)
 
gchar ** bse_xinfos_add_float (gchar **xinfos, const gchar *key, gfloat fvalue)
 
gchar ** bse_xinfos_add_num (gchar **xinfos, const gchar *key, SfiNum num)
 
gchar ** bse_xinfos_parse_assignment (gchar **xinfos, const gchar *assignment)
 
gchar ** bse_xinfos_del_value (gchar **xinfos, const gchar *key)
 
const gchar * bse_xinfos_get_value (gchar **xinfos, const gchar *key)
 
gfloat bse_xinfos_get_float (gchar **xinfos, const gchar *key)
 
SfiNum bse_xinfos_get_num (gchar **xinfos, const gchar *key)
 
gchar ** bse_xinfos_dup_consolidated (gchar **xinfos, gboolean copy_interns)
 
gint bse_xinfo_stub_compare (const gchar *xinfo1, const gchar *xinfo2)
 
guint bse_string_hash (gconstpointer string)
 
gint bse_string_equals (gconstpointer string1, gconstpointer string2)