Skip to content

Commit ff05304

Browse files
committed
Device driver setup, basic channel framework, and all input -> all output mixing
1 parent e003d70 commit ff05304

File tree

17 files changed

+396
-0
lines changed

17 files changed

+396
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ dependency-reduced-pom.xml
88
buildNumber.properties
99
.mvn/timing.properties
1010

11+
.classpath
12+
.project
13+
.settings
14+
15+
1116
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
1217
!/.mvn/wrapper/maven-wrapper.jar

jars/JAsioHost.jar

36.9 KB
Binary file not shown.

natives/OpenAL.dll

710 KB
Binary file not shown.

natives/OpenAL32.dll

625 KB
Binary file not shown.

natives/glfw.dll

217 KB
Binary file not shown.

natives/glfw32.dll

195 KB
Binary file not shown.

natives/jasiohost32.dll

119 KB
Binary file not shown.

natives/jasiohost64.dll

809 KB
Binary file not shown.

natives/jemalloc.dll

204 KB
Binary file not shown.

natives/jemalloc32.dll

161 KB
Binary file not shown.

0 commit comments

Comments
 (0)