Commit graph

  • 6ac440fe68 Update main page for current API redtide 2019-11-22 17:46:45 +01:00
  • 77c0f23369 Merge branch 'bugfix/voice-changes-2' into develop Paul Ferrand 2019-11-21 01:47:01 +01:00
  • 19171fae14 Corrected a bug when changing the number of voices where the voices were not completely prepped Paul Ferrand 2019-11-21 01:46:57 +01:00
  • e65ea37d7a Merge branch 'bugfix/voice-issues' into develop Paul Ferrand 2019-11-20 23:45:51 +01:00
  • 3e65c2ff9a Voices did not get created by default Paul Ferrand 2019-11-20 23:45:44 +01:00
  • 3810083d7f Merge branch 'feature/dynamic-voices' into develop Paul Ferrand 2019-11-20 22:35:58 +01:00
  • 2b9737bcfb Added a dynamic number of voices Paul Ferrand 2019-11-20 22:35:51 +01:00
  • 4d8032b354 Merge branch 'feature/volume-parameter' into develop Paul Ferrand 2019-11-20 22:15:34 +01:00
  • 12baccb0d8 Added a global volume to the synth Paul Ferrand 2019-11-20 22:13:56 +01:00
  • 48a4c94389 Merge branch 'bugfix/const_char_api' into develop Paul Ferrand 2019-11-20 00:30:39 +01:00
  • 24d460adff Move the file loading API to const char* Paul Ferrand 2019-11-20 00:30:33 +01:00
  • 2e6a9454be Merge branch 'develop' of https://github.com/sfztools/sfizz into develop Paul Ferrand 2019-11-19 01:21:22 +01:00
  • 5c7f6a3b46 Merge branch 'bugfix/install-target' into develop Paul Ferrand 2019-11-19 01:21:17 +01:00
  • 33a12be35a Corrected the CMakeLists to properly install the shared library Paul Ferrand 2019-11-19 01:21:08 +01:00
  • 43cee897b0 Adapt doxygen configuration to recent changes redtide 2019-11-18 00:22:06 +01:00
  • 23f5da1b1d Merge branch 'doxygen' of https://github.com/sfztools/sfizz into doxygen Paul Ferrand 2019-11-17 22:31:20 +01:00
  • 2f9e591100 Added doxygen build files. redtide 2019-10-10 00:28:06 +02:00
  • 5c1d9cc9d5 Merge branch 'feature/shared-lib' into develop Paul Ferrand 2019-11-17 22:22:58 +01:00
  • 7d1d88c9f0 Commented debugs Paul Ferrand 2019-11-17 21:46:37 +01:00
  • 0adf13100a Added comments to the header Paul Ferrand 2019-11-17 21:37:00 +01:00
  • d25328f482 Added dummy functions for pitchwheel, aftertouch and tempo Paul Ferrand 2019-11-17 20:29:39 +01:00
  • 0516bee5d8 Added the shared library bindings Paul Ferrand 2019-11-17 09:04:42 +01:00
  • ed474de713 Corrected a bug with getNumActiveVoices() Paul Ferrand 2019-11-17 00:41:24 +01:00
  • 508cdd729a Add a virtual dtor to the Parser to ensure proper deletion even with casts Paul Ferrand 2019-11-17 00:20:47 +01:00
  • 77c728f305 Added doxygen build files. redtide 2019-10-10 00:28:06 +02:00
  • 43133d94a4 Merge branch 'master' into develop redtide 2019-10-10 00:22:18 +02:00
  • 73a47a076b Moved documentation to gh-pages. redtide 2019-10-10 00:18:42 +02:00
  • ad6147eb12 Merge branch 'master' into develop redtide 2019-10-09 20:43:55 +02:00
  • 8a5d4134d6 Show useful information only in documentation page status. redtide 2019-10-05 12:25:09 +02:00
  • 16e94cc0c5 Updated documentation files. redtide 2019-10-05 11:39:20 +02:00
  • f2d1a2ced8 Updated documentation with opcode support status draft. redtide 2019-10-03 22:49:01 +02:00
  • 26c2093d77 Updated documentation stylesheet. redtide 2019-10-03 22:45:43 +02:00
  • 2baeab7a59 Added website documentation. redtide 2019-10-03 18:49:12 +02:00
  • a235b25338 Typo in .gitignore. redtide 2019-10-03 18:48:25 +02:00
  • b013e2ad08 Merge branch 'master' into develop paulfd 2019-09-29 03:28:04 +02:00
  • 50e20c0a33 Merge branch 'hotfix/issue-4' paulfd 2019-09-29 03:28:04 +02:00
  • ae6f10650d Moved the empty span checks in the fill* functions paulfd 2019-09-29 03:27:58 +02:00
  • b1638646ed The processing has to apply on the real buffer, not the delayed data one. paulfd 2019-09-29 03:27:32 +02:00
  • ba0a8bb747 Merge branch 'master' into develop paulfd 2019-09-29 02:54:42 +02:00
  • 3efaeac351 Merge branch 'hotfix/issue-4' paulfd 2019-09-29 02:54:42 +02:00
  • 2923b8b4bb Cleaned up the delay calculation and actaully take it into account in the rendering step paulfd 2019-09-29 02:54:33 +02:00
  • 5531758a16 Merge branch 'master' into develop paulfd 2019-09-28 18:57:03 +02:00
  • e22f0950dd Merge branch 'hotfix/protect-clear-function' paulfd 2019-09-28 18:57:03 +02:00
  • d8e75c662b Protect the clear() function of the synth paulfd 2019-09-28 18:52:22 +02:00
  • 3a26ddb206 Merge branch 'master' into develop paulfd 2019-09-28 15:57:43 +02:00
  • 2e7b3e0cd7 Merge branch 'hotfix/file-switching' paulfd 2019-09-28 15:57:43 +02:00
  • 9f24c2636e Finer lock/unlock for the garbage collection mutex paulfd 2019-09-28 15:57:35 +02:00
  • ebdf758713 Change the initialization order for threads and mutexes in FilePool paulfd 2019-09-28 15:57:19 +02:00
  • c15def27cf Clean up the activation lists on clearing the synth paulfd 2019-09-28 15:57:03 +02:00
  • ed47eae57f Merge branch 'master' into develop paulfd 2019-09-28 14:18:20 +02:00
  • 07e2513e52 Merge remote-tracking branch 'sfztools/master' paulfd 2019-09-28 14:18:02 +02:00
  • 97b6851042 Merge branch 'master' into develop paulfd 2019-09-28 14:17:40 +02:00
  • 7ecf43404d Merge branch 'hotfix/namespace-sfz' paulfd 2019-09-28 14:17:40 +02:00
  • a3d53b46cc Range was not in the namespace sfz paulfd 2019-09-28 14:17:34 +02:00
  • b946170b7b Merge branch 'master' into develop paulfd 2019-09-28 14:06:34 +02:00
  • f52d1d5fc5 Merge branch 'hotfix/atomic-guards-issue' paulfd 2019-09-28 14:06:34 +02:00
  • b2c8800b84 Added the atomic guards on other critical synth functions paulfd 2019-09-28 14:06:27 +02:00
  • e2473994c5
    Update README.md redtide 2019-09-26 01:27:07 +02:00
  • e1ddaa30df Merge remote-tracking branch 'origin/master' paulfd 2019-09-25 23:52:38 +02:00
  • 198b53c372 Moved everyone into the sfz namespace to avoid clashing when importing the lib paulfd 2019-09-25 23:48:52 +02:00
  • af237dc2f4 Added back the inline static for cpp >= 17 Paul Ferrand 2019-09-23 10:23:24 +02:00
  • a0b9e33ab0 Merge branch 'master' into develop paulfd 2019-09-25 23:50:45 +02:00
  • a63c3862bd Merge remote-tracking branch 'origin/master' paulfd 2019-09-25 23:50:14 +02:00
  • ca5726fe15 Merge branch 'master' into develop paulfd 2019-09-25 23:49:00 +02:00
  • c19b055085 Merge branch 'hotfix/namespaces' paulfd 2019-09-25 23:49:00 +02:00
  • d3280b5a29 Moved everyone into the sfz namespace to avoid clashing when importing the lib paulfd 2019-09-25 23:48:52 +02:00
  • 503d365869
    Added back the inline static for cpp >= 17 Paul Ferrand 2019-09-23 10:23:24 +02:00
  • 4abb6f8f90 Disabling Travis OSX builds temporarily. redtide 2019-09-22 19:11:48 +02:00
  • 841f1f3e4b Revert "Trying a terser way to express the minimum version" paulfd 2019-09-22 19:05:06 +02:00
  • 4fb8e407cb
    Trying a terser way to express the minimum version Paul Ferrand 2019-09-22 18:38:58 +02:00
  • eecd2c74ff
    Only set the CXX standard if not set previously Paul Ferrand 2019-09-22 18:10:25 +02:00
  • 80b35263db
    Removed the explicit standard from the cmake Paul Ferrand 2019-09-22 16:31:29 +02:00
  • cf2bce36f1
    Merge pull request #2 from paulfd/master Paul Ferrand 2019-09-22 16:13:49 +02:00
  • 977a09cc85 Merge branch 'master' into develop paulfd 2019-09-22 16:03:21 +02:00
  • 92ba5f6036 Merge branch 'hotfix/leak-detector-cpp14' paulfd 2019-09-22 16:03:21 +02:00
  • 3bf8a01b19 Removed the leak detector for cpp < 17 paulfd 2019-09-22 16:03:09 +02:00
  • af0c66764f Switch Travis builds to debug mode. redtide 2019-09-22 15:35:10 +02:00
  • 6bbcf6be5a Merge commits. redtide 2019-09-21 20:53:01 -06:00
  • ed47ae2a8b Fix Travis build: client build temporarily disabled. redtide 2019-09-21 20:47:29 -06:00
  • f3348aa112 Added a script to change the sample names in an existing file that assumes case-insensitivity. paulfd 2019-09-22 02:11:22 +02:00
  • b89bc24a98 Fix Travis OSX build (libsndfile). redtide 2019-09-22 01:20:53 +02:00
  • 39e1ce0c17 Fix Travis OSX build. redtide 2019-09-21 18:00:52 +02:00
  • 5cc036a78a Added github.com/DiscordHooks/travis-ci-discord-webhook. redtide 2019-09-21 17:43:01 +02:00
  • a838e0404b Fix Travis OSX build. redtide 2019-09-21 15:38:14 +02:00
  • d0f38587c8 Tracking Abseil's LTS paulfd 2019-09-21 15:13:59 +02:00
  • 83d6096645 Merge branch 'master' of https://github.com/sfztools/sfizz Paul Ferrand 2019-09-21 15:11:31 +02:00
  • 41d25d7586 ptrdiff does not exist on gcc 6.3 Paul Ferrand 2019-09-21 15:08:12 +02:00
  • 0dddeac439 Fix Travis OSX build. redtide 2019-09-21 14:58:49 +02:00
  • 4bd987ec57 Gitmodules track master Paul Ferrand 2019-09-21 14:36:58 +02:00
  • db0646b85d updated submodules paulfd 2019-09-21 14:23:31 +02:00
  • 7c1fc138e5 Added an external header library for filesystem that defaults to the standard library on cpp 17 and finished cleaning up the c++14 issues paulfd 2019-09-21 14:12:02 +02:00
  • 0eb960f028 Merge commit '105c459' into tentative-merge-cpp14 paulfd 2019-09-21 13:02:50 +02:00
  • 105c459a4a cleanups paulfd 2019-09-21 13:01:50 +02:00
  • 41010019e3 Cleanups paulfd 2019-09-21 11:16:23 +02:00
  • a6c5e1af5d Merge remote-tracking branch 'origin/cpp14' into cpp14 paulfd 2019-09-21 10:58:39 +02:00
  • a456256b00 Added a message for the static_assert paulfd 2019-09-21 10:57:21 +02:00
  • 6aa2937543 Final updates for c++14' paulfd 2019-09-21 10:48:28 +02:00
  • 5beecd4d2b Merge branch 'cpp14' of https://github.com/sfztools/sfizz into HEAD paulfd 2019-09-21 10:38:10 +02:00
  • 9612c6fe5e Updated submodules" paulfd 2019-09-21 10:36:01 +02:00
  • 48a02fb549 Cleaning up the filters' compilation errors paulfd 2019-09-20 23:35:25 +02:00