Hi,
I was hoping for this function too. I tend to use just 1 pedalboard with all the different sounds I want. After playing a lot with CV and complex pedalboards, I was back using snapshots, but I needed to exclude some plugins.
In my opinion the 2 main advantages for snapshots are 1) the possibility to select an item of a list in different plugins (like presets, amps models, ir files,..), and 2) with an external MIDI controller sending PC messages, there is a feedback on the Dwarf with the snapshot name.
So while I’m waiting for the next news from the MOD Team… I did 2 small modifications in the mod-ui code and I got Snapshots with exclude plugins working!! if there is interest in this, I will be happy to send a pull request…
I tried last days and looks quite stable, at least for my use …
Mainly I don’t use snapshots to turn On-Off effects, because for this there are already some great plugins for this like
This solution is not the cleanest, but I don’t have enough experience (..and time) for something better. But it just does what I need ![]()
Instead of a new parameter for each plugin like “Included or Not Included in Pedalboard Snapshot”, I just tried to reuse the existing ones. So there are 2 options I exclude a plugin (when saving snapshots or pedalboard)
#1: the actual plugin preset ends with “_NotInSS”
#2: the plugin is bypassed except its preset end with “_InSS”
So if there is some problematic plugin status, I can always add it to the SS and it works like before.
So now in my pedalboard I have 3 NAM models for 3 different Amps with different Gains, each one with his corresponding Cab IR. I’m able to change to each combination with just a button of the chocolate plus midi controller and the status of other effects like Reverb, Tremolo,.. or even the looper does not change (could be ON or OFF).
I thought it was good to share…