Commit Graph

217 Commits

Author SHA1 Message Date
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
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
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
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
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
8bfd8557b7 Build fix for updated Juce 2020-03-26 01:32:39 +02: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
71c78bf4c3 Stand alone build offline render finally works a bit. Output duration is wrong. 2019-03-29 16:37:36 +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
409c053057 Trying to fix a problem with the file import dialog. The dialog is not actually modal, so it's possible to close the plugin GUI or delete the plugin while the dialog is still open. No complete fix yet and the dialog opened by launchAsync has the ancient GUI style on Windows...Big SIGH. 2019-01-21 16:10:17 +02:00
xenakios
0dd0fb962e Try smaller render buffer size, didn't help 2019-01-20 21:45:43 +02:00
xenakios
cf85f992c8 Something seriously wrong in the offline rendering... 2019-01-20 20:21:29 +02:00
xenakios
b0c8388b6b Work on offline render stuff 2019-01-20 15:24:30 +02:00
xenakios
467b9ed904 foo 2019-01-17 20:03:52 +02:00
xenakios
2ac85fac1f Added ADSR envelope 2019-01-17 19:47:56 +02:00
xenakios
aa740528f5 More correct note handling logic 2019-01-17 19:35:11 +02:00
xenakios
cf3c26989e Very preliminary tests to allow reacting to incoming MIDI notes 2019-01-17 19:26:41 +02:00
xenakios
57ac702c3f Add JUCE DSP module to Projucer project. Added a sonogram view of the output audio. 2019-01-17 18:30:40 +02:00
xenakios
23d63c8827 Removed the phase freeze processing for now. 2019-01-17 15:23:01 +02:00
xenakios
36052698e9 Readme. Initial work to allow choosing captured audio save location. 2018-12-19 15:25:52 +02:00
xenakios
e6a614c5f5 Made saving captured audio optional. While it probably will never take a long time to save the buffer, show the capture saving is active in the info label 2018-12-19 15:16:30 +02:00
xenakios
e5af6e1da1 Attempt adding control of refresh rate of random phases but some problem getting the plugin parameter to work 2018-11-15 20:14:56 +02:00
xenakios
605852d853 Use enum for spectral processing module type 2018-11-11 14:06:18 +02:00
xenakios
b5a106f0b0 Use plugin settings file directory for captures. Use Juce ThreadPool instead of detached std::thread for the capture saving task. 2018-11-08 22:48:06 +02:00
xenakios
0d230ac974 Save capture files to user documents directory 2018-11-08 22:18:50 +02:00
xenakios
bcc3290582 Rename capture enabled parameter constant. Implemented incredibly nasty hack to prevent hosts like Reaper from enabling the capture when recalling undo states. Even this doesn't fully work, additional undo history states are still added, but at least it looks like the capture enabled state won't be recalled... 2018-11-08 21:48:51 +02:00
xenakios
1e9ec7ffd3 Simplify capture saving logic a bit 2018-11-08 20:48:15 +02:00
xenakios
8405ddf2a5 Initial implementation to save buffer after capturing audio. Still need to figure out a proper way to determine the file path where to save to. 2018-11-08 20:22:26 +02:00
xenakios
9ba940d55f Add const 2018-10-15 19:21:11 +03:00
xenakios
0c04922f1f Remove comments. Test nodiscard. 2018-10-15 18:31:56 +03:00
xenakios
f487f8d4f2 More work on the AudioFilePreviewComponent, need to add samplerate conversions, volume control etc... 2018-09-26 19:19:10 +03:00
xenakios
618032f24e foo 2018-09-20 01:20:07 +03:00
xenakios
eace6f6d53 Playcursor tweaks but still wonky 2018-09-13 14:04:56 +03:00
xenakios
fb710e0ec7 Mute output audio if abnormal sample values detected 2018-08-21 12:17:34 +03:00
xenakios
e7695e28f3 Proper mapping for dry playrate parameter 2018-08-21 11:49:28 +03:00
xenakios
8d008e5d2e Support resampled playrate changes for non stretched playback 2018-08-20 15:49:51 +03:00
xenakios
d0f912ba1f foo 2018-08-08 00:10:27 +03:00
xenakios
f67d8cc319 Fetch parameter value differently 2018-07-13 21:04:30 +03:00
xenakios
c1901c0528 Rewriting of the offline rendering code 2018-07-09 20:21:06 +03:00
xenakios
5c900ee9b6 Attempt to store and recall current GUI tab index but not working... 2018-06-29 15:13:49 +03:00
xenakios
4f203de39a Civilized code doesn't use global variables accessed via extern 2018-06-27 13:44:36 +03:00
xenakios
1b4c75df0a Added duplicate method for breakpoint envelope. NOTE : the copy is not fully implemented yet. Get free filter envelope duplicate for use with offline rendering. 2018-06-05 21:40:03 +03:00