Commit Graph

336 Commits (master)

Author SHA1 Message Date
zetaPRIME 1ebc8f04c5 audio settings backend 2022-03-21 18:28:01 -04:00
zetaPRIME c6e22d3521 slight tweaks to knob wheel flow 2022-03-21 15:54:32 -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 7abccd7a38 these should probably be QStringLiterals 2022-03-20 18:58:48 -04:00
zetaPRIME 5dca500640 generic percentage knob preset 2022-03-20 18:46:24 -04:00
zetaPRIME 3caf08c3db clazy cleanup 2022-03-20 15:34:32 -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 0008997fe7 move config default vars into a single file for cleanliness 2022-03-20 03:34:26 -04:00
zetaPRIME dc042ae1ac cleaning this file up a bit while I'm in here 2022-03-20 03:20:06 -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 7f471bf5ce quick fix for incomplete drawing wonk 2022-03-20 02:26:06 -04:00
zetaPRIME b1c8377db5 force at least 1hz cutoff in svfilter so it doesn't bias 2022-03-20 01:43:42 -04:00
zetaPRIME 3137c5e699 hard_cast to fix type punning warnings 2022-03-19 21:19:03 -04:00
zetaPRIME 4db24fb188 make things a bit more "correct" I guess 2022-03-19 18:20:05 -04:00
zetaPRIME 58826188c6 clean up flailing 2022-03-19 16:43:31 -04:00
zetaPRIME 6fcc6db4e6 nonfunctional flailing 2022-03-19 16:25:31 -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 3af05f2cc3 d'oh 2022-03-19 02:09:29 -04:00
zetaPRIME 1a6f85e0fa trying something 2022-03-19 02:09:01 -04:00
zetaPRIME a3be1bded0 vertical knob option exists 2022-03-19 00:58:45 -04:00
zetaPRIME 0f3da1f094 beginning of settings dialog 2022-03-18 22:59:50 -04:00
zetaPRIME b4b9918c7d wheel accumulator (smooth wheel support) 2022-03-18 21:41:59 -04:00
zetaPRIME 7b566929a2 initial scrollwheel functionality, simplified position tracking slightly 2022-03-18 21:29:21 -04:00
zetaPRIME fd81de5040 most of KnobGadget rework 2022-03-18 21:05:56 -04:00
zetaPRIME 930992025d trying horizontal drag for knobs 2022-03-18 02:45:46 -04:00
zetaPRIME bf793d20fd AudioFrame.clamp, SVFilter.normalize 2022-03-17 19:23:21 -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 d360074e81 reorder node categories 2022-03-16 04:43:20 -04:00
zetaPRIME 7e1e80eaea shut up -Wclass-memaccess 2022-03-16 04:36:50 -04:00
zetaPRIME e39f8603f6 nuke some warnings 2022-03-16 04:32:35 -04:00
zetaPRIME a2a643a80c list command ports before audio for less annoying instrument placement 2022-03-16 04:27:06 -04:00
zetaPRIME a9cbd629dc give patchboard keyboard focus back on project load if it had it before 2022-03-16 04:13:18 -04:00
zetaPRIME 19a82764cc use std:: math funcs in svf (mostly code style) 2022-03-16 04:03:47 -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 31b13ad3f1 bit of sugar 2022-03-16 03:02:24 -04:00
zetaPRIME 6fd5276aaf those don't need the constructor (only std::atomic) 2022-03-16 02:55:33 -04:00
zetaPRIME 0551c4f7e7 this at least sounds more accurate? 2022-03-16 02:20:35 -04:00
zetaPRIME 18557d933b rework svf effect using nodelib object 2022-03-16 00:34:08 -04:00