[Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Adam Spence
Hi, Does anyone know how to get the maya44 usb inputs to work in ubuntu 11.04? Thanks Adam -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Harry Van Haaren
Adam, I used to have one of these, worked fine out of the box (buntu 8.04-10.10) Unfortunatly I don't anymore so can't test on 11. Are you using JACK Pulse or ALSA directly for playback? Cheers, -Harry -- Simplify data

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Harry Van Haaren
Could you try running alsamixer from a terminal, then hit F6 to select the Maya44 USB, then F5 to show all controls. (Watch out for the little symbol at the side of the terminal window, that means there more controls if you scroll across). IIRC there should be a control per input.. but its been

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Adam Spence
I tried alsamixer but there is no capture controls alsamix reports │This sound device does not have any capture controls. │ Thanks Adam On Wed, Jun 22, 2011 at 8:39 PM, Harry Van Haaren harryhaa...@gmail.comwrote: Could you try running alsamixer from a terminal, then hit F6 to select the

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Harry Van Haaren
Hmmm strange. Here we go: nasty debugging style :D Please post the outputs of the following: (from a terminal) aplay -L lsmod | grep snd Another helpful bit of info would be a screenshot of alsamixer with all its controls (hit F5). Cheers, -Harry

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Adam Spence
On Wed, Jun 22, 2011 at 9:10 PM, Harry Van Haaren harryhaa...@gmail.comwrote: Hmmm strange. Here we go: nasty debugging style :D Please post the outputs of the following: (from a terminal) aplay -L lsmod | grep snd Another helpful bit of info would be a screenshot of alsamixer with all

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Adam Spence
ill post it anyway aplay -l default Playback/recording through the PulseAudio sound server pulse Playback/recording through the PulseAudio sound server front:CARD=Intel,DEV=0 HDA Intel, STAC92xx Analog Front speakers surround40:CARD=Intel,DEV=0 HDA Intel, STAC92xx Analog

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Adam Spence
I have used cheap usb sound cards for vinyl control without a hardware preamp and they worked. So do you think i still need a hardware preamp with the Maya44 USB. Thanks Adam On Wed, Jun 22, 2011 at 9:23 PM, Joseph Colosimo m...@jwcxz.com wrote: I have a Maya44 USB and have no problem with

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Harry Van Haaren
Yes you will need preamps. They're line level inputs. I had Stanton tables that have a preamp built-in and line level outs.. :D Thanks for the info, I guess your system is ok so ;-) Sorry for the pointless questions, -Harry

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Adam Spence
I've tried it in Windows with Mixxx 1.9.0 and the vinyl control graph is all green but it plays only backwards. On Wed, Jun 22, 2011 at 9:48 PM, Harry Van Haaren harryhaa...@gmail.comwrote: Dunno. Perhaps the software detects that the signal is -x dB of the signal it should be an compesated,

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Joseph Colosimo
Switch your inputs. I think you left and right reversed. Adam Spence @ Wed 22 Jun 11 22:16:27 +0930: Date: Wed, 22 Jun 2011 22:16:27 +0930 From: Adam Spence adam.spe...@gmail.com To: Harry Van Haaren harryhaa...@gmail.com, mixxx-devel Mixxx-devel@lists.sourceforge.net, Joseph Colosimo

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Adam Spence
I have them right but i did have to reverse the channels with the other sound card so that they were opposite to get it to work. So i'll try that. On Wed, Jun 22, 2011 at 10:21 PM, Joseph Colosimo m...@jwcxz.com wrote: Switch your inputs. I think you left and right reversed. Adam Spence @

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Adam Spence
Ok, i reversed the channels now it plays forward but when i spin the vinyl backwards it only plays in one direction. Thankyou for your help!. Your help is greatly appreciated. Adam On Wed, Jun 22, 2011 at 10:31 PM, Adam Spence adam.spe...@gmail.com wrote: It plays backwards not matter what

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Adam Spence
I have made some progress i now have vinyl control partially working in mixxx 1.9.0 on ubuntu the vinyl control is playing but only in one direction. When i spin the vinyl backwards it plays forward. I will test some more tomorrow and see if i can get vinyl control fully working. Any suggestions

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread Owen Williams
Vinyl control in v1.9 is broken. If you want to test vinyl control please check out the 1.10 beta builds. Owen On Thu, 2011-06-23 at 01:08 +0930, Adam Spence wrote: I have made some progress i now have vinyl control partially working in mixxx 1.9.0 on ubuntu the vinyl control is playing but

Re: [Mixxx-devel] Maya44 USB Inputs

2011-06-22 Thread ewan colsell
Verify that your mixer settings arent wrong, and that mixxx is actualy getting a stereo signal, i had similar problems when i tried vinyl control with a soundcard that only had a mono input. And 1.9 is no good for vinyl control like owen said 1.10 is much better. Ewan 2011/6/22, Owen Williams

Re: [Mixxx-devel] What IDE do you use to work on mixxx

2011-06-22 Thread William Good
Hi Justus, Qt Creator is a popular C++/Qt IDE, and it's available for OSX. I don't have a Mac, but on Linux I just use vim and keep a Chromium window open for the Qt docs (this is just what I'm used to, if I wasn't I'd probably use Creator). I use MSVS2010 on Windows and it works well enough once