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

Improvements and sf3 import #31

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 30, 2020

  1. Integration and sample links

    Integration improvement (fix musescore#11):
    * preprocessor variable to loose the xml and libsnd dependencies
    * namespace SfTools
    * smallSf now a class variable
    * C++11 not needed anymore (struct initialization)
    * dynamic declaration of array now ok with visual C++ (fix musescore#10)
    * warning and unused variables removed
    
    Bug fix:
    * sample links now kept in the soundfont (fix musescore#9)
    davy7125 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    9ea109e View commit details
    Browse the repository at this point in the history
  2. Sf3 to Sf2

    Now possible to convert back from sf3 to sf2 (option y)
    Soundfont 2.04 can be converted also (sm24 chunk was rejected)
    The attenuation before compressing is stored as a comment in
    the ogg data so that the attenuation can be reverted when
    uncompressing it
    Adapted the documentation
    davy7125 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    be0877e View commit details
    Browse the repository at this point in the history
  3. iver and irom chunks

    Fix a bug: the iver and irom don't stop the conversion
    davy7125 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c2ca7e1 View commit details
    Browse the repository at this point in the history
  4. creation of arrays

    davy7125 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    fd7367e View commit details
    Browse the repository at this point in the history
  5. QString arg

    davy7125 committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    2e89c14 View commit details
    Browse the repository at this point in the history