~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to include/bristol/bristol.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-02-15 02:54:23 UTC
  • mfrom: (13.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110215025423-g8hcla5gyl08mae3
Tags: 0.60.8-2
* Upload to unstable.
* Relax JACK's build-deps to let this build in sid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
 
131
131
#define BRISTOL_CHAN_OMNI               127 /* Denotes any midi channel. */
132
132
 
133
 
#define BRISTOL_VOICECOUNT              32 /* Was 16, now increased for GM-2 24/32 */
 
133
//#define BRISTOL_VOICECOUNT            32 /* Was 16, now increased for GM-2 24/32 */
134
134
#define BRISTOL_MAXVOICECOUNT   128
135
135
#define BRISTOL_SYNTHCOUNT              64
136
136
 
225
225
/*
226
226
 * Audio interface types. The loest bytes is resevered.
227
227
 *
228
 
 * These are for audiomain.flags:
 
228
 * These are for audiomain.flags, there are 8 drivers available of which are
 
229
 * defined, one is deprecated leaving six. The Pulse has two interfaces one of
 
230
 * which may eventually be discarded. They are pulse simple and pulse, the 
 
231
 * latter is a full callback interface, multithreaded and rather heavy on CPU.
229
232
 */
230
233
#define BRISTOL_AUDIOMASK               0xff000000
231
234
#define BRISTOL_ALSA                    0x01000000
232
235
#define BRISTOL_OSS                             0x02000000
233
 
#define BRISTOL_SLAB                    0x04000000 /* should deprecte this */
 
236
#define BRISTOL_PULSE                   0x04000000
234
237
#define BRISTOL_JACK                    0x08000000
235
 
#define BRISTOL_DSSI                    0x10000000 /* Unlikely to be supported - LV2? */
236
 
#define BRISTOL_DUMMY                   0x20000000
237
 
#define BRISTOL_GSTREAMER               0x40000000
 
238
#define BRISTOL_PULSE_T                 0x10000000 /* Threaded */
 
239
#define BRISTOL_PULSE_S                 0x20000000 /* Simple - lots of latency */
 
240
#define BRISTOL_DUMMY                   0x40000000
238
241
/* This appears to collide */
239
242
#define BRISTOL_AUDIOWAIT               0x00002000
240
243
 
351
354
#define BRISTOL_KEYREON         0x0010
352
355
#define BRISTOL_KEYOFFING       0x0020
353
356
#define BRISTOL_KEYSUSTAIN      0x0040
 
357
#define BRISTOL_KEYREOFF        0x0080
354
358
/*
355
359
 * There are Korg Mono/Poly specifics for VCO assignment.
356
360
 */