[Mixxx-devel] Effects Update

2014-01-19 Thread Owen Williams
RJ and I, but mostly RJ, have been hard at work on the new effects code in Mixxx. Currently we have written the following filters: * Flanger * Filter (variable high / low pass) * Echo (with optional stereo pingpong) * Reverb * Bitcrusher Are there any other effects people would really like to se

Re: [Mixxx-devel] Effects Update

2014-01-19 Thread Owen Williams
What does a gapper effect do? Writing an effect has a certain amount of boilerplate and testing it is tricky right now, but the inner loop is about as simple as it gets: for (int i = 0; i + 1 < numSamples; i += 2) { // left channel pOutput[i] = YourCodeHere(pInput[i]); // right channel p

Re: [Mixxx-devel] Effects Update

2014-01-19 Thread Owen Williams
Also bpm / beat information isn't integrated yet, but that's coming soon. On Sun, 2014-01-19 at 12:36 -0800, Philip Whelan wrote: > I would like to help if you need it. I also qant a gapper plugin. I am > willing to make it. It needs bpm and beat information to work. I found > it quite complicated

Re: [Mixxx-devel] Effects Update

2014-01-19 Thread reilly davis
phaser would be useful aswell great work guys On Mon, Jan 20, 2014 at 8:03 AM, Owen Williams wrote: > Also bpm / beat information isn't integrated yet, but that's coming > soon. > > On Sun, 2014-01-19 at 12:36 -0800, Philip Whelan wrote: > > I would like to help if you need it. I also qant a ga

Re: [Mixxx-devel] Effects Update

2014-01-19 Thread wolfbiter
Agreed, great work. Personally I think delay is one of the most important effects - I assume this is what you mean by "echo" - but this would require bpm and phase information in the effects. On Sun, Jan 19, 2014 at 4:31 PM, reilly davis wrote: > phaser would be useful aswell great work guys >

Re: [Mixxx-devel] Effects Update

2014-01-19 Thread Sean M. Pappalardo - D.J. Pegasus
On 01/19/2014 04:39 PM, wolfbi...@gmail.com wrote: > Agreed, great work. Personally I think delay is one of the most > important effects - I assume this is what you mean by "echo" - but this > would require bpm and phase information in the effects. Echo and delay are related but different: echo

Re: [Mixxx-devel] Effects Update

2014-01-19 Thread Owen Williams
Do we need a delay if we have rolling beatloops? That seems to be the same thing, only implemented a different way. On Sun, 2014-01-19 at 17:13 -0800, Sean M. Pappalardo - D.J. Pegasus wrote: > > On 01/19/2014 04:39 PM, wolfbi...@gmail.com wrote: > > Agreed, great work. Personally I think delay

[Mixxx-devel] Key notation in Library ?

2014-01-19 Thread Peter G. Marczis
Hello everyone, now in trunk, in the Library view, the keys are shown as normal keys, despite I use Lancelot... is this a bug or a feature ? Br, Peter -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn W

Re: [Mixxx-devel] Key notation in Library ?

2014-01-19 Thread RJ Ryan
Hey Peter, If you have Lancelot selected it should show Lancelot notation in the library view. If however the track's key was not able to be parsed in any known notation then we just display the literal text from the key tag, so maybe that's what you're seeing? If all keys are in traditional notat

[Mixxx-devel] Multiply Music Folders needs alpha testing

2014-01-19 Thread Max Linke
Multiply Music folders have landed in trunk a while ago and I finally fixed the issues I had on Windows. It is now possible to add several folders, remove old folders or relink files if a drive is mounted under a different name. Testing the relink function would be really useful to check if I mi