project:motorised fader system for an analog mixer

hi all

i just saw your site http://www.ucapps.de/, and this give me the idea to create

a motorised automation for my analog console (a tac matchless). A system like this his VERY VERY expensive to buy.

My console would have 24 motorised fader.

I think everything is done on your site to complete a project like this, my idea was to use the automation of a sequencer like cubase to control by midi the motorised fader on my console.

What do you think of this project, if it’s possible to do it and not to

complex?

I am also evaluating the costs, so do you know the price of a motorised fader? (the motorised fader has to have a audio signal passing through it with a good quality)

I think a alps K motorised fader would be the good choice.

thanks

mouser has motorfaders for about 50 us. not sure if they are suitable for your application. they are alps.

definitely a good project, the idea has been presented here before, but if any one has done it, they didn’t tell us…

in fact the only thing that holds me to make this project is to find a good motorised fader which is not expensive (max 40$).

I just saw the mouser site, they don’t have the right motorised fader, the one i am searching must have two track (the servo track and the audio track), the fader that you use in your midibox only have a servo track because you don’t need to pass a audio signal through it.

Tell me if you know place where they sell motorised faders

Thanks

yes of course you need the two tracks, I just couldn’t remember if the mouser one was like that or not.Sorry i do not know where to get such a fader…but they do exist.

i justy found this site http://www.song-huei.com.tw/product.php?mode=list&cid=59

they sell motorised fader, but i don’t their price, they could be cheaper than alps or p&g

I contacted the US rep for Song Huei and found out the MVA02-1101 series motor faders cost 46.50 USD each FOB Taiwan. The catch is the minumum quantity is 1000 units!! :frowning:

did you see this fader? http://www.tkd-corp.com/02_products/pdf/p03_mcu-820.pdf

it has a controller on it!! it is possible to use this one with the MIOS or not?

or you could use the normal 1 track faders with a midibox.

and control a vca for the volume control with the voltage ouput of the fader - i think i saw something like that around here !

other brands of MF’s that I know of are ‘outboard electronics’ (though not technically a mf, as it uses a solenoid-like coil to move the fader instead of a motor) and dambrin. (I think it is spelt dambrin, but not sure.)

one thing to watch out for is noise from motors getting into your audio tracks.

…Steve

the problem of the vca is that it impact the quality of the sound, the best is to not have any vca in your signal path

thats right !  :-X

just thought it would be cheaper than 2 track motorfaders at ~50 $  ;)

seems that u have to spend some money for quality faders…

yes i know, but my prob is to find a fader that fits in my console, i found only 3 (the length of the fader must be < 137mm):

MF-660 at www.aacix.com

PGFM3000 at penny & giles

MCU820 at www.tkd-corp.com

I think the price of the penny & giles is to much for me, so i hope that the MF-660 is in my price range but i don’t know where i can buy it…

It would take some code banging and little hardware, but why not use MIOS to control serial audio mixing chips?  That way the signal wouldn’t run through the slide pot at all!  The $7 Panasonic at All Electronics could be used.   For example http://www.analog.com/UploadedFiles/Data_Sheets/309523086317523187ssm2163.pdf describes an eight input, two ouput mixer chip needing only three or four “wires” to control the chip.  Or, look at this chip http://icpart.com/sheetfiles/T/ST%20MTDA7465.pdf Just do a google on: digital audio mixer chips

TK has developed the skeleton of something more that simply a MIDI controller.  After all, the basics of MIOS are to examine the various states of operator controls and create hex serial messages.  If someone can write the code and create the hardware to output I2C or similar serial commands, then expanding MIOS to a wide range of audio controls would be relatively easy.

the prob is also that i need a good quality motor fader, because it’s for a professionnal mixer, so a cheap panasonic fader would not be a good choice.

Jim

Pilo has already modified AOUT driver to work with PGA2311 volume control chip. Check: http://www.midibox.org/cgi-bin/yabb/YaBB.cgi?board=mios;action=display;num=1074625363;start=0#0

Bye, Moebius

Please look at the Elektor magazine. There is a pre-amplifier with a PIC18LF452 (L = PLCC version) and PGA 2311.

Maybe its useful.

wfg

Jack

yes! I saw this article and tey said that the pga2311 sound really good.

I use the pga4311 and they seems to be good (but I didn’t make a lot of test until now), it’s quite easy to use it with mios.

Maybe a cheaper solution. But it has “only” 95db, I mean the you can change the gain betwee +31.5 and -60db or something like that (and mute of course).

PGA2311 and PGA4311

Dynamic Range(dB):  120

Gain and Attenuation(dB): +31.5dB to -95.5dB with 0.5dB)

Here is the Link:

http://focus.ti.com/docs/prod/folders/print/pga2311.html

http://focus.ti.com/docs/prod/folders/print/pga4311.html

lol you’re right, it’s 120dB :slight_smile: sorry… I just woke up when I wrote this post!

hey pilo can you give me some info on how you are using the pga4311. i am vey interested in this.

things i would like to know are.

does this control line level audio? (i think so)

what hardware (circut) do you interface it to the core?

i hope you would be keen to put this on the midibox org server.