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

« back to all changes in this revision

Viewing changes to brighton/brightonProphet10.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:
387
387
        midiCallback,
388
388
        pro10destroy,
389
389
        {10, 100, 2, 2, 5, 520, 0, 0},
390
 
        745, 410,
 
390
        745, 410, 0, 0,
391
391
        7,
392
392
        {
393
393
                {
1627
1627
                }
1628
1628
        }
1629
1629
 
1630
 
        if ((initmem = synth->location) <= 0)
 
1630
        if ((initmem = synth->location) == 0)
1631
1631
                initmem = 11;
1632
1632
 
1633
1633
        synth->win = win;