aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-17 08:10:33 +0200
committerSven Gothel <[email protected]>2023-05-17 08:10:33 +0200
commit1e9e8d108467902b7753c6910f5d1390dbf32edb (patch)
tree03069269854cf85eebba286efee3539759c9c18d /make
parent2edee76a2c175719e37548d8627dd4b141c39919 (diff)
Manual Demos: Add two simple sine wave synthesizer, Synth02AL may be enhanced to a general synth solution
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/tests.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 47c08cd..ba54164 100755
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -61,6 +61,8 @@ function jrun() {
#D_ARGS="-Djogamp.debug=all"
#D_ARGS="-Djogamp.debug.Bitstream"
#D_ARGS="-Djogamp.debug.NativeLibrary=true -Djoal.debug=true"
+ #D_ARGS="-Djoal.debug.AudioSink"
+ #D_ARGS="-Djoal.debug.AudioSink -Djogl.debug.AudioSink.trace"
#D_ARGS="-Djoal.debug=all"
#D_ARGS="-Djogamp.debug.JNILibLoader"
#X_ARGS="-verbose:jni"
@@ -89,6 +91,8 @@ function testnormal() {
#testnormal com.jogamp.openal.JoalVersion $*
#testnormal com.jogamp.openal.test.manual.OpenALTest $*
#testnormal com.jogamp.openal.test.manual.Sound3DTest $*
-testnormal com.jogamp.openal.test.junit.ALVersionTest $*
+#testnormal com.jogamp.openal.test.manual.Synth01AL $*
+testnormal com.jogamp.openal.test.manual.Synth02AL $*
+#testnormal com.jogamp.openal.test.junit.ALVersionTest $*
#testnormal com.jogamp.openal.test.junit.ALutWAVLoaderTest $*
#testnormal com.jogamp.openal.test.junit.ALExtLoopbackDeviceSOFTTest $*