xenakios
|
9b1d29bf3e
|
Store import file folder when changing the browser root
|
6 years ago |
xenakios
|
7dfa485ed6
|
Let the customized file browser component own the look and feel
|
6 years ago |
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...
|
6 years ago |
xenakios
|
d065c2d305
|
Filebrowser tweaks
|
6 years ago |
xenakios
|
21a0a6e8e0
|
Remove sonogram for now
|
6 years ago |
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.
|
6 years ago |
xenakios
|
7f7259225f
|
Implement file browser as a separate component
|
6 years ago |
xenakios
|
1a42192509
|
Implement file browser showing in separate method
|
6 years ago |
xenakios
|
eef1f1a8e7
|
Defer creation of filebrowsercomponent. Seems to fix the crash in Reaper with release build.
|
6 years ago |
xenakios
|
3ee6f44b16
|
Ditch the file open dialog in favor of an overlaid FileBrowserComponent. Should be much nicer to use anyway...
|
6 years ago |
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.
|
6 years ago |
xenakios
|
57ac702c3f
|
Add JUCE DSP module to Projucer project. Added a sonogram view of the output audio.
|
6 years ago |
xenakios
|
13e39ca30c
|
Add Steinberg required text in About dialog and update Xenakios copyright year.
|
6 years ago |
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
|
6 years ago |
xenakios
|
6a9f9cb1e9
|
Regain focus after file dialog
|
6 years ago |
xenakios
|
bcf05cb8c2
|
Tweak for keyboard handling
|
6 years ago |
xenakios
|
b192c720d7
|
The Popupmenu doesn't need to be a member, which is a bit surprising...
|
6 years ago |
xenakios
|
7c0c5ae325
|
The separate callback class wasn't needed...
|
6 years ago |
xenakios
|
0822415ae4
|
foo
|
6 years ago |
xenakios
|
93f011be28
|
Rename the menu member
|
6 years ago |
xenakios
|
6de7d3fd14
|
While probably not REALLY necessary, implemented the Settings popup menu as an async version
|
6 years ago |
xenakios
|
06ded7d011
|
Comments and readme addition
|
6 years ago |
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...
|
6 years ago |
xenakios
|
ce0f06ee03
|
Added keyboard handling and shortcut for import file
|
6 years ago |
xenakios
|
08d80338bd
|
Moved about dialog code to separate function
|
6 years ago |
xenakios
|
f487f8d4f2
|
More work on the AudioFilePreviewComponent, need to add samplerate conversions, volume control etc...
|
6 years ago |
xenakios
|
ab76ba2987
|
Initial work to add an audio file preview component for the audio file open dialog
|
6 years ago |
xenakios
|
dde24a89ed
|
Revert back to the old play cursor...
|
6 years ago |
xenakios
|
d9e3935a8b
|
A few compiler warning fixes
|
6 years ago |
xenakios
|
40a2665db5
|
hmm
|
6 years ago |
xenakios
|
eace6f6d53
|
Playcursor tweaks but still wonky
|
6 years ago |
xenakios
|
cabf6de7c3
|
Another attempt at getting the play cursor to update more often. Looks like getting somewhere with that but needs more work.
|
6 years ago |
xenakios
|
c691d6358d
|
Place stretch amount and dry playrate parameter components at the same position and switch visibility with non stretched mode
|
6 years ago |
xenakios
|
3a321c7d96
|
Disable/enable dry playrate slider according to stretch bypass state
|
6 years ago |
xenakios
|
8d008e5d2e
|
Support resampled playrate changes for non stretched playback
|
6 years ago |
xenakios
|
d0f912ba1f
|
foo
|
6 years ago |
xenakios
|
e92f69e2a9
|
Renamed envelope component members
|
6 years ago |
xenakios
|
251d030f75
|
foo
|
6 years ago |
xenakios
|
5c900ee9b6
|
Attempt to store and recall current GUI tab index but not working...
|
6 years ago |
xenakios
|
22e59efb0e
|
Removed free filter envelope parameters from main parameters GUI
|
6 years ago |
xenakios
|
dae05fdccf
|
Added parameter components to FreeFilterComponent
|
6 years ago |
xenakios
|
2d6dce9572
|
Initial work to move the free filter parameter components to the free gilter tab page
|
6 years ago |
xenakios
|
4f203de39a
|
Civilized code doesn't use global variables accessed via extern
|
6 years ago |
xenakios
|
24cac9b5c1
|
Change and add license texts to apply for GPL3
|
7 years ago |
xenakios
|
c5e4f78d0f
|
Add option to mute audio when capturing
|
7 years ago |
xenakios
|
1f8f57666d
|
Use convenience method to create components
|
7 years ago |
xenakios
|
eabcd891b3
|
Calculate disk sample read count. Increase disk read cache 4x.
|
7 years ago |
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
|
7 years ago |
xenakios
|
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
|
7 years ago |
xenakios
|
5b64b8c779
|
Add rewind button
|
7 years ago |