brother303 Posted September 15, 2006 Report Posted September 15, 2006 Hallo zusammen, ;Dich 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
TK. Posted September 15, 2006 Report Posted September 15, 2006 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 2und dann ein neues main.hex nach dieser Anleitungen bauen:http://www.ucapps.de/howto_tools_mpasm.htmlGruss, Thorsten.
brother303 Posted September 16, 2006 Author Report Posted September 16, 2006 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!!! ;DGreetzBrother303
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now