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

« back to all changes in this revision

Viewing changes to brighton/brightonOBX.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:
312
312
        obxMidiCallback,
313
313
        destroySynth,
314
314
        {5, 100, 2, 2, 5, 520, 0, 0},
315
 
        770, 350,
 
315
        770, 350, 0, 0,
316
316
        6, /* Panel count */
317
317
        {
318
318
                {
886
886
                }
887
887
        }
888
888
 
889
 
        if ((initmem = synth->location) < 0)
 
889
        if ((initmem = synth->location) == 0)
890
890
                initmem = 11;
891
891
 
892
892
        synth->win = win;