[beast/devel: 14/16] PLUGINS: include "bse/bsecxxmodule.idl" is sufficient for IDL files
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/devel: 14/16] PLUGINS: include "bse/bsecxxmodule.idl" is sufficient for IDL files
- Date: Wed, 16 Jan 2013 17:37:50 +0000 (UTC)
commit b5ad12cfeb42209173892a18c56347299d06b1b8
Author: Tim Janik <timj gnu org>
Date: Fri Jan 4 01:48:56 2013 +0100
PLUGINS: include "bse/bsecxxmodule.idl" is sufficient for IDL files
plugins/artscompressor.idl | 2 +-
plugins/bsebalance.idl | 2 +-
plugins/bsecontribsampleandhold.idl | 2 +-
plugins/bsequantizer.idl | 2 +-
plugins/davbassfilter.idl | 2 +-
plugins/davchorus.idl | 2 +-
plugins/davorgan.idl | 2 +-
plugins/standardsaturator.idl | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/plugins/artscompressor.idl b/plugins/artscompressor.idl
index 8117136..dd71431 100644
--- a/plugins/artscompressor.idl
+++ b/plugins/artscompressor.idl
@@ -1,5 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-include "bse/bse.idl";
+include "bse/bsecxxmodule.idl";
namespace Bse {
namespace Arts {
interface Compressor : Effect {
diff --git a/plugins/bsebalance.idl b/plugins/bsebalance.idl
index 657dfc5..2c7384a 100644
--- a/plugins/bsebalance.idl
+++ b/plugins/bsebalance.idl
@@ -1,5 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-include "bse/bse.idl";
+include "bse/bsecxxmodule.idl";
namespace Bse {
interface Balance : Effect {
Info icon = "icons/balance.png";
diff --git a/plugins/bsecontribsampleandhold.idl b/plugins/bsecontribsampleandhold.idl
index 3967186..077bd07 100644
--- a/plugins/bsecontribsampleandhold.idl
+++ b/plugins/bsecontribsampleandhold.idl
@@ -1,5 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-include "bse/bse.idl";
+include "bse/bsecxxmodule.idl";
namespace Bse { namespace Contrib {
interface SampleAndHold: Effect {
Info icon = "icons/sample+hold.png";
diff --git a/plugins/bsequantizer.idl b/plugins/bsequantizer.idl
index 17d90e3..bf51fa3 100644
--- a/plugins/bsequantizer.idl
+++ b/plugins/bsequantizer.idl
@@ -1,5 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-include "bse/bse.idl";
+include "bse/bsecxxmodule.idl";
namespace Bse { namespace Standard {
interface Quantizer : Bse::Effect {
Info category = "/Distortion/Quantizer";
diff --git a/plugins/davbassfilter.idl b/plugins/davbassfilter.idl
index c4385d5..0f1c138 100644
--- a/plugins/davbassfilter.idl
+++ b/plugins/davbassfilter.idl
@@ -1,5 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-include "bse/bse.idl";
+include "bse/bsecxxmodule.idl";
namespace Bse {
namespace Dav {
interface BassFilter : Effect {
diff --git a/plugins/davchorus.idl b/plugins/davchorus.idl
index c82a061..f82547d 100644
--- a/plugins/davchorus.idl
+++ b/plugins/davchorus.idl
@@ -1,5 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-include "bse/bse.idl";
+include "bse/bsecxxmodule.idl";
namespace Bse {
namespace Dav {
interface Chorus : Effect {
diff --git a/plugins/davorgan.idl b/plugins/davorgan.idl
index 5239378..156a424 100644
--- a/plugins/davorgan.idl
+++ b/plugins/davorgan.idl
@@ -1,5 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-include "bse/bse.idl";
+include "bse/bsecxxmodule.idl";
namespace Bse {
namespace Dav {
interface Organ : Effect {
diff --git a/plugins/standardsaturator.idl b/plugins/standardsaturator.idl
index 628bf82..668881d 100644
--- a/plugins/standardsaturator.idl
+++ b/plugins/standardsaturator.idl
@@ -1,5 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-include "bse/bse.idl";
+include "bse/bsecxxmodule.idl";
namespace Bse { namespace Standard {
enum SaturationType {
SATURATE_TANH = Enum (_("TANH"), _("Saturation via hyperbolic tangent function which is mostly linear for "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]