Commit graph

389 commits

Author SHA1 Message Date
Paul Ferrand
f3d2df8bc4 Move catch 2019-11-23 17:12:32 +01:00
Paul Ferrand
d5ea69cea1 Merge branch 'bugfix/const-v-error' into develop 2019-11-22 18:09:07 +01:00
Paul Ferrand
a5f37f709b Changed is_const_v to is_const 2019-11-22 18:08:43 +01:00
Paul Ferrand
d737a7a3ae Audiospan documentation 2019-11-22 17:58:08 +01:00
Paul Ferrand
93a363fef6 New benchmark version ; update the submodules 2019-11-22 17:57:52 +01:00
Paul Ferrand
be31ae664c Cosmetics 2019-11-22 17:57:33 +01:00
Paul Ferrand
9bc5e54b0b Merge branch 'bugfix/bm-is-rate' into develop 2019-11-22 17:55:08 +01:00
Paul Ferrand
c842930bab Corrected an error with the new version of benchmark 2019-11-22 17:53:06 +01:00
Paul Ferrand
cf201d8118 Merge branch 'develop' of https://github.com/sfztools/sfizz into develop 2019-11-22 17:52:15 +01:00
Paul Ferrand
87e07d4e28 Reorganize the SIMD functions to "hide" part of it in a subnamespace 2019-11-22 17:51:06 +01:00
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