Jump to content

Ref to my New Project thread in Design Concepts


Tanstaafl
 Share

Recommended Posts

  • 2 weeks later...

I've made some modifications to the schematic (block diagram) for this project

http://www.ggbnet.com/MBHP-CV-VHz.html

an addition of 2 IC's for latching / triggering.

One of these days I'll get  how to do assembler, get rid of the extra hardware and just do it with the midiboxCV app. 

But for the time being this woix  :D

If anybody has old V/Hz gear they want to drive from MidiBox,

message me and I will get real schematics done and posted!!

I'll keep you guys posted on progress.

gb

Link to comment
Share on other sites

  • 3 weeks later...

EUREKA!!!

    I got MidiBOX-CV with the J5_DOUT to work completely in software! 

  Thorsten, the code you sent back in January was what I needed.... just didn't have enough programming skills to find where the problem was.

Code:

TABLE_ADDR MY_TABLE

movf MIOS_PARAMETER1, W ; (contains the note value)

TABLE_ADD_W ; add to table pointer

tblrd*+ ; read byte from table

movf TABLAT, W ; result in TABLAT

;; now you can do what you want with the new value

it took me until today to realize... Parameter1 was NOT what I needed....  that's note on... i needed the key value.. that's parameter '2'

changed the line above to

movf MIOS_PARAMETER2,W

and It reads my table and outputs the data I need for my strange D/A converter...

this let's me get rid of the 3 extra chips which I needed to do it in hardware.

THANX TK!!!!  ur the best!

gb

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