The main server patch `zirkonium_server.pd` should be modularized by: * [x] setting clone numbers via creation arguments, ie. [zirkonium_server 16 16 32] could create a server with 32 IDs, 16 inputs, 16 outputs, etc * [x] moving `#zirk-in` and `#zirk-out` messaging into a wrapper patch * [x] adding a help file for documentation & testing * [ ] testing
The main server patch
zirkonium_server.pdshould be modularized by:#zirk-inand#zirk-outmessaging into a wrapper patch