Commit Graph

547 Commits

Author SHA1 Message Date
e95780b1e9 replaced fftw3f.lib as test 2022-04-22 01:52:09 -04:00
ecba250134 fixed rewind param 2022-04-22 01:51:33 -04:00
b5dc1759b1 changed rewind to be a meta parameter to pass auval. update ios build number 2022-04-22 00:55:35 -04:00
c89c1558e3 Various items before 1.5.1
- fixed passthrough when capturing
 - added declicking fades when bypassing input passthrough, playback, and recording
 - layout tweaks for extra small windows
 - waveform scrollbar improvements, visible edge drag handles, and allows dragging from anywhere
 - minor visual tweaks
 - license header mods, and LICENSE file consolidation
2022-04-21 23:04:30 -04:00
26bd7513b7 fix passthrough while recording issue 2022-04-21 12:15:31 -04:00
b1b8d98355 update linux build doc 2022-04-19 22:55:36 -04:00
d268379442 update readme 2022-04-19 22:53:37 -04:00
dd52422414 moved ios jucer to mobile subdir 2022-04-19 22:44:07 -04:00
4770fd31f3 update fedora prereq script 2022-04-19 22:28:04 -04:00
e1ca6b4d47 linux build script mod 2022-04-19 22:26:03 -04:00
c6ffc776ea update to linux scripts 2022-04-19 22:02:50 -04:00
a8dd5e649d add missing file 2022-04-19 22:02:09 -04:00
8ae5a82c99 updated readmes and added linux build scripts 2022-04-19 18:35:48 -04:00
b5492f2f60 fixes for cmake building on windows 2022-04-19 17:45:56 -04:00
7e71997593 transitioned to cmake for desktop build 2022-04-19 16:30:36 -04:00
a4922bd275 updated jucer projects to use juce in deps 2022-04-19 11:06:33 -04:00
25bd5d8adb git subrepo clone --branch=sono6good https://github.com/essej/JUCE.git deps/juce
subrepo:
  subdir:   "deps/juce"
  merged:   "b13f9084e"
upstream:
  origin:   "https://github.com/essej/JUCE.git"
  branch:   "sono6good"
  commit:   "b13f9084e"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "2f68596"
2022-04-18 17:51:22 -04:00
63e175fee6 update verison number for mac 2022-04-18 16:08:16 -04:00
2e3a74e137 update free filter node selection and deletion to better support ios. add enable toggles for free filter and ratio in tabs. on ios shutdown audio when going to background and not doing anything. some layout fixes 2022-04-18 15:11:22 -04:00
c37aab3dcc fixed scaling issue with VDSP fft impl 2022-04-18 11:46:04 -04:00
97b982aa85 update build number 2022-04-16 11:28:38 -04:00
ccf4f6b0a8 last minute color changes 2022-04-15 19:42:46 -04:00
67d2bbb50d fixed compile issue on windows 2022-04-15 19:21:39 -04:00
649d7c42e6 fixed windows jucer options 2022-04-15 19:15:07 -04:00
3c313e4f50 fixed offline rendering bugs. more layout tweaks 2022-04-15 19:13:55 -04:00
3510b0ee6f updated small size layout issues. fixed offline render to actually work correctly based on the passed in parameters. 2022-04-15 14:29:23 -04:00
681dc4de6b add missing file 2022-04-15 10:54:39 -04:00
82bfca1198 updated dmg build script 2022-04-14 16:35:17 -04:00
3ec2202c88 added windows build/release scripts 2022-04-14 16:31:54 -04:00
60cada010f updated readme and added separate changes file 2022-04-14 10:36:21 -04:00
c747ca085c updated readme and added license files 2022-04-14 10:21:44 -04:00
1c100ced23 added mac release scripts 2022-04-14 10:06:10 -04:00
b3414a292e added button icons. layout fixes. increased buffering thread priority 2022-04-14 03:26:26 -04:00
7404f827a7 layout fixes 2022-04-13 19:24:44 -04:00
dd89d80959 lots of ios file related updates, now use URLs internally. icons added. 2022-04-13 13:48:09 -04:00
e2178da076 do offline render regardless of pause state 2022-04-12 19:20:28 -04:00
38cf79fec0 layout updates, other ios compatibility updates 2022-04-12 18:47:43 -04:00
52d3326de6 added accelerate vdsp FFT support and use it on iOS 2022-04-12 18:46:50 -04:00
300c89d2b2 ios file handling updates. restore editor window size. double-click group order toggles enabled. 2022-04-11 18:50:55 -04:00
2084782a79 layout update supporting better dynamic resizing, lookandfeel update, ios support 2022-04-11 13:23:10 -04:00
8c4a20ecd6 update to support juce 6.1. added mute audio while processing capture option. added a mac specific priority fix. use async popup menus and browsers where needed. 2022-04-02 12:45:02 -04:00
86f1a8c594 Update About box and jucer project 2021-10-12 21:35:24 +03:00
371355b375 Fix for Juce 6 modal loops. Should make the proper fixes at some point... 2021-07-12 17:14:27 +03:00
7d9ed352a1 Build fixes for Juce 6 2020-12-11 04:02:36 +02:00
8bfd8557b7 Build fix for updated Juce 2020-03-26 01:32:39 +02:00
434b6b5488 Added VS2019 build 2020-02-19 21:46:13 +02:00
d281c2fe4d jucer 2019-09-04 13:55:29 +03:00
2df73f0d74 Jucer project 2019-09-03 23:12:58 +03:00
942d8aa382 Compile fixes 2019-07-16 15:46:44 +03:00
b052ee7a10 Use raw buffer pointers instead of setSample. Note to self : remember to avoid using setSample and just use the damn array of pointers because setSample does the AudioBuffer flag setting and that can slow things down. 2019-05-15 22:54:12 +03:00