You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The mixer view offers access to some of the audio mixer's controls, e.g. fader, mute, solo, pan but not all of them and it may be challenging to perform some operations, e.g. binding MIDI CC, fine control, etc.
Describe the solution you'd like
For each chain that fees the audio mixer (audio, synth, etc.) provide control pages so that the control view can be opened and each parameter accessed. This should be at the end of the control pages or maybe at the fader postion, i.e. between pre and post fader processors' control pages.
Describe alternatives you've considered
The mixer has improved touch control and MIDI learning but it may be further enhanced with this request.
Additional context
We may need to present the mixer as a processor or multiple processors.
The text was updated successfully, but these errors were encountered:
I am working on this and will soon create a dev branch for this development. It allows each mixer strip to be added to the zynmixer engine as a separate processor. These processors appear in the chain so can be moved around like any other processor although I think we should keep them in their own slots, i.e. not have a mixer strip in parallel with any other effect. This simplifies the logical design and implementation. I have split the mixer into two jack clients with the input channels in one and the mixbuses in the other which reduces latency for post-fader effects chains.
Splits zynmixer in half with input channels and mixbuses seperated to reduce latency.
Adds arbitrary quantity of effects send/returns.
Adds mixer processor to each audio chain which may be moved up/down the chain.
All mixer controls appear in control view allowing simple and consistent MIDI learn.
Removed MIDI learn from mixer view.
Effects return chains are MIDI + Audio.
I have pushed the dev branch to GitHub but it needs more work. It is working as a proof-of-concept but there will be many bugs and issues that need resolving.
Is your feature request related to a problem? Please describe.
The mixer view offers access to some of the audio mixer's controls, e.g. fader, mute, solo, pan but not all of them and it may be challenging to perform some operations, e.g. binding MIDI CC, fine control, etc.
Describe the solution you'd like
For each chain that fees the audio mixer (audio, synth, etc.) provide control pages so that the control view can be opened and each parameter accessed. This should be at the end of the control pages or maybe at the fader postion, i.e. between pre and post fader processors' control pages.
Describe alternatives you've considered
The mixer has improved touch control and MIDI learning but it may be further enhanced with this request.
Additional context
We may need to present the mixer as a processor or multiple processors.
The text was updated successfully, but these errors were encountered: