We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would allow you to for a concert have two "scenes" for songs and breaks which can be altered on the fly
This would bring the same benefit as use case 1 though with way less faders
Consideration: should the paging be handled by the "controller" or by the matrix implementation?
This feature should not be implemented in the core application to reduce feature bloat. Ideally it should be implemented using a scripting system.
Represents the matrix itself.
Represents a single channel in the matrix. This would allow you to use the matrix with anything in the node graph instead of only fixtures or groups.
Question: should fixtures and groups be selectable as a channel?
View to select and order fixtures, groups and custom channels in the matrix.
Should probably allow to write to any fixture control instead of only the dimmer though in the first implementation dimmer should be enough
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requirements:
Example Use Case 1 (single fader per fixture/group):
This would allow you to for a concert have two "scenes" for songs and breaks which can be altered on the fly
Example Use Case 2 (shared faders per fixture/group):
This would bring the same benefit as use case 1 though with way less faders
Goals
This feature should not be implemented in the core application to reduce feature bloat.
Ideally it should be implemented using a scripting system.
Current implementation ideas
New Node: Matrix
Represents the matrix itself.
Properties
Inputs
Outputs
New Node: Matrix Channel
Represents a single channel in the matrix. This would allow you to use the matrix with anything in the node graph instead of only fixtures or groups.
Properties
Inputs
Outputs
New View: Matrix Patch
View to select and order fixtures, groups and custom channels in the matrix.
Should probably allow to write to any fixture control instead of only the dimmer though in the first implementation dimmer should be enough
The text was updated successfully, but these errors were encountered: