aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-21wopl robustness fixJP Cimalando
2018-04-20Merge pull request #74 from jpcima/fix-rshiftVitaly Novichkov
fix implementation defined behavior
2018-04-20fix implementation defined behaviorJP Cimalando
2018-04-20Android.mk: Add wopl_file.c into the scriptVitaly Novichkov
2018-04-20Use the same WOPL_File parser from OPL3 Bank Editor in libADLMIDIVitaly Novichkov
TODO: port this into Gen-ADLDATA too! No more need to update same file parser twice. Just, copy-paste the same WOPL parser between of OPL3 Bank Editor and libADLMIDI.
2018-04-20Fix a small warning, found on attempt to build OPL3 Bank EditorVitaly Novichkov
2018-04-20Add note about of Hard-RT work of @jpcima into ChangeLogVitaly Novichkov
2018-04-20Put some another functions into "ADLMIDI_DISABLE_MIDI_SEQUENCER" zoneVitaly Novichkov
Those functions are dead out of disabled MIDI Sequencer code, so, there are must NOT appear in the library when MIDI Sequencer is disabled.
2018-04-19hard-RT: elimination of the user mapJP Cimalando
2018-04-19Merge pull request #71 from jpcima/hard-realtime-phys3Vitaly Novichkov
Phys code rewrite
2018-04-18Merge remote-tracking branch 'origin/hard-realtime-phys2' into HEADJP Cimalando
2018-04-18reformulated phys code into original map semanticsJP Cimalando
2018-04-18Updated DMXOPL3 bank by @sneakernetsWohlstand
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl
2018-04-18Merge pull request #70 from jpcima/cmakeVitaly Novichkov
explicit link against the library target
2018-04-18explicit link against the library targetJP Cimalando
2018-04-17Merge pull request #68 from VolcanoMobile/masterVitaly Novichkov
fix Android.mk
2018-04-17fix Android.mkloki666
2018-04-16`NoteInfo` and it's parent `MIDIchannel` no more contains dynamic stuffVitaly Novichkov
Everything now are a simple types and fixed arrays.
2018-04-16Merge pull request #67 from jpcima/hard-realtimeVitaly Novichkov
transform the note map into a fixed array
2018-04-16transform the note map into a fixed arrayJP Cimalando
2018-04-15Merge pull request #64 from jpcima/more-sample-typesVitaly Novichkov
add more sample types
2018-04-15add more sample typesJP Cimalando
2018-04-13Merge pull request #63 from jpcima/macosx-buildVitaly Novichkov
fix inclusion of cinttypes on OS X libstdc++
2018-04-13fix inclusion of cinttypes on OS X libstdc++JP Cimalando
2018-04-13Merge pull request #62 from jpcima/macosx-buildVitaly Novichkov
Mac OS needs sys/types.h for ssize_t
2018-04-13Mac OS needs sys/types.h for ssize_tJP Cimalando
2018-04-13Merge pull request #60 from jpcima/cmake-includeVitaly Novichkov
propagate the include directory of ADLMIDI
2018-04-13propagate the include directory of ADLMIDIJP Cimalando
2018-04-13Merge pull request #58 from jpcima/chipbase32bitVitaly Novichkov
general 32bit generator methods, like OPNMIDI
2018-04-13general 32bit generator methods, like OPNMIDIJP Cimalando
2018-04-13VLC Codec: Use Float-32 format outputVitaly Novichkov
2018-04-12Fixed the VLC plugin support built via CMake!Wohlstand
TODO: Implement install support
2018-04-12Merge pull request #55 from jpcima/32bitmix-terVitaly Novichkov
apply a correct buffer offset to channels
2018-04-12Merge pull request #56 from jpcima/mmVitaly Novichkov
fix SPtr implementation mistake
2018-04-12fix SPtr implementation mistakeJP Cimalando
2018-04-12apply a correct buffer offset to channelsJP Cimalando
2018-04-12Added changelog itemVitaly Novichkov
2018-04-12Fix the damaged output regression and a small beautifyingVitaly Novichkov
2018-04-11Merge pull request #54 from jpcima/32bitmix-bisVitaly Novichkov
support for 32 bit mixing, and multiple sample formats
2018-04-11support for 32 bit mixing, and multiple sample formatsJP Cimalando
2018-04-11Move controls reset into same functionVitaly Novichkov
Also, fixed non-reseted bend sensitivity which distorts pitch on attempt to play another MIDI file
2018-04-11Fixed the real-time playing with multi-chipVitaly Novichkov
Damn, Damn, DAMN! https://github.com/Wohlstand/libADLMIDI/issues/48
2018-04-11Fixed typos in commentsVitaly Novichkov
2018-04-11Update ADLMIDI2 to have support new command-line featuresVitaly Novichkov
2018-04-11Added command line option to turn on full-ranged CC74 to MIDI Player toolVitaly Novichkov
2018-04-11Changed logic of CC-74 BrightnessVitaly Novichkov
to affect sound only between 0 and 64 like real XG synthesizers affect sound only between 0 and 64.
2018-04-11Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitVitaly Novichkov
2018-04-11Put Nuked OPL3 1.8 be default and fix the DJGPP buildVitaly Novichkov
2018-04-10Merge pull request #52 from jpcima/fix-memory-problemsVitaly Novichkov
fix memory management issues
2018-04-10fix memory management issuesJP Cimalando