Skip to content

Commit

Permalink
162
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvankreel committed Oct 31, 2024
1 parent 57b96af commit e1be7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Visual editor, snap-to-grid, max 16 segments.
* Optional resizable pop-up editor for more precise control.
* MSEG is a prime candidate for LFO/ENV smoothing!
* All points and slopes fully automatable and per-voice-start modulatable.
* All points and slopes with fully host-integrated context menu like any other param.
* All x/y points and slopes fully automatable and per-voice-start modulatable.
* All x/y points and slopes with fully host-integrated context menu like any other param.

### October 23, 2024 - V1.9.6.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ mseg_editor::mouseUp(juce::MouseEvent const& event)
editor_window->setLookAndFeel(_lnf);
editor_window->setTopLeftPosition(_gui->getScreenBounds().getTopLeft());
editor_window->setResizeLimits(
_gui->getScreenBounds().getWidth() / 2, _gui->getScreenBounds().getHeight() / 5,
_gui->getScreenBounds().getWidth() / 4, _gui->getScreenBounds().getHeight() / 10,
_gui->getScreenBounds().getWidth(), _gui->getScreenBounds().getHeight() / 2.5f);
}
});
Expand Down

0 comments on commit e1be7eb

Please sign in to comment.