fix param enumerations in fx examples
This commit is contained in:
parent
aa6bdeea97
commit
faa17613f4
@ -28,7 +28,7 @@ extern "C" {
|
|||||||
#include <bw_ap1.h>
|
#include <bw_ap1.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
p_ap1,
|
p_cutoff,
|
||||||
p_n
|
p_n
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,7 +28,8 @@ extern "C" {
|
|||||||
#include <bw_ap2.h>
|
#include <bw_ap2.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
p_ap2,
|
p_cutoff,
|
||||||
|
p_Q,
|
||||||
p_n
|
p_n
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ extern "C" {
|
|||||||
#include <bw_hp1.h>
|
#include <bw_hp1.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
p_hp1,
|
p_cutoff,
|
||||||
p_n
|
p_n
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,7 +28,8 @@ extern "C" {
|
|||||||
#include <bw_hs1.h>
|
#include <bw_hs1.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
p_hs1,
|
p_cutoff,
|
||||||
|
p_gain,
|
||||||
p_n
|
p_n
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,7 +28,8 @@ extern "C" {
|
|||||||
#include <bw_ls1.h>
|
#include <bw_ls1.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
p_ls1,
|
p_cutoff,
|
||||||
|
p_gain,
|
||||||
p_n
|
p_n
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user