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
feec263875
fixed buffer overflow issue with large channel counts, found from au validation fail
2022-04-25 19:34:30 -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
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
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
a8dd5e649d
add missing file
2022-04-19 22:02:09 -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
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
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
Jesse Chappell
3ec2202c88
added windows build/release scripts
2022-04-14 16:31:54 -04:00
essej
b3414a292e
added button icons. layout fixes. increased buffering thread priority
2022-04-14 03:26:26 -04:00
essej
7404f827a7
layout fixes
2022-04-13 19:24:44 -04:00
essej
dd89d80959
lots of ios file related updates, now use URLs internally. icons added.
2022-04-13 13:48:09 -04:00
essej
e2178da076
do offline render regardless of pause state
2022-04-12 19:20:28 -04:00
essej
38cf79fec0
layout updates, other ios compatibility updates
2022-04-12 18:47:43 -04:00
essej
52d3326de6
added accelerate vdsp FFT support and use it on iOS
2022-04-12 18:46:50 -04:00
essej
300c89d2b2
ios file handling updates. restore editor window size. double-click group order toggles enabled.
2022-04-11 18:50:55 -04:00
essej
2084782a79
layout update supporting better dynamic resizing, lookandfeel update, ios support
2022-04-11 13:23:10 -04:00
essej
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
xenakios
86f1a8c594
Update About box and jucer project
2021-10-12 21:35:24 +03:00
xenakios
7d9ed352a1
Build fixes for Juce 6
2020-12-11 04:02:36 +02:00
xenakios
8bfd8557b7
Build fix for updated Juce
2020-03-26 01:32:39 +02:00
xenakios
942d8aa382
Compile fixes
2019-07-16 15:46:44 +03:00
xenakios
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
xenakios
288ab7a6bc
Render exact calculated output length. But release build isn't working...Sigh.
2019-03-29 23:27:08 +02:00
xenakios
727f0e19ec
Update stretch source parameters before prepareToPlay calls when offline rendering. However the beginning of the offline render still appears to use the wrong parameters.
2019-03-29 17:11:04 +02:00
xenakios
e4ab699c6b
Merge branch 'master' of https://bitbucket.org/xenakios/paulstretchplugin
2019-03-29 16:38:06 +02:00
xenakios
71c78bf4c3
Stand alone build offline render finally works a bit. Output duration is wrong.
2019-03-29 16:37:36 +02:00
xenakios
ba8b45f7f4
macOs build fix
2019-02-28 23:39:39 +02:00
xenakios
ae8a5e44c8
Remove dependency on modified Juce Component header
2019-02-28 16:53:40 +02:00
xenakios
33dae072ac
Draw technical info texts on waveform component
2019-02-28 16:44:14 +02:00
xenakios
27b014a6e7
Enabled showing the file source cached time ranges
2019-02-28 16:04:04 +02:00
xenakios
cfb8f4f303
up version text
2019-02-26 15:45:05 +02:00
xenakios
9b1d29bf3e
Store import file folder when changing the browser root
2019-02-19 20:28:13 +02:00
xenakios
7dfa485ed6
Let the customized file browser component own the look and feel
2019-02-19 20:25:24 +02:00
xenakios
c90f6c9022
Use older Juce look and feel for the file browser. Not looking too great but better than the current default look and feel...
2019-02-19 20:21:39 +02:00
xenakios
d065c2d305
Filebrowser tweaks
2019-02-12 15:21:47 +02:00
xenakios
21a0a6e8e0
Remove sonogram for now
2019-02-12 14:59:51 +02:00
xenakios
d4a2247679
Reverted Capture parameter to a normal parameter to again allow host MIDI learn etc. It is now instead ignored when saving the state tree. This may not fix the parameter being recalled when undoing in all hosts but this is the best that can be done with the plugin format limitations at this point.
2019-02-12 14:56:37 +02:00
xenakios
7f7259225f
Implement file browser as a separate component
2019-01-23 14:38:48 +02:00
xenakios
1a42192509
Implement file browser showing in separate method
2019-01-22 00:09:28 +02:00
xenakios
eef1f1a8e7
Defer creation of filebrowsercomponent. Seems to fix the crash in Reaper with release build.
2019-01-21 21:17:05 +02:00
xenakios
3ee6f44b16
Ditch the file open dialog in favor of an overlaid FileBrowserComponent. Should be much nicer to use anyway...
2019-01-21 19:25:27 +02:00