Re: [Mixxx-devel] Mapping effect parameters

2015-07-03 Thread Joan Ardiaca Jové
Thank you Daniel, that does exaclty what I need :) Now I just have to polish some details and the mapping will be done. 2015-07-03 7:15 GMT+02:00, Daniel Schürmann : > Hi Joan, > > I have just updated: > http://www.mixxx.org/wiki/doku.php/effects_framework > > The _value and _value_normalized COs

Re: [Mixxx-devel] Mapping effect parameters

2015-07-02 Thread Daniel Schürmann
Hi Joan, I have just updated: http://www.mixxx.org/wiki/doku.php/effects_framework The _value and _value_normalized COs were removed during development because they were redundant. You can uses setValue() and setParameter() instead. Hope that helps. Kind regards, Daniel Am 03.07.2015 um

[Mixxx-devel] Mapping effect parameters

2015-07-02 Thread Joan Ardiaca Jové
Hi, I'm trying to map the effects buttons and knobs on the Pioneer DDJ-SB controller and I have the problem that when values are set with engine.setValue() for the effects parameters, these are not normalized, making each parameter behave differently. I read in the documentation that there should