carlo-bramini
|
90b0352343
|
Restore chmod 644 to CMakeList.txt
|
2017-11-04 13:17:40 +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 |
|
Tom M
|
71a3133d01
|
Update CONTRIBUTING.md
fix typo
|
2017-11-04 09:05:17 +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 |
|
derselbst
|
78ab309bb6
|
complete implementation of fluid_audio_driver_register()
|
2017-11-01 16:20:16 +01:00 |
|
Tom M
|
30c0a72039
|
Merge pull request #260 from FluidSynth/contrib
add contribution guidelines
|
2017-11-01 13:56:53 +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
|
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
|
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
|
f4940e72e2
|
update API doc to reflect delete_* returning void
|
2017-10-30 12:05:24 +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 |
|
derselbst
|
323320e7e4
|
refactor all destructor functions
to return void if possible and not crash if called with NULL
|
2017-10-29 13:23:08 +01:00 |
|
Tom M
|
17cf79c555
|
polish contrib guidelines
|
2017-10-29 10:41:11 +01:00 |
|
Tom M
|
6e1d4bed40
|
styleguide: clarify integer usage
|
2017-10-28 22:58:53 +02:00 |
|
Tom M
|
6957f063dc
|
Update CONTRIBUTING.md
|
2017-10-28 22:48:42 +02:00 |
|
Tom M
|
d49421f023
|
add style guide to contribution.md
addressing #250
|
2017-10-28 22:36:04 +02:00 |
|
Tom M
|
a1b9ffd5ba
|
Create CONTRIBUTING.md
|
2017-10-28 22:15:46 +02:00 |
|
derselbst
|
c40c49b331
|
fix usage of incorrect string format argument
causing segfault
|
2017-10-28 19:48:29 +02:00 |
|
derselbst
|
d8d5679c8e
|
fix segfault in delete_fluid_ringbuffer()
|
2017-10-28 19:47:56 +02:00 |
|
derselbst
|
2b882c2877
|
fix build
|
2017-10-28 14:19:20 +02:00 |
|
derselbst
|
6dfd736460
|
refactor return values in fluid_cmd.c
consistently return FLUID_OK or FLUID_FAILED for shell command handlers
|
2017-10-28 14:02:44 +02:00 |
|
derselbst
|
707f1eb079
|
conflicting function delcarations
fix build
|
2017-10-28 13:53:33 +02:00 |
|
derselbst
|
0ef6da7740
|
minor clarification
|
2017-10-28 13:50:13 +02:00 |
|
derselbst
|
8f83592b6e
|
fix wrong printf format
|
2017-10-28 13:36:32 +02:00 |
|
derselbst
|
642b9750b2
|
remove unimplemented fluid_handle_mstat()
|
2017-10-28 13:31:10 +02:00 |
|
derselbst
|
634c07ed45
|
remove error hiding casts in fluid_commands[]
|
2017-10-28 13:30:35 +02:00 |
|
derselbst
|
f2263e2f62
|
avoid using g_atomic* directly
|
2017-10-28 12:57:47 +02:00 |
|
Tom M
|
ad9c185dca
|
Merge pull request #255 from FluidSynth/alsa-autocon
Autoconnect ALSA MIDI inputs.
|
2017-10-27 22:31:17 +02:00 |
|
Tom M
|
9c7b8f330d
|
Merge pull request #251 from FluidSynth/polish
Some optimizations
|
2017-10-27 22:27:01 +02:00 |
|
derselbst
|
479b31c9fe
|
init static atomics in a more general way
|
2017-10-27 21:04:28 +02:00 |
|
derselbst
|
c7b9bae1e3
|
always export cmake compile commands
to allow using clang-tidy
|
2017-10-27 19:40:40 +02:00 |
|
derselbst
|
1eb6aa97f3
|
avoid using deprecated tuning functions
|
2017-10-27 16:59:20 +02:00 |
|
derselbst
|
41b1700b7f
|
Merge branch 'VolcanoMobile-fluid_atomic'
|
2017-10-27 16:01:22 +02:00 |
|
derselbst
|
db373f168f
|
Merge branch 'fluid_atomic' of git://github.com/VolcanoMobile/fluidsynth into VolcanoMobile-fluid_atomic
|
2017-10-27 15:58:54 +02:00 |
|
Tom M
|
f17f5333a8
|
Merge pull request #257 from VolcanoMobile/default_soundfont_optional
dont register synth.default-soundfont if not defined
|
2017-10-27 15:40:55 +02:00 |
|
Tom M
|
8339a1e70e
|
Merge pull request #256 from VolcanoMobile/defsfont_cleanup
remove glib.h import from fluid_defsfont.h
|
2017-10-27 15:40:32 +02:00 |
|