~ubuntu-branches/debian/sid/x42-plugins/sid

« back to all changes in this revision

Viewing changes to meters.lv2/src/spectrumlv2.c

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2015-03-23 18:26:21 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20150323182621-bxlw3w09u72u4ned
Tags: 20141101-1
* Imported Upstream version 20141101
* Bump Standards.
* Patch refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        case SA_AMP:
147
147
                break;
148
148
        default:
149
 
                if (port >= 0 && port < 30) {
 
149
                if (port < 30) {
150
150
                        self->spec[port] = (float*) data;
151
151
                }
152
152
                if (port >= 30 && port < 60) {