Jump to content

Recommended Posts

Posted

I am trying to compile the Midibox CV application using code offered for DOUT triggers in the Wiki here:

http://www.midibox.org/dokuwiki/doku.php?id=how_to_use_midibox_cv_with_a_dout

I am getting a "syntax error" on this line:

IFNEQ	MIOS_PARAMETER1, ACCESS, rgoto USER_MPROC_NRE_NoNoteChn1

The compiler doesn't return any errors if I comment out this line (but I'm guessing then my triggers won't work.  :-[)  Any clues?  My MIOS coding skills are nothing right now, so I'm not even sure what I'm looking at.

Posted

IFNEQ won't work with gputils anymore

Replace the line by


   cpfseq MIOS_PARAMETER1, ACCESS
   rgoto USER_MPROC_NRE_NoNoteChn1
[/code]

Best Regards, Thorsten.

Posted

Worked!  Thank you so much.

I posted about asking how to change the Midi Channel from Ch. 1 to Ch. 16 in the "Design Concepts" forum, but I realize it may be better off moved here, in case you want to move it.

Posted

Don't be afraid to update that wiki page too, to save others this trouble in future. If you don't have time to fix the code, perhaps you can link this thread or something... Thanks!

Posted

Cool, I will do that as soon as I get this working!  I think I have burnt shift registers, because I'm getting nothing on my DOUT pins even with the DOUT test application -- ordering more today.

It would be cool to add an extra menu page allowing you to route the DOUT triggers to whatever values you liked, maybe I'll try to tackle that in the future.  It'd also be nice to be able to select whether or not a specific DOUT is a 1ms trigger or a regular gate.

Posted

Well my DIN board (which is just a single shift register exactly as detailed in the schematic) is working fine.  I have checked all the connections successfully from the pins on the shift register back to the PIC, and from the shift register to my DOUT pins... everything is fine.  I only have the one DOUT shift register at the moment, so if it's bad, it's just a single one bad and not a whole chain... only other thing I can think of is the PIC has a bad pin, but that doesn't seem likely. 

I will check out that SRIO test app... the one I was using is the DOUT test app.

  • 3 months later...

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