instrument: spline EGs — hard points on the one shared spline, a drawn contour per envelope beside its staged state, payload v13
This commit is contained in:
@@ -19,8 +19,7 @@ using namespace reasampler::instrument::ui;
|
||||
bool ReaSamplerEditor::deckKnobDisabled(int id) const {
|
||||
// Thin int-id wrapper over the pure, CTest-covered predicate — see deckKnobInert
|
||||
// (deck_groups.h) for which cells go inert and why.
|
||||
return deckKnobInert(static_cast<DeckParam>(id), params_.play.pitchEnv.enabled,
|
||||
params_.play.filter.enabled);
|
||||
return deckKnobInert(static_cast<DeckParam>(id), deckEnableState());
|
||||
}
|
||||
|
||||
bool ReaSamplerEditor::mouseDownDeck(const FaceLayout& fl, int x, int y) {
|
||||
|
||||
Reference in New Issue
Block a user