Is anyone out there who has worked with multi-input audio interfaces (e.g. http://www.thomann.de/de/maudio_fast_track_ultra_8r.htm) and multiple FFT nodes?
I’m working on a project where I want to analyze and process the input of different musical instruments.
As everything must happen in realtime I’d be interested in issues like performance, latency and stability.
@suneep I’m not sure you do, the driver exposes the inputs as seperate stereo inputs so you can use 1 fft per stereo pair, but then does the FFT work in mono or stereo, in osx at the mo so can’t look…
@catweasel: I’m a bit confused by your statement that you can use 1 fft per stereo pair. As far as I know the driver exposes each input seperately. So if the interface (like the one I posted a link to) has 8 (mic-/mono-)inputs, I could select each of these seperately in the audio-in node. Isn’t that correct?
I suppose it depends on the audio interface and its driver.
in vvvv you have acces to separated analog and digital stereo pairs.
Everything then comes from your internal routing.
What you can do, for exemple, is to route your audio signals as mono.
Doing so ou can analyse 2 audiofeeds with one FFT node by splitting left and right channels. Means 4 FFT nodes for 8 independent channels analysis. Did some testings with ADAT and works really well too.
Everythings ok in temrs of performances, at least there :)
btw: eard that fastrack 8r won’t show separated inputs. Needs confirmation though.
Reactivation of this thread:
I just got a ‘Presonus Firestudio Project’ Firewire Audio Interface. 8 Channels.
Problem is, in the AudioIn(DShow9) node there’s only the first channel selectable.
I’m running Windows 7 Enterprise 64bit. In the record control the audio interface is only shown as one single microphone and I activated ‘show deactivated devices’.
Even tried vux’ nice Bass ASIO AudioIn without getting any signal plus having lots of crashes.
Does anyone have any vvvv/Win7 experiences with one of these audio interfaces concerning single channel accessibility?
MOTU 8 PRE
TASCAM US-1800
MOTU 828
M-AUDIO FAST TRACK ULTRA 8R
FOCUSRITE SAFFIRE PRO 40
If not or besides that, recommendations to other multichannel audio interfaces (at least 4 Inputs) that are working nicely in vvvv/win7 are highly appreciated!!
the motus should work. what you need is a multi channel WDM driver for your card. then you can select 1+2, 3+4, 5+6, … as input device at the AudioIn node.
Hi
funny, I came to the forum for the very same question, I just agot a cheap Alesis IO4 sound card but with AudioIn I only can see one single driver, not 2 stereo driver as expected.
S.