5 Const SFI_MAXNUM = 9223372036854775807;
6 Const KAMMER_FREQ = 440.0;
7 Const BSE_KAMMER_FREQUENCY = KAMMER_FREQ;
8 Const KAMMER_NOTE = 69;
9 Const BSE_KAMMER_NOTE = KAMMER_NOTE;
10 Const KAMMER_OCTAVE = 1;
11 Const MAX_FINE_TUNE = 100;
12 Const MIN_FINE_TUNE = -100;
13 Const MAXINT32 = +4294967295;
14 Const MAXINT31 = +2147483647;
15 Const MININT31 = -2147483648;
16 Const G_MAXINT = MAXINT31;
17 Const BSE_MAX_BPM = 1024;
18 Const BSE_MIN_BPM = 1;
19 Const BSE_MIN_TRANSPOSE = -72;
20 Const BSE_MAX_TRANSPOSE = +72;
46 include
"bsebasics.idl" as implementation;
49 include
"bsecxxbase.idl" as implementation;
50 include
"bsecxxmodule.idl" as implementation;
The Bse namespace contains all functions of the synthesis engine.
Definition: bstbseutils.cc:67
The Sfi namespace contains utilities for synthesis.
Definition: oldidl.idl:4