aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-30Merge pull request #147 from jpcima/visibility-hiddenVitaly Novichkov
remove an exported function which is unused
2018-07-30remove an exported function which is unusedJP Cimalando
2018-07-30Added missing macro for DLL buildVitaly Novichkov
The macro `ADLMIDI_BUILD_DLL` tells to use the `dllexport` attribute for public symbols. It's required, otherwise, symbol will not be available.
2018-07-30Merge pull request #146 from jpcima/visibility-hiddenVitaly Novichkov
hide private symbols
2018-07-30hide private symbolsJP Cimalando
2018-07-28GenAdldata: Little warning fixVitaly Novichkov
2018-07-26changing synth setup without the full MIDI resetJP Cimalando
2018-07-26Merge pull request #143 from jpcima/velocity-offset-2JP Cimalando
add midi_velocity_offset in the conversion, and add unit test
2018-07-26add midi_velocity_offset in the conversion, and add unit testJP Cimalando
2018-07-26Changelog noteVitaly Novichkov
2018-07-26Merge branch 'master' into velocity-offsetVitaly Novichkov
# Conflicts: # src/adlmidi_load.cpp
2018-07-26Fix the DJGPP buildVitaly Novichkov
2018-07-25handle correctly in case of 2op modeJP Cimalando
2018-07-24add unit test to check internal instrument conversionsJP Cimalando
2018-07-23generate velocity offsets from wopl filesJP Cimalando
2018-07-23implement the velocity offset parameterJP Cimalando
2018-07-23emit velocity offset in genadldataJP Cimalando
2018-07-23preserve the data of operator 3-4 in internal storage, regardless of being ↵JP Cimalando
2op/4op
2018-07-18Merge pull request #138 from jpcima/fix-get-instrumentVitaly Novichkov
fix the conversion of FMIns->ADLI operators
2018-07-18fix the conversion of FMIns->ADLI operatorsJP Cimalando
2018-07-16Minor fix in the python-alsa example readmeVitaly Novichkov
2018-07-16Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitVitaly Novichkov
2018-07-16Move missing bank notice into correct placeVitaly Novichkov
2018-07-15bank fallback for GS modeJP Cimalando
2018-07-12Added simple Python 3 example of library usageWohlstand
2018-07-11Sequencer: Minor fix of commentsVitaly Novichkov
2018-07-11Sequencer: Fixed GMF supportVitaly Novichkov
2018-07-11Fixed Watcom buildVitaly Novichkov
2018-07-11MIDI Sequencer: Split the loadMIDI functionVitaly Novichkov
2018-07-10Merge pull request #135 from jpcima/midiplay-onlyVitaly Novichkov
midiplay: add argument --only
2018-07-10midiplay: add argument --onlyJP Cimalando
2018-07-10Fixing of BitBucket pipelines build, second attemptWohlstand
2018-07-10Fixing of BitBucket pipelines buildWohlstand
2018-07-09Merge pull request #133 from jpcima/ail-callbackVitaly Novichkov
xmi: handle AIL callback trigger
2018-07-09xmi: handle AIL callback triggerJP Cimalando
2018-07-09Merge pull request #131 from jpcima/xmid-rbrnVitaly Novichkov
xmi: convert the RBRN block as MIDI marker
2018-07-09Merge pull request #132 from jpcima/xmi2midVitaly Novichkov
provide XMI to MID conversion as tool
2018-07-09provide XMI to MID conversion as toolJP Cimalando
2018-07-08xmi: convert the RBRN block as MIDI markerJP Cimalando
2018-07-08Don't notify about of invalid loop when is no any loop tags passedVitaly Novichkov
2018-07-08[Experimental] Complex loop supportVitaly Novichkov
2018-07-08Small comma fix in WOPL parser headerVitaly Novichkov
2018-07-07Merge pull request #130 from jpcima/track-optionsVitaly Novichkov
rename enum members for consistency
2018-07-07rename enum members for consistencyJP Cimalando
2018-07-07Merge pull request #129 from jpcima/track-options-2Vitaly Novichkov
SMF track 0 on solo/off mode
2018-07-07exception for SMF track 0 when format != 2JP Cimalando
2018-07-07Merge pull request #128 from jpcima/track-optionsVitaly Novichkov
Track options
2018-07-07add midiplay option for solo trackJP Cimalando
2018-07-07sequencer API to turn tracks on/off/soloJP Cimalando
2018-07-04Remove deprecated enums from WOPL file processorVitaly Novichkov