Guido
2012-05-12 18:13:34
Well i think i may have already asked all the dumb questions..thx for y'alls patience .
Its track meter time. I have the meters working kinda. The sender expects an LCD, so there is no " turn leds off command " being sent. So my meters {leds} on the recieving end go up and light but then just stay on. phew.
I then used a translator to use the same LCD on command to send an all leds off command {with various delays} and that kinda works but the meter reacts "choppily" as u would expect because it clearing all the leds. Man i hope i make sense to u! See info at end.
So i figure i need to skip maybe every 2 or three LCD on commands and send less ALL LEDS OFF offs? How would i accomplish this in bomes? i tried making rules but i just kept getting further and further away. Even if i do this i still suspect the meter wouldnt look "normal".
So then i figured..a real novel here.. maybe i would have to send both all lcds off AND..this is really where my brain goes burp..some "decending" led light ons delayed after the signal light ons to simulate the smooth fall of a normal meter. But then i wonder about usable midi bandwidth with all 8 meters goin.
Here are the specs...
What is being sent....I think i can handle the y =track#
D0 yx : update VU meter, y=track, x=0..d=volume, e=clip on, f=clip off
------------
What i need to recieve....
Format: a0 0y sv
y : channel (0..7)
s : side (left/right)
s = 0 : side = left
s = 1 : side = right
I dont have a master fader on the recieving end so i think i can skip the "s" variable
v : value (0..c)
v = c : signal >= 0dB; red (clip)
v = b : signal >= -2dB; yellow
v = a : signal >= -4dB; yellow
v = 9 : signal >= -6dB; yellow
v = 8 : signal >= -8dB; green
v = 7 : signal >= -10dB; green
v = 6 : signal >= -14dB; green
v = 5 : signal >= -20dB; green
v = 4 : signal >= -30dB; green
v = 3 : signal >= -40dB; green
v = 2 : signal >= -50dB; green
v = 1 : signal >= -60dB; green
v = 0 : signal < -60dB; all leds off
I have this whole project functioning beautifully thanks to BMTP and DA and florian..just 3 probs left. This meters..and the 2 sys ex conversions of the main dispay and the TC 7segment display.
Here is what i have.... ALL MCU features implemented..save those 3 mentioned
Any help appreciated as always,
Guido
- Attachments
-
- D8b-Hui-MCUConvertorV2.bmtp
- (48.66 KiB) Downloaded 406 times