[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 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

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

[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

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

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

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: