Commit Graph

336 Commits (master)

Author SHA1 Message Date
zetaPRIME ec94dce150 file dialog improvements (bigger starting size) 2021-11-11 04:44:28 -05:00
zetaPRIME eb40b74234 fix accidental level wrap; compensate for amplitude loss 2021-11-11 02:09:52 -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
zetaPRIME d4aa622fa6 sample base note support 2021-11-11 00:47:37 -05:00
zetaPRIME 14af2ffeb7 16-level LUT, now sounds better than modplug at high frequencies 2021-11-10 23:26:54 -05:00
zetaPRIME 60df49db69 innovative™️ dual-LUT system. because it sounds better for some reason. 2021-11-10 22:46:52 -05:00
zetaPRIME a78d41b134 old one was less artifacty; convert beatpad to new sample func 2021-11-10 18:38:33 -05:00
zetaPRIME 4c6c135617 rewrite lut generation to be a bit more correct; fix looping 2021-11-10 16:57:00 -05:00
zetaPRIME 72b5eb3b53 fix sample info overwrite; show loop points on preview 2021-11-10 02:42:13 -05:00
zetaPRIME 39f5966c0f sample looping! 2021-11-10 02:13:51 -05:00
zetaPRIME b57974e066 adsr; fix dumb aliasing 2021-11-09 20:36:18 -05:00
zetaPRIME 26a2bf4e82 beginning of Capaxitor, simple lead sampler 2021-11-09 19:56:01 -05:00
zetaPRIME 82bb4e48e1 switch cyl_bessel_i defines to using statements 2021-11-09 16:27:27 -05:00
zetaPRIME 84a2f2441d fix build 2020-07-31 17:16:48 -04:00
zetaPRIME d101975d5d clean up deprecated flags 2020-02-20 04:09:49 -05:00
zetaPRIME ac2e81ab10 Merge branch 'master' of https://git.foxiepa.ws/foxiepaws/xybrid 2020-02-20 03:58:36 -05:00
Rachel Fae Fox (foxiepaws) 0390f473ac syncing old out of data stuff 2020-02-20 03:55:29 -05:00
Rachel Fae Fox (foxiepaws) 334fafe354 deleted unneeded helper 2020-02-20 03:54:08 -05:00
Rachel Fae Fox (foxiepaws) 4e9d606d3c State Variable Filter that works kinda? 2019-11-02 01:43:10 -04:00
zetaPRIME 1b8eeffbcf default pan command for InstrumentCore 2019-07-23 07:52:56 -04:00
Rachel Fae Fox (foxiepaws) bc10f29204 Objective C sources for only macos should only be added to build under OSX
- moved to macos build config
- made jenkinsfile build much faster.
2019-07-22 12:03:39 -04:00
Rachel Fae Fox (foxiepaws) 662d12b79b remove unneeded option being added.
I misread my compile outputs and didn't see that gnu++17 was already specified under an alias
also i used the completely wrong standard name.
2019-07-22 11:57:44 -04:00
Rachel Fae Fox (foxiepaws) 87e3fa887e freebsd-clang fix (see extended)
Under FreeBSD, and possiblily other clang libcxx based platforms, it seems
that you can't just do constexpr std:array ... but instead actually have to
specify more like constexpr std:array<QString,3>.
2019-07-22 11:40:42 -04:00
Rachel Fae Fox (foxiepaws) f3e48ade3c Added -std to freebsd-clang 2019-07-22 10:55:20 -04:00
Rachel Fae Fox (foxiepaws) 3ef8f61c4d Merge branch 'Jenkins' of https://git.foxiepa.ws/foxiepaws/xybrid into portability/clang 2019-07-22 10:37:58 -04:00
Rachel Fae Fox (foxiepaws) 9460490bce freebsd-clang added to qmake project 2019-07-22 10:34:51 -04:00
Rachel Fae Fox (foxiepaws) 69215761d9 Merge branch 'portability/macos' of https://git.foxiepa.ws/foxiepaws/xybrid into portability/clang 2019-07-22 10:30:09 -04:00
Rachel Fae Fox 5e2b0ea970 update to newer qmake removed need 2019-07-22 10:25:54 -04:00
Rachel Fae Fox 0fe9261d1d cd xybrid. 2019-07-22 10:14:45 -04:00
Rachel Fae Fox bd6041d1e2 qmakespec? 2019-07-22 10:14:11 -04:00
Rachel Fae Fox 138600bf36 Checking pwd 2019-07-22 10:07:10 -04:00
Rachel Fae Fox 30cd64d942 its qmake not build 2019-07-22 10:05:02 -04:00
Rachel Fae Fox dfbd976ef1 don't freak out if the makefile isn't there. 2019-07-22 09:50:33 -04:00
Rachel Fae Fox (foxiepaws) 069f2971ce fix jenkinsfile 2019-07-22 09:49:07 -04:00
Rachel Fae Fox (foxiepaws) 55b71f449f Add Jenkinsfile that i hope is good enough 2019-07-22 09:37:05 -04:00
Rachel Fae Fox (foxiepaws) 713d952cef LIBS += framework foundation 2019-07-22 09:21:23 -04:00
Rachel Fae Fox (foxiepaws) a95df29d8f fixing drag/drop 2019-07-22 09:19:46 -04:00
zetaPRIME b1449ebcf6 attempt to speed up pattern switching 2019-07-22 03:26:39 -04:00
zetaPRIME 43f6374fc2 Merge branch 'portability/macos' of https://git.foxiepa.ws/foxiepaws/xybrid
macOS compatibility fixes
2019-07-21 19:21:10 -04:00
zetaPRIME ffc7be1783 reimplement sample import using ffmpeg 2019-07-21 16:54:39 -04:00
zetaPRIME 3d678c173b bump up delay time fine tuning 2019-07-21 04:19:23 -04:00
zetaPRIME 914f987487 fix fold indicators 2019-07-21 04:13:16 -04:00
zetaPRIME b380959241 fix remaining off-by-ones in the pattern editor 2019-07-21 02:33:07 -04:00
zetaPRIME 24b7c72ef9 waveform and mod dial for THiCC 2019-07-20 20:24:13 -04:00
zetaPRIME 7af2ec5034 separate extension filters for audio import/export 2019-07-20 15:28:04 -04:00
zetaPRIME 70da8cefd6 pick your export filename; better file save defaults 2019-07-20 15:25:35 -04:00
zetaPRIME 8f55ef577b shade outside pattern 2019-07-20 01:14:45 -04:00
zetaPRIME b65ce423a7 follow cursor, spacer rows, shade rows within fold 2019-07-20 01:09:59 -04:00
zetaPRIME 707a6169a2 use VBR V0 for mp3 export 2019-07-19 18:50:04 -04:00