WIP new AudioServer, with buses, effects, etc.
This commit is contained in:
parent
c4d6e54e93
commit
0aa7242624
55 changed files with 9486 additions and 249 deletions
7
servers/audio/effects/SCsub
Normal file
7
servers/audio/effects/SCsub
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
Import('env')
|
||||
|
||||
env.add_source_files(env.servers_sources, "*.cpp")
|
||||
|
||||
Export('env')
|
||||
Loading…
Add table
Add a link
Reference in a new issue