I’m just tinkering with the idea of building a very simple knobbox based on the midibox plus, and was just wondering if it would work like this http://home.no/steeg/midiboxplus_simple.gif
just erasing the things I don’t need :)
i would only need one bank, and program the pots with sysex
maybe someone also could help me look over my parts list, so i don’t miss anything
Why is that, is it something with the program for the pic, or is it a hardware thing with the pic?
I was also thinking about adding a led as value indicator for each pot, would this require rewriting the pic-code?
I might also go for a button for each pot to set the init value to the current value. This could be done, right? Which connectors could be used for this? I wouldn’t have any problems with rewriting the code to fit my needs..
Why is that, is it something with the program for the pic, or is it a hardware thing with the pic?
This is a hardware related topic.
I was also thinking about adding a led as value indicator for each pot, would this require rewriting the pic-code?
I might also go for a button for each pot to set the init value to the current value. This could be done, right? Which connectors could be used for this? I wouldn’t have any problems with rewriting the code to fit my needs..
This cannot be done without removing existing features due to memory limitations.
I can send you the source code (-> request it via EMail), but please note that I don’t support the PIC16F projects anymore.
PIC16F programming definitely makes no fun, especially the PIC16F MIDIbox firmwares are everything else than expandable since I had to use a lot of dirty programming tricks to get so much functions as possible into the small memory. Several people who tried to integrate new functions finally gave up.
If you want to do the right step, if you want to program new functions without so much effort like for the old PIC16F firmwares, then switch to MIOS!