Commit Graph

567 Commits

Author SHA1 Message Date
xenakios
1d283c419c readme 2018-05-20 00:38:48 +03:00
xenakios
eabcd891b3 Calculate disk sample read count. Increase disk read cache 4x. 2018-05-19 15:03:30 +03:00
xenakios
021944dc37 Comment out some logging 2018-05-18 21:34:08 +03:00
xenakios
eb1c840fec Init the thumbnailcache thread in the subclass 2018-05-18 21:19:07 +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
236e6b076e Readme 2018-05-18 15:01:27 +03:00
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 2018-05-11 16:45:34 +03:00
xenakios
aae05950f0 Readme 2018-05-09 20:09:02 +03:00
xenakios
5b64b8c779 Add rewind button 2018-05-09 14:02:22 +03:00
xenakios
05e488c734 readme 2018-05-09 12:40:36 +03:00
xenakios
28f14ddf7a Add looping enabled parameter 2018-05-09 12:33:06 +03:00
xenakios
8a4aee93ec When changing audio file, set the first buffer flag to flush the existing stretched audio faster 2018-05-09 12:17:28 +03:00
xenakios
44114a7f2c Calloutbox tweak 2018-05-07 20:47:17 +03:00
xenakios
7c9e4ac88d Added render settings component 2018-05-07 20:43:27 +03:00
xenakios
29bc7bd5ee Initial work to implement offline render in stand alone build 2018-05-07 20:21:42 +03:00
xenakios
b71eea227d Update plugin title 2018-05-07 18:53:44 +03:00
xenakios
0859d8cdb4 Remove useless code. Read me change. 2018-05-07 15:51:50 +03:00
xenakios
dd333faf2c Bump version to 1.2.0 2018-05-03 15:26:48 +03:00
xenakios
35b3203d4e Draw pitch band numbers in ratiomixer 2018-05-02 13:14:02 +03:00
xenakios
cfbbad0e74 The stretch source doesn't really need to do anything except inc the param change count when the spectral module enabled parameters have changed. However this could get messed up if the spectral module order isn't correctly set in the stretcher instances already...Hmm. 2018-05-01 19:17:59 +03:00
xenakios
fa2564f908 Added dedicated timer for perf meter component 2018-05-01 18:35:00 +03:00
xenakios
60293c6a84 Calculate smoothed prebuffering available amount in the processor 2018-05-01 18:22:21 +03:00
xenakios
d42971e09f Added simple signal smoother class. Use that to smooth out the buffer amount component display. 2018-05-01 17:54:20 +03:00
xenakios
9afca36d64 Updated the buffering audio source from the new JUCE code that removed the use of volatile 2018-05-01 15:11:45 +03:00
xenakios
c4b2ead50d Avoid creating parameter components that are needed in the main GUI 2018-04-29 18:48:28 +03:00
xenakios
2f4c8d4075 foo 2018-04-29 17:04:21 +03:00
xenakios
d898b54ea7 Deserialize should now work 2018-04-26 23:20:16 +03:00
xenakios
81882b9ecb Remove the now unneeded map 2018-04-26 23:15:39 +03:00
xenakios
c8f865dd4a Almost getting there but some still is still messed up... 2018-04-26 23:07:08 +03:00
xenakios
a4a8f99f0b readme 2018-04-26 21:48:28 +03:00
xenakios
cd15a0ea48 Messy attempt to make the spectral module enabled parameters be tied to particular modules, this needs to be seriously examined... 2018-04-26 21:45:37 +03:00
xenakios
40fcc1bdb0 Remove kiss fft files from repo 2018-04-26 18:03:41 +03:00
xenakios
445623ebbb Readme 2018-04-26 17:23:29 +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
2f3a526291 Remove the freeze seek code as it wasn't working. Best to postpone until the stretcher code has been rewritten. 2018-04-23 20:55:25 +03:00
xenakios
2d5064743c Comment out inactive code 2018-04-19 22:57:47 +03:00
xenakios
0e6ca99078 macOs jucer file change 2018-04-18 04:19:32 +03:00
xenakios
d294ff7171 Some useless testing with 64 bit floating point stuff 2018-04-17 23:39:26 +03:00
xenakios
d101d4f766 Init the ratio parameters with sensible ratios 2018-04-13 15:36:11 +03:00
xenakios
9f7b288fd6 Readme. Remove the octave mixer sliders from the main GUI. It's kind of nasty creating the parameter components for all the parameters even when they are not visible in the GUI. Should probably redesign how all that is handled... 2018-04-13 15:24:18 +03:00
xenakios
89032c93c3 Readme 2018-04-13 14:59:58 +03:00
xenakios
0d0f19761f readme 2018-04-04 22:26:25 +03:00
xenakios
266f2b8e61 GUI tweak 2018-04-03 22:04:10 +03:00
xenakios
fe0fd35021 Store and recall some settings that were not previously handled in the plugin state 2018-04-03 20:08:56 +03:00
xenakios
f45c914c51 GUI tweak 2018-04-03 18:54:28 +03:00
xenakios
08398392ca Implement more ratiomixer parameters etc 2018-04-03 18:32:53 +03:00
xenakios
941ebf31a5 Initial work to change octave mixer spectral module to a more generic ratio mixer module that has more shifters and allows changing the shift ratios. Also added a separate tab page in the GUI for it. 2018-04-03 16:34:20 +03:00
xenakios
3729c4ec28 Glah 2018-04-03 02:07:47 +03:00
xenakios
3401384eff Remove the global processor pointer set. If communication between the plugin instances is needed, it should be implemented properly in a way which also supports the plugins running in different processes... 2018-04-02 20:20:22 +03:00