Jump to content

NEW MB SID problems


igi
 Share

Recommended Posts

Hi!

I almost finished my MB SID V2 with four SID's, four SWINSID's, coplete CS an two LC Aout.

So for so good, and my new beast working almost perfect.

But there is is a few problems.

- Led for LFO positive is not working (I turn it like SID L,SID R and meter mode witch is working)

- I use a non detent encoders (bourns PEC 11) and they work a little strange. It's very hard to

adjust precise data (E.G.for transpose), and sometimes value jump E.G.from 10 to 36 even if I turn

encoder very slowly,or value is decrease for a moment even I turn un the right.

For the menu I used same, but detent encoder (mode 3) and works perfectly.

- C64 power supply is gets pretty hot. Is this normal?

Thanks everybody for support!

Link to comment
Share on other sites

Hi!

I was modify Aout_LC to operate with single power supply and relace TL072 with LM358.

I need only 0 to 5V for controlling external CEM filters.

My DIN's it's OK (I check), because detent encoder is woking fine and all other buttons

works OK.I try all encoder modes, but other than non_detend is working even worse than

only one non_detent mode.

Best regards!

Link to comment
Share on other sites

Are you sure, the LED works?

You can use a battery with a resistor in series to test it in the circuit,

but if you can, you should disconnect it from the Dout first.

Did you add

DOUT_ENTRY TMP5, 5, x, y ; LFO Positive LED

below "CS_MENU_DOUT_TABLE" in setup*.asm?

( with x=number of shiftregister and y=pin, e.g. 6,3)

Edited by Imp
Link to comment
Share on other sites

HI!

The LED is works!

I try change "LFO positive" with "matrix mode" in the Dout

and led for LFO+ was working (but not matrix mode LED).

And yes, I add

DOUT_ENTRY TMP5, 5, x, y ; LFO Positive LED

in asm setup just like I did for SID L,R (with diferent x and y of course)LEDs witch is working fine.

What else can be wrong?

Thank you for your support!!!

Link to comment
Share on other sites

When do you expect it to turn on?

Maybe you got that wrong? ;)

In the LFO menu you have to set the Waveform to PSn,PTr,PSw or PPl...

If this isn't the problem, i don't know what else to check.

Maybe someone with a working LFO+LED can chime in?

Link to comment
Share on other sites

No, it just turns on, when you select one of those positive waves...or at least it should ;)

Without it, you can still see if you selected a positive wave, because then two of the LFO-Waveform-LEDs will be lit.

Have you checked, if the used SR/pin isn't already in use by another function?

Link to comment
Share on other sites

Hi!

SR is not already in use. When I set waveform to PSn,PTr,PSw or PPl, then RND led with selected Waveform is lit.

Here is my configuration:

DOUT_ENTRY TMP5, 0, 5, 6 ; LFO Sine LED

DOUT_ENTRY TMP5, 1, 5, 7 ; LFO Triangle LED

DOUT_ENTRY TMP5, 2, 6, 0 ; LFO Saw LED

DOUT_ENTRY TMP5, 3, 6, 1 ; LFO Pulse LED

DOUT_ENTRY TMP5, 4, 6, 2 ; LFO Random LED

DOUT_ENTRY TMP5, 5, 6, 3 ; LFO Positive

DOUT_ENTRY TMP4, 7, 6, 4 ; sid R

DOUT_ENTRY TMP4, 6, 6, 5 ; sid L

DOUT_ENTRY TMP2, 2, 6, 6 ; meter

DOUT_ENTRY TMP2, 3, 6, 7 ; matrix

Best regards!

Link to comment
Share on other sites

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...
 Share

×
×
  • Create New...