xenakios
|
71c78bf4c3
|
Stand alone build offline render finally works a bit. Output duration is wrong.
|
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
|
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
|
b0c8388b6b
|
Work on offline render stuff
|
6 years ago |
xenakios
|
0df28fa3d6
|
Disable MIDI note control for now!
|
6 years ago |
xenakios
|
2ac85fac1f
|
Added ADSR envelope
|
6 years ago |
xenakios
|
cf3c26989e
|
Very preliminary tests to allow reacting to incoming MIDI notes
|
6 years ago |
xenakios
|
23d63c8827
|
Removed the phase freeze processing for now.
|
6 years ago |
xenakios
|
36052698e9
|
Readme. Initial work to allow choosing captured audio save location.
|
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
|
e5af6e1da1
|
Attempt adding control of refresh rate of random phases but some problem getting the plugin parameter to work
|
6 years ago |
xenakios
|
b5a106f0b0
|
Use plugin settings file directory for captures. Use Juce ThreadPool instead of detached std::thread for the capture saving task.
|
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
|
1e9ec7ffd3
|
Simplify capture saving logic a bit
|
6 years ago |
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.
|
6 years ago |
xenakios
|
f487f8d4f2
|
More work on the AudioFilePreviewComponent, need to add samplerate conversions, volume control etc...
|
6 years ago |
xenakios
|
8d008e5d2e
|
Support resampled playrate changes for non stretched playback
|
6 years ago |
xenakios
|
5c900ee9b6
|
Attempt to store and recall current GUI tab index but not working...
|
6 years ago |
xenakios
|
c010a4d48f
|
Keep track of captured length and set sound play range when stopped according to that
|
7 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
|
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
|
28f14ddf7a
|
Add looping enabled parameter
|
7 years ago |
xenakios
|
60293c6a84
|
Calculate smoothed prebuffering available amount in the processor
|
7 years ago |
xenakios
|
c8f865dd4a
|
Almost getting there but some still is still messed up...
|
7 years ago |
xenakios
|
cf27d43705
|
Clean up extra opcode stuff
|
7 years ago |
xenakios
|
2d493d6d81
|
Add support for some custom VST opcodes
|
7 years ago |
xenakios
|
d294ff7171
|
Some useless testing with 64 bit floating point stuff
|
7 years ago |
xenakios
|
08398392ca
|
Implement more ratiomixer parameters etc
|
7 years ago |
xenakios
|
bca5cc5dcf
|
Clean up the non working VST manufacturer specific stuff
|
7 years ago |
xenakios
|
52ebb38415
|
Attempt to provide extra data for a special host, not working like this
|
7 years ago |
xenakios
|
a16da5e445
|
foo
|
7 years ago |
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...
|
7 years ago |
xenakios
|
4f148a322d
|
blah
|
7 years ago |
xenakios
|
e1b0f6aaad
|
Remove import file parameter and replace with spectrum module select parameter
|
7 years ago |
xenakios
|
47bf763408
|
Try adding parameter to open the import file dialog, but now working right at the moment
|
7 years ago |
xenakios
|
c391a2c0af
|
Added free filter envelope random transform
|
7 years ago |
xenakios
|
3816194fbf
|
Fix envelope tilt. Add envelope y scale and tilt as plugin parameters
|
7 years ago |
xenakios
|
f5995807f4
|
Add free filter envelope transforms as plugin parameters etc!
|
7 years ago |
xenakios
|
195a630060
|
Implemented free filter processing. Note that the envelope manipulation from the GUI is not handled thread safely yet
|
7 years ago |
xenakios
|
cf9b54d19b
|
Initial work to add back the free filter feature
|
7 years ago |
xenakios
|
d76ac6118a
|
Allow cancelling offline render
|
7 years ago |
xenakios
|
ba067f7d4a
|
Do offline render in a thread, show render progress etc
|
7 years ago |
xenakios
|
909b61922b
|
Attempt implementing offline rendering from the plugin but not going so great. Looks like the StretchAudioSource doesn't really work that robustly...
|
7 years ago |
xenakios
|
47638ba0c6
|
Prepare to allow adding offline rendering feature
|
7 years ago |
xenakios
|
a3b034ac44
|
Count calls to prepareToPlay
|
7 years ago |
xenakios
|
3b6e309232
|
Add parameter for stretch bypass
|
7 years ago |
xenakios
|
3171940a67
|
Experimented with adding a sound play range offset parameter but not going to be able to support it properly for now. Show debug build title in about screen.
|
7 years ago |
xenakios
|
178d68b0ec
|
Store and restore zoomscrollbar positions. Readme change.
|
7 years ago |
xenakios
|
c9a3a3ab03
|
Show additional technical info in label optionally. Added utility function to toggle a bool variable.
|
7 years ago |