zkmkarlsruhe / ZirkoniumSpatializationServer

The core Zirkonium 3D spatialization rendering engine implemented in Pure Data.
MIT License
6 stars 2 forks source link

server patch modularization #4

Open danomatika opened 3 years ago

danomatika commented 3 years ago

The main server patch zirkonium_server.pd should be modularized by:

danomatika commented 3 years ago

This is more or less done in the modularization branch.

A new zirk_server patch takes creation args:

Example: [zirk_server 2 8 16 16 8'

The zirkonium_server patch is now a wrapper for [zirk_server 64 64 64 64 8] and the #zirk-in and #zirk-out send/receive pair.