https://github.com/emik03/mulch
Plugin that sculpts and shapes SVs with tweeners for the video game Quaver.
https://github.com/emik03/mulch
Last synced: 12 months ago
JSON representation
Plugin that sculpts and shapes SVs with tweeners for the video game Quaver.
- Host: GitHub
- URL: https://github.com/emik03/mulch
- Owner: Emik03
- License: unlicense
- Created: 2024-04-20T22:28:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T18:13:47.000Z (over 1 year ago)
- Last Synced: 2025-04-10T00:44:12.554Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 563 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mulch
[](https://github.com/Emik03/mulch/releases/latest)
[](https://steamcommunity.com/sharedfiles/filedetails/?id=3254465397)
[](https://github.com/Emik03/mulch/blob/main/LICENSE)
A plugin that sculpts and shapes SVs with tweeners for the video game [Quaver](https://github.com/Quaver/Quaver).
Originally named `mul` as a shortening of "multiply". However with the inclusion of the ability to add, its name became misleading.

### Features
- Scale selected SVs with a tweener, including support for [all common eases](https://easings.net/).
- Apply the ease over the entire section, or treating each selected note as its own section for maximum convenience.
- Use the keyboard shortcuts (`UIOP`), including swapping `from` and `to`, as well as performing the 3 types of actions.
- Add in-between SVs — also known as smearing — to existing SVs.
- Specify with a toggle to add or multiply to the existing SV.
- Preview the tween with a convenient plot thanks to [Sweetplum](https://github.com/ESV-Sweetplum), to preview how your SVs will be shaped.
- Use the built-in calculator to quickly evaluate expressions, without the need to ever tab out of the game.
- Use that same calculator tool to store reoccuring numbers, by creating as many instances of calculators as you desire.
- Ever had broken displacements? Need to align notes with each other? The measure tool can tell you relative and absolute positioning, with game-accurate precision.
### Credits
This project would not be as good as it is without the help of other projects. A massive thank you to:
- [amoguSV](https://github.com/kloi34/amoguSV) by [kloi34](https://github.com/kloi34) for its SV functions.
- [easing](https://github.com/EmmanuelOga/easing) by [EmmanuelOga](https://github.com/EmmanuelOga) for its easing functions.
### Other Plugins
Consider checking out my other plugins:
[](https://github.com/Emik03/reSYNC)