Jump to content

MidiBox CV-Applikation gesucht


Recommended Posts

Posted

Hallo zusammen,    ;D

ich suche eine Applikation für eine MidiBox CV mit 1xCore,1xDIN,2xAout_LC für 4xCV und 8xGate.

4 Buttons oder 2 Buttons+Encoder ist egal.

Da ich nicht der Programmierer bin,wollte ich mal fragen,ob hier jemand schonmal eine solche Applikation programmiert hat und sie mir evtl. überlassen könnte.   :)

Im Gegenzug könnte ich dann z.B. nen Lötjob übernehmen!

Greetz

Brother303

Posted

Hallo,

es ist ja eigentlich schon alles fertig programmiert, Du musst die MIDIbox CV Applikation nur noch konfigurieren: in in main.asm die Zeilen


; use PORTA and PORTE (J5 of the core module) for 8 additional gate outputs
#define ENABLE_J5 0
;
; define the AOUT interface which is used here:
;  1: one MBHP_AOUT module
;  2: up to 4 (chained) MBHP_AOUT_LC modules
; all other values invalid!
#define DEFAULT_AOUT_INTERFACE 1
[/code] umaendern in:
[code]
; use PORTA and PORTE (J5 of the core module) for 8 additional gate outputs
#define ENABLE_J5 1
;
; define the AOUT interface which is used here:
;  1: one MBHP_AOUT module
;  2: up to 4 (chained) MBHP_AOUT_LC modules
; all other values invalid!
#define DEFAULT_AOUT_INTERFACE 2

und dann ein neues main.hex nach dieser Anleitungen bauen:

http://www.ucapps.de/howto_tools_mpasm.html

Gruss,

        Thorsten.

Posted

Hi Thorsten!    :)

Erstmal danke für die prompte Antwort.Bin leider totaler Neuling,was programmieren angeht.

Hab zwar schon diverse Synths gebaut(x0xb0x,Simplesizer etc.),hab mich aber bislang noch nie mit der PIC/Mios Materie beschäftigt.  ::)

Aber ich denke mit etwas support aus diesem Forum werd ich das auch noch hinkriegen...

Auf in den Kampf!!!  ;D

Greetz

Brother303

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