Commit graph

55 commits

Author SHA1 Message Date
derselbst
7ed5d1f1d8 update docs about upper roomsize threshold 2017-11-22 16:56:51 +01:00
Tom M
eb5945bb2c
make dsound use the desktop window handle (#286)
* Dsound driver is now making use of an already existing window handle: the desktop window
* Removing of fluid_dll.c because it has becoming useless
* avoid a potential deadlock when calling functions within DllMain()
* remove obsolete fluid_set_hinstance() and fluid_get_hinstance() from public API
2017-11-22 16:42:48 +01:00
derselbst
d00dc1c78a correct API doc
fluid_audio_driver_register() is scheduled for 1.1.9
2017-11-22 14:20:25 +01:00
derselbst
1909571de9 update doc of fluidsynth_register_adriver.c 2017-11-22 13:51:18 +01:00
Tom M
d24c2a1179
Merge branch 'master' into register-adriver 2017-11-20 16:39:15 +01:00
derselbst
7dee2c18e9 implement handling of FLUID_SEQ_ALLSOUNDSOFF 2017-11-15 17:10:26 +01:00
derselbst
9c6de2bb79 update API doc 2017-11-15 16:57:16 +01:00
derselbst
13728ed0bd update API doc about fluid_audio_driver_register() 2017-11-11 15:27:35 +01:00
derselbst
9868860318 update doc for fluidsynth_register_adriver.c demo 2017-11-11 15:13:12 +01:00
Tom M
df1c9a3e5c
update api doc about destructor functions 2017-11-09 20:40:36 +01:00
derselbst
e0d0acc946 add a demo program for fluid_audio_driver_register() 2017-11-09 19:07:31 +01:00
Tom M
a13cf153d9
Merge pull request #265 from FluidSynth/delete-refactor
refactor destructor functions to return void if possible and make them safe when called with NULL
2017-11-08 15:45:49 +01:00
derselbst
61e95d0647 bump doxygen API version to 2.0 2017-10-30 19:50:58 +01:00
derselbst
242c2cd119 replace NEXT_RELEASE with 2.0.0
find . -type f -exec sed -i s/@NEXT_RELEASE@/2.0.0/ '{}' \;
2017-10-30 19:26:40 +01:00
derselbst
9b6d3d4c55 support for registering audio drivers based on actual needs 2017-10-30 17:42:37 +01:00
derselbst
f4940e72e2 update API doc to reflect delete_* returning void 2017-10-30 12:05:24 +01:00
derselbst
56969332b2 promote audio.alsa.autoconnect to a more general setting
that could be used across different midi drivers
2017-10-26 15:56:27 +02:00
derselbst
7c523979be document audio.alsa.autoconnect 2017-10-25 17:10:56 +02:00
Marcus Weseloh
2fb35cdab5 Fix typos in LADSPA documentation 2017-10-20 12:43:53 +02:00
Marcus Weseloh
71a4b2c058 First draft of the new LADSPA documentation 2017-10-20 00:23:39 +02:00
Tom M
09f237fd0c clarify xg bank select documentation
addressing #228
2017-10-19 23:08:15 +02:00
Tom M
9ba8136ce0 Update fluidsettings.xml
line wrap
2017-10-19 13:12:40 +02:00
Tom M
6f3b9da191 Merge pull request #220 from FluidSynth/fluidsettings-doc
move fluidsettings doc to xml
2017-10-19 12:46:26 +02:00
derselbst
69a4ce44c3 remove fluidsettings doc from manpage
refer to xml instead
2017-10-18 18:03:44 +02:00
derselbst
9b5a204e02 fluidsettings: different color for deprecated settings 2017-10-18 14:08:02 +02:00
derselbst
d54a9af4ea remove fluid settings from public API doc
instead refer to new fluidsettings.xml
2017-10-16 18:08:29 +02:00
derselbst
88cdc46653 clarify documentation for midi.jack.id
fixes #224
2017-10-16 17:40:46 +02:00
derselbst
32cf418631 add a simple TOC to fluidsettings 2017-10-16 17:10:28 +02:00
derselbst
61ea49d24a complete fluidsettings doc 2017-10-14 22:40:43 +02:00
derselbst
2ad727d6d2 fix license reference in man page 2017-10-12 17:32:05 +02:00
derselbst
61c81d06a5 bump version to 1.1.8 2017-10-12 17:15:27 +02:00
derselbst
77f4604498 update API doc for 1.1.8 2017-10-12 11:53:08 +02:00
derselbst
4630d22cc1 fluidsettings.xml: add links regarding XSLT 2017-10-10 22:02:17 +02:00
derselbst
d28de22d23 fluidsettings.xml: attempt to extend browser support 2017-10-10 21:57:53 +02:00
derselbst
e1e0d561d8 group fluidsettings by top most component only 2017-10-10 09:24:41 +02:00
derselbst
51181c679a revise layout of fluid settings documentation
force it into the currently used table layout
2017-10-09 21:10:47 +02:00
derselbst
360ae04135 update API doc 2017-10-07 15:21:38 +02:00
derselbst
e36e39249b update API docs for new chorus/reverb setters 2017-10-06 10:59:41 +02:00
derselbst
78233a191d port midi settings to xml 2017-10-02 16:46:18 +02:00
derselbst
6fe0da959d update fluidsettings.xsl 2017-10-02 10:40:20 +02:00
derselbst
0aa925ec3a move general midi and shell settings to xml 2017-10-02 09:53:07 +02:00
derselbst
c92fcddcc1 move audio settings to xml 2017-10-01 21:11:34 +02:00
derselbst
6e9f73afb8 port synth settings to xml 2017-10-01 14:26:32 +02:00
derselbst
81f30ce6d1 add a test file for documenting fluid settings 2017-09-28 20:08:53 +02:00
Tom M
2a3ff1d2cf Merge pull request #207 from FluidSynth/cleanup
source code cleanup, API compatibility broken
2017-09-22 14:10:38 +02:00
derselbst
480fbaba8f update devdoc 2017-09-22 13:39:35 +02:00
derselbst
e9cc151e06 update devdoc 2017-09-22 13:22:16 +02:00
derselbst
0c7a0ec16d clarify dev doc 2017-09-21 15:36:52 +02:00
derselbst
2700519b3e update dev doc 2017-09-21 14:33:28 +02:00
derselbst
0f6c4c83a1 remove unimplemented "synth.dump" setting 2017-09-19 16:45:38 +02:00