Skip to content
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

Closed
wants to merge 64 commits into from
Closed

Merge from master #1280

wants to merge 64 commits into from

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    1ffb0a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    55fa6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    442e996 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Merge pull request #1122 from donarturo11/hexfloat-to-cpp

    Rewrite functions for using standard cpp libs
    terminator356 authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    5b8b7d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c106b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    852d88f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    6d856a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    5a26b23 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    e8b62db View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    8f34616 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9976a56 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    f3ee082 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1229 from donarturo11/windows-definitions

    Windows definitions
    terminator356 authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5a02de2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    0befe5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1230 from donarturo11/debug-substitutions

    Debug substitutions
    terminator356 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9c8bf32 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    d0a71eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d306bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01abcb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Fixed misc. typos

    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`
    luzpaz authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c632451 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1231 from luzpaz/typos

    Fixed misc. typos
    terminator356 authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bd52952 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Add follow-up typos

    luzpaz authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2d56c0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1232 from luzpaz/typos

    Add follow-up typos
    terminator356 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2086dd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    5fd1323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53bc9e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Update hex_float.cpp

    Forgot to return value when istringstream supports hexfloat.
    terminator356 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f9425b9 View commit details
    Browse the repository at this point in the history
  2. Update CheckIStringStreamHexfloat.cmake

    Imbue the stream with C locale
    terminator356 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fefa4c8 View commit details
    Browse the repository at this point in the history
  3. Update CheckIStringStreamHexfloat.cmake

    Fix previous quotes error
    terminator356 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4a05096 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Allow building MusE with LV2 and recent kxstudio version

    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.
    spamatica committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    aa809c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1240 from muse-sequencer/lv2_include_changes

    Allow building MusE with LV2 and recent kxstudio version
    terminator356 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2088f4f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    eb96495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f209c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    131a872 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    d789787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8faf052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3446c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d39bd17 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    8dac118 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    2747fdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e6e367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d91e021 View commit details
    Browse the repository at this point in the history
  4. Remove comments

    terminator356 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    61409fc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. some updates for MusE 4.2

    spamatica committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    b116a3a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    a362f7b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    050aa29 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. MusE 4.2.1

    spamatica committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    152d863 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    cb0bce7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Update README

    terminator356 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    08cb89f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fix redundant std::move in return statement

    Tim committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5898f6a View commit details
    Browse the repository at this point in the history
  2. Remove comments from last commit

    Tim committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c7600db View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    b7da63c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Fixed and enhanced Edirol SD-90 IDF

    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.
    jkl1337 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    6b5cbb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Merge pull request #1262 from jkl1337/master

    Fixed and enhanced Edirol SD-90 IDF
    terminator356 authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    eaacde1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    6a4d746 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    9bfa8fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de7ce2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    0d81ade View commit details
    Browse the repository at this point in the history
  2. Improve readability

    spamatica committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7aeb53e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1274 from muse-sequencer/issue/issue_1104_globalP…

    …itchTranspose
    
    Issue/issue 1104 global pitch transpose
    spamatica authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    52207f8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    db23769 View commit details
    Browse the repository at this point in the history
  2. Stupid GitHub ui fix.

    BSDKaffee authored May 6, 2024
    Configuration menu
    Copy the full SHA
    6131221 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1277 from BSDKaffee/ninja-1.12.0-fix

    Fix build with ninja 1.12.0, fix #1276
    terminator356 authored May 6, 2024
    Configuration menu
    Copy the full SHA
    a038ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07bfc4a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    41bc8cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1278 from muse-sequencer/instrument_roland_integra-7

    added Roland INTEGRA-7 idf file
    spamatica authored May 13, 2024
    Configuration menu
    Copy the full SHA
    8a2cd6a View commit details
    Browse the repository at this point in the history