index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
OpenAL32
/
alMidi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a stub 'soft' MIDI synth handler
Chris Robinson
2014-03-22
1
-1
/
+3
*
Rename aftertouch to keypressure
Chris Robinson
2014-01-17
1
-1
/
+1
*
Allow selecting the default soundfont using ID 0
Chris Robinson
2014-01-03
1
-1
/
+1
*
Move alLoadSoundfontSOFT to alSoundfont.c
Chris Robinson
2014-01-02
1
-42
/
+0
*
Don't allow soundfonts with existing presets in alLoadSoundfontSOFT
Chris Robinson
2014-01-01
1
-0
/
+5
*
Pass the ALsoundfont object to loadSf2, rather than its ID
Chris Robinson
2014-01-01
1
-1
/
+28
*
Remove explicit locking from alMidiSoundfontvSOFT.
Chris Robinson
2013-12-29
1
-2
/
+0
*
Update soundfont selection functions
Chris Robinson
2013-12-29
1
-25
/
+3
*
Lock the device while selecting soundfonts
Chris Robinson
2013-12-29
1
-0
/
+2
*
Add alLoadSoundfontSOFT to load a soundfont via callback
Chris Robinson
2013-12-28
1
-0
/
+10
*
Add a method to set and get soundfonts
Chris Robinson
2013-12-27
1
-0
/
+32
*
Move the soundfont and preset extension functions to separate sources
Chris Robinson
2013-12-19
1
-253
/
+0
*
Add methods to create and destroy presets
Chris Robinson
2013-12-19
1
-0
/
+125
*
Properly initialize and cleanup the soundfont map
Chris Robinson
2013-12-18
1
-0
/
+21
*
Make alIsSoundfontSOFT check soundfont IDs
Chris Robinson
2013-12-18
1
-5
/
+4
*
Add a new ALsoundfont object type
Chris Robinson
2013-12-18
1
-0
/
+93
*
Move the base MidiSynth to a separate file
Chris Robinson
2013-12-17
1
-231
/
+1
*
Move the dummy MIDI handler to a separate file
Chris Robinson
2013-12-17
1
-118
/
+0
*
Move FluidSynth to its own file
Chris Robinson
2013-12-17
1
-334
/
+13
*
Make MidiSynth's methods non-static
Chris Robinson
2013-12-17
1
-50
/
+13
*
Render some MIDI samples even when stopped
Chris Robinson
2013-12-15
1
-3
/
+4
*
Use macros for MIDI controller values
Chris Robinson
2013-12-15
1
-3
/
+9
*
Don't explicitly set reverb or chorus
Chris Robinson
2013-12-13
1
-2
/
+0
*
Add a alMidiResetSOFT method to reset the synth
Chris Robinson
2013-12-13
1
-7
/
+25
*
Update behavior for alMidiStopSOFT
Chris Robinson
2013-12-13
1
-3
/
+41
*
Fix leak if inserting a sysex event fails
Chris Robinson
2013-12-08
1
-5
/
+7
*
Simplify dummy synth processing loop
Chris Robinson
2013-12-01
1
-27
/
+15
*
Minor comment update
Chris Robinson
2013-12-01
1
-1
/
+1
*
Use a method to get the default soundfont filename
Chris Robinson
2013-12-01
1
-17
/
+19
*
Add methods to set and get the MIDI gain
Chris Robinson
2013-11-30
1
-0
/
+41
*
Add a method to check if a file is a soundfont
Chris Robinson
2013-11-30
1
-15
/
+84
*
Add a workaround for allowing GM2 bank selection with a GM2 On SysEx
Chris Robinson
2013-11-29
1
-1
/
+34
*
Add a method to specifying MIDI SysEx messages
Chris Robinson
2013-11-29
1
-0
/
+57
*
Add infrastructure for handling SysEx MIDI events
Chris Robinson
2013-11-29
1
-21
/
+37
*
Don't force MMA bank selection mode
Chris Robinson
2013-11-29
1
-1
/
+0
*
Combine duplicate soundfont loading code
Chris Robinson
2013-11-28
1
-15
/
+11
*
Remove an unneeded MidiSynth field
Chris Robinson
2013-11-28
1
-10
/
+7
*
Add a method to stop MIDI playback
Chris Robinson
2013-11-28
1
-0
/
+50
*
Move MidiSynth locking out of the setState method
Chris Robinson
2013-11-28
1
-11
/
+11
*
Fix building without FluidSynth
Chris Robinson
2013-11-28
1
-18
/
+20
*
Add a config option for specifying the default MIDI soundfont
Chris Robinson
2013-11-28
1
-2
/
+2
*
Be a bit safer with MIDI state changes
Chris Robinson
2013-11-28
1
-30
/
+24
*
Add a method to load a soundfont
Chris Robinson
2013-11-28
1
-7
/
+67
*
Add an option for FLuidSynth to handle MIDI
Chris Robinson
2013-11-28
1
-5
/
+237
*
Start a MIDI interface extension
Chris Robinson
2013-11-28
1
-0
/
+61
*
Cleanups for MidiSynth
Chris Robinson
2013-11-27
1
-8
/
+3
*
Add a MidiSynth interface for devices
Chris Robinson
2013-11-27
1
-0
/
+96
*
Add a base MidiSynth struct
Chris Robinson
2013-11-27
1
-0
/
+97
*
Add a MIDI event queue
Chris Robinson
2013-11-27
1
-0
/
+84