Commit Graph

95 Commits (master)

Author SHA1 Message Date
Rachel Fae Fox (foxiepaws) 7aa71c5cc2 macOS/clang++ Porting work
- std=c++2a instead of c++20. QT Creator mkspec for mac requires this
- added missing headers in some places. likely other headers are missing
- expanded WITH_BOOST segments to include memory_resource stuff
- moved SVFilter template process() into header.
2022-03-31 03:22:59 -04:00
Zithia Satazaki b92dd4f3c5 get rid of ugly gcc diagnostic pragmas 2022-03-30 15:55:43 -04:00
Zithia Satazaki e845325178 bump shape range a bit 2022-03-29 02:21:24 -04:00
Zithia Satazaki 25b12be6ea use lerp for ringmod 2022-03-29 00:43:22 -04:00
Zithia Satazaki f969aa0d2e distortion effect 2022-03-29 00:42:12 -04:00
Zithia Satazaki 95c0af06be qstring multi-arg, connect/action context object, signal qualification 2022-03-28 17:13:33 -04:00
Zithia Satazaki 9b131e5322 nuke non-pod global static warnings (we're an executable) 2022-03-28 16:40:13 -04:00
Zithia Satazaki 7e495b5645 unionize note scratch 2022-03-27 20:44:04 -04:00
Zithia Satazaki e007063e92 shut up testsynth 2022-03-27 20:01:44 -04:00
zetaPRIME 2bfd06acf2 AM mode for ringmod effect 2022-03-25 08:15:25 -04:00
zetaPRIME a6032be6a9 knobGadget.setSize, autopan phase 2022-03-25 04:34:05 -04:00
zetaPRIME aa264a8065 use autoPercent for 2x03 2022-03-25 03:34:50 -04:00
zetaPRIME 369a7d979d switch cutoff to a Param 2022-03-25 02:25:14 -04:00
zetaPRIME be67e02004 port member name consistency 2022-03-23 18:47:37 -04:00
zetaPRIME 4cbde894c4 ringmod 2022-03-22 16:28:28 -04:00
zetaPRIME cf81f91a0b bpm relativity for auto pan (and consistency in delay) 2022-03-21 00:32:02 -04:00
zetaPRIME 5d9b39f84b auto pan effect~ 2022-03-20 19:27:25 -04:00
zetaPRIME df520dfd2d dc offset compensation for 2x03 2022-03-20 07:35:23 -04:00
zetaPRIME 33916acc65 fix QuickLevel artifacting 2022-03-20 06:29:56 -04:00
zetaPRIME dd6c9009a7 new syntax sugar for plugin registration 2022-03-20 06:14:42 -04:00
zetaPRIME e4475cbce0 ...why were those `gadget:` 2022-03-20 05:16:51 -04:00
zetaPRIME 987d22d332 correct svf cutoff var names 2022-03-20 04:56:02 -04:00
zetaPRIME 79b1d9239f KnobGadget: filter cutoff preset, boilerplate reduction macro :D 2022-03-20 04:49:19 -04:00
zetaPRIME 3eb25120ce actually never mind, fixed the underlying bugs (and made QuickLevel much more efficient in the process) 2022-03-20 03:09:33 -04:00
zetaPRIME 3137c5e699 hard_cast to fix type punning warnings 2022-03-19 21:19:03 -04:00
zetaPRIME e78cebfd77 substep for delay time (faster) 2022-03-19 03:45:23 -04:00
zetaPRIME 3af34095d2 stereo ping pong for delay 2022-03-19 03:21:04 -04:00
zetaPRIME fd81de5040 most of KnobGadget rework 2022-03-18 21:05:56 -04:00
zetaPRIME 4822ef1bb6 gain/balance presets in KnobGadget 2022-03-17 17:45:03 -04:00
zetaPRIME 401ee05aa4 clean up warnings in mixboard 2022-03-17 16:44:32 -04:00
zetaPRIME cf75f22403 stock text functions for KnobGadgets (the percentening) 2022-03-17 07:26:08 -04:00
zetaPRIME e5c664a5ad svf scaledResonance 2022-03-17 06:48:43 -04:00
zetaPRIME b8f9664f7c more correct SVF 2022-03-16 23:04:06 -04:00
zetaPRIME d960da0775 compact delay UI a bit 2022-03-16 03:49:32 -04:00
zetaPRIME f7212a222d wet-only output for delay 2022-03-16 03:42:13 -04:00
zetaPRIME 6fd5276aaf those don't need the constructor (only std::atomic) 2022-03-16 02:55:33 -04:00
zetaPRIME 18557d933b rework svf effect using nodelib object 2022-03-16 00:34:08 -04:00
zetaPRIME e1e4089b88 just hit svf with astyle 2022-03-15 20:32:45 -04:00
zetaPRIME d3521416f2 transpose gadget revamp 2022-03-10 21:09:40 -05:00
zetaPRIME 4cf9a61a56 idk 2022-03-08 18:55:18 -05:00
zetaPRIME d8d7fac590 slight opt for transpose (skip processing if offset=0) 2022-03-07 20:07:16 -05:00
zetaPRIME affb86d76a add gain to beatpad, layoutgadget panel flag, nodeuiscene improvements 2021-11-12 22:26:13 -05:00
zetaPRIME d0db5a6b4d missed one 2021-11-12 21:46:51 -05:00
zetaPRIME 6ee9a0db6b NodeObject::drawPanel 2021-11-12 04:29:23 -05:00
zetaPRIME 80c90451f3 quicklevel: thread safety (oops), don't run if no UI instance 2021-11-12 03:42:12 -05:00
zetaPRIME d4a12647d2 capital x looks better here 2021-11-11 15:04:31 -05:00
zetaPRIME 25408ba776 quicklevel polish 2021-11-11 14:26:48 -05:00
zetaPRIME b86452b1af level meter (need to make it less flashy though) 2021-11-11 07:18:40 -05:00
zetaPRIME 651daf5e4a capaxitor doesn't need the 97% filter 2021-11-11 01:53:09 -05:00
zetaPRIME 187b51d524 resampling early-out; capaxitor note kill on end; lut improvements 2021-11-11 01:51:42 -05:00