xenakios
|
89c1944fc4
|
Cleanups
|
6 years ago |
xenakios
|
8d008e5d2e
|
Support resampled playrate changes for non stretched playback
|
6 years ago |
xenakios
|
d4bab26693
|
Up version
|
6 years ago |
xenakios
|
46c7c59987
|
readme
|
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
|
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.
|
7 years ago |
xenakios
|
e8d47459a4
|
foo
|
7 years ago |
xenakios
|
b8e408a73e
|
Use CriticalSection in audio source. Add bool argument for seek to get immediate seeks. etc
|
7 years ago |
xenakios
|
be0cd89869
|
readme
|
7 years ago |
xenakios
|
552c165628
|
Maybe nicer fix for restoring the play range. Use recursive mutex in audio source.
|
7 years ago |
xenakios
|
eabcd891b3
|
Calculate disk sample read count. Increase disk read cache 4x.
|
7 years ago |
xenakios
|
021944dc37
|
Comment out some logging
|
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
|
28f14ddf7a
|
Add looping enabled parameter
|
7 years ago |
xenakios
|
8a4aee93ec
|
When changing audio file, set the first buffer flag to flush the existing stretched audio faster
|
7 years ago |
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.
|
7 years ago |
xenakios
|
60293c6a84
|
Calculate smoothed prebuffering available amount in the processor
|
7 years ago |
xenakios
|
d42971e09f
|
Added simple signal smoother class. Use that to smooth out the buffer amount component display.
|
7 years ago |
xenakios
|
81882b9ecb
|
Remove the now unneeded map
|
7 years ago |
xenakios
|
c8f865dd4a
|
Almost getting there but some still is still messed up...
|
7 years ago |
xenakios
|
cd15a0ea48
|
Messy attempt to make the spectral module enabled parameters be tied to particular modules, this needs to be seriously examined...
|
7 years ago |
xenakios
|
40fcc1bdb0
|
Remove kiss fft files from repo
|
7 years ago |
xenakios
|
2f3a526291
|
Remove the freeze seek code as it wasn't working. Best to postpone until the stretcher code has been rewritten.
|
7 years ago |
xenakios
|
08398392ca
|
Implement more ratiomixer parameters etc
|
7 years ago |
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.
|
7 years ago |
xenakios
|
3729c4ec28
|
Glah
|
7 years ago |
xenakios
|
890c568155
|
Attempt implementing seek while frozen, doesn't work too well like this...Don't use opengl stuff at all if the opengl module isn't set available.
|
7 years ago |
xenakios
|
8421269565
|
Use global constant for pi instead of define. Calculate sinus transform in envelope transform only if amount more than zero.
|
7 years ago |
xenakios
|
faf84a7233
|
Commented out parameter check. Damn, this got included in the public release...
|
7 years ago |
xenakios
|
6b09d11d49
|
Change the initial order of spectral modules to make the compressor be the last module. This is way too messy like this...But maybe this was the last time this needed to be done...
|
7 years ago |
xenakios
|
6747d20aa8
|
Consolidate and clean up storing and recalling parameters. Enable storing and recalling of spectral module order again, using different state IDs. So old states will be discarded, but oh well...
|
7 years ago |
xenakios
|
d4b1bffe7a
|
Kind of working now, but maybe not in the best way...
|
7 years ago |
xenakios
|
6d7671e8cf
|
The spectral module enabled parameters still not doing so great...
|
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
|
d813794ea9
|
Added linear interpolation option for envelope random transform, fixes etc
|
7 years ago |
xenakios
|
c391a2c0af
|
Added free filter envelope random transform
|
7 years ago |
xenakios
|
536b1ccaf1
|
Allow free filter to attenuate more
|
7 years ago |
xenakios
|
23d8621c83
|
Remove the original free edit code and the binaural beats code
|
7 years ago |
xenakios
|
9774af6e62
|
Member renames and clean ups
|
7 years ago |
xenakios
|
ff35bce695
|
Add envelope transform feature
|
7 years ago |
xenakios
|
d624b2370d
|
Formatting tweaks
|
7 years ago |
xenakios
|
657c3d6c20
|
Argh, what a mistake
|
7 years ago |
xenakios
|
b672213e98
|
Tweaks to free filter calculations but don't seem to be working correctly yet
|
7 years ago |
xenakios
|
51049e4ae1
|
Mutex protect the envelope when manipulating the amount of nodes from the GUI. Should probably redesign this stuff a bit...Init envelope reset nodes.
|
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
|
e8d134ce48
|
More work on free filter
|
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 |