591 Commits

Author SHA1 Message Date
c4fc6ef30a Build with JUCE 7.0.2
Update build and changelog

Switch to docker runners

Fix the source path in build

Fix the release path in build

Use zipped artifacts

build: Install zip

build: Fix commands for the package step

build: Fix zip command

update a bit

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-07-05 09:43:52 +02:00
b6175e904a Revert "Update CMakeLists.txt (#26)" (#28)
This reverts commit b44fe4d13f.
2022-10-02 14:38:36 -04:00
b44fe4d13f Update CMakeLists.txt (#26)
* add cmake option to build CLAP plugin or not
eg: -DPAULXSTRETCH_ENABLE_CLAP=False
2022-10-02 14:37:13 -04:00
8ec191fdd7 build fixes for ios 2022-06-16 17:27:11 -04:00
3fe8379663 update changes, and linux uninstall 2022-06-16 13:27:25 -04:00
72cf3f5343 updated aax signing in script 2022-06-16 12:20:10 -04:00
1c0ace8a12 updated linux install.sh to install CLAP plugin in ~/.clap/ 2022-06-15 21:59:04 -04:00
2750006b6a updated readme 2022-06-15 16:40:35 -04:00
b5c61af33b added CLAP packaging for windows 2022-06-15 14:57:15 -04:00
2fe466ec8a added offline render to plugin version. fixed file chooser cancel issue 2022-06-15 14:54:49 -04:00
a76068c632 update mac release scripts for CLAP support 2022-06-15 13:42:01 -04:00
7279740b00 init state after new file load so that resampler has correct info 2022-06-15 13:34:33 -04:00
3e8f7f0b99 clap-juce-wrapper: adjusted version check for feature 2022-06-15 13:33:51 -04:00
7fe70ed89b git subrepo clone (merge) https://github.com/free-audio/clap-helpers.git deps/clap-juce-extensions/clap-libs/clap-helpers
subrepo:
  subdir:   "deps/clap-juce-extensions/clap-libs/clap-helpers"
  merged:   "2bb43c187"
upstream:
  origin:   "https://github.com/free-audio/clap-helpers.git"
  branch:   "main"
  commit:   "2bb43c187"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "2f68596"
2022-06-14 21:35:21 -04:00
8bbddf66e9 git subrepo clone (merge) https://github.com/free-audio/clap deps/clap-juce-extensions/clap-libs/clap
subrepo:
  subdir:   "deps/clap-juce-extensions/clap-libs/clap"
  merged:   "3189bdfaf"
upstream:
  origin:   "https://github.com/free-audio/clap"
  branch:   "main"
  commit:   "3189bdfaf"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "2f68596"
2022-06-14 21:34:50 -04:00
1b74370003 clap support cmake mods 2022-06-14 19:41:36 -04:00
bd701cb5f2 git subrepo clone https://github.com/free-audio/clap-juce-extensions deps/clap-juce-extensions
subrepo:
  subdir:   "deps/clap-juce-extensions"
  merged:   "6489846d0"
upstream:
  origin:   "https://github.com/free-audio/clap-juce-extensions"
  branch:   "main"
  commit:   "6489846d0"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "2f68596"
2022-06-14 19:24:15 -04:00
345d5a1d9f update paulxstretch.desktop with french name 2022-06-14 19:21:47 -04:00
dc3e2a99b3 stored record file format options in state 2022-06-14 19:18:08 -04:00
af5efd8b09 added output recording feature. moved settings to a separate popup panel instead of a menu 2022-06-14 19:11:57 -04:00
aff633ff39 juce: include utility for gcc12 compatibility 2022-06-12 13:41:39 -04:00
d1853ce072 juce: fixed compile issue for gcc 12 2022-05-26 12:25:16 -04:00
57b62141f5 add binaural beats to processing and UI 2022-04-27 22:52:40 -04:00
313de42d6c added AAX distribution exception to the license 2022-04-26 18:39:03 -04:00
26740c22f2 update version number 2022-04-26 17:59:51 -04:00
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
cc80d951ea update changes for 1.5.3 2022-04-25 19:54:23 -04:00
c02b557293 update version numbers to 1.5.3 2022-04-25 19:36:03 -04:00
feec263875 fixed buffer overflow issue with large channel counts, found from au validation fail 2022-04-25 19:34:30 -04:00
9d3d40bde7 update changes format 2022-04-25 16:25:13 -04:00
a1fcbf8403 changes.md update 2022-04-24 19:26:49 -04:00
3775fbca3c installer setup update 2022-04-24 19:25:13 -04:00
430282766d got rid of uninstall item in menu 2022-04-24 19:12:56 -04:00
006dc8636f updated small window size some more. jump sliders default to false on ios 2022-04-24 19:10:47 -04:00
f0dce0dad1 update to windows installer setup 2022-04-24 18:38:42 -04:00
f7320f2f75 fixed windows dist script issues 2022-04-24 18:13:16 -04:00
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
e6ef910410 new fftw3f prebuilt lib for mac with optimizations 2022-04-24 15:24:33 -04:00
923e80372a juce: use passed in dir for file open browse in ios 2022-04-24 15:24:32 -04:00
7a95ca9c82 rebuilt fftw3 and added required mingw libs to deps windows. 2022-04-24 15:21:51 -04:00
740b1ab363 fixed windows installer issues 2022-04-22 10:29:43 -04:00
91a0ad1935 update changes file again 2022-04-22 02:31:51 -04:00
02ea3fcd46 update changes file 2022-04-22 02:11:31 -04:00
1fd11aadf5 fixed windows release script issues 2022-04-22 01:52:09 -04:00
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