Commit Graph

129 Commits

Author SHA1 Message Date
Connor fe81ca33f7 fix links
i have no idea why they were broken
2017-03-14 03:27:25 -07:00
Connor Olding a18e08d182 update Eigen to 3.2.10 2016-11-07 17:32:18 -08:00
Connor Olding d071d19ca6 tweak various things for newer compilers 2016-11-07 17:25:53 -08:00
Connor Olding 1df52ef75f update Eigen to 3.2.9 2016-09-03 05:46:03 -07:00
Connor Olding d3a3d69d7e ...better safe than sorry 2015-12-10 11:36:08 -08:00
Connor Olding 4199bfa7dc align halfbands 2015-12-10 11:25:15 -08:00
Connor Olding 0713b0d02d fix vst memory corruption 2015-12-10 11:18:51 -08:00
Connor Olding 23528169c5 use plain FIR instead of max 2015-12-10 07:40:12 -08:00
Connor Olding 5ef106fc40 remove Windows build scripts
MSVC produces horribly slow code when paired with Eigen
2015-12-10 07:33:26 -08:00
Connor Olding 2db13e6fc2 Rework to use Eigen 2015-12-10 07:27:53 -08:00
Connor Olding fbf8ea3858 use native aligned malloc on windows 2015-12-09 17:04:11 -08:00
Connor Olding fad61c7c7d set up LADSPA building on windows 2015-12-07 04:54:47 -08:00
Connor Olding f414ccc404 make Dumber and vector_simple even 2015-12-06 10:38:32 -08:00
Connor Olding 398a72ef13 semi-working MSVC support
i gave up on gcc, it kept producing segfaults.
2015-12-06 09:49:12 -08:00
Connor Olding 156dcd2233 finally fix alignment issues 2015-12-05 00:33:09 -08:00
Connor Olding f5758537c7 add early prototype of leveller 2015-12-04 12:43:28 -08:00
Connor Olding 522b45a7f8 add missing code to eq_const 2015-12-04 12:16:32 -08:00
Connor Olding aa77c87c28 further tomfoolery 2015-06-10 23:57:19 -07:00
Connor Olding bc72410062 cygwin/msys fixes 2015-06-10 22:48:46 -07:00
Connor Olding fda31baa00 remove old param 2015-06-10 21:11:25 -07:00
Connor Olding 44d303cf95 please just work already 2015-06-10 20:48:07 -07:00
Connor Olding 3cc5467f5b dumb fixes 2015-06-08 15:27:16 -07:00
Connor Olding 2bd8ebb62c fix some references (it builds!) 2015-06-08 12:25:44 -07:00
Connor Olding 205ec7c035 partial g++ support (fails to link) 2015-06-08 12:09:35 -07:00
Connor Olding 94ee72662b rewrite delay_test (everything compiles now) 2015-06-08 12:01:26 -07:00
Connor Olding 5f6921bf5c rewrite noise 2015-06-08 11:44:06 -07:00
Connor Olding a945cabb4c rewrite tube 2015-06-08 11:37:10 -07:00
Connor Olding ca1203b90b rename and add forgotten file 2015-06-08 11:36:20 -07:00
Connor Olding 904b1e53ec fix and refactor 2015-06-08 11:06:11 -07:00
Connor Olding 0b2fe539ef fix segfault (rookie mistake) 2015-06-08 10:54:06 -07:00
Connor Olding 031b5a21e5 another rewrite (segfaults currently) 2015-06-08 01:14:48 -07:00
Connor Olding 7035102ab1 a couple more plugins 2015-06-07 21:28:39 -07:00
Connor Olding 67c23a98e8 update vst to use new classes
this compiles but it's untested
2015-06-07 20:56:06 -07:00
Connor Olding d590355896 eliminate plugin globals from ladspa
i don't know why this is valid,
but it is and it bloody works
2015-06-07 19:45:35 -07:00
Connor Olding 2ffb2902d9 add note about clang 2015-06-07 18:05:49 -07:00
Connor Olding 753fa8f963 rewrite a couple plugins as classes
ladspa template: rewrite; eliminate most preprocessor abuse
rewrite param type as class
2015-06-07 17:44:41 -07:00
Connor Olding 677040782b work out some defines; refactor 2015-06-07 15:27:40 -07:00
Connor Olding fbea39cfa6 clean up bench a little 2015-06-07 13:22:26 -07:00
Connor Olding dfd81b055b begin work on class-based plugins
ladspa/crap_eq is working, seemingly.
2015-06-07 13:18:59 -07:00
Connor Olding 79ffa24c08 consistency 2015-06-06 23:03:04 -07:00
Connor Olding e7ca27ca55 obsolete file 2015-06-06 22:59:50 -07:00
Connor Olding bbbfa7690c move -ladspa/-vst suffixes to directory prefixes 2015-06-06 20:19:58 -07:00
Connor Olding 9aa9fb8e3a bump 2015-06-06 19:41:23 -07:00
Connor Olding 5b82fcfac3 it works! 2015-06-06 19:31:38 -07:00
Connor Olding 7bcf6c40d2 fix alignment 2015-06-06 16:50:19 -07:00
Connor Olding e2b74d736c rework crap_tube to use templates
i'm so sorry
2015-06-06 16:45:09 -07:00
Connor Olding ad4551af16 use templates for process functions
there's some duplication across the biquad plugins
but this can be resolved later
2015-06-06 11:27:35 -07:00
Connor Olding 39e385f1f9 beginning conversion to sepples 2015-06-06 10:42:14 -07:00
Connor 42c23a95d5 Update README.md 2015-06-04 09:58:15 -07:00
Connor Olding ec0fcf908c moog filter 2015-06-03 09:35:22 -07:00