Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riipah/utaubulkenvelopeeditor
Plugin for UTAU, for bulk-editing note envelopes in UST files
https://github.com/riipah/utaubulkenvelopeeditor
utau
Last synced: 4 months ago
JSON representation
Plugin for UTAU, for bulk-editing note envelopes in UST files
- Host: GitHub
- URL: https://github.com/riipah/utaubulkenvelopeeditor
- Owner: riipah
- License: mit
- Created: 2014-08-09T12:17:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-23T17:20:23.000Z (over 10 years ago)
- Last Synced: 2024-05-01T14:11:59.656Z (9 months ago)
- Topics: utau
- Language: C#
- Size: 223 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UTAU Bulk Envelope Editor
======================Plugin for [UTAU](http://en.wikipedia.org/wiki/Utau), for bulk-editing long note envelopes in UST files.
![Screenshot](https://github.com/riipah/utauBulkEnvelopeEditor/blob/master/media/screenshot.png)
## How to use ##
1. Select one or more notes in UTAU.
2. Start the plugin (from Tools -> Plug-ins -> BulkEnvelopeEdit)
3. Enter p and v values for the envelope ending points ("3" and "4"; if available "5" as well) that you wish to be changed. The values will only be applied if the note is followed by a rest. Values not entered in the editor are not touched, but if the note is missing points that were specified in the editor, those points will be created. You may also enter a minimum length for the notes where the editor will apply.
4. Press the button which applies the changes and closes the plugin.## Installation ##
1. Make sure [.NET framework 4.5.1](http://www.microsoft.com/fi-fi/download/details.aspx?id=40773) (or newer) is installed.
2. Build (requires Visual Studio 2013) or [download the binary](http://vocaloid.eu/files/bulkEnvelopeEdit.zip).
3. Copy the binary AND plugin.txt to the plugin folder under UTAU's installation folder, for example C:\UTAU\plugins\bulkEnvelopeEdit## Example ##
1. Open UST file containing notes ki, mi, no, ko, e, R, wo, where "R" is the rest.
2. Select the "e" note (you may also select all notes, as long as "e" is selected).
3. Open the plugin.
4. Enter 666 for p3.
5. Press the button.
6. Open the envelope editor for the "e" note in UTAU (by pressing ctrl+y).
7. p3 value for the envelope is set to 666.- - -
Thanks to a friend for the idea (you know who you are :))