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

« back to all changes in this revision

Viewing changes to bristol/bristolsid1.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:
1422
1422
                                (tmp3 >> 8) & 0x0f);
1423
1423
                }
1424
1424
 
 
1425
                pitch = baudio->pitchwheel;
 
1426
 
1425
1427
                if (smods->modrouting & S_MOD_PITCH)
1426
1428
                {
1427
 
                        if ((pitch = (baudio->contcontroller[1] - 0.5) * 2) != 0)
 
1429
                        if ((pitch += (baudio->contcontroller[1] - 0.5) * 2) != 0)
1428
1430
                        {
1429
1431
                                pitch = powf(baudio->note_diff, pitch * 2);
1430
1432