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

« back to all changes in this revision

Viewing changes to bristol/bristolroadrunner.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:
110
110
                                value * CONTROLLER_RANGE;
111
111
                        break;
112
112
                case 7:
113
 
                        ((roadrunnermods *) baudio->mixlocals)->vibrato = value;
 
113
                        ((roadrunnermods *) baudio->mixlocals)->vibrato = value * 0.25;
114
114
                        break;
115
115
                case 8:
116
116
                        ((roadrunnermods *) baudio->mixlocals)->tremelo = value;