Kevin Zander
Kevin Zander
Throwing this out to provide non-Qt base64 encode/decode methods. Threw them in the `lmms::base64` namespace for now. Currently provided: ```cpp std::string encode(const std::string&); std::string decode(const std::string&); char* encode(const char*, const...
### Bug Summary When loading any demo projects containing the LADSPA CAPS Amp effect, LMMS crashes. #### Steps to reproduce 1. Build master with FPE debugging enabled 1. Run LMMS...
I am opening this to start conversation on what we want to do for our path to remove Qt from the core files (and if we agree, to merge it...
According to [Image Manifest V 2, Schema 2](https://docs.docker.com/registry/spec/manifest-v2-2/) (bottom of the page for Backwards Compatibility) the [fetchDigest](https://github.com/concourse/docker-image-resource/blob/master/cmd/check/main.go#L116) function does not accept the "fat manifest" header `application/vnd.docker.distribution.manifest.list.v2+json`. This is causing a...
I don't see any mention of this in the docs, but it would be nice to mimic the choices parameter as seen in the python argparse module (https://docs.python.org/dev/library/argparse.html#choices).
According to [`erase` documentation](https://en.cppreference.com/w/cpp/container/vector/erase) the return value is the new (valid) iterator after removing the given iterator. Currently we just remove the note and throw away the iterator returned, this...
Updated form of #6595 as there are too many conflicts to try and resolve in that branch now (I tried for ~1 hour). Notes: * VLAs have been converted to...
While testing loading Krem Kaakkuja in a MSVC LMMS build, when libsndfile was unable to detect the format of the file it would cause QFile to throw an exception that...
Completes step 2 from #403 I've also removed the global automation `` node from the templates. I noticed in `default.mpt` that there were `` nodes, but no related `id` in...
Completes step 3 from #403 **BLOCKED BY #5229** This should be the only place where the GUI mentions and adds global automation menu items.