Commit Graph

115 Commits

Author SHA1 Message Date
essej
af5efd8b09 added output recording feature. moved settings to a separate popup panel instead of a menu 2022-06-14 19:11:57 -04:00
essej
57b62141f5 add binaural beats to processing and UI 2022-04-27 22:52:40 -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
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
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
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
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
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
71c78bf4c3 Stand alone build offline render finally works a bit. Output duration is wrong. 2019-03-29 16:37:36 +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
b0c8388b6b Work on offline render stuff 2019-01-20 15:24:30 +02:00
xenakios
0df28fa3d6 Disable MIDI note control for now! 2019-01-17 22:15:46 +02:00
xenakios
2ac85fac1f Added ADSR envelope 2019-01-17 19:47:56 +02:00
xenakios
cf3c26989e Very preliminary tests to allow reacting to incoming MIDI notes 2019-01-17 19:26:41 +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
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
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
f487f8d4f2 More work on the AudioFilePreviewComponent, need to add samplerate conversions, volume control etc... 2018-09-26 19:19:10 +03:00
xenakios
8d008e5d2e Support resampled playrate changes for non stretched playback 2018-08-20 15:49:51 +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
c010a4d48f Keep track of captured length and set sound play range when stopped according to that 2018-06-05 21:11:17 +03:00
xenakios
24cac9b5c1 Change and add license texts to apply for GPL3 2018-06-04 22:04:53 +03:00
xenakios
c5e4f78d0f Add option to mute audio when capturing 2018-06-01 16:31:31 +03:00
xenakios
db7a15d161 Made rewind a parameter. Attempts to fix the time range not being recalled properly in hosts because the time range parameters may be quickly changed when the plugin is initializing and doing the sound source smoothing fades. etc 2018-05-18 16:20:51 +03:00
xenakios
28f14ddf7a Add looping enabled parameter 2018-05-09 12:33:06 +03:00
xenakios
60293c6a84 Calculate smoothed prebuffering available amount in the processor 2018-05-01 18:22:21 +03:00
xenakios
c8f865dd4a Almost getting there but some still is still messed up... 2018-04-26 23:07:08 +03:00
xenakios
cf27d43705 Clean up extra opcode stuff 2018-04-26 14:01:46 +03:00
xenakios
2d493d6d81 Add support for some custom VST opcodes 2018-04-25 15:25:29 +03:00
xenakios
d294ff7171 Some useless testing with 64 bit floating point stuff 2018-04-17 23:39:26 +03:00
xenakios
08398392ca Implement more ratiomixer parameters etc 2018-04-03 18:32:53 +03:00
xenakios
bca5cc5dcf Clean up the non working VST manufacturer specific stuff 2018-03-26 19:31:23 +03:00
xenakios
52ebb38415 Attempt to provide extra data for a special host, not working like this 2018-03-24 01:01:40 +02:00
xenakios
a16da5e445 foo 2018-03-16 20:41:44 +02:00
xenakios
7fe4ea982e Remove the spectral module selection and move parameters. Initial attempt to implement the module enabled parameters. Might need to redesign this a bit... 2018-03-06 13:44:36 +02:00
xenakios
4f148a322d blah 2018-03-03 23:06:06 +02:00