Commit Graph

567 Commits

Author SHA1 Message Date
essej
26740c22f2 update version number 2022-04-26 17:59:51 -04:00
essej
774031a7a9 separated AAX from normal build so that pffft could be used instead for licensing purposes. prevent file position jump when changing prebuffering. eliminate unecessary fft size calculations 2022-04-26 17:58:45 -04:00
essej
cc80d951ea update changes for 1.5.3 2022-04-25 19:54:23 -04:00
essej
c02b557293 update version numbers to 1.5.3 2022-04-25 19:36:03 -04:00
essej
feec263875 fixed buffer overflow issue with large channel counts, found from au validation fail 2022-04-25 19:34:30 -04:00
essej
9d3d40bde7 update changes format 2022-04-25 16:25:13 -04:00
essej
a1fcbf8403 changes.md update 2022-04-24 19:26:49 -04:00
Jesse Chappell
3775fbca3c installer setup update 2022-04-24 19:25:13 -04:00
Jesse Chappell
430282766d got rid of uninstall item in menu 2022-04-24 19:12:56 -04:00
essej
006dc8636f updated small window size some more. jump sliders default to false on ios 2022-04-24 19:10:47 -04:00
Jesse Chappell
f0dce0dad1 update to windows installer setup 2022-04-24 18:38:42 -04:00
Jesse Chappell
f7320f2f75 fixed windows dist script issues 2022-04-24 18:13:16 -04:00
essej
42cf1d5c3f Increased maximum number of channels.
Added option (now default) to end recording automatically when chosen buffer size is reached.
 More extremely small window size tweaks.
2022-04-24 18:11:57 -04:00
essej
e6ef910410 new fftw3f prebuilt lib for mac with optimizations 2022-04-24 15:24:33 -04:00
essej
923e80372a juce: use passed in dir for file open browse in ios 2022-04-24 15:24:32 -04:00
Jesse Chappell
7a95ca9c82 rebuilt fftw3 and added required mingw libs to deps windows. 2022-04-24 15:21:51 -04:00
Jesse Chappell
740b1ab363 fixed windows installer issues 2022-04-22 10:29:43 -04:00
essej
91a0ad1935 update changes file again 2022-04-22 02:31:51 -04:00
essej
02ea3fcd46 update changes file 2022-04-22 02:11:31 -04:00
Jesse Chappell
1fd11aadf5 fixed windows release script issues 2022-04-22 01:52:09 -04:00
Jesse Chappell
e95780b1e9 replaced fftw3f.lib as test 2022-04-22 01:52:09 -04:00
essej
ecba250134 fixed rewind param 2022-04-22 01:51:33 -04:00
essej
b5dc1759b1 changed rewind to be a meta parameter to pass auval. update ios build number 2022-04-22 00:55:35 -04:00
essej
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
essej
26bd7513b7 fix passthrough while recording issue 2022-04-21 12:15:31 -04:00
essej
b1b8d98355 update linux build doc 2022-04-19 22:55:36 -04:00
essej
d268379442 update readme 2022-04-19 22:53:37 -04:00
essej
dd52422414 moved ios jucer to mobile subdir 2022-04-19 22:44:07 -04:00
Jesse Chappell
4770fd31f3 update fedora prereq script 2022-04-19 22:28:04 -04:00
Jesse Chappell
e1ca6b4d47 linux build script mod 2022-04-19 22:26:03 -04:00
Jesse Chappell
c6ffc776ea update to linux scripts 2022-04-19 22:02:50 -04:00
essej
a8dd5e649d add missing file 2022-04-19 22:02:09 -04:00
essej
8ae5a82c99 updated readmes and added linux build scripts 2022-04-19 18:35:48 -04:00
Jesse Chappell
b5492f2f60 fixes for cmake building on windows 2022-04-19 17:45:56 -04:00
essej
7e71997593 transitioned to cmake for desktop build 2022-04-19 16:30:36 -04:00
essej
a4922bd275 updated jucer projects to use juce in deps 2022-04-19 11:06:33 -04:00
essej
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
essej
63e175fee6 update verison number for mac 2022-04-18 16:08:16 -04:00
essej
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
essej
c37aab3dcc fixed scaling issue with VDSP fft impl 2022-04-18 11:46:04 -04:00
essej
97b982aa85 update build number 2022-04-16 11:28:38 -04:00
essej
ccf4f6b0a8 last minute color changes 2022-04-15 19:42:46 -04:00
Jesse Chappell
67d2bbb50d fixed compile issue on windows 2022-04-15 19:21:39 -04:00
Jesse Chappell
649d7c42e6 fixed windows jucer options 2022-04-15 19:15:07 -04:00
essej
3c313e4f50 fixed offline rendering bugs. more layout tweaks 2022-04-15 19:13:55 -04:00
essej
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
Jesse Chappell
681dc4de6b add missing file 2022-04-15 10:54:39 -04:00
essej
82bfca1198 updated dmg build script 2022-04-14 16:35:17 -04:00
Jesse Chappell
3ec2202c88 added windows build/release scripts 2022-04-14 16:31:54 -04:00
essej
60cada010f updated readme and added separate changes file 2022-04-14 10:36:21 -04:00