Commit graph

513 commits

Author SHA1 Message Date
Paul Ferrand
eb0b84a7a6 Removed debug messages in the hot path 2019-12-08 17:11:12 +01:00
Paul Ferrand
6d53619d71 Added a resampling benchmark 2019-12-04 01:19:15 +01:00
Paul Ferrand
e2ce30c104 Corrected an error when activating the SIMD extension on HIIR 2019-12-04 01:18:59 +01:00
Paul Ferrand
0efbf96b4a Move the oversampling primitives to the oversampling file. 2019-12-04 00:17:10 +01:00
Paul Ferrand
83c9dc46d0 Added some more range for the preload size in the LV2 2019-12-03 23:33:38 +01:00
Paul Ferrand
1d4935e955 Added a view from the voice to the linked region 2019-12-03 23:33:21 +01:00
Paul Ferrand
1d7e7855eb Corrected the documentation 2019-12-03 22:44:14 +01:00
Paul Ferrand
fae1e49e4a Merge branch 'feature/threadpool' into develop 2019-12-03 21:38:37 +01:00
Paul Ferrand
19b475ed94 Move the spsc queues to mpmc queues 2019-12-03 21:30:00 +01:00
Paul Ferrand
e33ce85a6a Added the concurrent queue to the filepool 2019-12-03 15:35:49 +01:00
Paul Ferrand
48a07c23fe Add moodycamel's concurrent queue since we'll have multiple receivers now! 2019-12-03 15:35:49 +01:00
Paul Ferrand
2a7391c05e Added a tests against backslashes in default_path 2019-12-03 15:35:27 +01:00
Paul Ferrand
958968a852 Corrected a bug where the root directory was not properly updated and did not handle backslashes 2019-12-03 10:05:07 +01:00
Paul Ferrand
4f19628d53 Simplified the example 2019-12-03 01:37:58 +01:00
Paul Ferrand
55e6d96873 Added general documentation 2019-12-03 01:36:29 +01:00
Paul Ferrand
832fc583e9 Merge remote-tracking branch 'origin/develop' into develop 2019-12-02 12:35:58 +01:00
Paul Ferrand
3056f20a35 Merge branch 'bugfix/counting-buffers' into develop 2019-12-02 12:35:28 +01:00
Paul Ferrand
78b90350a8 Moved the memory logging to NDEBUG 2019-12-02 12:35:14 +01:00
Paul Ferrand
c00f5174b1 Corrected the bug ; the reloading procedures did not take the current oversampling parameter into account. 2019-12-02 12:25:28 +01:00
Paul Ferrand
e69781ff6b Added logging in the most common clients 2019-12-02 12:25:28 +01:00
Paul Ferrand
9f96968169 Added an API to access the memory usage 2019-12-02 12:25:28 +01:00
Paul Ferrand
d849d4f8b7 Added a buffer counting to the synth in order to track memory 2019-12-02 12:25:28 +01:00
Paul Ferrand
056337b5f0 Disabled the move semantics from Buffer, just in case.
Disabled the move semantics test
2019-12-02 12:25:28 +01:00
redtide
200d7153ca Automated Doxygen documentation with Travis-CI 2019-12-02 02:35:58 +01:00
Paul Ferrand
5d8e758724 Plugging leaks 2019-12-02 01:34:44 +01:00
Paul Ferrand
8f391b9654 Merge branch 'feature/oversampling' into develop 2019-12-02 00:11:47 +01:00
Paul Ferrand
6713640b22 Added the LV2 parameters related to the preloaded size and the oversampling 2019-12-02 00:10:40 +01:00
Paul Ferrand
30bf269359 Updated the shared library bindings 2019-12-01 23:17:50 +01:00
Paul Ferrand
030e0c16ee Added back the method to empty the file loading queue 2019-12-01 22:57:49 +01:00
Paul Ferrand
91e4678c4b Switch back to a queue for file promises 2019-12-01 22:47:51 +01:00
Paul Ferrand
0d285cf494 Add flags to the command line client for oversampling and preloading 2019-12-01 22:47:51 +01:00
Paul Ferrand
a6a1808403 Added oversampling 2019-12-01 22:47:51 +01:00
Paul Ferrand
d017a63a36 Continue integrating the preloading size and oversampling factor 2019-12-01 22:47:51 +01:00
Paul Ferrand
630220e7e0 Changed the logic for the file loading 2019-12-01 22:47:51 +01:00
Paul Ferrand
1536ead90b Moved the file pool into a resource pool 2019-12-01 22:47:51 +01:00
Paul Ferrand
d151e31406 Added the basic structure for changing the oversampling factor 2019-12-01 22:47:51 +01:00
Paul Ferrand
4aa370dd0a Added a simplistic wrapper on the hiir oversampling library and updated the makefile 2019-12-01 22:47:51 +01:00
Paul Ferrand
0d9f61e612 Added the hiir oversampling library 2019-12-01 22:47:51 +01:00
Paul Ferrand
140fb83951 Removed a couple warnings 2019-12-01 22:44:52 +01:00
redtide
375945d372 Adapt code and fix cmake script for Travis build 2019-12-01 21:29:22 +01:00
redtide
22ac4942f7 Adapt code and fix cmake script for Travis build 2019-12-01 18:32:55 +01:00
redtide
0a8fc42595
Update README to reflect recent changes 2019-12-01 16:32:27 +01:00
redtide
b60ff23d48 Fixing Travis build 2019-12-01 15:54:28 +01:00
redtide
f01ac4eeb4 Fixing Travis build 2019-12-01 15:37:33 +01:00
redtide
290ac5fc7b Fixing Travis LV2 plugin build 2019-12-01 13:26:17 +01:00
Paul Ferrand
e6b32f6d7e Merge branch 'develop' of https://github.com/sfztools/sfizz into develop 2019-12-01 12:16:39 +01:00
Paul Ferrand
97a5d5ce90 The spinlocking on FilePool::emptyQueue is now integrated in the function 2019-12-01 12:16:35 +01:00
redtide
dc39466844
Added IRC notifications in .travis.yml 2019-11-30 19:38:57 +01:00
Paul Ferrand
35d334bb73 Add a way to customize the configure scripts further 2019-11-30 17:00:31 +01:00
Paul Ferrand
b8bee5429e Merge branch 'bugfix/cancel_background_loads_on_voice_change' into develop 2019-11-30 16:33:00 +01:00