Skip to content

Commit

Permalink
changed test line 204.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaillot authored Jul 14, 2016
1 parent 211445d commit 03cfb27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fxparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// They are common to fparse1.c and fparse5.c
//
//
// change Log: July 14, 2016 - line 203, test should be done against PQ5S, not PQ5
//
#include <stdio.h>
#include <string.h>
Expand Down Expand Up @@ -200,7 +201,7 @@ int XPQ5_PQ5S(char* buf, int k, int ifx, int PQ5S, int PQ5) {
list2int(l_qhlfreq, ll_qhlfreq); // hi freq [1k5, 2k, 3k, 4k, 5k]
ratio2float(10.); // hi boost [0, 10]
toggle2int("OFF"); // transformer [OFF / ON]
if (ifx == PQ5) {
if (ifx == PQ5S) {
toggle2int("OFF"); // active [OFF / ON]
afine2float(-12., 24.); // gain [-12, 12]
list2int(l_qllfreq, ll_qllfreq); // lo freq [200, 300, 500, 700, 1000]
Expand Down

0 comments on commit 03cfb27

Please sign in to comment.