can be controlled with external devices like joysticks, web-cams, or midi-devices. New effects can be designed in a GUI (Graphical User Interface) by composing basic effects into more complex ones. WWW: http://www.gephex.org/ PR: ports/7359 Submitted by: Igor Pokrovsky <ip (at) doom.homeunix.org>
11 lines
220 B
C++
11 lines
220 B
C++
--- modules/src/oscnummodule/oscnummodule.cpp.orig
|
|
+++ modules/src/oscnummodule/oscnummodule.cpp
|
|
@@ -1,6 +1,8 @@
|
|
#include "oscnummodule.h"
|
|
|
|
#include <string>
|
|
+#include <map>
|
|
+#include <vector>
|
|
|
|
static logT s_log;
|
|
|