-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizeable Plugin instruments section #3
Comments
Since instruments are compiled into the software, are you speaking about modular instrument plugins? Or just moving VSTs and soundfonts to the plugin section? |
Since we don't yet have modular instrument plugins with the exception of VSTs and perhaps Carla, this is best handled by presets for now. If you can explain your request in a way others can understand, please file a separate request and reference this one. |
Merge from master, for updated LR4 filters
* Changes mousePressEvent variables to camelCase Changes variable names from PianoRoll::mousePressEvent to camelCase and changes 2 comments. * Style fixes on mouseDoubleClickEvent * Removes magic number and costy loop Removes a loop that removed every note except one and replaced it with a clear() call plus appending the note. Removes a magic number used for finding the closest note. * Small fixes + Code style Fixes small bug with the vertical selection mode scrolling. Improves logic on the cursor selection of ActionNone. Adds update() + return statements for the actions that didn't have them, and removed the update() from outside the switch. Fixes the code style.
* Changes mousePressEvent variables to camelCase Changes variable names from PianoRoll::mousePressEvent to camelCase and changes 2 comments. * Style fixes on mouseDoubleClickEvent * Removes magic number and costy loop Removes a loop that removed every note except one and replaced it with a clear() call plus appending the note. Removes a magic number used for finding the closest note. * Small fixes + Code style Fixes small bug with the vertical selection mode scrolling. Improves logic on the cursor selection of ActionNone. Adds update() + return statements for the actions that didn't have them, and removed the update() from outside the switch. Fixes the code style.
This would enable users to feature their favorite VSTs, samplers, SF player, SFZ player of choice etc. and work on projects more easily and quickly. Also, new users would feel more at home with LMMS when their favorite stuff is featured and just a click away.
The text was updated successfully, but these errors were encountered: