aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-30fix a case of miscalculation and infinite loopJP Cimalando
2018-08-29Merge pull request #161 from jpcima/joconnellJP Cimalando
Fixing some miswritten names in the metadata
2018-08-29fix a typo about Apogee Sound SystemJP Cimalando
2018-08-29fix the miswritten name of Jamie O'ConnellJP Cimalando
2018-08-28Small warning fixWohlstand
2018-08-28Merge pull request #159 from jpcima/end-silence-skippingVitaly Novichkov
End silence skipping
2018-08-28Merge pull request #158 from jpcima/warcraft2-xmiVitaly Novichkov
XMI: fix the VLQ reading procedure
2018-08-28sequencer: enable end silence skippingJP Cimalando
2018-08-28XMI: fix the VLQ reading procedureJP Cimalando
2018-08-28Little beautifyingVitaly Novichkov
2018-08-27reassign the channel categories after num4ops was decreasedJP Cimalando
2018-08-28Merge pull request #155 from jpcima/arpeggiosVitaly Novichkov
early koff update to prevent a bad reuse of channel
2018-08-27early koff update to prevent a bad reuse of channelJP Cimalando
2018-08-25upgrade timing resolution to the microsecondJP Cimalando
2018-08-22Rotate octave on high out of range tone frequenciesVitaly Novichkov
2018-08-03Minor changes in comment textJP Cimalando
2018-08-03Minor cosmetical changesVitaly Novichkov
2018-08-02add safety check for emulator switchingJP Cimalando
2018-08-02Better deprecated calls warningVitaly Novichkov
2018-07-31Merge pull request #149 from jpcima/fix-warningsVitaly Novichkov
fix the gcc warning "class-memaccess"
2018-07-31fix the gcc warning "class-memaccess"JP Cimalando
2018-07-31Merge pull request #148 from jpcima/fix-warningsVitaly Novichkov
fix some warnings
2018-07-31fix some warningsJP Cimalando
2018-07-31Added missing `const` to pan-law tablesVitaly Novichkov
2018-07-31Fixed MSVC Build of shared libraryWohlstand
2018-07-31ADLMIDI2: Added usage of Full-Panned stereo optionVitaly Novichkov
2018-07-31ADLMIDIPlay: Tiny fix of "-fp" flag usage helpVitaly Novichkov
2018-07-31Update readmeVitaly Novichkov
2018-07-31Use macro hint instead of absolute panning mask valueVitaly Novichkov
2018-07-31Exclude visibility options from off DJGPP buildVitaly Novichkov
2018-07-31Fix the initial panning stateVitaly Novichkov
2018-07-31Don't use `-fvisibility-inlines-hidden` expression for older CMakeVitaly Novichkov
2018-07-31Use the Pan Law table on DosBox emulator alsoVitaly Novichkov
2018-07-31VLC Plugin: Added usage of the full panning stereoVitaly Novichkov
2018-07-31Fix the visibility warning on C compilerVitaly Novichkov
2018-07-31NukedOPL3: Guarantee that center pan will be equalVitaly Novichkov
on both 63 and 64 values
2018-07-31Merge branch 'master' into fullpanVitaly Novichkov
2018-07-30[Experimental] Partially apply fixes to kode54's pull requestWohlstand
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-29Implemented optional soft panning support for the included chip emulators, ↵Christopher Snowhill
disabled by default.
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