add some defines
This commit is contained in:
@@ -14,6 +14,9 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses>.
|
* along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef GDIGI_EFFECTS_H
|
||||||
|
#define GDIGI_EFFECTS_H
|
||||||
|
|
||||||
#include <glib/gtypes.h>
|
#include <glib/gtypes.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
@@ -45,3 +48,5 @@ typedef struct {
|
|||||||
Effect *effect; /* list of supported effects */
|
Effect *effect; /* list of supported effects */
|
||||||
gint amt; /* list of supported effects length */
|
gint amt; /* list of supported effects length */
|
||||||
} EffectList;
|
} EffectList;
|
||||||
|
|
||||||
|
#endif /* GDIGI_EFFECTS_H */
|
||||||
|
|||||||
5
gdigi.h
5
gdigi.h
@@ -14,6 +14,9 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses>.
|
* along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef GDIGI_H
|
||||||
|
#define GDIGI_H
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
@@ -462,3 +465,5 @@ void set_option(guint id, guint position, guint value);
|
|||||||
void switch_user_preset(int x);
|
void switch_user_preset(int x);
|
||||||
void switch_system_preset(int x);
|
void switch_system_preset(int x);
|
||||||
void set_preset_level(int level);
|
void set_preset_level(int level);
|
||||||
|
|
||||||
|
#endif /* GDIGI_H */
|
||||||
|
|||||||
5
gui.h
5
gui.h
@@ -14,4 +14,9 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses>.
|
* along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef GDIGI_GUI_H
|
||||||
|
#define GDIGI_GUI_H
|
||||||
|
|
||||||
void create_window();
|
void create_window();
|
||||||
|
|
||||||
|
#endif /* GDIGI_GUI_H */
|
||||||
|
|||||||
5
tests.h
5
tests.h
@@ -14,6 +14,9 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses>.
|
* along with this program. If not, see <http://www.gnu.org/licenses>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef GDIGI_TESTS_H
|
||||||
|
#define GDIGI_TESTS_H
|
||||||
|
|
||||||
#include "gdigi.h"
|
#include "gdigi.h"
|
||||||
|
|
||||||
void test_wah();
|
void test_wah();
|
||||||
@@ -29,3 +32,5 @@ void test_reverb();
|
|||||||
void test_exp();
|
void test_exp();
|
||||||
void test_usb();
|
void test_usb();
|
||||||
void test_all();
|
void test_all();
|
||||||
|
|
||||||
|
#endif /* GDIGI_TESTS_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user