Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Bug Reports

Reply
 
Thread Tools Display Modes
Old 08-26-2015, 12:05 AM   #1
yehar
Human being with feelings
 
Join Date: Sep 2014
Posts: 3
Default [5.0/x64] FFT Splitter missing sliders

How to reproduce bug:
- Add the FFT splitter effect to some channel that has audio
- Try changing the frequency

There should be a change in the output when changing the frequency but there is not. FFT Splitter no longer has sliders for destination channel. Seems like it is a capitalization bug of "slider" vs. "Slider" as an old version (https://stash.reaper.fm/oldsb/10148/fft-splitter) has:

Code:
slider1:2<0,3,1{1024,2048,4096}>FFT size
slider2:5000<0,20000,1>split freq
slider3:0<0,4,1{1/2,3/4,5/6,7/8}>low band dest
slider4:1<0,4,1{1/2,3/4,5/6,7/8}>high band dest
and the current version has:

Code:
slider1:2<0,4,1{1024,2048,4096,8192}>FFT Size
slider2:5000<0,20000,1>Split Frequency (Hz)
Slider3:0<0,4,1{1/2,3/4,5/6,7/8}>Low Band Destination
Slider4:1<0,4,1{1/2,3/4,5/6,7/8}>High Band Destination
// slider5:0<0,1,0.1>Debug
I grepped everything under c:\Users\Olli\AppData\Roaming\REAPER\Effects for "Slider" and only found the bug in FFT Splitter.

Computer specs: Windows 7 SP1.
yehar is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:18 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.