2fe466ec8a
added offline render to plugin version. fixed file chooser cancel issue
2022-06-15 14:54:49 -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
57b62141f5
add binaural beats to processing and UI
2022-04-27 22:52:40 -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
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
3c313e4f50
fixed offline rendering bugs. more layout tweaks
2022-04-15 19:13:55 -04:00
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
3ec2202c88
added windows build/release scripts
2022-04-14 16:31:54 -04:00
b3414a292e
added button icons. layout fixes. increased buffering thread priority
2022-04-14 03:26:26 -04:00
7404f827a7
layout fixes
2022-04-13 19:24:44 -04:00
dd89d80959
lots of ios file related updates, now use URLs internally. icons added.
2022-04-13 13:48:09 -04:00
38cf79fec0
layout updates, other ios compatibility updates
2022-04-12 18:47:43 -04:00
300c89d2b2
ios file handling updates. restore editor window size. double-click group order toggles enabled.
2022-04-11 18:50:55 -04:00
2084782a79
layout update supporting better dynamic resizing, lookandfeel update, ios support
2022-04-11 13:23:10 -04:00
7d9ed352a1
Build fixes for Juce 6
2020-12-11 04:02:36 +02:00
33dae072ac
Draw technical info texts on waveform component
2019-02-28 16:44:14 +02:00
27b014a6e7
Enabled showing the file source cached time ranges
2019-02-28 16:04:04 +02:00
7dfa485ed6
Let the customized file browser component own the look and feel
2019-02-19 20:25:24 +02:00
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
21a0a6e8e0
Remove sonogram for now
2019-02-12 14:59:51 +02:00
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
7f7259225f
Implement file browser as a separate component
2019-01-23 14:38:48 +02:00
1a42192509
Implement file browser showing in separate method
2019-01-22 00:09:28 +02:00
eef1f1a8e7
Defer creation of filebrowsercomponent. Seems to fix the crash in Reaper with release build.
2019-01-21 21:17:05 +02:00
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
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
57ac702c3f
Add JUCE DSP module to Projucer project. Added a sonogram view of the output audio.
2019-01-17 18:30:40 +02:00
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
b192c720d7
The Popupmenu doesn't need to be a member, which is a bit surprising...
2018-11-13 23:32:27 +02:00
93f011be28
Rename the menu member
2018-11-13 22:20:12 +02:00
6de7d3fd14
While probably not REALLY necessary, implemented the Settings popup menu as an async version
2018-11-13 22:18:05 +02:00
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
ce0f06ee03
Added keyboard handling and shortcut for import file
2018-10-07 14:29:50 +03:00
08d80338bd
Moved about dialog code to separate function
2018-10-07 14:13:53 +03:00
f487f8d4f2
More work on the AudioFilePreviewComponent, need to add samplerate conversions, volume control etc...
2018-09-26 19:19:10 +03:00
cabf6de7c3
Another attempt at getting the play cursor to update more often. Looks like getting somewhere with that but needs more work.
2018-09-13 13:47:19 +03:00
8d008e5d2e
Support resampled playrate changes for non stretched playback
2018-08-20 15:49:51 +03:00
d0f912ba1f
foo
2018-08-08 00:10:27 +03:00
251d030f75
foo
2018-06-29 20:53:34 +03:00
5c900ee9b6
Attempt to store and recall current GUI tab index but not working...
2018-06-29 15:13:49 +03:00
dae05fdccf
Added parameter components to FreeFilterComponent
2018-06-29 14:49:11 +03:00
2d6dce9572
Initial work to move the free filter parameter components to the free gilter tab page
2018-06-29 14:23:48 +03:00
24cac9b5c1
Change and add license texts to apply for GPL3
2018-06-04 22:04:53 +03:00
eb1c840fec
Init the thumbnailcache thread in the subclass
2018-05-18 21:19:07 +03:00
11e61f8cfd
Attempt to draw the points in the audio file where the FFTs are taken but of course it doesn't work like this because of the looping
2018-05-11 16:45:34 +03:00
5b64b8c779
Add rewind button
2018-05-09 14:02:22 +03:00
29bc7bd5ee
Initial work to implement offline render in stand alone build
2018-05-07 20:21:42 +03:00
fa2564f908
Added dedicated timer for perf meter component
2018-05-01 18:35:00 +03:00
60293c6a84
Calculate smoothed prebuffering available amount in the processor
2018-05-01 18:22:21 +03:00
d42971e09f
Added simple signal smoother class. Use that to smooth out the buffer amount component display.
2018-05-01 17:54:20 +03:00