Re: [LMMS-devel] Max frequency for internal knobs

2014-12-03 Thread Vesa
On 12/04/2014 07:33 AM, Vesa wrote: > On 12/03/2014 10:35 PM, Stian Jørgensrud wrote: >> So I just discovered that the maximum frequency of cutoff frequency knobs in >> LMMS is 14000 Hz, that is quite low and definitively audible when you >> suddenly turn it on or off. Anyone know what the reason f

Re: [LMMS-devel] Max frequency for internal knobs

2014-12-03 Thread Vesa
On 12/03/2014 10:35 PM, Stian Jørgensrud wrote: > So I just discovered that the maximum frequency of cutoff frequency knobs in > LMMS is 14000 Hz, that is quite low and definitively audible when you > suddenly turn it on or off. Anyone know what the reason for this is? Range > should probably be ex

Re: [LMMS-devel] Max frequency for internal knobs

2014-12-03 Thread Tres Finocchiaro
I believe the code limiting the GUI is here: https://github.com/LMMS/lmms/blob/stable-1.1/plugins/DualFilter/DualFilterControls.cpp#L42 and here: https://github.com/LMMS/lmms/blob/stable-1.1/plugins/DualFilter/DualFilterControls.cpp#L50 Probably worthy of a bug report. - tres.finocchi...@gmail.c

Re: [LMMS-devel] Max frequency for internal knobs

2014-12-03 Thread Tres Finocchiaro
> 20kHz Yeah, this is usually the standard... any higher and you'll only have domestic dogs and cats listening to your music. - tres.finocchi...@gmail.com On Wed, Dec 3, 2014 at 3:35 PM, Stian Jørgensrud wrote: > So I just discovered that the maximum frequency of cutoff frequency knobs > in >

[LMMS-devel] Max frequency for internal knobs

2014-12-03 Thread Stian Jørgensrud
So I just discovered that the maximum frequency of cutoff frequency knobs in LMMS is 14000 Hz, that is quite low and definitively audible when you suddenly turn it on or off. Anyone know what the reason for this is? Range should probably be expanded to 16kHz or why not 20kHz. I discovered it throu