openAVproductions / openAV-Luppp

Luppp is a live performance tool, created by OpenAV productions.
http://openavproductions.com/luppp
GNU General Public License v3.0
258 stars 45 forks source link

Remember last used controller settings #171

Closed nanu-c closed 7 years ago

nanu-c commented 7 years ago

It would be nice to not always go to the Setup-Section and Loading a generic Midi on every startup.

At least it would be possible to save this also in the session file.

harryhaaren commented 7 years ago

Actually there's an option in ~/.config/openAV/luppp/luppp.prfs that allows you to name default controllers to be loaded when Luppp starts - for all sessions. IIRC, it needs a string parameter of the controller file to load:

"defaultControllers":   ["akai_apc40.ctlr"],

If that is a good enough solution, would you mind closing this issue?

nanu-c commented 7 years ago

That's super duper and could be documented some where, because I searched it before I opend this issue.

nanu-c commented 7 years ago

Again thanks, that makes it aa lot easier I am happy!

harryhaaren commented 7 years ago

And now documented in the manual: http://openavproductions.com/doc/luppp.html#configuration https://github.com/openAVproductions/manual/commit/2639c1afd0eb26b05d5a1a15454360c428ff5d26

Thanks for mentioning.