derselbst
|
31cc93f2fc
|
readd HAVE_IO_H check to config.cmake
fix compiler warnings
|
2017-11-15 10:32:15 +01:00 |
|
derselbst
|
a8a7dba0df
|
remove obsolete config_win32.h from src/CMakeLists.txt
|
2017-11-15 10:12:13 +01:00 |
|
carlo-bramini
|
acf2395a41
|
Revert "Use alloca()/_alloca() on C89/C90 compilers without VLA"
This reverts commit b8766aef67 .
|
2017-11-14 23:11:23 +01:00 |
|
carlo-bramini
|
e18c8c3ae4
|
Revert "Fix macros for alloca/_alloca usage (not a source of problems in current code)."
This reverts commit 15b31be962 .
|
2017-11-14 23:07:47 +01:00 |
|
carlo-bramini
|
15b31be962
|
Fix macros for alloca/_alloca usage (not a source of problems in current code).
|
2017-11-12 16:57:11 +01:00 |
|
carlo-bramini
|
48941897b9
|
No need to increment string pointer at exit.
|
2017-11-12 16:27:36 +01:00 |
|
carlo-bramini
|
4a5648141c
|
glib.h is already included by fluidsynth_priv.h
|
2017-11-12 16:26:50 +01:00 |
|
carlo-bramini
|
b8766aef67
|
Use alloca()/_alloca() on C89/C90 compilers without VLA
|
2017-11-12 16:16:34 +01:00 |
|
carlo-bramini
|
f9ca336a2d
|
Check if pulse driver is installed and enabled.
|
2017-11-12 14:56:57 +01:00 |
|
carlo-bramini
|
3fb1bf8d5c
|
Remove includes already into fluidsynth_priv.h with #ifdef...#endif
|
2017-11-12 14:53:26 +01:00 |
|
carlo-bramini
|
d1dd24f45a
|
Remove obsolete config_win32.cmake
|
2017-11-12 13:26:08 +01:00 |
|
carlo-bramini
|
582d316f9f
|
Remove obsolete config_win32.h
|
2017-11-12 13:24:36 +01:00 |
|
derselbst
|
52b892c534
|
consistently use fluid_seq_id_t for new API
ABI breaking change
|
2017-11-11 12:18:09 +01:00 |
|
derselbst
|
696c736b2f
|
introduce separate type for client IDs
|
2017-11-11 12:14:13 +01:00 |
|
derselbst
|
c7a02bd812
|
make fluid_settings_foreach_t const correct
|
2017-11-11 11:09:17 +01:00 |
|
derselbst
|
12a9692211
|
make fluid_settings_foreach_option_t const correct
|
2017-11-11 11:04:12 +01:00 |
|
Tom M
|
180038d416
|
Merge pull request #271 from fabiangreffrath/cmake_mingw_libname
fix library file names when building with MinGW and CMake
|
2017-11-10 20:58:23 +01:00 |
|
derselbst
|
4571d996b3
|
remove unused forward declarations
|
2017-11-10 20:49:06 +01:00 |
|
derselbst
|
f2c4cfb6b6
|
remove orphaned /src/unused/ dir
|
2017-11-10 20:48:37 +01:00 |
|
Tom M
|
987aa33486
|
Merge pull request #263 from FluidSynth/rm-def-mod
support removing default modulators
|
2017-11-10 16:41:56 +01:00 |
|
Fabian Greffrath
|
9a205c0b8b
|
fix library file names when building with MinGW and CMake
We have applied this patch to the mingw-w64-fluidsynth package [1] in
MSYS2 to recieve the same library file names when building with CMake
as we got when building with Autotools.
[1] https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-fluidsynth
|
2017-11-10 13:20:14 +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 |
|
Tom M
|
15464b1453
|
Merge pull request #267 from carlo-bramini/stdint-fixes
use stdint compliant ints; include stdint.h if possible, else fallback to glib
|
2017-11-07 21:41:49 +01:00 |
|
Tom M
|
2c5e7ab6e4
|
Merge pull request #266 from tomcucinotta/autoconnect_alsa_at_runtime
Autoconnect ALSA MIDI inputs also while fluidsynth is running
|
2017-11-07 21:38:23 +01:00 |
|
derselbst
|
b1d0db7d5c
|
define customized fluid_return_if_fail
unlike glib's g_return_if_fail, dont log to console if condition fails
|
2017-11-07 21:11:49 +01:00 |
|
Tom M
|
91a63595f4
|
Merge pull request #261 from VolcanoMobile/player_seek
add seek to player
|
2017-11-07 11:34:15 +01:00 |
|
Tom M
|
0a4a588d7c
|
bump version for fluid_player_seek()
|
2017-11-07 11:33:02 +01:00 |
|
loki666
|
aa8a32951a
|
avoid hanging notes
|
2017-11-05 20:27:21 +01:00 |
|
carlo-bramini
|
c2eab91ac2
|
Remove VisualC++ types.
|
2017-11-05 18:20:51 +01:00 |
|
carlo-bramini
|
137ace8e87
|
Add also int64_t for completeness.
|
2017-11-05 17:59:07 +01:00 |
|
carlo-bramini
|
5a2bb5a109
|
Use GLIB types if stdint.h is not available
|
2017-11-05 16:08:43 +01:00 |
|
derselbst
|
1b2a098c7c
|
delete_*() refactorings in defsfont
|
2017-11-05 15:33:28 +01:00 |
|
carlo-bramini
|
cb4f1d389d
|
No need to read-modify-write, just set errors to TRUE
|
2017-11-04 13:07:18 +01:00 |
|
carlo-bramini
|
4ee44a24a5
|
Use stdint type names instead of sint8, sint16, etc
|
2017-11-04 12:53:44 +01:00 |
|
loki666
|
7a803c3ee4
|
fix typo
|
2017-11-03 22:48:21 +01:00 |
|
loki666
|
58ec452054
|
update api doc
fluid_player_seek returns FLUID_FAILED if ticks is negative
|
2017-11-03 21:11:32 +01:00 |
|
loki666
|
64eda30cf4
|
handle seeking in fluid_track_send_events
|
2017-11-02 10:51:07 +01:00 |
|
Tommaso Cucinotta
|
f23b0f7a19
|
Autoconnect ALSA MIDI inputs not only on start, but also while fluidsynth is running (if midi.autoconnect == 1).
|
2017-11-01 18:10:23 +01:00 |
|
loki666
|
3f1a05cf38
|
update fluid_player_seek API doc, and return values
|
2017-11-01 09:49:21 +01:00 |
|
Tom M
|
97a1a24874
|
Merge pull request #262 from FluidSynth/doc-2.0
cleanup API doc
|
2017-10-31 16:56:12 +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
|
abab1f87e4
|
make modulator API const correct
|
2017-10-30 15:21:38 +01:00 |
|
derselbst
|
179f87f952
|
add a function for removing default modulators
|
2017-10-30 15:19:46 +01:00 |
|
derselbst
|
60121af287
|
fix segfault when deleting sample_timers
|
2017-10-30 13:10:52 +01:00 |
|
derselbst
|
681f62ce4d
|
fix conflicting declarations
fix build
|
2017-10-30 11:53:02 +01:00 |
|
derselbst
|
1da426dcfd
|
remove redundant NULL checks in delete_fluid_synth()
|
2017-10-30 11:37:06 +01:00 |
|
derselbst
|
5427a4ebf5
|
refactor delete_fluid_voice() to return void
return value was ignored anyway
|
2017-10-30 11:33:23 +01:00 |
|
derselbst
|
bf978e2b6b
|
even more destructor refactor
|
2017-10-30 11:28:08 +01:00 |
|
loki666
|
6c8a72fa0a
|
add seek to player
|
2017-10-30 10:53:45 +01:00 |
|
derselbst
|
a381b09dc6
|
remove orphaned fluid_defsfont_get_sample()
|
2017-10-29 21:05:18 +01:00 |
|