Commit graph

299 commits

Author SHA1 Message Date
Paul Ferrand
25f492c2d8 All parameters are in the vector now
and we store the positions for possible
future checks
2020-02-04 21:45:12 +01:00
Paul Ferrand
a87f1c9907 Change the variable names
for clearer ones
2020-02-04 18:18:06 +01:00
Paul Ferrand
498e163812 Remove charconv dependency 2020-02-04 18:16:41 +01:00
Paul Fd
09479091d8 Parse the back parameter and additional ones for opcodes 2020-02-04 10:23:35 +01:00
Jean Pierre Cimalando
053f503770 Update ghc::filesystem, eliminating the warnings 2020-02-03 16:09:16 +01:00
Paul Ferrand
ddb47f163d
Merge pull request #38 from jpcima/ci-with-mingw
Travis build with MinGW (better)
2020-02-03 12:18:13 +01:00
Paul Ferrand
b9d2136740
Merge pull request #32 from jpcima/filters
Filters
2020-02-03 12:17:13 +01:00
Paul Fd
fa6bae879c Use a SIMD helper for copying 2020-02-03 01:14:36 +01:00
Paul Fd
a05717d100 Return early in the SIMD helpers if no copy is needed 2020-02-03 01:13:27 +01:00
Paul Fd
d7d8bca02f Moved the filterControlInterval to the global config namespace 2020-02-03 00:55:50 +01:00
Jean Pierre Cimalando
19de6edd52 Suppress another warning 2020-02-02 21:54:02 +01:00
Jean Pierre Cimalando
49c6390875 Suppress a windows warning 2020-02-02 21:30:26 +01:00
Jean Pierre Cimalando
9c321af37b Fixes to allow building on GCC 5.3.1 2020-02-01 16:12:44 +01:00
Jean Pierre Cimalando
05608108fc Check for existence of libatomic, some Linux don't have it 2020-02-01 16:11:11 +01:00
Jean Pierre Cimalando
4f6091a7e2 Do not generate instruction "yield" on older ARM than v6 2020-02-01 16:10:25 +01:00
Jean Pierre Cimalando
d4abf9bedb Allow it to build on 32-bit 2020-01-31 18:58:35 +01:00
Jean Pierre Cimalando
e6d25114a6 Make the build sytem MinGW-compatible 2020-01-31 18:25:51 +01:00
Jean Pierre Cimalando
47ae59251b Silence some warnings emitted from the generated code 2020-01-30 20:38:48 +01:00
Jean Pierre Cimalando
ba969158ed Add the generated source of faust filters 2020-01-30 20:38:48 +01:00
Jean Pierre Cimalando
ac4dfff729 Add the multi-mode filter, mono and stereo 2020-01-30 20:38:35 +01:00
Paul Ferrand
c14fc91557 Set the absl libraries to public for the Parser target 2020-01-30 10:09:21 +01:00
Paul Ferrand
a364616c26 Added a different default for vel2release 2020-01-30 08:16:26 +01:00
Paul Ferrand
ef477dca90 Correcting windows builds 2020-01-28 21:42:15 +01:00
Paul Ferrand
603b3049bf Change the looping logic
The outer loop point is now taken into account
2020-01-27 09:45:43 +01:00
Paul Ferrand
916e269bf6 Careful with outer loop points and endings 2020-01-27 09:43:52 +01:00
Paul Ferrand
97870c2989 Disable the SSE interpolation routine 2020-01-27 09:43:30 +01:00
Paul Ferrand
bb5ee8ac00 Added a separate global volume default 2020-01-26 23:26:07 +01:00
Paul Ferrand
037a2cec5b Set the loopend to the sample end by default 2020-01-26 23:10:53 +01:00
Paul Ferrand
0bcd09a761 Set default volume to 0 2020-01-26 23:10:31 +01:00
Paul Ferrand
0906fe98d4 Added a small default release time 2020-01-26 21:54:50 +01:00
Paul Ferrand
15e5212cfc
Added back the WIN32 switch 2020-01-26 21:15:20 +01:00
Jean Pierre Cimalando
06755812db Mechanism for case-sensitivity on Unix-style OS, integration code by @paulfd 2020-01-26 20:38:59 +01:00
Paul Ferrand
fe6cc016d7 Updated the doc and c++ api 2020-01-26 11:20:11 +01:00
Paul Ferrand
3abb63639b Less verbose license text 2020-01-25 13:13:07 +01:00
Paul Ferrand
8528fbaafe Raspberry work 2020-01-25 12:41:45 +01:00
Paul Ferrand
56be9c8b7c Updated licenses and copyright date 2020-01-25 10:13:33 +01:00
Paul Ferrand
cb396ba7a6 NOOP - whitespace 2020-01-24 11:15:11 +01:00
Paul Ferrand
d91238af4c Link atomic with only the active libraries 2020-01-24 10:30:31 +01:00
redtide
4b116e8cb9 Added shared library versioning 2020-01-24 00:43:24 +01:00
Paul Ferrand
8ab993b60a Corrected the install dir for the package config files 2020-01-23 22:34:24 +01:00
Paul Ferrand
aef8352cfc Added a C++ opaque API for the shared lib 2020-01-23 22:17:06 +01:00
Paul Ferrand
864fe57c54 Make it so you cannot add events too "early" in the block 2020-01-20 19:13:40 +01:00
Paul Ferrand
bc567c5e7b Added a recursive max function 2020-01-20 19:09:40 +01:00
Paul Ferrand
65f172a02e Do a pseudo merge of events in the envelopes 2020-01-20 19:09:31 +01:00
Paul Ferrand
f66aedfc4f Added pitch wheel region activation 2020-01-20 07:07:41 +01:00
Paul Ferrand
53b702d07e Disable logging by default 2020-01-19 19:02:06 +01:00
Paul Ferrand
f68328c826 LTO errors with clang 2020-01-19 09:51:43 +01:00
Paul Ferrand
bcabf28854 dllexport for msvc 2020-01-19 09:38:59 +01:00
Paul Ferrand
95813e0f4e Removed sfizz_objects since we basically have to repeat everything anyway... 2020-01-19 07:43:20 +01:00
Paul Ferrand
7ded63e449 Corrected the target name for sfizz_static 2020-01-19 07:43:20 +01:00