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

« back to all changes in this revision

Viewing changes to brighton/brightonCS80.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:
750
750
        midiCallback,
751
751
        cs80DestroySynth,
752
752
        {8, 150, 8, 2, 5, 520, 0, 0},
753
 
        940, 435,
 
753
        940, 435, 0, 0,
754
754
        11,
755
755
        {
756
756
                {
2202
2202
        {
2203
2203
                synth->bank = 10;
2204
2204
                synth->location = 1;
2205
 
        } else {
 
2205
        } else if (synth->location > 0) {
2206
2206
                if ((mw = synth->location / 10) == 0)
2207
2207
                        synth->bank = 10;
2208
2208
                else {