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

« back to all changes in this revision

Viewing changes to brighton/brightonSID2.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:
899
899
        midiCallback,
900
900
        destroySynth,
901
901
        {1, 100, 2, 2, 5, 520, 0, 0},
902
 
        1000, 450,
 
902
        1000, 450, 0, 0,
903
903
        3, /* panels */
904
904
        {
905
905
                {
2036
2036
        if (synth->location == 0) {
2037
2037
                synth->bank = 1;
2038
2038
                synth->location = 1;
2039
 
        } else {
 
2039
        } else if (synth->location > 0) {
2040
2040
                mbh = (synth->location / 100) * 100;
2041
2041
                if ((synth->bank = synth->location / 10) > 10)
2042
2042
                        synth->bank = synth->bank % 10;