Jump to content

Recommended Posts

Posted

HI all!

regarding the vu meter idea I posted a last week, I finally found A vst called Jultram that sends Db levels to midi ccs in real time. ::)

Now to avoid having to use 10 douts for only one Led baragraph and a lot of coding, Is there a way to export a variable voltage according to the CC send buy the Db to cc Vst converter? :o

This would alloy usage of analog needle Vu meters :-*,

And led baragrahs! ;D

Thanks for the help, :D

-mb944  :P

ps: sorry bout all those smileys (my girlfriend did them)

Posted

Hi,

no special coding is required for bargraphs, just use the MB64E application which can handle with up to 64 LED rings (which are in fact up to 64 * 16 LEDs). They are connected to a matrix like shown here http://www.ucapps.de/mbhp/mbhp_doutx4_ledrings.pdf - the LED patterns are configurable, so: everything you need is already available, you only have to find the appr. informations ;-)

Best Regards, Thorsten.

Posted

Mornin' Tk!

Thanks for your speedy feedback!

Now I'm no expert in electronics, but I guess adding several differant douts (adding up the voltages) to an analog needle vu meter could act as a variable output ?

Some resistors of some sort would be needed to bring the voltage down I guess...

Or Am I going to blow the thing up By mixing Dout pins?

(embarrasing to ask such questions that must seem obvious to others :-[)

Thanks

Posted

It's more embarrasing to give wrong answers (like I sometimes do  8) )

DOUT module = DIGITAL out (output signals are either '+5V' or '0'; ONEs or ZEROs)

AOUT module = ANALOG out (output signal is within a certain voltage range, like anything between 0V & xV)

For an analog VU-meter, you require an analog signal(variable voltage signal, if you like)

You can't connect multiple digital output signals together to get higher voltages to display.

You'd need a DAC (Digital to Analog Convertor), but this is wat the AOUT is about actually.

A DAC works somewhat like this:

(each digit of the input represents one input pin; output is on 1 pin)

input > output

digital > analog

0000 > 0,0V

0001 > 0,1V

0010 > 0,2V

0011 > 0,3V

0100 > 0,4V

etc...

For a LED bargraph, you need DOUT module(s)

While 1 DOUTX4 (4 SR's) has 32 (4x8 ) outputs, you can control more than 32 LEDs if you connect them in a 'matrix' (e.g. 16x16) just like the LEDrings example TK mentioned. Like this not all LEDs are lit simultaneously, but sequencially at a rate so fast that your eyes see them as continuously lit.

Converting MIDI CC's to LED bargraphs is not too hard to do. MIOS takes care of all the MIDI handling etc.

All you need to do is modify the code so with each incoming CC value the correct digital outputs are addressed, again see the LEDrings example.(look into the mios code, & mios reference files)

Converting MIDI CC's to an analog VU is the same principle I guess, but then you need to address the AOUTs. But I never played with that.

Maybe a bit too much explanation then required, but I hope you get the idea (& that it's correct what I said :) )

Goodluck,

DriftZ

Posted

Hi.. sorry to bug U all, and makin' this a felluva mess!

You can't connect multiple digital output signals together to get higher voltages to display.

Oh, yes you can ;)

A DAC works somewhat like this:

(each digit of the input represents one input pin; output is on 1 pin)

input > output

digital > analog

0000 > 0,0V

0001 > 0,1V

0010 > 0,2V

0011 > 0,3V

0100 > 0,4V

etc...

By using binary output to DOUT and simple R2R dac, you get variable voltage out. Check http://www.hut.fi/Misc/Electronics/circuits/r2r.html for reference. For analog VU's maybe a 6bit resolution is enough. This is a really cheap alternative, but lot's of soldering. (and few lines of assembly)

Bye, Moebius

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...