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

« back to all changes in this revision

Viewing changes to bristol/palette.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:
116
116
        {trilogyoscinit},
117
117
        {env5stageinit},
118
118
        {nroinit},
 
119
        {NULL},
 
120
        {NULL},
 
121
        {NULL},
 
122
        {NULL},
 
123
        {NULL},
 
124
        {NULL},
 
125
        {NULL},
 
126
        {NULL},
 
127
        {NULL},
 
128
        {NULL},
 
129
        {NULL},
 
130
        {NULL},
 
131
        {NULL},
 
132
        {NULL},
 
133
        {NULL},
 
134
        {NULL},
 
135
        {NULL},
 
136
        {NULL},
 
137
        {NULL},
 
138
        {NULL},
 
139
        {NULL},
 
140
        {NULL},
 
141
        {NULL},
 
142
        {NULL},
 
143
        {NULL},
 
144
        {NULL},
 
145
        {NULL},
119
146
        {NULL}
120
147
};
121
148
 
209
236
        {bristolBme700Init, "bme700"},
210
237
        {bristolBassMakerInit, "bassmaker"},
211
238
        {bristolSidInit, "sid"},
 
239
        {NULL, NULL},
 
240
        {NULL, NULL},
 
241
        {NULL, NULL},
 
242
        {NULL, NULL},
 
243
        {NULL, NULL},
 
244
        {NULL, NULL},
 
245
        {NULL, NULL},
 
246
        {NULL, NULL},
 
247
        {NULL, NULL},
 
248
        {NULL, NULL},
 
249
        {NULL, NULL},
 
250
        {NULL, NULL},
 
251
        {NULL, NULL},
 
252
        {NULL, NULL},
 
253
        {NULL, NULL},
 
254
        {NULL, NULL},
 
255
        {NULL, NULL},
 
256
        {NULL, NULL},
 
257
        {NULL, NULL}
212
258
};
213
259
 
 
260
void
 
261
newPalette()
 
262
{
 
263
        /*
 
264
         * This is defined in fatboy headers, here we only have a null call
 
265
         */
 
266
}
 
267
 
214
268
struct bristolEffects {
215
269
        bristolOP * (*initialise)(audioMain *, Baudio *);
216
270
} bristolEffects[BRISTOL_SYNTHCOUNT] = {