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
/
Alc
/
midi
/
fluidsynth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the DYNLOAD LoadFSynth function non-inline
Chris Robinson
2014-08-05
1
-1
/
+1
*
Load fluidsynth dynamically when possible
Chris Robinson
2014-08-05
1
-2
/
+107
*
Rename some functions
Chris Robinson
2014-07-06
1
-8
/
+8
*
Store 4 modulators per map entry
Chris Robinson
2014-07-06
1
-16
/
+17
*
Don't set modulators that have no destination
Chris Robinson
2014-07-05
1
-8
/
+10
*
Fix a couple checks
Chris Robinson
2014-07-05
1
-2
/
+2
*
Set the 'valid' field when we have a valid buffer pointer
Chris Robinson
2014-07-04
1
-3
/
+1
*
Load soundfont samples into an ALbuffer
Chris Robinson
2014-06-29
1
-2
/
+2
*
Store and use an ALbuffer for samples in an ALfontsound
Chris Robinson
2014-06-29
1
-3
/
+5
*
Remove setState from the MidiSynth vtable
Chris Robinson
2014-03-23
1
-6
/
+0
*
Use a void* for the MidiSynth Delete method param
Chris Robinson
2014-03-22
1
-8
/
+3
*
Slightly shorten a long line
Chris Robinson
2014-02-02
1
-1
/
+1
*
Rework MIDI clock timing
Chris Robinson
2014-02-02
1
-41
/
+31
*
Rename aftertouch to keypressure
Chris Robinson
2014-01-17
1
-2
/
+2
*
Add a config option to specify the extra MIDI volume scaling
Chris Robinson
2014-01-17
1
-3
/
+17
*
Use a proper struct for envelope properties
Chris Robinson
2014-01-17
1
-2
/
+2
*
Handle fontsound sample types using explicit enum values
Chris Robinson
2014-01-15
1
-1
/
+12
*
Use ALfontsound_setPropi to set fontsound sample properties
Chris Robinson
2014-01-15
1
-1
/
+12
*
Don't reset presets when loading/unloading soundfonts
Chris Robinson
2014-01-13
1
-2
/
+2
*
Use FluidSynth enums when handling generators
Chris Robinson
2014-01-13
1
-74
/
+78
*
Load soundfont modulators into FluidSynth
Chris Robinson
2014-01-06
1
-1
/
+101
*
Allow selecting the default soundfont using ID 0
Chris Robinson
2014-01-03
1
-5
/
+5
*
Force all FluidSynth sounds off when changing soundfonts
Chris Robinson
2013-12-31
1
-1
/
+6
*
Remove some unused MIDI backend methods
Chris Robinson
2013-12-29
1
-42
/
+0
*
Don't destroy the fluid_sfont_t if any of its samples are still playing
Chris Robinson
2013-12-29
1
-0
/
+20
*
Add the last remaining "real-time" properties
Chris Robinson
2013-12-29
1
-0
/
+6
*
Add chorus and reverb send properties
Chris Robinson
2013-12-29
1
-0
/
+2
*
Check for negative soundfont indices getting passed to the loader
Chris Robinson
2013-12-29
1
-1
/
+1
*
Add pan and attenuation properties
Chris Robinson
2013-12-29
1
-0
/
+2
*
Add tuning properties
Chris Robinson
2013-12-29
1
-0
/
+3
*
Add filter properties
Chris Robinson
2013-12-29
1
-0
/
+4
*
Add modulation envelope properties
Chris Robinson
2013-12-29
1
-0
/
+8
*
Add a few more pitch properties
Chris Robinson
2013-12-29
1
-0
/
+3
*
Add volume envelope properties
Chris Robinson
2013-12-29
1
-0
/
+8
*
Add support for the fontsound loop mode
Chris Robinson
2013-12-29
1
-1
/
+1
*
Allow loading multiple soundfonts with FluidSynth
Chris Robinson
2013-12-27
1
-21
/
+50
*
Create a custom fluid_sfloader_t loader
Chris Robinson
2013-12-27
1
-4
/
+299
*
Add a method to set and get soundfonts
Chris Robinson
2013-12-27
1
-0
/
+1
*
Fix compiling without FluidSynth
Chris Robinson
2013-12-19
1
-5
/
+4
*
Move the base MidiSynth to a separate file
Chris Robinson
2013-12-17
1
-1
/
+2
*
Move FluidSynth to its own file
Chris Robinson
2013-12-17
1
-0
/
+359