[Mixxx-devel] compressor in mixxx

2015-10-28 Thread Tasso Cyr
Hello, Is it possible to add a compressor effect in mixxx with the settings given with VLC in the settings--compressor section of VLC just like you guys and girls added the effect button with eqs and all sorts of stuff I dont use? (= Thanx, Dumdadum ---

Re: [Mixxx-devel] compressor in mixxx

2015-10-28 Thread Daniel Schürmann
Hi Tasso, with some effort, you can add any effect you like. ;-) Mixxx does not support VLC effects, but we have a pending LV2 branch, that supports external LV2 effects. What type of compressor do you need? What is you use case for it. Which parameters should is provide. Maybe it is already co

Re: [Mixxx-devel] compressor in mixxx

2015-10-28 Thread Thorsten Munsch
Hi Daniel, thanks a great info for me because I'm missing a limiter in the master bus. Maybe it would be easier for me to implement a LV2 dynamic limiter/compressor plugin first, instead of trying to add effect synchronisation to the echo effect. :) Is there any class diagram of all the audio

Re: [Mixxx-devel] compressor in mixxx

2015-10-28 Thread Be
On 10/28/2015 12:11 PM, Thorsten Munsch wrote: > Is there any class diagram of all the audio and effect classes, so that > you can understand how they are connected to each other? > > I read a lot of effect code until now, but it's hard to gather all the > information of the different sources to u

Re: [Mixxx-devel] compressor in mixxx

2015-10-28 Thread Tasso Cyr
Hi Daniel, When I talk about VLC, I ment theres a compressor will all the default settings thats pretty interesting into having a great compressed 0db peak level sound... cant we just take the portion of the code of VLC and integrate it into mixxx as an effectr like the equalizer effects I dont us

[Mixxx-devel] shoutcast build fail on windows

2015-10-28 Thread Owen Williams
http://builds.mixxx.org:8081/jenkins/job/1.12-release/architecture=i386,platform=windows/144/console /IC:\usr\include\taglib /Ilib\hidapi-0.8.0-pre\hidapi /Ilib\xwax /Ilib \scratchlib /Ilib\vamp-2.3 engineshoutcast.cpp src\engine\sidechain\engineshoutcast.cpp(24) : warning C4005: 'WIN32' : macro r

Re: [Mixxx-devel] compressor in mixxx

2015-10-28 Thread Thorsten Munsch
While thinking about that I mean to remember that when playing in the red area (0 dbfs) the distortion isn't noticable over the master bus played through my amp and speakers. Even not via current deck cue'd in the headphone?! May it be that the distortion clicks, which afraids me, are only hea

Re: [Mixxx-devel] compressor in mixxx

2015-10-28 Thread Be
I have also noticed that clipping is MUCH more noticeable in Mixxx's recordings than in the live output. Why is this? On 10/28/2015 05:25 PM, Thorsten Munsch wrote: > While thinking about that I mean to remember that when playing in the > red area (0 dbfs) the distortion isn't noticable over the

Re: [Mixxx-devel] compressor in mixxx

2015-10-28 Thread Daniel Schürmann
This is a pending bug: https://bugs.launchpad.net/mixxx/+bug/1415758 Am 28.10.2015 um 23:28 schrieb Be: > I have also noticed that clipping is MUCH more noticeable in Mixxx's > recordings than in the live output. Why is this? > > On 10/28/2015 05:25 PM, Thorsten Munsch wrote: >> While thinking abo

Re: [Mixxx-devel] compressor in mixxx

2015-10-28 Thread Daniel Schürmann
Hi Tasso, the VLC compressor effect code is here: https://github.com/videolan/vlc/blob/9053b0919f00d88f16e1ef3e3f79b1cced74f742/modules/audio_filter/compressor.c We may adopt it in Mixxx similar to our bitcrusher effect, which is located here: https://github.com/mixxxdj/mixxx/blob/master/src/e