index
:
QMidiPlayer.git
master
visualization-renovation
A free cross-platform midi file player based on libfluidsynth and Qt.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
qmpmidioutfluid.cpp
Age
Commit message (
Expand
)
Author
2021-11-07
Stop using MIDI messages for selecting presets used by fluidsynth.
Chris Xiong
2021-11-07
Move away from deprecated fluidsynth effect setup functions.
Chris Xiong
2021-11-07
Set device id of fluidsynth to 16, as used by most GS synths.
Chris Xiong
2021-01-23
Pass 4 effect buffers (as it should be) to fluid_synth_process.
Chris Xiong
2021-01-08
Missing return statement.
Chris Xiong
2021-01-07
new_fluid_audio_driver2 doesn't work for any audio drivers available on Windows.
Chris Xiong
2021-01-07
Wait voice now checks for output level instead of polyphony.
Chris Xiong
2020-05-12
Format EVERYTHING.
Chris Xiong
2020-04-19
Legacy code massacre!
Chris Xiong
2019-11-26
We're now in bug squashing mode!
Chris Xiong
2019-11-11
New UI hook "main.seek". Fix SysExc. message sending. API documentation update.
Chris Xiong
2019-07-01
Actually send initialization sequence to external devices.
Chris Xiong
2019-06-18
Device initialization file implementation (part 1).
Chris Xiong
2019-06-16
Inital implementation of the device properties API.
Chris Xiong
2019-05-25
Massive code refactor en cours!
Chris Xiong
2019-03-18
Fixed initial preset selection in XG mode.
Chris Xiong
2019-01-25
Fixed a crash caused by improper preset probing.
Chris Xiong
2019-01-24
Migrated to fluidsynth 2.x.
Chris Xiong
2017-06-21
Complete rewrite of the MIDI mapper.
Chris Xiong