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

when loading a saved history , the "map" clauses (to midi) do not get reassigned #5

Open
synthnassizer opened this issue Nov 3, 2014 · 1 comment

Comments

@synthnassizer
Copy link

This is expected as a statement such as
"map 0 gain" does not contain the assigned midi channel , so saving and retrieving this history will not re-connect a midi channel to a control (ie. gain).
It would be extremely useful if I was able to set the midi channel I want to connect to a controller. F.e.:
map 0 gain 1 10

this could potentially connect "gain" of FXid "0" to midi control #10 , on midi channel #1).

@odurc
Copy link
Contributor

odurc commented Nov 6, 2014

The way that we store the session today, saving the command line history, is going to be deprecated. But, you are right about the map command, your suggestion is quite usuful. TODO added. Thanks.

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

2 participants