I would love to have a gater effect

On Sun, Jan 19, 2014 at 8:43 PM,
<mixxx-devel-requ...@lists.sourceforge.net>wrote:

> Send Mixxx-devel mailing list submissions to
>         mixxx-devel@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/mixxx-devel
> or, via email, send a message with subject or body 'help' to
>         mixxx-devel-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>         mixxx-devel-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Mixxx-devel digest..."
>
>
> Today's Topics:
>
>    1. Effects Update (Owen Williams)
>    2. Re: Effects Update (Owen Williams)
>    3. Re: Effects Update (Owen Williams)
>    4. Re: Effects Update (reilly davis)
>    5. Re: Effects Update (wolfbi...@gmail.com)
>    6. Re: Effects Update (Sean M. Pappalardo - D.J. Pegasus)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 19 Jan 2014 15:22:50 -0500
> From: Owen Williams <owilli...@mixxx.org>
> Subject: [Mixxx-devel] Effects Update
> To: mixxx-devel <mixxx-devel@lists.sourceforge.net>
> Message-ID: <1390162970.9185.14.camel@ywwg-xps13>
> Content-Type: text/plain; charset="UTF-8"
>
> 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 see?  (We
> already have a "beat slicer" effect with our Rolling Loops.)
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 19 Jan 2014 15:50:31 -0500
> From: Owen Williams <owilli...@mixxx.org>
> Subject: Re: [Mixxx-devel] Effects Update
> To: Philip Whelan <p...@click4time.com>
> Cc: Too Many DJs <mixxx-devel@lists.sourceforge.net>
> Message-ID: <1390164631.9185.20.camel@ywwg-xps13>
> Content-Type: text/plain; charset="UTF-8"
>
> 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
>   pOutput[i + 1] = YourCodeHere(pInput[i + 1]);
> }
>
> (check out https://github.com/rryan/mixxx features_effects branch for
> code, and https://github.com/mixxxdj/mixxx developer_skins is the skin
> it can be tested with)
>
>
> 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 to do the last time I attempted to do it.
> >
>
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 19 Jan 2014 16:03:34 -0500
> From: Owen Williams <owilli...@mixxx.org>
> Subject: Re: [Mixxx-devel] Effects Update
> To: Philip Whelan <p...@click4time.com>
> Cc: Too Many DJs <mixxx-devel@lists.sourceforge.net>
> Message-ID: <1390165414.9185.21.camel@ywwg-xps13>
> Content-Type: text/plain; charset="UTF-8"
>
> 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 to do the last time I attempted to do it.
> >
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 20 Jan 2014 11:31:21 +1100
> From: reilly davis <reillybl...@gmail.com>
> Subject: Re: [Mixxx-devel] Effects Update
> Cc: Too Many DJs <mixxx-devel@lists.sourceforge.net>
> Message-ID:
>         <CAOB3cR9p_Jb9amfNaPztm7JkgMV=VTkseM=
> jcqifmazj9v+...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> phaser would be useful aswell great work guys
>
>
> On Mon, Jan 20, 2014 at 8:03 AM, Owen Williams <owilli...@mixxx.org>
> 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 gapper plugin. I am
> > > willing to make it. It needs bpm and beat information to work. I found
> > > it quite complicated to do the last time I attempted to do it.
> > >
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> > Learn Why More Businesses Are Choosing CenturyLink Cloud For
> > Critical Workloads, Development Environments & Everything In Between.
> > Get a Quote or Start a Free Trial Today.
> >
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> > http://mixxx.org
> >
> >
> > Mixxx-devel mailing list
> > Mixxx-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mixxx-devel
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 5
> Date: Sun, 19 Jan 2014 16:39:05 -0800
> From: wolfbi...@gmail.com
> Subject: Re: [Mixxx-devel] Effects Update
> To: reilly davis <reillybl...@gmail.com>
> Cc: Too Many DJs <mixxx-devel@lists.sourceforge.net>
> Message-ID:
>         <
> cakshfn7osthnq94ccjj1to02nsjgk-aawe4zg7lxmqhcjnv...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> 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 <reillybl...@gmail.com>
> wrote:
>
> > phaser would be useful aswell great work guys
> >
> >
> > On Mon, Jan 20, 2014 at 8:03 AM, Owen Williams <owilli...@mixxx.org
> >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 gapper plugin. I am
> >> > willing to make it. It needs bpm and beat information to work. I found
> >> > it quite complicated to do the last time I attempted to do it.
> >> >
> >>
> >>
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> >> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> >> Critical Workloads, Development Environments & Everything In Between.
> >> Get a Quote or Start a Free Trial Today.
> >>
> >>
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> >> _______________________________________________
> >> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> >> http://mixxx.org
> >>
> >>
> >> Mixxx-devel mailing list
> >> Mixxx-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
> >>
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> > Learn Why More Businesses Are Choosing CenturyLink Cloud For
> > Critical Workloads, Development Environments & Everything In Between.
> > Get a Quote or Start a Free Trial Today.
> >
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> > http://mixxx.org
> >
> >
> > Mixxx-devel mailing list
> > Mixxx-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mixxx-devel
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 6
> Date: Sun, 19 Jan 2014 17:13:55 -0800
> From: "Sean M. Pappalardo - D.J. Pegasus" <spappala...@mixxx.org>
> Subject: Re: [Mixxx-devel] Effects Update
> To: wolfbi...@gmail.com
> Cc: Too Many DJs <mixxx-devel@lists.sourceforge.net>
> Message-ID: <52dc7853.10...@mixxx.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>
>
> 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 repeats the sound over
> and over at a given interval, getting quieter (and more muffled) each
> time until it falls below the noise floor. Delay repeats it only a fixed
> number of times (usually once) at the same volume & clarity.
>
> Sincerely,
> Sean M. Pappalardo
> "D.J. Pegasus"
> Mixxx Developer - Controller Specialist
>
>
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
>
> ------------------------------
>
> _______________________________________________
> Get Mixxx, the #1 Free MP3 DJ software Today
> http://mixxx.org
>
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>
>
> End of Mixxx-devel Digest, Vol 92, Issue 9
> ******************************************
>
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to