zynthian / zynthian-issue-tracking

Centralized Issue Tracking for Zynthian Project
https://github.com/orgs/zynthian/projects/1
11 stars 3 forks source link

mixer MIDI setting as global and as snapshot #1054

Open Piattica opened 5 months ago

Piattica commented 5 months ago

Is your feature request related to a problem? Please describe. It would be more usable to have the possibility to have mixer MIDI settings saved as global (nowadays are saved for each snapshot)

Describe the solution you'd like I propose to have global mixer MIDI settings that can be skipped if a snapshot has its own settings.

riban-bw commented 5 months ago

We should consider the various use cases.

We could inherit mixer mapping so that all snapshots get the same mapping unless overriden. We could have a way to import configuration into snapshots, e.g.

This could be a bit manual if you have lots of snapshots but it may be a flexible way to use the snapshot storage of these parameters and share them between snapshots.

Thoughts?