I found Mixxx r2139 does not interact with the correct pitch range with my
Hercules PC DJ Console Windows Edition MkI.
Ripping out some of the code in herculeslinux.cpp and replacing with
""double HerculesLinux::PitchChange(const QString ControlSide, const int
ev_value, int &m_iPitchPrevious, int &m_iPitchOffset) {
if( ev_value < 127 ) {
return ((ev_value - 127)/127.0);
} else {
return ((ev_value - 127)/128.0);
}
}
""
makes it the range correct. This is obviously not right for contribution to
Mixxx, why is the range incorrect with the existing code and my device?
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel