xenakios
|
c9b287dc13
|
Move code to cpp file. Readme change.
|
2018-02-02 12:23:57 +02:00 |
|
xenakios
|
c7f5636634
|
Readme change. Draw text on perf component.
|
2018-02-01 21:31:23 +02:00 |
|
xenakios
|
e6fb981e01
|
Highlight parameters of spectral module when clicked in the spectral chain editor
|
2018-02-01 15:11:41 +02:00 |
|
xenakios
|
d119439f76
|
Avoid mouse drag when the spectral module enable button has been clicked
|
2018-02-01 00:06:32 +02:00 |
|
xenakios
|
ad86b46f95
|
Added a separate performance meter component
|
2018-01-31 20:58:16 +02:00 |
|
xenakios
|
84164da2d7
|
Finally added enabled buttons for the spectral steps.
|
2018-01-30 17:32:23 +02:00 |
|
xenakios
|
fcbd99d4ed
|
Double click on waveform selects whole buffer
|
2018-01-20 22:21:26 +02:00 |
|
xenakios
|
bc3f456485
|
Again draw file name in waveform component
|
2018-01-20 21:50:24 +02:00 |
|
xenakios
|
f4aef4bcac
|
Remove redundant code and change about box text
|
2018-01-18 06:56:23 +02:00 |
|
xenakios
|
620f59c4f4
|
remove commented out stuff
|
2018-01-17 22:03:43 +02:00 |
|
xenakios
|
daf17f2ea3
|
Initial work to make the AudioProcessor own the AudioThumbNail etc
|
2018-01-17 18:57:56 +02:00 |
|
xenakios
|
cf17390293
|
Move methods to cpp file
|
2018-01-03 19:32:53 +02:00 |
|
xenakios
|
96a88e8016
|
Use new JUCE button callback stuff
|
2018-01-03 17:15:57 +02:00 |
|
xenakios
|
f9cce79f49
|
Added support for dropping audio files into the plugin GUI
|
2017-12-27 16:56:37 +02:00 |
|
xenakios
|
f8b98e05d1
|
Move parameter component methods to cpp
|
2017-12-22 22:59:45 +02:00 |
|
xenakios
|
4caaf1f5e0
|
Toggle button parameter tweak
|
2017-12-22 22:41:11 +02:00 |
|
xenakios
|
da6afcf05f
|
Layout parameter components manually...Add parameter for input pass through. etc
|
2017-12-22 22:35:02 +02:00 |
|
xenakios
|
b6e46bd293
|
Add settings menu button
|
2017-12-20 00:50:47 +02:00 |
|
xenakios
|
e0a341972d
|
Add license texts to source code files
|
2017-12-17 21:40:35 +02:00 |
|
xenakios
|
7ea18cc805
|
Add method to get sanitized samplerate as getSampleRate might return 0.0 when called from outside audio processing method. Comment out Spectral visualizer instance in editor.
|
2017-12-17 18:16:39 +02:00 |
|
xenakios
|
45dccb830d
|
Workaround a bug in Juce/MacOS file dialog stuff. Show error messages in GUI.
|
2017-12-15 06:17:11 +02:00 |
|
xenakios
|
d05a5d41a8
|
Preliminary work to enable multichannel output again with a parameter to determine the output channels to render
|
2017-12-14 00:19:46 +02:00 |
|
xenakios
|
66fe05f842
|
Try adding some visual feedback for the spectral order drags
|
2017-12-13 21:25:42 +02:00 |
|
xenakios
|
c78c42c153
|
Added component to allow reordering the spectral processing stages
|
2017-12-13 19:55:35 +02:00 |
|
xenakios
|
e980344bb3
|
Remove capture toggle button from editor. Also remove JS engine and dynamic object as those are not used currently.
|
2017-12-13 18:48:52 +02:00 |
|
xenakios
|
3dc95b6f1d
|
Avoid setting the audio buffer more than once
|
2017-12-13 05:23:57 +02:00 |
|
xenakios
|
572b1d2515
|
Added more parameters. Added int constants for parameter indexes. Initial work to do GUI layout with Javascript. Disabled spectrum visualizer for now.
|
2017-12-12 19:14:43 +02:00 |
|
xenakios
|
75be994714
|
Constness
|
2017-12-03 23:28:54 +02:00 |
|
xenakios
|
ccf7ba303f
|
SpectralVisualizer optimizations, create objects only when needed etc
|
2017-12-03 22:51:57 +02:00 |
|
xenakios
|
16868d5ccd
|
Allow FFT object to be constructed without inverse FFT. Added SpectralVisualizer component that does an extremely inefficient visualization of the spectral processing stages.
|
2017-12-03 22:00:40 +02:00 |
|
xenakios
|
8bd4468603
|
Parameter and slider stuff. Added spread parameter. Mutex locking fixes. This had went unnoticed because VS for some reason didn't break into the debugger on entering a non recursive multiple times.
|
2017-11-25 00:22:07 +02:00 |
|
xenakios
|
e9e1c45550
|
Nicer way to deal with the shared audiothumbnailcache
|
2017-11-23 19:36:46 +02:00 |
|
xenakios
|
a109d71f09
|
Use shared thumbnailcache for all plugin instances. Kind of a tricky thing with std::shared_ptr going on here using the deprecated unique method...But, oh well...
|
2017-11-23 19:12:29 +02:00 |
|
xenakios
|
6aa514f52b
|
Finally support changing FFT size. This however doesn't now use the double stretch source thing, so glitches will probably happen... Parameter component was changed to support changing the parameter value only on mouse releasee etc
|
2017-11-17 16:41:33 +02:00 |
|
xenakios
|
0dcd410780
|
Support bool parameters in parameter component. Add freeze parameter to plugin.
|
2017-11-16 19:45:40 +02:00 |
|
xenakios
|
aee132519a
|
Use Jules's neat way to attach button callbacks. Separate method in editor to choose file to load. Revert change to resample.cpp.
|
2017-11-16 17:38:59 +02:00 |
|
xenakios
|
43be82edc8
|
Plugin initialization bug existed also on Windows, fixed for now...Make the GUI poll for some state changes from the AudioProcessor, instead of the processor calling the GUI. When using memory buffer in input source, copy all channels to xfade buffer. Some other tweaks.
|
2017-11-16 16:58:04 +02:00 |
|
xenakios
|
c283d719d0
|
Update waveform component time selection when state restored. Should probably restructure all this stuff so that the GUI can ask for this stuff when it wants, instead of the AudioProcessor making calls into the GUI...
|
2017-11-15 21:47:26 +02:00 |
|
xenakios
|
f4c8d2891b
|
Made input capture buffer circular and update waveform thumbnail while capturing audio.
|
2017-11-15 17:52:47 +02:00 |
|
xenakios
|
6487880fb3
|
Process main volume. Allow importing audio files directly. Tweaks etc
|
2017-11-14 18:14:14 +02:00 |
|
xenakios
|
aab3fcf2a3
|
Added WaveformComponent. Audio playback now broken if a file is not set initially, need to sort that out later...
|
2017-11-13 23:42:13 +02:00 |
|
xenakios
|
76de3b12a5
|
Audio input capture more or less running
|
2017-11-13 22:35:36 +02:00 |
|
xenakios
|
c32e64a570
|
Added sound play range parameters. Initial work on audio input capture.
|
2017-11-13 21:21:30 +02:00 |
|
xenakios
|
d9e9107ed4
|
More parameter GUI work
|
2017-11-13 20:54:08 +02:00 |
|
xenakios
|
b9db955a99
|
Initial work on custom GUI
|
2017-11-13 20:45:23 +02:00 |
|
xenakios
|
d7ca59b90a
|
Initial git commit
|
2017-11-13 17:06:08 +02:00 |
|