Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server patch modularization #4

Open
3 of 4 tasks
danomatika opened this issue Jun 11, 2021 · 1 comment
Open
3 of 4 tasks

server patch modularization #4

danomatika opened this issue Jun 11, 2021 · 1 comment

Comments

@danomatika
Copy link
Member

danomatika commented Jun 11, 2021

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

  • setting clone numbers via creation arguments, ie. [zirkonium_server 16 16 32] could create a server with 32 IDs, 16 inputs, 16 outputs, etc
  • moving #zirk-in and #zirk-out messaging into a wrapper patch
  • adding a help file for documentation & testing
  • testing
@danomatika
Copy link
Member Author

This is more or less done in the modularization branch.

A new zirk_server patch takes creation args:

  • $1 # inputs
  • $2 # outputs (& speakers)
  • $3 # ids
  • $4 # sourcefiles
  • $5 # channels per sourcefile (2, 8, 16, or 32)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant