Open Skrylar opened 5 years ago
This had bothered me as well and I finally got around to fixing this. Trying to figure out the proper etiquette for submitting a pull request ATM. I just branched off of v0.6 in this repo, did not fork. Should I just go ahead and push my branch and submit the PR?
Please note that I've read https://vcvrack.com/manual/Contributing.html and I've been through the three "curating, updating and reviewing plugins" threads, but I'm still confused. It's a lot of text.
If you just started working from a checkout, you'll want to do some hygiene:
git checkout -b fix-bernoulli-gate
)git remote set-url origin <special url you have access to here>
)git fetch origin/master
)fix-bernoulli-gate
on top of the new originThis is the "cleaner" way to go.
It's possible to change your origin and rely on merge to sort things out, but merging upstreams in this way is discouraged since it makes dirtier git histories.
@ZwergNaseXXL Have you tinkered with this since you last posted? :cold_sweat:
It's been over 3 months, eyh? I totally slept through the release of v1, actually was hoping to get my changes in before that happened. Oh well.
Since Branches/Bernoulli is widely known and used module and changing the modes necessarily involved some UI changes, I didn't want to irritate people who are already using it. So I was going to post about it in the forum, offering 2 or 3 alternatives and see what people prefer. Somehow I never got around to do that though...
But I see nothing has happened with the Bernoulli modes, so my changes are still valid. Now I need to merge the v1 changes first, then make some screenshots and create that community post. Very very soon. Promised.
From the Mutable Instruments manual:
My expectation from reading this is that latch mode and toggle mode are two separate states. Long-pressing the button in Bernoulli doesn't do anything (light is actually dead, per #70) and the right click menu shows a toggle/latch comment in the menu. Latch mode actually does not latch, but simply has toggle turned off.