commit 0798e9ac178ba00723a92c8765fe481993339756 Author: incandenza Date: Mon Jul 19 11:58:48 2021 +0200 initial import diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..177e172 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +# Attempt to load a config.make file. +# If none is found, project defaults in config.project.make will be used. +ifneq ($(wildcard config.make),) + include config.make +endif + +# make sure the the OF_ROOT location is defined +ifndef OF_ROOT + OF_ROOT=$(realpath ../../..) +endif + +# call the project makefile! +include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk diff --git a/addons.make b/addons.make new file mode 100644 index 0000000..e69de29 diff --git a/audioInputExample.gif b/audioInputExample.gif new file mode 100644 index 0000000..52196b8 Binary files /dev/null and b/audioInputExample.gif differ diff --git a/audioInputExample.qbs b/audioInputExample.qbs new file mode 100644 index 0000000..7a9c122 --- /dev/null +++ b/audioInputExample.qbs @@ -0,0 +1,74 @@ +import qbs +import qbs.Process +import qbs.File +import qbs.FileInfo +import qbs.TextFile +import "../../../libs/openFrameworksCompiled/project/qtcreator/ofApp.qbs" as ofApp + +Project{ + property string of_root: "../../.." + + ofApp { + name: { return FileInfo.baseName(sourceDirectory) } + + files: [ + "src/mnglitches/glitch.cpp", + "src/mnglitches/glitch.h", + "src/mnglitches/line.cpp", + "src/mnglitches/line.h", + "src/mnglitches/randomness.h", + "src/main.cpp", + "src/ofApp.cpp", + "src/ofApp.h", + ] + + of.addons: [ + // 'ofxFft','ofxVoronoi2D' + 'ofxFft' + ] + + // additional flags for the project. the of module sets some + // flags by default to add the core libraries, search paths... + // this flags can be augmented through the following properties: + of.pkgConfigs: [] // list of additional system pkgs to include + of.includePaths: [] // include search paths + of.cFlags: [] // flags passed to the c compiler + of.cxxFlags: [] // flags passed to the c++ compiler + of.linkerFlags: [] // flags passed to the linker + of.defines: [] // defines are passed as -D to the compiler + // and can be checked with #ifdef or #if in the code + of.frameworks: [] // osx only, additional frameworks to link with the project + of.staticLibraries: [] // static libraries + of.dynamicLibraries: [] // dynamic libraries + + // other flags can be set through the cpp module: http://doc.qt.io/qbs/cpp-module.html + // eg: this will enable ccache when compiling + // + // cpp.compilerWrapper: 'ccache' + + Depends{ + name: "cpp" + } + + // common rules that parse the include search paths, core libraries... + Depends{ + name: "of" + } + + // dependency with the OF library + Depends{ + name: "openFrameworks" + } + } + + property bool makeOF: true // use makfiles to compile the OF library + // will compile OF only once for all your projects + // otherwise compiled per project with qbs + + + property bool precompileOfMain: false // precompile ofMain.h + // faster to recompile when including ofMain.h + // but might use a lot of space per project + + references: [FileInfo.joinPaths(of_root, "/libs/openFrameworksCompiled/project/qtcreator/openFrameworks.qbs")] +} diff --git a/audioInputExample.qbs.user b/audioInputExample.qbs.user new file mode 100644 index 0000000..9be5986 --- /dev/null +++ b/audioInputExample.qbs.user @@ -0,0 +1,283 @@ + + + + + + EnvironmentId + {72eb1593-388b-4307-9bc7-5cc6063e004f} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + false + true + false + 0 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + + 0 + true + + true + Builtin.Questionable + + true + true + Builtin.DefaultTidyAndClazy + 2 + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {182db797-8316-41ba-8d0a-920bd9c70b7a} + 0 + 0 + 0 + + /opt/openFrameworks/examples/sound/build-audioInputExample-Desktop-Debug + + + true + Qbs Build + Qbs.BuildStep + + debug + qtc_Desktop_253ec7a4 + false + + true + 4 + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + true + Qbs Clean + Qbs.CleanStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + + LD_LIBRARY_PATH=/opt/openFrameworks/libs/fmod/lib/linux64/ + + Debug + Qbs.QbsBuildConfiguration + Debug_Desktop_038b678e9426a45b + + + /opt/openFrameworks/examples/sound/build-audioInputExample-Desktop-Release + + + true + Qbs Build + Qbs.BuildStep + + release + qtc_Desktop_253ec7a4 + false + + true + 4 + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + true + Qbs Clean + Qbs.CleanStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + + LD_LIBRARY_PATH=/opt/openFrameworks/libs/fmod/lib/linux64/ + <VARIABLE>=<VALUE> + + Release + Qbs.QbsBuildConfiguration + Release_Desktop_9467cca98300890e + + 2 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + dwarf + + cpu-cycles + + + 250 + + -e + cpu-cycles + --call-graph + dwarf,4096 + -F + 250 + + -F + true + 4096 + false + false + 1000 + + true + + + false + false + false + false + true + 0.01 + 10 + true + kcachegrind + 1 + + 25 + + 1 + true + false + true + + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + + 2 + + Qbs.RunConfiguration:audioInputExample. + audioInputExample. + false + true + true + false + true + /opt/openFrameworks/examples/sound/audioInputExample/bin + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/bin/data/.gitkeep b/bin/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/bin/libfmod.so b/bin/libfmod.so new file mode 100755 index 0000000..4aabdac Binary files /dev/null and b/bin/libfmod.so differ diff --git a/config.make b/config.make new file mode 100644 index 0000000..7e2ad02 --- /dev/null +++ b/config.make @@ -0,0 +1,141 @@ +################################################################################ +# CONFIGURE PROJECT MAKEFILE (optional) +# This file is where we make project specific configurations. +################################################################################ + +################################################################################ +# OF ROOT +# The location of your root openFrameworks installation +# (default) OF_ROOT = ../../.. +################################################################################ +# OF_ROOT = ../../../ + +################################################################################ +# PROJECT ROOT +# The location of the project - a starting place for searching for files +# (default) PROJECT_ROOT = . (this directory) +# +################################################################################ +# PROJECT_ROOT = . + +################################################################################ +# PROJECT SPECIFIC CHECKS +# This is a project defined section to create internal makefile flags to +# conditionally enable or disable the addition of various features within +# this makefile. For instance, if you want to make changes based on whether +# GTK is installed, one might test that here and create a variable to check. +################################################################################ +# None + +################################################################################ +# PROJECT EXTERNAL SOURCE PATHS +# These are fully qualified paths that are not within the PROJECT_ROOT folder. +# Like source folders in the PROJECT_ROOT, these paths are subject to +# exlclusion via the PROJECT_EXLCUSIONS list. +# +# (default) PROJECT_EXTERNAL_SOURCE_PATHS = (blank) +# +# Note: Leave a leading space when adding list items with the += operator +################################################################################ +# PROJECT_EXTERNAL_SOURCE_PATHS = + +################################################################################ +# PROJECT EXCLUSIONS +# These makefiles assume that all folders in your current project directory +# and any listed in the PROJECT_EXTERNAL_SOURCH_PATHS are are valid locations +# to look for source code. The any folders or files that match any of the +# items in the PROJECT_EXCLUSIONS list below will be ignored. +# +# Each item in the PROJECT_EXCLUSIONS list will be treated as a complete +# string unless teh user adds a wildcard (%) operator to match subdirectories. +# GNU make only allows one wildcard for matching. The second wildcard (%) is +# treated literally. +# +# (default) PROJECT_EXCLUSIONS = (blank) +# +# Will automatically exclude the following: +# +# $(PROJECT_ROOT)/bin% +# $(PROJECT_ROOT)/obj% +# $(PROJECT_ROOT)/%.xcodeproj +# +# Note: Leave a leading space when adding list items with the += operator +################################################################################ +# PROJECT_EXCLUSIONS = + +################################################################################ +# PROJECT LINKER FLAGS +# These flags will be sent to the linker when compiling the executable. +# +# (default) PROJECT_LDFLAGS = -Wl,-rpath=./libs +# +# Note: Leave a leading space when adding list items with the += operator +# +# Currently, shared libraries that are needed are copied to the +# $(PROJECT_ROOT)/bin/libs directory. The following LDFLAGS tell the linker to +# add a runtime path to search for those shared libraries, since they aren't +# incorporated directly into the final executable application binary. +################################################################################ +# PROJECT_LDFLAGS=-Wl,-rpath=./libs + +################################################################################ +# PROJECT DEFINES +# Create a space-delimited list of DEFINES. The list will be converted into +# CFLAGS with the "-D" flag later in the makefile. +# +# (default) PROJECT_DEFINES = (blank) +# +# Note: Leave a leading space when adding list items with the += operator +################################################################################ +# PROJECT_DEFINES = + +################################################################################ +# PROJECT CFLAGS +# This is a list of fully qualified CFLAGS required when compiling for this +# project. These CFLAGS will be used IN ADDITION TO the PLATFORM_CFLAGS +# defined in your platform specific core configuration files. These flags are +# presented to the compiler BEFORE the PROJECT_OPTIMIZATION_CFLAGS below. +# +# (default) PROJECT_CFLAGS = (blank) +# +# Note: Before adding PROJECT_CFLAGS, note that the PLATFORM_CFLAGS defined in +# your platform specific configuration file will be applied by default and +# further flags here may not be needed. +# +# Note: Leave a leading space when adding list items with the += operator +################################################################################ +PROJECT_CFLAGS = -DOFX_FFT_USE_FFTW + +################################################################################ +# PROJECT OPTIMIZATION CFLAGS +# These are lists of CFLAGS that are target-specific. While any flags could +# be conditionally added, they are usually limited to optimization flags. +# These flags are added BEFORE the PROJECT_CFLAGS. +# +# PROJECT_OPTIMIZATION_CFLAGS_RELEASE flags are only applied to RELEASE targets. +# +# (default) PROJECT_OPTIMIZATION_CFLAGS_RELEASE = (blank) +# +# PROJECT_OPTIMIZATION_CFLAGS_DEBUG flags are only applied to DEBUG targets. +# +# (default) PROJECT_OPTIMIZATION_CFLAGS_DEBUG = (blank) +# +# Note: Before adding PROJECT_OPTIMIZATION_CFLAGS, please note that the +# PLATFORM_OPTIMIZATION_CFLAGS defined in your platform specific configuration +# file will be applied by default and further optimization flags here may not +# be needed. +# +# Note: Leave a leading space when adding list items with the += operator +################################################################################ +# PROJECT_OPTIMIZATION_CFLAGS_RELEASE = +# PROJECT_OPTIMIZATION_CFLAGS_DEBUG = + +################################################################################ +# PROJECT COMPILERS +# Custom compilers can be set for CC and CXX +# (default) PROJECT_CXX = (blank) +# (default) PROJECT_CC = (blank) +# Note: Leave a leading space when adding list items with the += operator +################################################################################ +# PROJECT_CXX = +# PROJECT_CC = diff --git a/obj/linux64/Release/.compiler_flags b/obj/linux64/Release/.compiler_flags new file mode 100644 index 0000000..89ad09b --- /dev/null +++ b/obj/linux64/Release/.compiler_flags @@ -0,0 +1 @@ +-O3 -DNDEBUG -Wall -Werror=return-type -DGCC_HAS_REGEX -DOF_USING_GTK -DOF_USING_GTK -DOF_USING_MPG123 -DOFX_FFT_USE_FFTW -Wall -Werror=return-type -std=c++14 -DGCC_HAS_REGEX -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/opus -I/usr/include/AL -I/usr/include/rtaudio -D__LINUX_ALSA__ -D__LINUX_PULSE__ -D__UNIX_JACK__ -D_REENTRANT -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/opt/openFrameworks/libs/fmod/include -I/opt/openFrameworks/libs/glm/include -I/opt/openFrameworks/libs/glm/include/glm -I/opt/openFrameworks/libs/glm/include/glm/gtc -I/opt/openFrameworks/libs/glm/include/glm/ext -I/opt/openFrameworks/libs/glm/include/glm/detail -I/opt/openFrameworks/libs/glm/include/glm/gtx -I/opt/openFrameworks/libs/glm/include/glm/simd -I/opt/openFrameworks/libs/json/include -I/opt/openFrameworks/libs/kiss/include -I/opt/openFrameworks/libs/pugixml/include -I/opt/openFrameworks/libs/tess2/include -I/opt/openFrameworks/libs/utf8/include -I/opt/openFrameworks/libs/utf8/include/utf8 -I/opt/openFrameworks/libs/openFrameworks -I/opt/openFrameworks/libs/openFrameworks/math -I/opt/openFrameworks/libs/openFrameworks/3d -I/opt/openFrameworks/libs/openFrameworks/utils -I/opt/openFrameworks/libs/openFrameworks/graphics -I/opt/openFrameworks/libs/openFrameworks/sound -I/opt/openFrameworks/libs/openFrameworks/app -I/opt/openFrameworks/libs/openFrameworks/types -I/opt/openFrameworks/libs/openFrameworks/events -I/opt/openFrameworks/libs/openFrameworks/gl -I/opt/openFrameworks/libs/openFrameworks/video -I/opt/openFrameworks/libs/openFrameworks/communication -I/opt/openFrameworks/examples/sound/audioInputExample/src -Wl,-rpath=./libs:./bin/libs -Wl,--as-needed -Wl,--gc-sections -fuse-ld=gold -L/opt/openFrameworks/libs/fmod/lib/linux64/ -lfmod diff --git a/obj/linux64/Release/src/main.d b/obj/linux64/Release/src/main.d new file mode 100644 index 0000000..1224790 --- /dev/null +++ b/obj/linux64/Release/src/main.d @@ -0,0 +1,1064 @@ +obj/linux64/Release/src/main.o: \ + /opt/openFrameworks/examples/sound/audioInputExample/src/main.cpp \ + /opt/openFrameworks/libs/openFrameworks/ofMain.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofConstants.h \ + /opt/openFrameworks/libs/tess2/include/tesselator.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofFileUtils.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofLog.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofSystemUtils.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.h \ + /opt/openFrameworks/libs/openFrameworks/events/ofEvents.h \ + /opt/openFrameworks/libs/openFrameworks/events/ofEventUtils.h \ + /opt/openFrameworks/libs/openFrameworks/events/ofEvent.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofTimer.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofUtils.h \ + /opt/openFrameworks/libs/utf8/include/utf8.h \ + /opt/openFrameworks/libs/utf8/include/utf8/checked.h \ + /opt/openFrameworks/libs/utf8/include/utf8/core.h \ + /opt/openFrameworks/libs/utf8/include/utf8/unchecked.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofFpsCounter.h \ + /opt/openFrameworks/libs/glm/include/glm/vec2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/qualifier.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../simd/platform.h \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec2.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/./compute_vector_relational.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/./setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint2_precision.hpp \ + /opt/openFrameworks/libs/openFrameworks/utils/ofThread.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofThreadChannel.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofJson.h \ + /opt/openFrameworks/libs/json/include/json.hpp \ + /opt/openFrameworks/libs/openFrameworks/types/ofParameter.h \ + /opt/openFrameworks/libs/openFrameworks/types/ofPoint.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofVec3f.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofVec2f.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofMathConstants.h \ + /opt/openFrameworks/libs/glm/include/glm/fwd.hpp \ + /opt/openFrameworks/libs/openFrameworks/math/ofVec4f.h \ + /opt/openFrameworks/libs/glm/include/glm/vec4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec4.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/vec3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec3.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint3_precision.hpp \ + /opt/openFrameworks/libs/openFrameworks/types/ofRectangle.h \ + /opt/openFrameworks/libs/openFrameworks/types/ofColor.h \ + /opt/openFrameworks/libs/glm/include/glm/common.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/_fixes.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/func_common.inl \ + /opt/openFrameworks/libs/glm/include/glm/detail/../vector_relational.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/../detail/func_vector_relational.inl \ + /opt/openFrameworks/libs/glm/include/glm/detail/compute_common.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/type_vec1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/type_vec1.inl \ + /opt/openFrameworks/libs/glm/include/glm/detail/_vectorize.hpp \ + /opt/openFrameworks/libs/openFrameworks/utils/ofXml.h \ + /opt/openFrameworks/libs/pugixml/include/pugixml.hpp \ + /opt/openFrameworks/libs/pugixml/include/pugiconfig.hpp \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofGraphicsConstants.h \ + /opt/openFrameworks/libs/openFrameworks/types/ofTypes.h \ + /opt/openFrameworks/libs/openFrameworks/types/ofParameterGroup.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofMath.h \ + /opt/openFrameworks/libs/glm/include/glm/gtc/constants.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/scalar_constants.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/scalar_constants.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/constants.inl \ + /opt/openFrameworks/libs/openFrameworks/math/ofVectorMath.h \ + /opt/openFrameworks/libs/glm/include/glm/mat3x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/matrix_double3x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_mat3x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_mat3x3.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../matrix.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x2.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x3.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x4.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat3x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x2.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat3x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x4.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x2.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x3.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x4.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/func_matrix.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../geometric.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/func_geometric.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/../exponential.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/../detail/func_exponential.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/matrix_double3x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/matrix_float3x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/matrix_float3x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/trigonometric.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/func_trigonometric.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/matrix_transform.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_projection.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_projection.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_clip_space.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_clip_space.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_transform.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_transform.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/matrix_transform.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/matrix_inverse.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/matrix_inverse.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/quaternion.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/vector_relational.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/vector_relational.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_float.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_common.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../ext/quaternion_geometric.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../ext/quaternion_geometric.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_common.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_float.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_quat.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/../ext/quaternion_relational.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/../ext/quaternion_relational.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_quat.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_float_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_double.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_double_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_trigonometric.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_trigonometric.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_transform.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_transform.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/quaternion.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/epsilon.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/epsilon.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/norm.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/quaternion.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../glm.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/_fixes.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../packing.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/func_packing.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/type_half.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/type_half.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../integer.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/func_integer.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../ext/quaternion_exponential.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../ext/quaternion_exponential.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/quaternion.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/component_wise.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/component_wise.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/norm.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/perpendicular.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/projection.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/projection.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/perpendicular.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/rotate_vector.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/transform.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/transform.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/rotate_vector.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/spline.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/optimum_pow.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/spline.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/vector_angle.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/vector_angle.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/scalar_multiplication.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/type_ptr.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/vec1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_bool1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_bool1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_float1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_float1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_double1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_double1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_int1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_int1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_uint1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_uint1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/type_ptr.inl \ + /opt/openFrameworks/libs/openFrameworks/math/ofMatrix3x3.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofMatrix4x4.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofQuaternion.h \ + /opt/openFrameworks/libs/openFrameworks/communication/ofSerial.h \ + /opt/openFrameworks/libs/openFrameworks/communication/ofArduino.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofFbo.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofTexture.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofGLBaseTypes.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofGLRenderer.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.inl \ + /opt/openFrameworks/libs/openFrameworks/app/ofAppRunner.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofWindowSettings.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofMainLoop.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/of3dGraphics.h \ + /opt/openFrameworks/libs/openFrameworks/3d/of3dPrimitives.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofMesh.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofGLUtils.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofMesh.inl \ + /opt/openFrameworks/libs/openFrameworks/3d/ofNode.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofBitmapFont.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPixels.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofGraphics.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofMatrixStack.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPath.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofVboMesh.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofMesh.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofVbo.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofBufferObject.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofTessellator.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofLight.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofMaterial.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofShader.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofCairoRenderer.h \ + /usr/include/cairo/cairo.h /usr/include/cairo/cairo-version.h \ + /usr/include/cairo/cairo-features.h \ + /usr/include/cairo/cairo-deprecated.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofImage.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofRendererCollection.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofTrueTypeFont.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofBaseApp.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofSoundBaseTypes.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofAppBaseWindow.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofAppGLFWWindow.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofAppGlutWindow.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofSoundStream.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofSoundPlayer.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofOpenALSoundPlayer.h \ + /opt/openFrameworks/libs/kiss/include/kiss_fft.h \ + /opt/openFrameworks/libs/kiss/include/kiss_fftr.h \ + /opt/openFrameworks/libs/kiss/include/kiss_fft.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofSoundBuffer.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofVideoGrabber.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofVideoBaseTypes.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofGstVideoGrabber.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofGstUtils.h \ + /usr/include/gstreamer-1.0/gst/gst.h /usr/include/glib-2.0/glib.h \ + /usr/include/glib-2.0/glib/galloca.h /usr/include/glib-2.0/glib/gtypes.h \ + /usr/lib/glib-2.0/include/glibconfig.h \ + /usr/include/glib-2.0/glib/gmacros.h \ + /usr/include/glib-2.0/glib/gversionmacros.h \ + /usr/include/glib-2.0/glib/garray.h \ + /usr/include/glib-2.0/glib/gasyncqueue.h \ + /usr/include/glib-2.0/glib/gthread.h \ + /usr/include/glib-2.0/glib/gatomic.h /usr/include/glib-2.0/glib/gerror.h \ + /usr/include/glib-2.0/glib/gquark.h /usr/include/glib-2.0/glib/gutils.h \ + /usr/include/glib-2.0/glib/gbacktrace.h \ + /usr/include/glib-2.0/glib/gbase64.h \ + /usr/include/glib-2.0/glib/gbitlock.h \ + /usr/include/glib-2.0/glib/gbookmarkfile.h \ + /usr/include/glib-2.0/glib/gdatetime.h \ + /usr/include/glib-2.0/glib/gtimezone.h \ + /usr/include/glib-2.0/glib/gbytes.h \ + /usr/include/glib-2.0/glib/gcharset.h \ + /usr/include/glib-2.0/glib/gchecksum.h \ + /usr/include/glib-2.0/glib/gconvert.h \ + /usr/include/glib-2.0/glib/gdataset.h /usr/include/glib-2.0/glib/gdate.h \ + /usr/include/glib-2.0/glib/gdir.h /usr/include/glib-2.0/glib/genviron.h \ + /usr/include/glib-2.0/glib/gfileutils.h \ + /usr/include/glib-2.0/glib/ggettext.h /usr/include/glib-2.0/glib/ghash.h \ + /usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \ + /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/ghmac.h \ + /usr/include/glib-2.0/glib/gchecksum.h \ + /usr/include/glib-2.0/glib/ghook.h \ + /usr/include/glib-2.0/glib/ghostutils.h \ + /usr/include/glib-2.0/glib/giochannel.h \ + /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gpoll.h \ + /usr/include/glib-2.0/glib/gslist.h /usr/include/glib-2.0/glib/gstring.h \ + /usr/include/glib-2.0/glib/gunicode.h \ + /usr/include/glib-2.0/glib/gkeyfile.h \ + /usr/include/glib-2.0/glib/gmappedfile.h \ + /usr/include/glib-2.0/glib/gmarkup.h \ + /usr/include/glib-2.0/glib/gmessages.h \ + /usr/include/glib-2.0/glib/gvariant.h \ + /usr/include/glib-2.0/glib/gvarianttype.h \ + /usr/include/glib-2.0/glib/goption.h \ + /usr/include/glib-2.0/glib/gpattern.h \ + /usr/include/glib-2.0/glib/gprimes.h /usr/include/glib-2.0/glib/gqsort.h \ + /usr/include/glib-2.0/glib/gqueue.h /usr/include/glib-2.0/glib/grand.h \ + /usr/include/glib-2.0/glib/grcbox.h \ + /usr/include/glib-2.0/glib/grefcount.h \ + /usr/include/glib-2.0/glib/grefstring.h \ + /usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gmacros.h \ + /usr/include/glib-2.0/glib/gregex.h \ + /usr/include/glib-2.0/glib/gscanner.h \ + /usr/include/glib-2.0/glib/gsequence.h \ + /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gslice.h \ + /usr/include/glib-2.0/glib/gspawn.h \ + /usr/include/glib-2.0/glib/gstrfuncs.h \ + /usr/include/glib-2.0/glib/gstringchunk.h \ + /usr/include/glib-2.0/glib/gstrvbuilder.h \ + /usr/include/glib-2.0/glib/gtestutils.h \ + /usr/include/glib-2.0/glib/gthreadpool.h \ + /usr/include/glib-2.0/glib/gtimer.h \ + /usr/include/glib-2.0/glib/gtrashstack.h \ + /usr/include/glib-2.0/glib/gtree.h /usr/include/glib-2.0/glib/guri.h \ + /usr/include/glib-2.0/glib/guuid.h /usr/include/glib-2.0/glib/gversion.h \ + /usr/include/glib-2.0/glib/deprecated/gallocator.h \ + /usr/include/glib-2.0/glib/deprecated/gcache.h \ + /usr/include/glib-2.0/glib/deprecated/gcompletion.h \ + /usr/include/glib-2.0/glib/deprecated/gmain.h \ + /usr/include/glib-2.0/glib/deprecated/grel.h \ + /usr/include/glib-2.0/glib/deprecated/gthread.h \ + /usr/include/glib-2.0/glib/glib-autocleanups.h \ + /usr/include/gstreamer-1.0/gst/glib-compat.h \ + /usr/include/gstreamer-1.0/gst/gstenumtypes.h \ + /usr/include/glib-2.0/glib-object.h \ + /usr/include/glib-2.0/gobject/gbinding.h \ + /usr/include/glib-2.0/gobject/gobject.h \ + /usr/include/glib-2.0/gobject/gtype.h \ + /usr/include/glib-2.0/gobject/gvalue.h \ + /usr/include/glib-2.0/gobject/gparam.h \ + /usr/include/glib-2.0/gobject/gclosure.h \ + /usr/include/glib-2.0/gobject/gsignal.h \ + /usr/include/glib-2.0/gobject/gmarshal.h \ + /usr/include/glib-2.0/gobject/gboxed.h \ + /usr/include/glib-2.0/gobject/glib-types.h \ + /usr/include/glib-2.0/gobject/genums.h \ + /usr/include/glib-2.0/gobject/glib-enumtypes.h \ + /usr/include/glib-2.0/gobject/gparamspecs.h \ + /usr/include/glib-2.0/gobject/gsourceclosure.h \ + /usr/include/glib-2.0/gobject/gtypemodule.h \ + /usr/include/glib-2.0/gobject/gtypeplugin.h \ + /usr/include/glib-2.0/gobject/gvaluearray.h \ + /usr/include/glib-2.0/gobject/gvaluetypes.h \ + /usr/include/glib-2.0/gobject/gobject-autocleanups.h \ + /usr/include/gstreamer-1.0/gst/gstconfig.h \ + /usr/include/gstreamer-1.0/gst/gstversion.h \ + /usr/include/gstreamer-1.0/gst/gstatomicqueue.h \ + /usr/include/gstreamer-1.0/gst/gstbin.h \ + /usr/include/gstreamer-1.0/gst/gstelement.h \ + /usr/include/gstreamer-1.0/gst/gstobject.h \ + /usr/include/gstreamer-1.0/gst/gstcontrolbinding.h \ + /usr/include/gstreamer-1.0/gst/gstcontrolsource.h \ + /usr/include/gstreamer-1.0/gst/gstclock.h \ + /usr/include/gstreamer-1.0/gst/gstpad.h \ + /usr/include/gstreamer-1.0/gst/gstbuffer.h \ + /usr/include/gstreamer-1.0/gst/gstminiobject.h \ + /usr/include/gstreamer-1.0/gst/gstallocator.h \ + /usr/include/gstreamer-1.0/gst/gstmemory.h \ + /usr/include/gstreamer-1.0/gst/gstcaps.h \ + /usr/include/gstreamer-1.0/gst/gststructure.h \ + /usr/include/gstreamer-1.0/gst/gstdatetime.h \ + /usr/include/gstreamer-1.0/gst/gstcapsfeatures.h \ + /usr/include/gstreamer-1.0/gst/gstmeta.h \ + /usr/include/gstreamer-1.0/gst/gstbufferlist.h \ + /usr/include/gstreamer-1.0/gst/gstpadtemplate.h \ + /usr/include/gstreamer-1.0/gst/gstevent.h \ + /usr/include/gstreamer-1.0/gst/gstformat.h \ + /usr/include/gstreamer-1.0/gst/gstiterator.h \ + /usr/include/gstreamer-1.0/gst/gsttaglist.h \ + /usr/include/gstreamer-1.0/gst/gstsample.h \ + /usr/include/gstreamer-1.0/gst/gstsegment.h \ + /usr/include/gstreamer-1.0/gst/gstmessage.h \ + /usr/include/gstreamer-1.0/gst/gstquery.h \ + /usr/include/gstreamer-1.0/gst/gsttoc.h \ + /usr/include/gstreamer-1.0/gst/gstcontext.h \ + /usr/include/gstreamer-1.0/gst/gstdevice.h \ + /usr/include/gstreamer-1.0/gst/gststreams.h \ + /usr/include/gstreamer-1.0/gst/gststreamcollection.h \ + /usr/include/gstreamer-1.0/gst/gsttask.h \ + /usr/include/gstreamer-1.0/gst/gsttaskpool.h \ + /usr/include/gstreamer-1.0/gst/gstbus.h \ + /usr/include/gstreamer-1.0/gst/gstelementfactory.h \ + /usr/include/gstreamer-1.0/gst/gstplugin.h \ + /usr/include/gstreamer-1.0/gst/gstmacros.h \ + /usr/include/gstreamer-1.0/gst/gstpluginfeature.h \ + /usr/include/gstreamer-1.0/gst/gsturi.h \ + /usr/include/gstreamer-1.0/gst/gstminiobject.h \ + /usr/include/gstreamer-1.0/gst/gstbufferpool.h \ + /usr/include/gstreamer-1.0/gst/gstchildproxy.h \ + /usr/include/gstreamer-1.0/gst/gstdebugutils.h \ + /usr/include/gstreamer-1.0/gst/gstdevicemonitor.h \ + /usr/include/gstreamer-1.0/gst/gstdeviceprovider.h \ + /usr/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h \ + /usr/include/gstreamer-1.0/gst/gstdynamictypefactory.h \ + /usr/include/gstreamer-1.0/gst/gstelementmetadata.h \ + /usr/include/gstreamer-1.0/gst/gsterror.h \ + /usr/include/gstreamer-1.0/gst/gstghostpad.h \ + /usr/include/gstreamer-1.0/gst/gstinfo.h \ + /usr/include/gstreamer-1.0/gst/gstparamspecs.h \ + /usr/include/gstreamer-1.0/gst/gstvalue.h \ + /usr/include/gstreamer-1.0/gst/gstpipeline.h \ + /usr/include/gstreamer-1.0/gst/gstpoll.h \ + /usr/include/gstreamer-1.0/gst/gstpreset.h \ + /usr/include/gstreamer-1.0/gst/gstprotection.h \ + /usr/include/gstreamer-1.0/gst/gstregistry.h \ + /usr/include/gstreamer-1.0/gst/gstpromise.h \ + /usr/include/gstreamer-1.0/gst/gstsystemclock.h \ + /usr/include/gstreamer-1.0/gst/gsttagsetter.h \ + /usr/include/gstreamer-1.0/gst/gsttocsetter.h \ + /usr/include/gstreamer-1.0/gst/gsttracer.h \ + /usr/include/gstreamer-1.0/gst/gsttracerfactory.h \ + /usr/include/gstreamer-1.0/gst/gsttracerrecord.h \ + /usr/include/gstreamer-1.0/gst/gsttypefind.h \ + /usr/include/gstreamer-1.0/gst/gsttypefindfactory.h \ + /usr/include/gstreamer-1.0/gst/gstutils.h \ + /usr/include/gstreamer-1.0/gst/gstparse.h \ + /usr/include/gstreamer-1.0/gst/gstcompat.h \ + /usr/include/gstreamer-1.0/gst/video/video.h \ + /usr/include/gstreamer-1.0/gst/video/video-prelude.h \ + /usr/include/gstreamer-1.0/gst/video/video-format.h \ + /usr/include/gstreamer-1.0/gst/video/video-enumtypes.h \ + /usr/include/gstreamer-1.0/gst/video/video-tile.h \ + /usr/include/gstreamer-1.0/gst/video/video-chroma.h \ + /usr/include/gstreamer-1.0/gst/video/video-color.h \ + /usr/include/gstreamer-1.0/gst/video/video-dither.h \ + /usr/include/gstreamer-1.0/gst/video/video-info.h \ + /usr/include/gstreamer-1.0/gst/video/video-frame.h \ + /usr/include/gstreamer-1.0/gst/video/video-converter.h \ + /usr/include/gstreamer-1.0/gst/video/video-scaler.h \ + /usr/include/gstreamer-1.0/gst/video/video-resampler.h \ + /usr/include/gstreamer-1.0/gst/video/video-multiview.h \ + /usr/include/gstreamer-1.0/gst/video/colorbalancechannel.h \ + /usr/include/gstreamer-1.0/gst/video/colorbalance.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideoaggregator.h \ + /usr/include/gstreamer-1.0/gst/base/gstaggregator.h \ + /usr/include/gstreamer-1.0/gst/base/base-prelude.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideodecoder.h \ + /usr/include/gstreamer-1.0/gst/base/gstadapter.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideoutils.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideoencoder.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideofilter.h \ + /usr/include/gstreamer-1.0/gst/base/gstbasetransform.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideometa.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideotimecode.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideopool.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideosink.h \ + /usr/include/gstreamer-1.0/gst/base/gstbasesink.h \ + /usr/include/gstreamer-1.0/gst/video/navigation.h \ + /usr/include/gstreamer-1.0/gst/video/video-blend.h \ + /usr/include/gstreamer-1.0/gst/video/video-event.h \ + /usr/include/gstreamer-1.0/gst/video/videodirection.h \ + /usr/include/gstreamer-1.0/gst/video/videoorientation.h \ + /usr/include/gstreamer-1.0/gst/video/video-overlay-composition.h \ + /usr/include/gstreamer-1.0/gst/video/videooverlay.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h \ + /usr/include/gstreamer-1.0/gst/video/video-anc.h \ + /usr/include/gstreamer-1.0/gst/video/video-hdr.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofVideoPlayer.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofGstVideoPlayer.h \ + /opt/openFrameworks/libs/openFrameworks/3d/of3dUtils.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofCamera.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofEasyCam.h \ + /opt/openFrameworks/examples/sound/audioInputExample/src/ofApp.h +/opt/openFrameworks/libs/openFrameworks/ofMain.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofConstants.h: +/opt/openFrameworks/libs/tess2/include/tesselator.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofFileUtils.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofLog.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofSystemUtils.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.h: +/opt/openFrameworks/libs/openFrameworks/events/ofEvents.h: +/opt/openFrameworks/libs/openFrameworks/events/ofEventUtils.h: +/opt/openFrameworks/libs/openFrameworks/events/ofEvent.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofTimer.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofUtils.h: +/opt/openFrameworks/libs/utf8/include/utf8.h: +/opt/openFrameworks/libs/utf8/include/utf8/checked.h: +/opt/openFrameworks/libs/utf8/include/utf8/core.h: +/opt/openFrameworks/libs/utf8/include/utf8/unchecked.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofFpsCounter.h: +/opt/openFrameworks/libs/glm/include/glm/vec2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/qualifier.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../simd/platform.h: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec2.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/./compute_vector_relational.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/./setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint2_precision.hpp: +/opt/openFrameworks/libs/openFrameworks/utils/ofThread.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofThreadChannel.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofJson.h: +/opt/openFrameworks/libs/json/include/json.hpp: +/opt/openFrameworks/libs/openFrameworks/types/ofParameter.h: +/opt/openFrameworks/libs/openFrameworks/types/ofPoint.h: +/opt/openFrameworks/libs/openFrameworks/math/ofVec3f.h: +/opt/openFrameworks/libs/openFrameworks/math/ofVec2f.h: +/opt/openFrameworks/libs/openFrameworks/math/ofMathConstants.h: +/opt/openFrameworks/libs/glm/include/glm/fwd.hpp: +/opt/openFrameworks/libs/openFrameworks/math/ofVec4f.h: +/opt/openFrameworks/libs/glm/include/glm/vec4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec4.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/vec3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec3.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint3_precision.hpp: +/opt/openFrameworks/libs/openFrameworks/types/ofRectangle.h: +/opt/openFrameworks/libs/openFrameworks/types/ofColor.h: +/opt/openFrameworks/libs/glm/include/glm/common.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/_fixes.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/func_common.inl: +/opt/openFrameworks/libs/glm/include/glm/detail/../vector_relational.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/../detail/func_vector_relational.inl: +/opt/openFrameworks/libs/glm/include/glm/detail/compute_common.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/type_vec1.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/type_vec1.inl: +/opt/openFrameworks/libs/glm/include/glm/detail/_vectorize.hpp: +/opt/openFrameworks/libs/openFrameworks/utils/ofXml.h: +/opt/openFrameworks/libs/pugixml/include/pugixml.hpp: +/opt/openFrameworks/libs/pugixml/include/pugiconfig.hpp: +/opt/openFrameworks/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofGraphicsConstants.h: +/opt/openFrameworks/libs/openFrameworks/types/ofTypes.h: +/opt/openFrameworks/libs/openFrameworks/types/ofParameterGroup.h: +/opt/openFrameworks/libs/openFrameworks/math/ofMath.h: +/opt/openFrameworks/libs/glm/include/glm/gtc/constants.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/scalar_constants.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/scalar_constants.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/constants.inl: +/opt/openFrameworks/libs/openFrameworks/math/ofVectorMath.h: +/opt/openFrameworks/libs/glm/include/glm/mat3x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/matrix_double3x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_mat3x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_mat3x3.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../matrix.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x2.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x3.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x4.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat3x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x2.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat3x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x4.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x2.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x3.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x4.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/func_matrix.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../geometric.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/func_geometric.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/../exponential.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/../detail/func_exponential.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/matrix_double3x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/matrix_float3x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/matrix_float3x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/trigonometric.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/func_trigonometric.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/matrix_transform.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_projection.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_projection.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_clip_space.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_clip_space.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_transform.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_transform.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/matrix_transform.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/matrix_inverse.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/matrix_inverse.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/quaternion.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/vector_relational.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/vector_relational.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_float.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_common.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../ext/quaternion_geometric.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../ext/quaternion_geometric.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_common.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_float.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_quat.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/../ext/quaternion_relational.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/../ext/quaternion_relational.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_quat.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_float_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_double.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_double_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_trigonometric.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_trigonometric.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_transform.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_transform.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/quaternion.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/epsilon.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/epsilon.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/norm.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/quaternion.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../glm.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/_fixes.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../packing.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/func_packing.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/type_half.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/type_half.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../integer.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/func_integer.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../ext/quaternion_exponential.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../ext/quaternion_exponential.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/quaternion.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/component_wise.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/component_wise.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/norm.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/perpendicular.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/projection.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/projection.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/perpendicular.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/rotate_vector.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/transform.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/transform.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/rotate_vector.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/spline.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/optimum_pow.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/spline.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/vector_angle.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/vector_angle.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/scalar_multiplication.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/type_ptr.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/vec1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_bool1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_bool1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_float1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_float1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_double1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_double1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_int1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_int1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_uint1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_uint1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/type_ptr.inl: +/opt/openFrameworks/libs/openFrameworks/math/ofMatrix3x3.h: +/opt/openFrameworks/libs/openFrameworks/math/ofMatrix4x4.h: +/opt/openFrameworks/libs/openFrameworks/math/ofQuaternion.h: +/opt/openFrameworks/libs/openFrameworks/communication/ofSerial.h: +/opt/openFrameworks/libs/openFrameworks/communication/ofArduino.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofFbo.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofTexture.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofGLBaseTypes.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofGLRenderer.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.inl: +/opt/openFrameworks/libs/openFrameworks/app/ofAppRunner.h: +/opt/openFrameworks/libs/openFrameworks/app/ofWindowSettings.h: +/opt/openFrameworks/libs/openFrameworks/app/ofMainLoop.h: +/opt/openFrameworks/libs/openFrameworks/graphics/of3dGraphics.h: +/opt/openFrameworks/libs/openFrameworks/3d/of3dPrimitives.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofMesh.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofGLUtils.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofMesh.inl: +/opt/openFrameworks/libs/openFrameworks/3d/ofNode.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofBitmapFont.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPixels.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofGraphics.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofMatrixStack.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPath.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofVboMesh.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofMesh.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofVbo.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofBufferObject.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofTessellator.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofLight.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofMaterial.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofShader.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofCairoRenderer.h: +/usr/include/cairo/cairo.h: +/usr/include/cairo/cairo-version.h: +/usr/include/cairo/cairo-features.h: +/usr/include/cairo/cairo-deprecated.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofImage.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofRendererCollection.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofTrueTypeFont.h: +/opt/openFrameworks/libs/openFrameworks/app/ofBaseApp.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofSoundBaseTypes.h: +/opt/openFrameworks/libs/openFrameworks/app/ofAppBaseWindow.h: +/opt/openFrameworks/libs/openFrameworks/app/ofAppGLFWWindow.h: +/opt/openFrameworks/libs/openFrameworks/app/ofAppGlutWindow.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofSoundStream.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofSoundPlayer.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofOpenALSoundPlayer.h: +/opt/openFrameworks/libs/kiss/include/kiss_fft.h: +/opt/openFrameworks/libs/kiss/include/kiss_fftr.h: +/opt/openFrameworks/libs/kiss/include/kiss_fft.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofSoundBuffer.h: +/opt/openFrameworks/libs/openFrameworks/video/ofVideoGrabber.h: +/opt/openFrameworks/libs/openFrameworks/video/ofVideoBaseTypes.h: +/opt/openFrameworks/libs/openFrameworks/video/ofGstVideoGrabber.h: +/opt/openFrameworks/libs/openFrameworks/video/ofGstUtils.h: +/usr/include/gstreamer-1.0/gst/gst.h: +/usr/include/glib-2.0/glib.h: +/usr/include/glib-2.0/glib/galloca.h: +/usr/include/glib-2.0/glib/gtypes.h: +/usr/lib/glib-2.0/include/glibconfig.h: +/usr/include/glib-2.0/glib/gmacros.h: +/usr/include/glib-2.0/glib/gversionmacros.h: +/usr/include/glib-2.0/glib/garray.h: +/usr/include/glib-2.0/glib/gasyncqueue.h: +/usr/include/glib-2.0/glib/gthread.h: +/usr/include/glib-2.0/glib/gatomic.h: +/usr/include/glib-2.0/glib/gerror.h: +/usr/include/glib-2.0/glib/gquark.h: +/usr/include/glib-2.0/glib/gutils.h: +/usr/include/glib-2.0/glib/gbacktrace.h: +/usr/include/glib-2.0/glib/gbase64.h: +/usr/include/glib-2.0/glib/gbitlock.h: +/usr/include/glib-2.0/glib/gbookmarkfile.h: +/usr/include/glib-2.0/glib/gdatetime.h: +/usr/include/glib-2.0/glib/gtimezone.h: +/usr/include/glib-2.0/glib/gbytes.h: +/usr/include/glib-2.0/glib/gcharset.h: +/usr/include/glib-2.0/glib/gchecksum.h: +/usr/include/glib-2.0/glib/gconvert.h: +/usr/include/glib-2.0/glib/gdataset.h: +/usr/include/glib-2.0/glib/gdate.h: +/usr/include/glib-2.0/glib/gdir.h: +/usr/include/glib-2.0/glib/genviron.h: +/usr/include/glib-2.0/glib/gfileutils.h: +/usr/include/glib-2.0/glib/ggettext.h: +/usr/include/glib-2.0/glib/ghash.h: +/usr/include/glib-2.0/glib/glist.h: +/usr/include/glib-2.0/glib/gmem.h: +/usr/include/glib-2.0/glib/gnode.h: +/usr/include/glib-2.0/glib/ghmac.h: +/usr/include/glib-2.0/glib/gchecksum.h: +/usr/include/glib-2.0/glib/ghook.h: +/usr/include/glib-2.0/glib/ghostutils.h: +/usr/include/glib-2.0/glib/giochannel.h: +/usr/include/glib-2.0/glib/gmain.h: +/usr/include/glib-2.0/glib/gpoll.h: +/usr/include/glib-2.0/glib/gslist.h: +/usr/include/glib-2.0/glib/gstring.h: +/usr/include/glib-2.0/glib/gunicode.h: +/usr/include/glib-2.0/glib/gkeyfile.h: +/usr/include/glib-2.0/glib/gmappedfile.h: +/usr/include/glib-2.0/glib/gmarkup.h: +/usr/include/glib-2.0/glib/gmessages.h: +/usr/include/glib-2.0/glib/gvariant.h: +/usr/include/glib-2.0/glib/gvarianttype.h: +/usr/include/glib-2.0/glib/goption.h: +/usr/include/glib-2.0/glib/gpattern.h: +/usr/include/glib-2.0/glib/gprimes.h: +/usr/include/glib-2.0/glib/gqsort.h: +/usr/include/glib-2.0/glib/gqueue.h: +/usr/include/glib-2.0/glib/grand.h: +/usr/include/glib-2.0/glib/grcbox.h: +/usr/include/glib-2.0/glib/grefcount.h: +/usr/include/glib-2.0/glib/grefstring.h: +/usr/include/glib-2.0/glib/gmem.h: +/usr/include/glib-2.0/glib/gmacros.h: +/usr/include/glib-2.0/glib/gregex.h: +/usr/include/glib-2.0/glib/gscanner.h: +/usr/include/glib-2.0/glib/gsequence.h: +/usr/include/glib-2.0/glib/gshell.h: +/usr/include/glib-2.0/glib/gslice.h: +/usr/include/glib-2.0/glib/gspawn.h: +/usr/include/glib-2.0/glib/gstrfuncs.h: +/usr/include/glib-2.0/glib/gstringchunk.h: +/usr/include/glib-2.0/glib/gstrvbuilder.h: +/usr/include/glib-2.0/glib/gtestutils.h: +/usr/include/glib-2.0/glib/gthreadpool.h: +/usr/include/glib-2.0/glib/gtimer.h: +/usr/include/glib-2.0/glib/gtrashstack.h: +/usr/include/glib-2.0/glib/gtree.h: +/usr/include/glib-2.0/glib/guri.h: +/usr/include/glib-2.0/glib/guuid.h: +/usr/include/glib-2.0/glib/gversion.h: +/usr/include/glib-2.0/glib/deprecated/gallocator.h: +/usr/include/glib-2.0/glib/deprecated/gcache.h: +/usr/include/glib-2.0/glib/deprecated/gcompletion.h: +/usr/include/glib-2.0/glib/deprecated/gmain.h: +/usr/include/glib-2.0/glib/deprecated/grel.h: +/usr/include/glib-2.0/glib/deprecated/gthread.h: +/usr/include/glib-2.0/glib/glib-autocleanups.h: +/usr/include/gstreamer-1.0/gst/glib-compat.h: +/usr/include/gstreamer-1.0/gst/gstenumtypes.h: +/usr/include/glib-2.0/glib-object.h: +/usr/include/glib-2.0/gobject/gbinding.h: +/usr/include/glib-2.0/gobject/gobject.h: +/usr/include/glib-2.0/gobject/gtype.h: +/usr/include/glib-2.0/gobject/gvalue.h: +/usr/include/glib-2.0/gobject/gparam.h: +/usr/include/glib-2.0/gobject/gclosure.h: +/usr/include/glib-2.0/gobject/gsignal.h: +/usr/include/glib-2.0/gobject/gmarshal.h: +/usr/include/glib-2.0/gobject/gboxed.h: +/usr/include/glib-2.0/gobject/glib-types.h: +/usr/include/glib-2.0/gobject/genums.h: +/usr/include/glib-2.0/gobject/glib-enumtypes.h: +/usr/include/glib-2.0/gobject/gparamspecs.h: +/usr/include/glib-2.0/gobject/gsourceclosure.h: +/usr/include/glib-2.0/gobject/gtypemodule.h: +/usr/include/glib-2.0/gobject/gtypeplugin.h: +/usr/include/glib-2.0/gobject/gvaluearray.h: +/usr/include/glib-2.0/gobject/gvaluetypes.h: +/usr/include/glib-2.0/gobject/gobject-autocleanups.h: +/usr/include/gstreamer-1.0/gst/gstconfig.h: +/usr/include/gstreamer-1.0/gst/gstversion.h: +/usr/include/gstreamer-1.0/gst/gstatomicqueue.h: +/usr/include/gstreamer-1.0/gst/gstbin.h: +/usr/include/gstreamer-1.0/gst/gstelement.h: +/usr/include/gstreamer-1.0/gst/gstobject.h: +/usr/include/gstreamer-1.0/gst/gstcontrolbinding.h: +/usr/include/gstreamer-1.0/gst/gstcontrolsource.h: +/usr/include/gstreamer-1.0/gst/gstclock.h: +/usr/include/gstreamer-1.0/gst/gstpad.h: +/usr/include/gstreamer-1.0/gst/gstbuffer.h: +/usr/include/gstreamer-1.0/gst/gstminiobject.h: +/usr/include/gstreamer-1.0/gst/gstallocator.h: +/usr/include/gstreamer-1.0/gst/gstmemory.h: +/usr/include/gstreamer-1.0/gst/gstcaps.h: +/usr/include/gstreamer-1.0/gst/gststructure.h: +/usr/include/gstreamer-1.0/gst/gstdatetime.h: +/usr/include/gstreamer-1.0/gst/gstcapsfeatures.h: +/usr/include/gstreamer-1.0/gst/gstmeta.h: +/usr/include/gstreamer-1.0/gst/gstbufferlist.h: +/usr/include/gstreamer-1.0/gst/gstpadtemplate.h: +/usr/include/gstreamer-1.0/gst/gstevent.h: +/usr/include/gstreamer-1.0/gst/gstformat.h: +/usr/include/gstreamer-1.0/gst/gstiterator.h: +/usr/include/gstreamer-1.0/gst/gsttaglist.h: +/usr/include/gstreamer-1.0/gst/gstsample.h: +/usr/include/gstreamer-1.0/gst/gstsegment.h: +/usr/include/gstreamer-1.0/gst/gstmessage.h: +/usr/include/gstreamer-1.0/gst/gstquery.h: +/usr/include/gstreamer-1.0/gst/gsttoc.h: +/usr/include/gstreamer-1.0/gst/gstcontext.h: +/usr/include/gstreamer-1.0/gst/gstdevice.h: +/usr/include/gstreamer-1.0/gst/gststreams.h: +/usr/include/gstreamer-1.0/gst/gststreamcollection.h: +/usr/include/gstreamer-1.0/gst/gsttask.h: +/usr/include/gstreamer-1.0/gst/gsttaskpool.h: +/usr/include/gstreamer-1.0/gst/gstbus.h: +/usr/include/gstreamer-1.0/gst/gstelementfactory.h: +/usr/include/gstreamer-1.0/gst/gstplugin.h: +/usr/include/gstreamer-1.0/gst/gstmacros.h: +/usr/include/gstreamer-1.0/gst/gstpluginfeature.h: +/usr/include/gstreamer-1.0/gst/gsturi.h: +/usr/include/gstreamer-1.0/gst/gstminiobject.h: +/usr/include/gstreamer-1.0/gst/gstbufferpool.h: +/usr/include/gstreamer-1.0/gst/gstchildproxy.h: +/usr/include/gstreamer-1.0/gst/gstdebugutils.h: +/usr/include/gstreamer-1.0/gst/gstdevicemonitor.h: +/usr/include/gstreamer-1.0/gst/gstdeviceprovider.h: +/usr/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h: +/usr/include/gstreamer-1.0/gst/gstdynamictypefactory.h: +/usr/include/gstreamer-1.0/gst/gstelementmetadata.h: +/usr/include/gstreamer-1.0/gst/gsterror.h: +/usr/include/gstreamer-1.0/gst/gstghostpad.h: +/usr/include/gstreamer-1.0/gst/gstinfo.h: +/usr/include/gstreamer-1.0/gst/gstparamspecs.h: +/usr/include/gstreamer-1.0/gst/gstvalue.h: +/usr/include/gstreamer-1.0/gst/gstpipeline.h: +/usr/include/gstreamer-1.0/gst/gstpoll.h: +/usr/include/gstreamer-1.0/gst/gstpreset.h: +/usr/include/gstreamer-1.0/gst/gstprotection.h: +/usr/include/gstreamer-1.0/gst/gstregistry.h: +/usr/include/gstreamer-1.0/gst/gstpromise.h: +/usr/include/gstreamer-1.0/gst/gstsystemclock.h: +/usr/include/gstreamer-1.0/gst/gsttagsetter.h: +/usr/include/gstreamer-1.0/gst/gsttocsetter.h: +/usr/include/gstreamer-1.0/gst/gsttracer.h: +/usr/include/gstreamer-1.0/gst/gsttracerfactory.h: +/usr/include/gstreamer-1.0/gst/gsttracerrecord.h: +/usr/include/gstreamer-1.0/gst/gsttypefind.h: +/usr/include/gstreamer-1.0/gst/gsttypefindfactory.h: +/usr/include/gstreamer-1.0/gst/gstutils.h: +/usr/include/gstreamer-1.0/gst/gstparse.h: +/usr/include/gstreamer-1.0/gst/gstcompat.h: +/usr/include/gstreamer-1.0/gst/video/video.h: +/usr/include/gstreamer-1.0/gst/video/video-prelude.h: +/usr/include/gstreamer-1.0/gst/video/video-format.h: +/usr/include/gstreamer-1.0/gst/video/video-enumtypes.h: +/usr/include/gstreamer-1.0/gst/video/video-tile.h: +/usr/include/gstreamer-1.0/gst/video/video-chroma.h: +/usr/include/gstreamer-1.0/gst/video/video-color.h: +/usr/include/gstreamer-1.0/gst/video/video-dither.h: +/usr/include/gstreamer-1.0/gst/video/video-info.h: +/usr/include/gstreamer-1.0/gst/video/video-frame.h: +/usr/include/gstreamer-1.0/gst/video/video-converter.h: +/usr/include/gstreamer-1.0/gst/video/video-scaler.h: +/usr/include/gstreamer-1.0/gst/video/video-resampler.h: +/usr/include/gstreamer-1.0/gst/video/video-multiview.h: +/usr/include/gstreamer-1.0/gst/video/colorbalancechannel.h: +/usr/include/gstreamer-1.0/gst/video/colorbalance.h: +/usr/include/gstreamer-1.0/gst/video/gstvideoaggregator.h: +/usr/include/gstreamer-1.0/gst/base/gstaggregator.h: +/usr/include/gstreamer-1.0/gst/base/base-prelude.h: +/usr/include/gstreamer-1.0/gst/video/gstvideodecoder.h: +/usr/include/gstreamer-1.0/gst/base/gstadapter.h: +/usr/include/gstreamer-1.0/gst/video/gstvideoutils.h: +/usr/include/gstreamer-1.0/gst/video/gstvideoencoder.h: +/usr/include/gstreamer-1.0/gst/video/gstvideofilter.h: +/usr/include/gstreamer-1.0/gst/base/gstbasetransform.h: +/usr/include/gstreamer-1.0/gst/video/gstvideometa.h: +/usr/include/gstreamer-1.0/gst/video/gstvideotimecode.h: +/usr/include/gstreamer-1.0/gst/video/gstvideopool.h: +/usr/include/gstreamer-1.0/gst/video/gstvideosink.h: +/usr/include/gstreamer-1.0/gst/base/gstbasesink.h: +/usr/include/gstreamer-1.0/gst/video/navigation.h: +/usr/include/gstreamer-1.0/gst/video/video-blend.h: +/usr/include/gstreamer-1.0/gst/video/video-event.h: +/usr/include/gstreamer-1.0/gst/video/videodirection.h: +/usr/include/gstreamer-1.0/gst/video/videoorientation.h: +/usr/include/gstreamer-1.0/gst/video/video-overlay-composition.h: +/usr/include/gstreamer-1.0/gst/video/videooverlay.h: +/usr/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h: +/usr/include/gstreamer-1.0/gst/video/video-anc.h: +/usr/include/gstreamer-1.0/gst/video/video-hdr.h: +/opt/openFrameworks/libs/openFrameworks/video/ofVideoPlayer.h: +/opt/openFrameworks/libs/openFrameworks/video/ofGstVideoPlayer.h: +/opt/openFrameworks/libs/openFrameworks/3d/of3dUtils.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofCamera.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofEasyCam.h: +/opt/openFrameworks/examples/sound/audioInputExample/src/ofApp.h: diff --git a/obj/linux64/Release/src/main.o b/obj/linux64/Release/src/main.o new file mode 100644 index 0000000..53a6c94 Binary files /dev/null and b/obj/linux64/Release/src/main.o differ diff --git a/obj/linux64/Release/src/ofApp.d b/obj/linux64/Release/src/ofApp.d new file mode 100644 index 0000000..097a8db --- /dev/null +++ b/obj/linux64/Release/src/ofApp.d @@ -0,0 +1,1064 @@ +obj/linux64/Release/src/ofApp.o: \ + /opt/openFrameworks/examples/sound/audioInputExample/src/ofApp.cpp \ + /opt/openFrameworks/examples/sound/audioInputExample/src/ofApp.h \ + /opt/openFrameworks/libs/openFrameworks/ofMain.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofConstants.h \ + /opt/openFrameworks/libs/tess2/include/tesselator.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofFileUtils.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofLog.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofSystemUtils.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.h \ + /opt/openFrameworks/libs/openFrameworks/events/ofEvents.h \ + /opt/openFrameworks/libs/openFrameworks/events/ofEventUtils.h \ + /opt/openFrameworks/libs/openFrameworks/events/ofEvent.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofTimer.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofUtils.h \ + /opt/openFrameworks/libs/utf8/include/utf8.h \ + /opt/openFrameworks/libs/utf8/include/utf8/checked.h \ + /opt/openFrameworks/libs/utf8/include/utf8/core.h \ + /opt/openFrameworks/libs/utf8/include/utf8/unchecked.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofFpsCounter.h \ + /opt/openFrameworks/libs/glm/include/glm/vec2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/qualifier.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../simd/platform.h \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec2.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/./compute_vector_relational.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/./setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint2_precision.hpp \ + /opt/openFrameworks/libs/openFrameworks/utils/ofThread.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofThreadChannel.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofJson.h \ + /opt/openFrameworks/libs/json/include/json.hpp \ + /opt/openFrameworks/libs/openFrameworks/types/ofParameter.h \ + /opt/openFrameworks/libs/openFrameworks/types/ofPoint.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofVec3f.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofVec2f.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofMathConstants.h \ + /opt/openFrameworks/libs/glm/include/glm/fwd.hpp \ + /opt/openFrameworks/libs/openFrameworks/math/ofVec4f.h \ + /opt/openFrameworks/libs/glm/include/glm/vec4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec4.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/vec3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec3.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_float3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_double3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_int3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint3_precision.hpp \ + /opt/openFrameworks/libs/openFrameworks/types/ofRectangle.h \ + /opt/openFrameworks/libs/openFrameworks/types/ofColor.h \ + /opt/openFrameworks/libs/glm/include/glm/common.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/_fixes.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/func_common.inl \ + /opt/openFrameworks/libs/glm/include/glm/detail/../vector_relational.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/../detail/func_vector_relational.inl \ + /opt/openFrameworks/libs/glm/include/glm/detail/compute_common.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/type_vec1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/type_vec1.inl \ + /opt/openFrameworks/libs/glm/include/glm/detail/_vectorize.hpp \ + /opt/openFrameworks/libs/openFrameworks/utils/ofXml.h \ + /opt/openFrameworks/libs/pugixml/include/pugixml.hpp \ + /opt/openFrameworks/libs/pugixml/include/pugiconfig.hpp \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofGraphicsConstants.h \ + /opt/openFrameworks/libs/openFrameworks/types/ofTypes.h \ + /opt/openFrameworks/libs/openFrameworks/types/ofParameterGroup.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofMath.h \ + /opt/openFrameworks/libs/glm/include/glm/gtc/constants.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/scalar_constants.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/scalar_constants.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/constants.inl \ + /opt/openFrameworks/libs/openFrameworks/math/ofVectorMath.h \ + /opt/openFrameworks/libs/glm/include/glm/mat3x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/matrix_double3x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_mat3x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_mat3x3.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../matrix.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x2.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x3.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x4.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat3x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x2.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat3x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x4.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x2.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x2.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x2_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x3.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x4.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x4.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x4_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/func_matrix.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../geometric.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/func_geometric.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/../exponential.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/../detail/func_exponential.inl \ + /opt/openFrameworks/libs/glm/include/glm/./ext/matrix_double3x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/matrix_float3x3.hpp \ + /opt/openFrameworks/libs/glm/include/glm/./ext/matrix_float3x3_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/trigonometric.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/detail/func_trigonometric.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/matrix_transform.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_projection.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_projection.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_clip_space.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_clip_space.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_transform.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_transform.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/matrix_transform.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/matrix_inverse.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/matrix_inverse.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/quaternion.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/vector_relational.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/vector_relational.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_float.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_common.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../ext/quaternion_geometric.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../ext/quaternion_geometric.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_common.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_float.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_quat.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/../ext/quaternion_relational.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/../ext/quaternion_relational.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_quat.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_float_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_double.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_double_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_trigonometric.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_trigonometric.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_transform.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_transform.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/quaternion.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtc/epsilon.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/epsilon.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/norm.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/quaternion.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../glm.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/_fixes.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../packing.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/func_packing.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/type_half.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/type_half.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../integer.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/func_integer.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../ext/quaternion_exponential.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../ext/quaternion_exponential.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/quaternion.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/component_wise.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/component_wise.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/norm.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/perpendicular.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/projection.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/projection.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/perpendicular.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/rotate_vector.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/transform.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/transform.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/rotate_vector.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/spline.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/optimum_pow.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/spline.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/vector_angle.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/vector_angle.inl \ + /opt/openFrameworks/libs/glm/include/glm/gtx/scalar_multiplication.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtx/../detail/setup.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/type_ptr.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/vec1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_bool1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_bool1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_float1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_float1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_double1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_double1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_int1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_int1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_uint1.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_uint1_precision.hpp \ + /opt/openFrameworks/libs/glm/include/glm/gtc/type_ptr.inl \ + /opt/openFrameworks/libs/openFrameworks/math/ofMatrix3x3.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofMatrix4x4.h \ + /opt/openFrameworks/libs/openFrameworks/math/ofQuaternion.h \ + /opt/openFrameworks/libs/openFrameworks/communication/ofSerial.h \ + /opt/openFrameworks/libs/openFrameworks/communication/ofArduino.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofFbo.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofTexture.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofGLBaseTypes.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofGLRenderer.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.inl \ + /opt/openFrameworks/libs/openFrameworks/app/ofAppRunner.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofWindowSettings.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofMainLoop.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/of3dGraphics.h \ + /opt/openFrameworks/libs/openFrameworks/3d/of3dPrimitives.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofMesh.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofGLUtils.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofMesh.inl \ + /opt/openFrameworks/libs/openFrameworks/3d/ofNode.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofBitmapFont.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPixels.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofGraphics.h \ + /opt/openFrameworks/libs/openFrameworks/utils/ofMatrixStack.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPath.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofVboMesh.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofMesh.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofVbo.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofBufferObject.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofTessellator.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofLight.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofMaterial.h \ + /opt/openFrameworks/libs/openFrameworks/gl/ofShader.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofCairoRenderer.h \ + /usr/include/cairo/cairo.h /usr/include/cairo/cairo-version.h \ + /usr/include/cairo/cairo-features.h \ + /usr/include/cairo/cairo-deprecated.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofImage.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofRendererCollection.h \ + /opt/openFrameworks/libs/openFrameworks/graphics/ofTrueTypeFont.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofBaseApp.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofSoundBaseTypes.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofAppBaseWindow.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofAppGLFWWindow.h \ + /opt/openFrameworks/libs/openFrameworks/app/ofAppGlutWindow.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofSoundStream.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofSoundPlayer.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofOpenALSoundPlayer.h \ + /opt/openFrameworks/libs/kiss/include/kiss_fft.h \ + /opt/openFrameworks/libs/kiss/include/kiss_fftr.h \ + /opt/openFrameworks/libs/kiss/include/kiss_fft.h \ + /opt/openFrameworks/libs/openFrameworks/sound/ofSoundBuffer.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofVideoGrabber.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofVideoBaseTypes.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofGstVideoGrabber.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofGstUtils.h \ + /usr/include/gstreamer-1.0/gst/gst.h /usr/include/glib-2.0/glib.h \ + /usr/include/glib-2.0/glib/galloca.h /usr/include/glib-2.0/glib/gtypes.h \ + /usr/lib/glib-2.0/include/glibconfig.h \ + /usr/include/glib-2.0/glib/gmacros.h \ + /usr/include/glib-2.0/glib/gversionmacros.h \ + /usr/include/glib-2.0/glib/garray.h \ + /usr/include/glib-2.0/glib/gasyncqueue.h \ + /usr/include/glib-2.0/glib/gthread.h \ + /usr/include/glib-2.0/glib/gatomic.h /usr/include/glib-2.0/glib/gerror.h \ + /usr/include/glib-2.0/glib/gquark.h /usr/include/glib-2.0/glib/gutils.h \ + /usr/include/glib-2.0/glib/gbacktrace.h \ + /usr/include/glib-2.0/glib/gbase64.h \ + /usr/include/glib-2.0/glib/gbitlock.h \ + /usr/include/glib-2.0/glib/gbookmarkfile.h \ + /usr/include/glib-2.0/glib/gdatetime.h \ + /usr/include/glib-2.0/glib/gtimezone.h \ + /usr/include/glib-2.0/glib/gbytes.h \ + /usr/include/glib-2.0/glib/gcharset.h \ + /usr/include/glib-2.0/glib/gchecksum.h \ + /usr/include/glib-2.0/glib/gconvert.h \ + /usr/include/glib-2.0/glib/gdataset.h /usr/include/glib-2.0/glib/gdate.h \ + /usr/include/glib-2.0/glib/gdir.h /usr/include/glib-2.0/glib/genviron.h \ + /usr/include/glib-2.0/glib/gfileutils.h \ + /usr/include/glib-2.0/glib/ggettext.h /usr/include/glib-2.0/glib/ghash.h \ + /usr/include/glib-2.0/glib/glist.h /usr/include/glib-2.0/glib/gmem.h \ + /usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/ghmac.h \ + /usr/include/glib-2.0/glib/gchecksum.h \ + /usr/include/glib-2.0/glib/ghook.h \ + /usr/include/glib-2.0/glib/ghostutils.h \ + /usr/include/glib-2.0/glib/giochannel.h \ + /usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gpoll.h \ + /usr/include/glib-2.0/glib/gslist.h /usr/include/glib-2.0/glib/gstring.h \ + /usr/include/glib-2.0/glib/gunicode.h \ + /usr/include/glib-2.0/glib/gkeyfile.h \ + /usr/include/glib-2.0/glib/gmappedfile.h \ + /usr/include/glib-2.0/glib/gmarkup.h \ + /usr/include/glib-2.0/glib/gmessages.h \ + /usr/include/glib-2.0/glib/gvariant.h \ + /usr/include/glib-2.0/glib/gvarianttype.h \ + /usr/include/glib-2.0/glib/goption.h \ + /usr/include/glib-2.0/glib/gpattern.h \ + /usr/include/glib-2.0/glib/gprimes.h /usr/include/glib-2.0/glib/gqsort.h \ + /usr/include/glib-2.0/glib/gqueue.h /usr/include/glib-2.0/glib/grand.h \ + /usr/include/glib-2.0/glib/grcbox.h \ + /usr/include/glib-2.0/glib/grefcount.h \ + /usr/include/glib-2.0/glib/grefstring.h \ + /usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gmacros.h \ + /usr/include/glib-2.0/glib/gregex.h \ + /usr/include/glib-2.0/glib/gscanner.h \ + /usr/include/glib-2.0/glib/gsequence.h \ + /usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gslice.h \ + /usr/include/glib-2.0/glib/gspawn.h \ + /usr/include/glib-2.0/glib/gstrfuncs.h \ + /usr/include/glib-2.0/glib/gstringchunk.h \ + /usr/include/glib-2.0/glib/gstrvbuilder.h \ + /usr/include/glib-2.0/glib/gtestutils.h \ + /usr/include/glib-2.0/glib/gthreadpool.h \ + /usr/include/glib-2.0/glib/gtimer.h \ + /usr/include/glib-2.0/glib/gtrashstack.h \ + /usr/include/glib-2.0/glib/gtree.h /usr/include/glib-2.0/glib/guri.h \ + /usr/include/glib-2.0/glib/guuid.h /usr/include/glib-2.0/glib/gversion.h \ + /usr/include/glib-2.0/glib/deprecated/gallocator.h \ + /usr/include/glib-2.0/glib/deprecated/gcache.h \ + /usr/include/glib-2.0/glib/deprecated/gcompletion.h \ + /usr/include/glib-2.0/glib/deprecated/gmain.h \ + /usr/include/glib-2.0/glib/deprecated/grel.h \ + /usr/include/glib-2.0/glib/deprecated/gthread.h \ + /usr/include/glib-2.0/glib/glib-autocleanups.h \ + /usr/include/gstreamer-1.0/gst/glib-compat.h \ + /usr/include/gstreamer-1.0/gst/gstenumtypes.h \ + /usr/include/glib-2.0/glib-object.h \ + /usr/include/glib-2.0/gobject/gbinding.h \ + /usr/include/glib-2.0/gobject/gobject.h \ + /usr/include/glib-2.0/gobject/gtype.h \ + /usr/include/glib-2.0/gobject/gvalue.h \ + /usr/include/glib-2.0/gobject/gparam.h \ + /usr/include/glib-2.0/gobject/gclosure.h \ + /usr/include/glib-2.0/gobject/gsignal.h \ + /usr/include/glib-2.0/gobject/gmarshal.h \ + /usr/include/glib-2.0/gobject/gboxed.h \ + /usr/include/glib-2.0/gobject/glib-types.h \ + /usr/include/glib-2.0/gobject/genums.h \ + /usr/include/glib-2.0/gobject/glib-enumtypes.h \ + /usr/include/glib-2.0/gobject/gparamspecs.h \ + /usr/include/glib-2.0/gobject/gsourceclosure.h \ + /usr/include/glib-2.0/gobject/gtypemodule.h \ + /usr/include/glib-2.0/gobject/gtypeplugin.h \ + /usr/include/glib-2.0/gobject/gvaluearray.h \ + /usr/include/glib-2.0/gobject/gvaluetypes.h \ + /usr/include/glib-2.0/gobject/gobject-autocleanups.h \ + /usr/include/gstreamer-1.0/gst/gstconfig.h \ + /usr/include/gstreamer-1.0/gst/gstversion.h \ + /usr/include/gstreamer-1.0/gst/gstatomicqueue.h \ + /usr/include/gstreamer-1.0/gst/gstbin.h \ + /usr/include/gstreamer-1.0/gst/gstelement.h \ + /usr/include/gstreamer-1.0/gst/gstobject.h \ + /usr/include/gstreamer-1.0/gst/gstcontrolbinding.h \ + /usr/include/gstreamer-1.0/gst/gstcontrolsource.h \ + /usr/include/gstreamer-1.0/gst/gstclock.h \ + /usr/include/gstreamer-1.0/gst/gstpad.h \ + /usr/include/gstreamer-1.0/gst/gstbuffer.h \ + /usr/include/gstreamer-1.0/gst/gstminiobject.h \ + /usr/include/gstreamer-1.0/gst/gstallocator.h \ + /usr/include/gstreamer-1.0/gst/gstmemory.h \ + /usr/include/gstreamer-1.0/gst/gstcaps.h \ + /usr/include/gstreamer-1.0/gst/gststructure.h \ + /usr/include/gstreamer-1.0/gst/gstdatetime.h \ + /usr/include/gstreamer-1.0/gst/gstcapsfeatures.h \ + /usr/include/gstreamer-1.0/gst/gstmeta.h \ + /usr/include/gstreamer-1.0/gst/gstbufferlist.h \ + /usr/include/gstreamer-1.0/gst/gstpadtemplate.h \ + /usr/include/gstreamer-1.0/gst/gstevent.h \ + /usr/include/gstreamer-1.0/gst/gstformat.h \ + /usr/include/gstreamer-1.0/gst/gstiterator.h \ + /usr/include/gstreamer-1.0/gst/gsttaglist.h \ + /usr/include/gstreamer-1.0/gst/gstsample.h \ + /usr/include/gstreamer-1.0/gst/gstsegment.h \ + /usr/include/gstreamer-1.0/gst/gstmessage.h \ + /usr/include/gstreamer-1.0/gst/gstquery.h \ + /usr/include/gstreamer-1.0/gst/gsttoc.h \ + /usr/include/gstreamer-1.0/gst/gstcontext.h \ + /usr/include/gstreamer-1.0/gst/gstdevice.h \ + /usr/include/gstreamer-1.0/gst/gststreams.h \ + /usr/include/gstreamer-1.0/gst/gststreamcollection.h \ + /usr/include/gstreamer-1.0/gst/gsttask.h \ + /usr/include/gstreamer-1.0/gst/gsttaskpool.h \ + /usr/include/gstreamer-1.0/gst/gstbus.h \ + /usr/include/gstreamer-1.0/gst/gstelementfactory.h \ + /usr/include/gstreamer-1.0/gst/gstplugin.h \ + /usr/include/gstreamer-1.0/gst/gstmacros.h \ + /usr/include/gstreamer-1.0/gst/gstpluginfeature.h \ + /usr/include/gstreamer-1.0/gst/gsturi.h \ + /usr/include/gstreamer-1.0/gst/gstminiobject.h \ + /usr/include/gstreamer-1.0/gst/gstbufferpool.h \ + /usr/include/gstreamer-1.0/gst/gstchildproxy.h \ + /usr/include/gstreamer-1.0/gst/gstdebugutils.h \ + /usr/include/gstreamer-1.0/gst/gstdevicemonitor.h \ + /usr/include/gstreamer-1.0/gst/gstdeviceprovider.h \ + /usr/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h \ + /usr/include/gstreamer-1.0/gst/gstdynamictypefactory.h \ + /usr/include/gstreamer-1.0/gst/gstelementmetadata.h \ + /usr/include/gstreamer-1.0/gst/gsterror.h \ + /usr/include/gstreamer-1.0/gst/gstghostpad.h \ + /usr/include/gstreamer-1.0/gst/gstinfo.h \ + /usr/include/gstreamer-1.0/gst/gstparamspecs.h \ + /usr/include/gstreamer-1.0/gst/gstvalue.h \ + /usr/include/gstreamer-1.0/gst/gstpipeline.h \ + /usr/include/gstreamer-1.0/gst/gstpoll.h \ + /usr/include/gstreamer-1.0/gst/gstpreset.h \ + /usr/include/gstreamer-1.0/gst/gstprotection.h \ + /usr/include/gstreamer-1.0/gst/gstregistry.h \ + /usr/include/gstreamer-1.0/gst/gstpromise.h \ + /usr/include/gstreamer-1.0/gst/gstsystemclock.h \ + /usr/include/gstreamer-1.0/gst/gsttagsetter.h \ + /usr/include/gstreamer-1.0/gst/gsttocsetter.h \ + /usr/include/gstreamer-1.0/gst/gsttracer.h \ + /usr/include/gstreamer-1.0/gst/gsttracerfactory.h \ + /usr/include/gstreamer-1.0/gst/gsttracerrecord.h \ + /usr/include/gstreamer-1.0/gst/gsttypefind.h \ + /usr/include/gstreamer-1.0/gst/gsttypefindfactory.h \ + /usr/include/gstreamer-1.0/gst/gstutils.h \ + /usr/include/gstreamer-1.0/gst/gstparse.h \ + /usr/include/gstreamer-1.0/gst/gstcompat.h \ + /usr/include/gstreamer-1.0/gst/video/video.h \ + /usr/include/gstreamer-1.0/gst/video/video-prelude.h \ + /usr/include/gstreamer-1.0/gst/video/video-format.h \ + /usr/include/gstreamer-1.0/gst/video/video-enumtypes.h \ + /usr/include/gstreamer-1.0/gst/video/video-tile.h \ + /usr/include/gstreamer-1.0/gst/video/video-chroma.h \ + /usr/include/gstreamer-1.0/gst/video/video-color.h \ + /usr/include/gstreamer-1.0/gst/video/video-dither.h \ + /usr/include/gstreamer-1.0/gst/video/video-info.h \ + /usr/include/gstreamer-1.0/gst/video/video-frame.h \ + /usr/include/gstreamer-1.0/gst/video/video-converter.h \ + /usr/include/gstreamer-1.0/gst/video/video-scaler.h \ + /usr/include/gstreamer-1.0/gst/video/video-resampler.h \ + /usr/include/gstreamer-1.0/gst/video/video-multiview.h \ + /usr/include/gstreamer-1.0/gst/video/colorbalancechannel.h \ + /usr/include/gstreamer-1.0/gst/video/colorbalance.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideoaggregator.h \ + /usr/include/gstreamer-1.0/gst/base/gstaggregator.h \ + /usr/include/gstreamer-1.0/gst/base/base-prelude.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideodecoder.h \ + /usr/include/gstreamer-1.0/gst/base/gstadapter.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideoutils.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideoencoder.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideofilter.h \ + /usr/include/gstreamer-1.0/gst/base/gstbasetransform.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideometa.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideotimecode.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideopool.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideosink.h \ + /usr/include/gstreamer-1.0/gst/base/gstbasesink.h \ + /usr/include/gstreamer-1.0/gst/video/navigation.h \ + /usr/include/gstreamer-1.0/gst/video/video-blend.h \ + /usr/include/gstreamer-1.0/gst/video/video-event.h \ + /usr/include/gstreamer-1.0/gst/video/videodirection.h \ + /usr/include/gstreamer-1.0/gst/video/videoorientation.h \ + /usr/include/gstreamer-1.0/gst/video/video-overlay-composition.h \ + /usr/include/gstreamer-1.0/gst/video/videooverlay.h \ + /usr/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h \ + /usr/include/gstreamer-1.0/gst/video/video-anc.h \ + /usr/include/gstreamer-1.0/gst/video/video-hdr.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofVideoPlayer.h \ + /opt/openFrameworks/libs/openFrameworks/video/ofGstVideoPlayer.h \ + /opt/openFrameworks/libs/openFrameworks/3d/of3dUtils.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofCamera.h \ + /opt/openFrameworks/libs/openFrameworks/3d/ofEasyCam.h +/opt/openFrameworks/examples/sound/audioInputExample/src/ofApp.h: +/opt/openFrameworks/libs/openFrameworks/ofMain.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofConstants.h: +/opt/openFrameworks/libs/tess2/include/tesselator.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofFileUtils.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofLog.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofSystemUtils.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofURLFileLoader.h: +/opt/openFrameworks/libs/openFrameworks/events/ofEvents.h: +/opt/openFrameworks/libs/openFrameworks/events/ofEventUtils.h: +/opt/openFrameworks/libs/openFrameworks/events/ofEvent.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofTimer.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofUtils.h: +/opt/openFrameworks/libs/utf8/include/utf8.h: +/opt/openFrameworks/libs/utf8/include/utf8/checked.h: +/opt/openFrameworks/libs/utf8/include/utf8/core.h: +/opt/openFrameworks/libs/utf8/include/utf8/unchecked.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofFpsCounter.h: +/opt/openFrameworks/libs/glm/include/glm/vec2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/qualifier.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../simd/platform.h: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec2.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/./compute_vector_relational.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/./setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint2_precision.hpp: +/opt/openFrameworks/libs/openFrameworks/utils/ofThread.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofThreadChannel.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofJson.h: +/opt/openFrameworks/libs/json/include/json.hpp: +/opt/openFrameworks/libs/openFrameworks/types/ofParameter.h: +/opt/openFrameworks/libs/openFrameworks/types/ofPoint.h: +/opt/openFrameworks/libs/openFrameworks/math/ofVec3f.h: +/opt/openFrameworks/libs/openFrameworks/math/ofVec2f.h: +/opt/openFrameworks/libs/openFrameworks/math/ofMathConstants.h: +/opt/openFrameworks/libs/glm/include/glm/fwd.hpp: +/opt/openFrameworks/libs/openFrameworks/math/ofVec4f.h: +/opt/openFrameworks/libs/glm/include/glm/vec4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec4.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/vec3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_vec3.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_bool3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_float3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_double3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_int3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/vector_uint3_precision.hpp: +/opt/openFrameworks/libs/openFrameworks/types/ofRectangle.h: +/opt/openFrameworks/libs/openFrameworks/types/ofColor.h: +/opt/openFrameworks/libs/glm/include/glm/common.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/_fixes.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/func_common.inl: +/opt/openFrameworks/libs/glm/include/glm/detail/../vector_relational.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/../detail/func_vector_relational.inl: +/opt/openFrameworks/libs/glm/include/glm/detail/compute_common.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/type_vec1.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/type_vec1.inl: +/opt/openFrameworks/libs/glm/include/glm/detail/_vectorize.hpp: +/opt/openFrameworks/libs/openFrameworks/utils/ofXml.h: +/opt/openFrameworks/libs/pugixml/include/pugixml.hpp: +/opt/openFrameworks/libs/pugixml/include/pugiconfig.hpp: +/opt/openFrameworks/libs/openFrameworks/graphics/ofGraphicsBaseTypes.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofGraphicsConstants.h: +/opt/openFrameworks/libs/openFrameworks/types/ofTypes.h: +/opt/openFrameworks/libs/openFrameworks/types/ofParameterGroup.h: +/opt/openFrameworks/libs/openFrameworks/math/ofMath.h: +/opt/openFrameworks/libs/glm/include/glm/gtc/constants.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/scalar_constants.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/scalar_constants.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/constants.inl: +/opt/openFrameworks/libs/openFrameworks/math/ofVectorMath.h: +/opt/openFrameworks/libs/glm/include/glm/mat3x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/matrix_double3x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_mat3x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/type_mat3x3.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../matrix.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x2.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x3.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat2x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat2x4.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double2x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float2x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat3x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x2.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat3x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat3x4.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double3x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float3x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x2.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x2.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x2_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x3.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../mat4x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/../detail/type_mat4x4.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_double4x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x4.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/.././ext/matrix_float4x4_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/func_matrix.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../geometric.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/func_geometric.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/../exponential.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/../detail/../detail/../detail/../detail/func_exponential.inl: +/opt/openFrameworks/libs/glm/include/glm/./ext/matrix_double3x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/matrix_float3x3.hpp: +/opt/openFrameworks/libs/glm/include/glm/./ext/matrix_float3x3_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/trigonometric.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/detail/func_trigonometric.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/matrix_transform.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_projection.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_projection.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_clip_space.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_clip_space.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_transform.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/matrix_transform.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/matrix_transform.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/matrix_inverse.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/matrix_inverse.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/quaternion.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/vector_relational.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/vector_relational.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_float.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_common.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../ext/quaternion_geometric.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../ext/quaternion_geometric.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_common.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_float.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_quat.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/../ext/quaternion_relational.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/../ext/quaternion_relational.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/../detail/type_quat.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_float_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_double.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_double_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_trigonometric.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_trigonometric.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_transform.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../ext/quaternion_transform.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/quaternion.inl: +/opt/openFrameworks/libs/glm/include/glm/gtc/epsilon.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/epsilon.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/norm.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/quaternion.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../glm.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/_fixes.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../packing.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/func_packing.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/type_half.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/type_half.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../integer.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/func_integer.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../ext/quaternion_exponential.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../ext/quaternion_exponential.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/quaternion.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/component_wise.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/component_wise.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/norm.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/perpendicular.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/projection.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/projection.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/perpendicular.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/rotate_vector.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/transform.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/transform.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/rotate_vector.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/spline.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/optimum_pow.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../gtx/optimum_pow.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/spline.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/vector_angle.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/vector_angle.inl: +/opt/openFrameworks/libs/glm/include/glm/gtx/scalar_multiplication.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtx/../detail/setup.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/type_ptr.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/vec1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_bool1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_bool1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_float1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_float1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_double1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_double1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_int1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_int1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_uint1.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/../gtc/../ext/vector_uint1_precision.hpp: +/opt/openFrameworks/libs/glm/include/glm/gtc/type_ptr.inl: +/opt/openFrameworks/libs/openFrameworks/math/ofMatrix3x3.h: +/opt/openFrameworks/libs/openFrameworks/math/ofMatrix4x4.h: +/opt/openFrameworks/libs/openFrameworks/math/ofQuaternion.h: +/opt/openFrameworks/libs/openFrameworks/communication/ofSerial.h: +/opt/openFrameworks/libs/openFrameworks/communication/ofArduino.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofFbo.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofTexture.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofGLBaseTypes.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofGLRenderer.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.inl: +/opt/openFrameworks/libs/openFrameworks/app/ofAppRunner.h: +/opt/openFrameworks/libs/openFrameworks/app/ofWindowSettings.h: +/opt/openFrameworks/libs/openFrameworks/app/ofMainLoop.h: +/opt/openFrameworks/libs/openFrameworks/graphics/of3dGraphics.h: +/opt/openFrameworks/libs/openFrameworks/3d/of3dPrimitives.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofMesh.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofGLUtils.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofMesh.inl: +/opt/openFrameworks/libs/openFrameworks/3d/ofNode.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofBitmapFont.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPixels.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofGraphics.h: +/opt/openFrameworks/libs/openFrameworks/utils/ofMatrixStack.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPath.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofPolyline.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofVboMesh.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofMesh.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofVbo.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofBufferObject.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofTessellator.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofLight.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofMaterial.h: +/opt/openFrameworks/libs/openFrameworks/gl/ofShader.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofCairoRenderer.h: +/usr/include/cairo/cairo.h: +/usr/include/cairo/cairo-version.h: +/usr/include/cairo/cairo-features.h: +/usr/include/cairo/cairo-deprecated.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofImage.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofRendererCollection.h: +/opt/openFrameworks/libs/openFrameworks/graphics/ofTrueTypeFont.h: +/opt/openFrameworks/libs/openFrameworks/app/ofBaseApp.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofSoundBaseTypes.h: +/opt/openFrameworks/libs/openFrameworks/app/ofAppBaseWindow.h: +/opt/openFrameworks/libs/openFrameworks/app/ofAppGLFWWindow.h: +/opt/openFrameworks/libs/openFrameworks/app/ofAppGlutWindow.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofSoundStream.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofSoundPlayer.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofOpenALSoundPlayer.h: +/opt/openFrameworks/libs/kiss/include/kiss_fft.h: +/opt/openFrameworks/libs/kiss/include/kiss_fftr.h: +/opt/openFrameworks/libs/kiss/include/kiss_fft.h: +/opt/openFrameworks/libs/openFrameworks/sound/ofSoundBuffer.h: +/opt/openFrameworks/libs/openFrameworks/video/ofVideoGrabber.h: +/opt/openFrameworks/libs/openFrameworks/video/ofVideoBaseTypes.h: +/opt/openFrameworks/libs/openFrameworks/video/ofGstVideoGrabber.h: +/opt/openFrameworks/libs/openFrameworks/video/ofGstUtils.h: +/usr/include/gstreamer-1.0/gst/gst.h: +/usr/include/glib-2.0/glib.h: +/usr/include/glib-2.0/glib/galloca.h: +/usr/include/glib-2.0/glib/gtypes.h: +/usr/lib/glib-2.0/include/glibconfig.h: +/usr/include/glib-2.0/glib/gmacros.h: +/usr/include/glib-2.0/glib/gversionmacros.h: +/usr/include/glib-2.0/glib/garray.h: +/usr/include/glib-2.0/glib/gasyncqueue.h: +/usr/include/glib-2.0/glib/gthread.h: +/usr/include/glib-2.0/glib/gatomic.h: +/usr/include/glib-2.0/glib/gerror.h: +/usr/include/glib-2.0/glib/gquark.h: +/usr/include/glib-2.0/glib/gutils.h: +/usr/include/glib-2.0/glib/gbacktrace.h: +/usr/include/glib-2.0/glib/gbase64.h: +/usr/include/glib-2.0/glib/gbitlock.h: +/usr/include/glib-2.0/glib/gbookmarkfile.h: +/usr/include/glib-2.0/glib/gdatetime.h: +/usr/include/glib-2.0/glib/gtimezone.h: +/usr/include/glib-2.0/glib/gbytes.h: +/usr/include/glib-2.0/glib/gcharset.h: +/usr/include/glib-2.0/glib/gchecksum.h: +/usr/include/glib-2.0/glib/gconvert.h: +/usr/include/glib-2.0/glib/gdataset.h: +/usr/include/glib-2.0/glib/gdate.h: +/usr/include/glib-2.0/glib/gdir.h: +/usr/include/glib-2.0/glib/genviron.h: +/usr/include/glib-2.0/glib/gfileutils.h: +/usr/include/glib-2.0/glib/ggettext.h: +/usr/include/glib-2.0/glib/ghash.h: +/usr/include/glib-2.0/glib/glist.h: +/usr/include/glib-2.0/glib/gmem.h: +/usr/include/glib-2.0/glib/gnode.h: +/usr/include/glib-2.0/glib/ghmac.h: +/usr/include/glib-2.0/glib/gchecksum.h: +/usr/include/glib-2.0/glib/ghook.h: +/usr/include/glib-2.0/glib/ghostutils.h: +/usr/include/glib-2.0/glib/giochannel.h: +/usr/include/glib-2.0/glib/gmain.h: +/usr/include/glib-2.0/glib/gpoll.h: +/usr/include/glib-2.0/glib/gslist.h: +/usr/include/glib-2.0/glib/gstring.h: +/usr/include/glib-2.0/glib/gunicode.h: +/usr/include/glib-2.0/glib/gkeyfile.h: +/usr/include/glib-2.0/glib/gmappedfile.h: +/usr/include/glib-2.0/glib/gmarkup.h: +/usr/include/glib-2.0/glib/gmessages.h: +/usr/include/glib-2.0/glib/gvariant.h: +/usr/include/glib-2.0/glib/gvarianttype.h: +/usr/include/glib-2.0/glib/goption.h: +/usr/include/glib-2.0/glib/gpattern.h: +/usr/include/glib-2.0/glib/gprimes.h: +/usr/include/glib-2.0/glib/gqsort.h: +/usr/include/glib-2.0/glib/gqueue.h: +/usr/include/glib-2.0/glib/grand.h: +/usr/include/glib-2.0/glib/grcbox.h: +/usr/include/glib-2.0/glib/grefcount.h: +/usr/include/glib-2.0/glib/grefstring.h: +/usr/include/glib-2.0/glib/gmem.h: +/usr/include/glib-2.0/glib/gmacros.h: +/usr/include/glib-2.0/glib/gregex.h: +/usr/include/glib-2.0/glib/gscanner.h: +/usr/include/glib-2.0/glib/gsequence.h: +/usr/include/glib-2.0/glib/gshell.h: +/usr/include/glib-2.0/glib/gslice.h: +/usr/include/glib-2.0/glib/gspawn.h: +/usr/include/glib-2.0/glib/gstrfuncs.h: +/usr/include/glib-2.0/glib/gstringchunk.h: +/usr/include/glib-2.0/glib/gstrvbuilder.h: +/usr/include/glib-2.0/glib/gtestutils.h: +/usr/include/glib-2.0/glib/gthreadpool.h: +/usr/include/glib-2.0/glib/gtimer.h: +/usr/include/glib-2.0/glib/gtrashstack.h: +/usr/include/glib-2.0/glib/gtree.h: +/usr/include/glib-2.0/glib/guri.h: +/usr/include/glib-2.0/glib/guuid.h: +/usr/include/glib-2.0/glib/gversion.h: +/usr/include/glib-2.0/glib/deprecated/gallocator.h: +/usr/include/glib-2.0/glib/deprecated/gcache.h: +/usr/include/glib-2.0/glib/deprecated/gcompletion.h: +/usr/include/glib-2.0/glib/deprecated/gmain.h: +/usr/include/glib-2.0/glib/deprecated/grel.h: +/usr/include/glib-2.0/glib/deprecated/gthread.h: +/usr/include/glib-2.0/glib/glib-autocleanups.h: +/usr/include/gstreamer-1.0/gst/glib-compat.h: +/usr/include/gstreamer-1.0/gst/gstenumtypes.h: +/usr/include/glib-2.0/glib-object.h: +/usr/include/glib-2.0/gobject/gbinding.h: +/usr/include/glib-2.0/gobject/gobject.h: +/usr/include/glib-2.0/gobject/gtype.h: +/usr/include/glib-2.0/gobject/gvalue.h: +/usr/include/glib-2.0/gobject/gparam.h: +/usr/include/glib-2.0/gobject/gclosure.h: +/usr/include/glib-2.0/gobject/gsignal.h: +/usr/include/glib-2.0/gobject/gmarshal.h: +/usr/include/glib-2.0/gobject/gboxed.h: +/usr/include/glib-2.0/gobject/glib-types.h: +/usr/include/glib-2.0/gobject/genums.h: +/usr/include/glib-2.0/gobject/glib-enumtypes.h: +/usr/include/glib-2.0/gobject/gparamspecs.h: +/usr/include/glib-2.0/gobject/gsourceclosure.h: +/usr/include/glib-2.0/gobject/gtypemodule.h: +/usr/include/glib-2.0/gobject/gtypeplugin.h: +/usr/include/glib-2.0/gobject/gvaluearray.h: +/usr/include/glib-2.0/gobject/gvaluetypes.h: +/usr/include/glib-2.0/gobject/gobject-autocleanups.h: +/usr/include/gstreamer-1.0/gst/gstconfig.h: +/usr/include/gstreamer-1.0/gst/gstversion.h: +/usr/include/gstreamer-1.0/gst/gstatomicqueue.h: +/usr/include/gstreamer-1.0/gst/gstbin.h: +/usr/include/gstreamer-1.0/gst/gstelement.h: +/usr/include/gstreamer-1.0/gst/gstobject.h: +/usr/include/gstreamer-1.0/gst/gstcontrolbinding.h: +/usr/include/gstreamer-1.0/gst/gstcontrolsource.h: +/usr/include/gstreamer-1.0/gst/gstclock.h: +/usr/include/gstreamer-1.0/gst/gstpad.h: +/usr/include/gstreamer-1.0/gst/gstbuffer.h: +/usr/include/gstreamer-1.0/gst/gstminiobject.h: +/usr/include/gstreamer-1.0/gst/gstallocator.h: +/usr/include/gstreamer-1.0/gst/gstmemory.h: +/usr/include/gstreamer-1.0/gst/gstcaps.h: +/usr/include/gstreamer-1.0/gst/gststructure.h: +/usr/include/gstreamer-1.0/gst/gstdatetime.h: +/usr/include/gstreamer-1.0/gst/gstcapsfeatures.h: +/usr/include/gstreamer-1.0/gst/gstmeta.h: +/usr/include/gstreamer-1.0/gst/gstbufferlist.h: +/usr/include/gstreamer-1.0/gst/gstpadtemplate.h: +/usr/include/gstreamer-1.0/gst/gstevent.h: +/usr/include/gstreamer-1.0/gst/gstformat.h: +/usr/include/gstreamer-1.0/gst/gstiterator.h: +/usr/include/gstreamer-1.0/gst/gsttaglist.h: +/usr/include/gstreamer-1.0/gst/gstsample.h: +/usr/include/gstreamer-1.0/gst/gstsegment.h: +/usr/include/gstreamer-1.0/gst/gstmessage.h: +/usr/include/gstreamer-1.0/gst/gstquery.h: +/usr/include/gstreamer-1.0/gst/gsttoc.h: +/usr/include/gstreamer-1.0/gst/gstcontext.h: +/usr/include/gstreamer-1.0/gst/gstdevice.h: +/usr/include/gstreamer-1.0/gst/gststreams.h: +/usr/include/gstreamer-1.0/gst/gststreamcollection.h: +/usr/include/gstreamer-1.0/gst/gsttask.h: +/usr/include/gstreamer-1.0/gst/gsttaskpool.h: +/usr/include/gstreamer-1.0/gst/gstbus.h: +/usr/include/gstreamer-1.0/gst/gstelementfactory.h: +/usr/include/gstreamer-1.0/gst/gstplugin.h: +/usr/include/gstreamer-1.0/gst/gstmacros.h: +/usr/include/gstreamer-1.0/gst/gstpluginfeature.h: +/usr/include/gstreamer-1.0/gst/gsturi.h: +/usr/include/gstreamer-1.0/gst/gstminiobject.h: +/usr/include/gstreamer-1.0/gst/gstbufferpool.h: +/usr/include/gstreamer-1.0/gst/gstchildproxy.h: +/usr/include/gstreamer-1.0/gst/gstdebugutils.h: +/usr/include/gstreamer-1.0/gst/gstdevicemonitor.h: +/usr/include/gstreamer-1.0/gst/gstdeviceprovider.h: +/usr/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h: +/usr/include/gstreamer-1.0/gst/gstdynamictypefactory.h: +/usr/include/gstreamer-1.0/gst/gstelementmetadata.h: +/usr/include/gstreamer-1.0/gst/gsterror.h: +/usr/include/gstreamer-1.0/gst/gstghostpad.h: +/usr/include/gstreamer-1.0/gst/gstinfo.h: +/usr/include/gstreamer-1.0/gst/gstparamspecs.h: +/usr/include/gstreamer-1.0/gst/gstvalue.h: +/usr/include/gstreamer-1.0/gst/gstpipeline.h: +/usr/include/gstreamer-1.0/gst/gstpoll.h: +/usr/include/gstreamer-1.0/gst/gstpreset.h: +/usr/include/gstreamer-1.0/gst/gstprotection.h: +/usr/include/gstreamer-1.0/gst/gstregistry.h: +/usr/include/gstreamer-1.0/gst/gstpromise.h: +/usr/include/gstreamer-1.0/gst/gstsystemclock.h: +/usr/include/gstreamer-1.0/gst/gsttagsetter.h: +/usr/include/gstreamer-1.0/gst/gsttocsetter.h: +/usr/include/gstreamer-1.0/gst/gsttracer.h: +/usr/include/gstreamer-1.0/gst/gsttracerfactory.h: +/usr/include/gstreamer-1.0/gst/gsttracerrecord.h: +/usr/include/gstreamer-1.0/gst/gsttypefind.h: +/usr/include/gstreamer-1.0/gst/gsttypefindfactory.h: +/usr/include/gstreamer-1.0/gst/gstutils.h: +/usr/include/gstreamer-1.0/gst/gstparse.h: +/usr/include/gstreamer-1.0/gst/gstcompat.h: +/usr/include/gstreamer-1.0/gst/video/video.h: +/usr/include/gstreamer-1.0/gst/video/video-prelude.h: +/usr/include/gstreamer-1.0/gst/video/video-format.h: +/usr/include/gstreamer-1.0/gst/video/video-enumtypes.h: +/usr/include/gstreamer-1.0/gst/video/video-tile.h: +/usr/include/gstreamer-1.0/gst/video/video-chroma.h: +/usr/include/gstreamer-1.0/gst/video/video-color.h: +/usr/include/gstreamer-1.0/gst/video/video-dither.h: +/usr/include/gstreamer-1.0/gst/video/video-info.h: +/usr/include/gstreamer-1.0/gst/video/video-frame.h: +/usr/include/gstreamer-1.0/gst/video/video-converter.h: +/usr/include/gstreamer-1.0/gst/video/video-scaler.h: +/usr/include/gstreamer-1.0/gst/video/video-resampler.h: +/usr/include/gstreamer-1.0/gst/video/video-multiview.h: +/usr/include/gstreamer-1.0/gst/video/colorbalancechannel.h: +/usr/include/gstreamer-1.0/gst/video/colorbalance.h: +/usr/include/gstreamer-1.0/gst/video/gstvideoaggregator.h: +/usr/include/gstreamer-1.0/gst/base/gstaggregator.h: +/usr/include/gstreamer-1.0/gst/base/base-prelude.h: +/usr/include/gstreamer-1.0/gst/video/gstvideodecoder.h: +/usr/include/gstreamer-1.0/gst/base/gstadapter.h: +/usr/include/gstreamer-1.0/gst/video/gstvideoutils.h: +/usr/include/gstreamer-1.0/gst/video/gstvideoencoder.h: +/usr/include/gstreamer-1.0/gst/video/gstvideofilter.h: +/usr/include/gstreamer-1.0/gst/base/gstbasetransform.h: +/usr/include/gstreamer-1.0/gst/video/gstvideometa.h: +/usr/include/gstreamer-1.0/gst/video/gstvideotimecode.h: +/usr/include/gstreamer-1.0/gst/video/gstvideopool.h: +/usr/include/gstreamer-1.0/gst/video/gstvideosink.h: +/usr/include/gstreamer-1.0/gst/base/gstbasesink.h: +/usr/include/gstreamer-1.0/gst/video/navigation.h: +/usr/include/gstreamer-1.0/gst/video/video-blend.h: +/usr/include/gstreamer-1.0/gst/video/video-event.h: +/usr/include/gstreamer-1.0/gst/video/videodirection.h: +/usr/include/gstreamer-1.0/gst/video/videoorientation.h: +/usr/include/gstreamer-1.0/gst/video/video-overlay-composition.h: +/usr/include/gstreamer-1.0/gst/video/videooverlay.h: +/usr/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h: +/usr/include/gstreamer-1.0/gst/video/video-anc.h: +/usr/include/gstreamer-1.0/gst/video/video-hdr.h: +/opt/openFrameworks/libs/openFrameworks/video/ofVideoPlayer.h: +/opt/openFrameworks/libs/openFrameworks/video/ofGstVideoPlayer.h: +/opt/openFrameworks/libs/openFrameworks/3d/of3dUtils.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofCamera.h: +/opt/openFrameworks/libs/openFrameworks/3d/ofEasyCam.h: diff --git a/obj/linux64/Release/src/ofApp.o b/obj/linux64/Release/src/ofApp.o new file mode 100644 index 0000000..0ada567 Binary files /dev/null and b/obj/linux64/Release/src/ofApp.o differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..45fbe5d --- /dev/null +++ b/readme.md @@ -0,0 +1,38 @@ +#audioInputExample +-- +![Screenshot of Example](audioInputExample.gif) + +### Learning Objectives + +This openFrameworks example is designed to demonstrate how to access, extract, and draw from your audio input's raw data. + +Studying the code behind this example will help you understand: + +* How to list all available audio devices with `soundStream.printDeviceList()` and set a specific audio input device for OF app with `settings.setInDevice(devices[0])` +* How audio functions work independent from draw and update loop by observe `bufferCounter` and `drawCounter` +* How to roughly calculate volume by using RMS (root mean square) value in `void audioIn` +* How to record data overtime with vector with `vector volHistory` + + +### Expected Behavior + +When launching this app, you should see + +* Fast moving curve lines on the left, and big circle on the right that reacts to live audio input +* Graph of recorded volume data overtime under the big circle +* Text that shows difference in draw vs buffer counter + +Instructions for use: + +* make some noise or touch your microphone to see how sound manipulate the drawing. +* press `e` to stop live audio input, `s` to continue + + + + +### Classes used in this example + +This example uses the following classes: + +* ``ofSoundStream`` +* ``ofSoundStreamSettings`` \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..8bce185 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,14 @@ +#include "ofMain.h" +#include "ofApp.h" + +//======================================================================== +int main( ){ + + ofSetupOpenGL(1024,768, OF_WINDOW); // <-------- setup the GL context + + // this kicks off the running of my app + // can be OF_WINDOW or OF_FULLSCREEN + // pass in width and height too: + ofRunApp( new ofApp()); + +} diff --git a/src/mnglitches/glitch.cpp b/src/mnglitches/glitch.cpp new file mode 100644 index 0000000..c5dffee --- /dev/null +++ b/src/mnglitches/glitch.cpp @@ -0,0 +1,23 @@ +#include "glitch.h" + +Glitch::Glitch() +{ + setX(0); + setY(0); +} + +Glitch::Glitch(const float & x, const float & y) +{ + setX(x); + setY(y); +} + +//destructor +Glitch::~Glitch() {} + + +//accessors +float Glitch::getX(){ return _x; } +float Glitch::getY(){ return _y; } +void Glitch::setX(const float & x){_x = x;} +void Glitch::setY(const float & y){_y = y;} diff --git a/src/mnglitches/glitch.h b/src/mnglitches/glitch.h new file mode 100644 index 0000000..1f6e206 --- /dev/null +++ b/src/mnglitches/glitch.h @@ -0,0 +1,36 @@ +#ifndef GLITCH_H +#define GLITCH_H + + +#include "ofMain.h" // we need to include this to have a reference to the openFrameworks framework +#include "randomness.h" +class Glitch { + + public: // place public functions or variables declarations here + //constructor + //const reference pass because the values w and h don't change and reference avoid the time it takes to copy large + // objects by value (if there were any) + Glitch(); + Glitch(const float & x, const float & y); + + //destructor + virtual ~Glitch(); + + //accessors + float getX(); + float getY(); + void setX(const float & x); + void setY(const float & y); + + + // methods, equivalent to specific functions of your class objects + virtual void setup() = 0; // setup method, use this to setup your object's initial state + virtual void update(const Randomness *rthings) = 0; // update method, used to refresh your objects properties + virtual void draw() = 0; // draw method, this where you'll do the object's drawing + + + private: + float _x, _y; + +}; +#endif // GLITCH_H diff --git a/src/mnglitches/line.cpp b/src/mnglitches/line.cpp new file mode 100644 index 0000000..c5b82b4 --- /dev/null +++ b/src/mnglitches/line.cpp @@ -0,0 +1,30 @@ +#include "line.h" +#include "randomness.h" +#include "glitch.h" + + +Line::Line() +{ + setX(0); + setY(0); +} +Line::Line(float &x, float &y) +{ + setX(x); + setY(y); +} + +//destructor +Line::~Line() {} + +void Line::setup(){ + +}; + +void Line::draw(){ + +}; + +void Line::update(const Randomness *rthings){ + +} diff --git a/src/mnglitches/line.h b/src/mnglitches/line.h new file mode 100644 index 0000000..c5c8d66 --- /dev/null +++ b/src/mnglitches/line.h @@ -0,0 +1,24 @@ +#ifndef LINE_H +#define LINE_H + +#include "glitch.h" +#include "randomness.h" + +class Line : public Glitch +{ + public: + //contructor + Line(); + Line(float &x, float &y); + + //destructor + ~Line(); + + + void setup(); // setup method, use this to setup your object's initial state + void update(const Randomness *rthings); // update method, used to refresh your objects properties + void draw(); // draw method, this where you'll do the object's drawing + +}; + +#endif // LINE_H diff --git a/src/mnglitches/randomness.h b/src/mnglitches/randomness.h new file mode 100644 index 0000000..dd9a531 --- /dev/null +++ b/src/mnglitches/randomness.h @@ -0,0 +1,11 @@ +#ifndef RANDOMNESS_H +#define RANDOMNESS_H + +class Randomness{ + + public: + Randomness(); + +}; + +#endif // RANDOMNESS_H diff --git a/src/ofApp.cpp b/src/ofApp.cpp new file mode 100644 index 0000000..e002407 --- /dev/null +++ b/src/ofApp.cpp @@ -0,0 +1,226 @@ +#include "ofApp.h" + +//-------------------------------------------------------------- +void ofApp::setup(){ + ofSetFrameRate(24); + + // ofEnableAntiAliasing(); + ofEnableBlendMode(OF_BLENDMODE_ALPHA); + // ofEnableSmoothing(); + // voronoi.setMinDist(std::epsilon()); + + ofSetVerticalSync(true); + ofSetCircleResolution(80); + ofBackground(54, 54, 54); + + soundStream.printDeviceList(); + + int bufferSize = 256; + + left.assign(bufferSize, 0.0); + right.assign(bufferSize, 0.0); + volHistory.assign(400, 0.0); + + bufferCounter = 0; + drawCounter = 0; + smoothedVol = 0.0; + scaledVol = 0.0; + + + ofSoundStreamSettings settings; + +// // if you want to set the device id to be different than the default + + auto devices = soundStream.getDeviceList(ofSoundDevice::Api::JACK); +// // settings.device = devices[4]; + +// // you can also get devices for an specific api +// // auto devices = soundStream.getDevicesByApi(ofSoundDevice::Api::PULSE); +// // settings.device = devices[0]; + +// // or get the default device for an specific api: +// // settings.api = ofSoundDevice::Api::PULSE; + +// // or by name +//// auto devices = soundStream.getMatchingDevices("default"); + //auto devices = soundStream.getDevicesByApi(ofSoundDevice::Api::JACK); +// settings.device = devices[0]; + + if(!devices.empty()){ + settings.setInDevice(devices[0]); + } + + settings.setInListener(this); + settings.sampleRate = 48000; + settings.numOutputChannels = 0; + settings.numInputChannels = 2; + settings.bufferSize = bufferSize; + soundStream.setup(settings); +// audioAnalyzer.setup(48000, bufferSize, 2); +} + +//-------------------------------------------------------------- +void ofApp::update(){ +// //lets scale the vol up to a 0-1 range +// scaledVol = ofMap(smoothedVol, 0.0, 0.17, 0.0, 1.0, true); + +// //lets record the volume into an array +// volHistory.push_back( scaledVol ); + +// //if we are bigger the the size we want to record - lets drop the oldest value +// if( volHistory.size() >= 400 ){ +// volHistory.erase(volHistory.begin(), volHistory.begin()+1); +// } + coinToss= ofRandom(0, 3.0); +} + +//-------------------------------------------------------------- +void ofApp::draw(){ +//---------- VONOROI ----------- + // draw background + ofColor centerColor = ofColor(85, 78, 68); + ofColor edgeColor(0, 0, 0); + ofBackgroundGradient(centerColor, edgeColor, OF_GRADIENT_CIRCULAR); + ofSetColor(255,255,255); + + + if(coinToss <= 1){ + ofSetLineWidth( map(coinToss,0,3,1,5)); + ofDrawLine(glm::vec2(ofRandom(0,ofGetWidth()),ofRandom(0,ofGetHeight())),glm::vec2(ofRandom(0,ofGetWidth()),ofRandom(0,ofGetHeight()))); + } + + +} + +//-------------------------------------------------------------- +void ofApp::audioIn(ofSoundBuffer & input){ + + float curVol = 0.0; + + // samples are "interleaved" + int numCounted = 0; + + //lets go through each sample and calculate the root mean square which is a rough way to calculate volume + for (size_t i = 0; i < input.getNumFrames(); i++){ + left[i] = input[i*2]*0.5; + right[i] = input[i*2+1]*0.5; + + curVol += left[i] * left[i]; + curVol += right[i] * right[i]; + numCounted+=2; + } + + //this is how we get the mean of rms :) + curVol /= (float)numCounted; + + // this is how we get the root of rms :) + curVol = sqrt( curVol ); + + smoothedVol *= 0.93; + smoothedVol += 0.07 * curVol; + + bufferCounter++; + +} +//-------------------------------------------------------------- +void ofApp::audioReceived(float* input, int bufferSize, int nChannels) { + float maxValue = 0; + for(int i = 0; i < bufferSize; i++) { + if(abs(input[i]) > maxValue) { + maxValue = abs(input[i]); + } + } + for(int i = 0; i < bufferSize; i++) { + input[i] /= maxValue; + } + + fft->setSignal(input); + + float* curFft = fft->getAmplitude(); + memcpy(&audioBins[0], curFft, sizeof(float) * fft->getBinSize()); + + maxValue = 0; + for(int i = 0; i < fft->getBinSize(); i++) { + if(abs(audioBins[i]) > maxValue) { + maxValue = abs(audioBins[i]); + } + } + for(int i = 0; i < fft->getBinSize(); i++) { + audioBins[i] /= maxValue; + } + + soundMutex.lock(); + middleBins = audioBins; + soundMutex.unlock(); +} +//-------------------------------------------------------------- +void ofApp::keyPressed (int key){ + std::cout << "Pressed " << char(key) << " (int=" << key << ")\n"; + switch(key){ + + case 'f': + ofToggleFullscreen(); + break; + case 's': + soundStream.start(); + break; + case 'e': + soundStream.stop(); + break; + + } + +} + +//-------------------------------------------------------------- +void ofApp::keyReleased(int key){ + +} + +//-------------------------------------------------------------- +void ofApp::mouseMoved(int x, int y ){ + +} + +//-------------------------------------------------------------- +void ofApp::mouseDragged(int x, int y, int button){ + +} + +//-------------------------------------------------------------- +void ofApp::mousePressed(int x, int y, int button){ + +} +//-------------------------------------------------------------- +void ofApp::mouseReleased(int x, int y, int button){ + +} + +//-------------------------------------------------------------- +void ofApp::mouseEntered(int x, int y){ + +} + +//-------------------------------------------------------------- +void ofApp::mouseExited(int x, int y){ + +} + +//-------------------------------------------------------------- +void ofApp::windowResized(int w, int h){ + +} + +//-------------------------------------------------------------- +void ofApp::gotMessage(ofMessage msg){ + +} + +//-------------------------------------------------------------- +void ofApp::dragEvent(ofDragInfo dragInfo){ + +} + +float ofApp::map(float value, float min1, float max1, float min2, float max2) { + return min2 + (value - min1) * (max2 - min2) / (max1 - min1); +} diff --git a/src/ofApp.h b/src/ofApp.h new file mode 100644 index 0000000..4388d4f --- /dev/null +++ b/src/ofApp.h @@ -0,0 +1,60 @@ +#pragma once + +#include "ofMain.h" +#include "ofxFft.h" +//#include "ofxVoronoi2D.h" +//#include "ofxAudioAnalyzer.h" + +class ofApp : public ofBaseApp{ + + public: + + void setup(); + void update(); + void draw(); + + void keyPressed(int key); + void keyReleased(int key); + void mouseMoved(int x, int y ); + void mouseDragged(int x, int y, int button); + void mousePressed(int x, int y, int button); + void mouseReleased(int x, int y, int button); + void mouseEntered(int x, int y); + void mouseExited(int x, int y); + void windowResized(int w, int h); + void dragEvent(ofDragInfo dragInfo); + void gotMessage(ofMessage msg); + void plot(vector& buffer, float scale, float offset); + void audioReceived(float* input, int bufferSize, int nChannels); + void audioIn(ofSoundBuffer & input); +protected: + float map(float value, float min1, float max1, float min2, float max2); +private: + vector left; + vector right; + vector volHistory; + + int bufferCounter; + int drawCounter; + + float smoothedVol; + float scaledVol; + + ofSoundStream soundStream; + + //FFT + ofxFft* fft; + + int plotHeight, bufferSize; + + + + ofMutex soundMutex; + vector drawBins, middleBins, audioBins; +// ofxAudioAnalyzer audioAnalyzer; + //glitch + float coinToss; + + + +};