Commit Graph

480 Commits

Author SHA1 Message Date
xenakios
24cac9b5c1 Change and add license texts to apply for GPL3 2018-06-04 22:04:53 +03:00
xenakios
413dd31d90 Remove unused member 2018-06-03 21:47:40 +03:00
xenakios
daf191d0d2 Zero envelope random amount at init 2018-06-03 20:31:35 +03:00
xenakios
c5e4f78d0f Add option to mute audio when capturing 2018-06-01 16:31:31 +03:00
xenakios
8547ccc3d4 Increase version 2018-06-01 15:02:03 +03:00
xenakios
b4af0d0ebf Make audio source set play range immediately if it is set when the seek crossfade is active. This effectively disables the smoothed audio but this will have to do for now. The smoothed playback needs to be redesigned from scratch later. Revert the larger disk buffer size. Readme changes. 2018-06-01 14:20:01 +03:00
xenakios
27aabd5e57 macOs build fixes 2018-06-01 01:23:33 +03:00
xenakios
e8d47459a4 foo 2018-05-31 14:11:53 +03:00
xenakios
63b1eabf06 readme 2018-05-31 14:01:52 +03:00
xenakios
b8e408a73e Use CriticalSection in audio source. Add bool argument for seek to get immediate seeks. etc 2018-05-31 13:55:32 +03:00
xenakios
1f8f57666d Use convenience method to create components 2018-05-31 13:21:35 +03:00
xenakios
be0cd89869 readme 2018-05-21 21:25:35 +03:00
xenakios
552c165628 Maybe nicer fix for restoring the play range. Use recursive mutex in audio source. 2018-05-21 20:25:32 +03:00
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