-
Notifications
You must be signed in to change notification settings - Fork 70
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
Merge from master #1280
Merge from master #1280
Conversation
Rewrite functions for using standard cpp libs
Windows definitions
Debug substitutions
Found via `codespell -q 3 --skip="./muse3/share/locale,*.xpm,*.patch,*.diff,*.ts,*.pdf" -L attribut,globaly,inports,lod,numer,numers,ons,pevent,seh,shold,sord`
Fixed misc. typos
Add follow-up typos
Forgot to return value when istringstream supports hexfloat.
Imbue the stream with C locale
Fix previous quotes error
I'm not sure (yet) if this change is by design but the header files for lv2 has moved. Basically all the paths under lv2/lv2plug.in do not exist. Instead the same paths are all available under lv2/ For instance: lv2/lv2plug.in/ns/ext/state/state.h becomes: lv2/state/state.h This changeset contains the changes I needed to do to get MusE to compile.
Allow building MusE with LV2 and recent kxstudio version
Current SD-90 IDF does not have LSB set for bank select for any of the patches, so selection among variation does not work. This version also reorganizes the patch groups so that it is more ergonomic and consistent with other GM2 derived instruments. Patches are grouped by instrument type and then variations from all 4 sets are included in that group sorted by PC and then set (Classic, Contemporary, Solo, Enhanced). This keeps the related variations close together. The drum sets are added per IDF 2.1 format. Controller definitions updated.
Fixed and enhanced Edirol SD-90 IDF
…itchTranspose Issue/issue 1104 global pitch transpose
Fix build with ninja 1.12.0, fix #1276
added Roland INTEGRA-7 idf file
Ehm... Testing GitHub merge. You can approve if you like but I'm actually trying to make GitCola merge locally here |
Duh! Forgot to pull from master before merging, so git thinks my branch is up to date - with an old local master. Gets me every time! Ha ha. |
Hehe, yeah, git is an experience. Looking forward to testing! |
Anticipating upcoming major changes to master, seemed best to update this important branch first.