David Su

Results 8 comments of David Su

Might take some time to get around to it but this is something I'd be interested in tackling!

Hey! Thanks for the note -- yea I think that makes sense for presets only referencing models. I would maybe advocate for putting the metadata directly in the model (to...

Another possibility might be a VST/AU that has its own internal MIDI viewer/editor, which output-wise would essentially override the clip that's already on the track (kind of similar to what...

Ah yeah, I was imagining a kind of "scan in real-time during a playthrough" mode to get the initial input MIDI data (so keeping track of each MIDI event that's...

Hey! I just added the rest of the original mespeak voices in commit [e43ed7e](https://github.com/usdivad/mesing/commit/e43ed7ee2852a44153ef94118628c79c1e6f8ace) on the [feature-additional-voices](https://github.com/usdivad/mesing/tree/feature-additional-voices) branch. You can change the voice in line 408 of mesing.js: https://github.com/usdivad/mesing/blob/e43ed7ee2852a44153ef94118628c79c1e6f8ace/js/src/mesing.js#L408 by...

It looks like `encode_amortized()` was removed in this commit from just over a year ago: https://github.com/acids-ircam/RAVE/commit/f8d2e3a14bbcde09bca91e36391a64b999b9f73a#diff-2ab48c355b95d4670280afc6ec8db3237a57eac01751bf3fce30ef46b7014b89L136-L155 I wonder if just calling `encode()` instead of `encode_amortized()` here https://github.com/acids-ircam/rave_vst/blob/main/source/PluginProcessorProcessing.cpp#L35 might work --...

Not totally sure why the crashes happen with some models and not others (looks like `nasa` crashes but `percussion` is fine), would need to investigate further -- seems like #27...

FYI #39 appears to be the root of the problem -- currently trying a workaround and will follow up in that issue.