Commit graph

379 commits

Author SHA1 Message Date
redtide
6ac440fe68 Update main page for current API 2019-11-22 17:46:45 +01:00
Paul Ferrand
77c0f23369 Merge branch 'bugfix/voice-changes-2' into develop 2019-11-21 01:47:01 +01:00
Paul Ferrand
19171fae14 Corrected a bug when changing the number of voices where the voices were not completely prepped 2019-11-21 01:46:57 +01:00
Paul Ferrand
e65ea37d7a Merge branch 'bugfix/voice-issues' into develop 2019-11-20 23:45:51 +01:00
Paul Ferrand
3e65c2ff9a Voices did not get created by default 2019-11-20 23:45:44 +01:00
Paul Ferrand
3810083d7f Merge branch 'feature/dynamic-voices' into develop 2019-11-20 22:35:58 +01:00
Paul Ferrand
2b9737bcfb Added a dynamic number of voices 2019-11-20 22:35:51 +01:00
Paul Ferrand
4d8032b354 Merge branch 'feature/volume-parameter' into develop 2019-11-20 22:15:34 +01:00
Paul Ferrand
12baccb0d8 Added a global volume to the synth 2019-11-20 22:13:56 +01:00
Paul Ferrand
48a4c94389 Merge branch 'bugfix/const_char_api' into develop 2019-11-20 00:30:39 +01:00
Paul Ferrand
24d460adff Move the file loading API to const char* 2019-11-20 00:30:33 +01:00
Paul Ferrand
2e6a9454be Merge branch 'develop' of https://github.com/sfztools/sfizz into develop 2019-11-19 01:21:22 +01:00
Paul Ferrand
5c7f6a3b46 Merge branch 'bugfix/install-target' into develop 2019-11-19 01:21:17 +01:00
Paul Ferrand
33a12be35a Corrected the CMakeLists to properly install the shared library 2019-11-19 01:21:08 +01:00
redtide
43cee897b0 Adapt doxygen configuration to recent changes 2019-11-18 00:22:06 +01:00
Paul Ferrand
23f5da1b1d Merge branch 'doxygen' of https://github.com/sfztools/sfizz into doxygen 2019-11-17 22:31:20 +01:00
redtide
2f9e591100 Added doxygen build files. 2019-11-17 22:30:51 +01:00
Paul Ferrand
5c1d9cc9d5 Merge branch 'feature/shared-lib' into develop 2019-11-17 22:22:58 +01:00
Paul Ferrand
7d1d88c9f0 Commented debugs 2019-11-17 21:46:37 +01:00
Paul Ferrand
0adf13100a Added comments to the header 2019-11-17 21:37:00 +01:00
Paul Ferrand
d25328f482 Added dummy functions for pitchwheel, aftertouch and tempo 2019-11-17 20:29:39 +01:00
Paul Ferrand
0516bee5d8 Added the shared library bindings 2019-11-17 09:04:42 +01:00
Paul Ferrand
ed474de713 Corrected a bug with getNumActiveVoices() 2019-11-17 00:41:24 +01:00
Paul Ferrand
508cdd729a Add a virtual dtor to the Parser to ensure proper deletion even with casts 2019-11-17 00:20:47 +01:00
redtide
77c728f305 Added doxygen build files. 2019-10-10 00:28:06 +02:00
redtide
43133d94a4 Merge branch 'master' into develop 2019-10-10 00:22:18 +02:00
redtide
73a47a076b Moved documentation to gh-pages. 2019-10-10 00:18:42 +02:00
redtide
ad6147eb12 Merge branch 'master' into develop 2019-10-09 20:43:55 +02:00
redtide
8a5d4134d6 Show useful information only in documentation page status. 2019-10-05 12:25:09 +02:00
redtide
16e94cc0c5 Updated documentation files. 2019-10-05 11:39:20 +02:00
redtide
f2d1a2ced8 Updated documentation with opcode support status draft. 2019-10-03 22:49:01 +02:00
redtide
26c2093d77 Updated documentation stylesheet. 2019-10-03 22:45:43 +02:00
redtide
2baeab7a59 Added website documentation. 2019-10-03 18:49:12 +02:00
redtide
a235b25338 Typo in .gitignore. 2019-10-03 18:48:25 +02:00
paulfd
b013e2ad08 Merge branch 'master' into develop 2019-09-29 03:28:04 +02:00
paulfd
50e20c0a33 Merge branch 'hotfix/issue-4' 2019-09-29 03:28:04 +02:00
paulfd
ae6f10650d Moved the empty span checks in the fill* functions 2019-09-29 03:27:58 +02:00
paulfd
b1638646ed The processing has to apply on the real buffer, not the delayed data one. 2019-09-29 03:27:32 +02:00
paulfd
ba0a8bb747 Merge branch 'master' into develop 2019-09-29 02:54:42 +02:00
paulfd
3efaeac351 Merge branch 'hotfix/issue-4' 2019-09-29 02:54:42 +02:00
paulfd
2923b8b4bb Cleaned up the delay calculation and actaully take it into account in the rendering step 2019-09-29 02:54:33 +02:00
paulfd
5531758a16 Merge branch 'master' into develop 2019-09-28 18:57:03 +02:00
paulfd
e22f0950dd Merge branch 'hotfix/protect-clear-function' 2019-09-28 18:57:03 +02:00
paulfd
d8e75c662b Protect the clear() function of the synth 2019-09-28 18:56:57 +02:00
paulfd
3a26ddb206 Merge branch 'master' into develop 2019-09-28 15:57:43 +02:00
paulfd
2e7b3e0cd7 Merge branch 'hotfix/file-switching' 2019-09-28 15:57:43 +02:00
paulfd
9f24c2636e Finer lock/unlock for the garbage collection mutex 2019-09-28 15:57:35 +02:00
paulfd
ebdf758713 Change the initialization order for threads and mutexes in FilePool 2019-09-28 15:57:19 +02:00
paulfd
c15def27cf Clean up the activation lists on clearing the synth 2019-09-28 15:57:03 +02:00
paulfd
ed47eae57f Merge branch 'master' into develop 2019-09-28 14:18:20 +02:00