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

« back to all changes in this revision

Viewing changes to brighton/brightonRealistic.c

  • 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:
204
204
        0,
205
205
        /* This looks like 32 voices however the synth is single voice in preops */
206
206
        {32, 100, 2, 2, 5, 520, 0, 0},
207
 
        600, 320,
 
207
        600, 320, 0, 0,
208
208
        2, /* panel count */
209
209
        {
210
210
                {
668
668
        if (synth->flags & OPERATIONAL)
669
669
                return(0);
670
670
 
671
 
printf("going operational\n");
 
671
        printf("going operational\n");
672
672
 
673
673
        synth->flags |= OPERATIONAL;
674
674
        synth->keypanel = KEY_PANEL;
677
677
/*      loadMemory(synth, "realistic", 0, synth->location, synth->mem.active, */
678
678
/*              FIRST_DEV, 0); */
679
679
 
680
 
        loadMemory(synth, "realistic", 0, 0, ACTIVE_DEVS, 0, BRISTOL_FORCE);
 
680
        loadMemory(synth, "realistic", 0, synth->location, ACTIVE_DEVS, 0,
 
681
                BRISTOL_FORCE);
681
682
 
682
683
        brightonPut(win,
683
684
                "bitmaps/blueprints/realshade.xpm", 0, 0, win->width, win->height);