[beast/devel: 15/26] BSE: move BseIIRFilterAlgorithm and BseIIRFilterType enums here
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/devel: 15/26] BSE: move BseIIRFilterAlgorithm and BseIIRFilterType enums here
- Date: Tue, 18 Dec 2012 02:45:15 +0000 (UTC)
commit 4babbe833452ea7326be0034aa06a7c4f3b1b317
Author: Tim Janik <timj gnu org>
Date: Tue Dec 18 02:41:21 2012 +0100
BSE: move BseIIRFilterAlgorithm and BseIIRFilterType enums here
bse/bseenums.h | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/bse/bseenums.h b/bse/bseenums.h
index 1c83da1..a72eeca 100644
--- a/bse/bseenums.h
+++ b/bse/bseenums.h
@@ -29,6 +29,19 @@ G_BEGIN_DECLS
/* --- enum definitions --- */
typedef enum
{
+ BSE_IIR_FILTER_BUTTERWORTH = 1,
+ BSE_IIR_FILTER_CHEBYCHEFF1,
+ BSE_IIR_FILTER_CHEBYCHEFF2
+} BseIIRFilterAlgorithm;
+typedef enum
+{
+ BSE_IIR_FILTER_LOW_PASS = 1,
+ BSE_IIR_FILTER_HIGH_PASS,
+ BSE_IIR_FILTER_BAND_PASS,
+ BSE_IIR_FILTER_BAND_STOP
+} BseIIRFilterType;
+typedef enum
+{
BSE_REGISTER_PLUGIN = 1,
BSE_REGISTER_SCRIPT = 2,
BSE_REGISTER_DONE = 256
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]