Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/17/2019 in Posts

  1. Have you looked at http://www.ucapps.de/ yet, or just the forums? There are several midibox synths. The Midibox SID is a commodore SID synth; there's an FM synth. Midibox CV V2 isn't a synth, but it's also interesting: http://www.ucapps.de/midibox_cv_v2.html. If you look around the wiki http://wiki.midibox.org/ and old forum threads, you can find a bunch of examples of people making custom synths and MIDI controllers with features that didn't previously exist in MIOS. You are not restricted to the API in MIOS - take a look at the app.c files in some of the projects (eg: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fcontrollers%2Fmidibox_ng_v1%2Fsrc%2Fapp.c) - there are a bunch of hooks in that file that you can use to launch custom stuff.
    1 point
  2. Hey! This is 20 years thing! TK did it like that for the people who don't know how to program and flash on the PIC. So he created a MIDI bootloader.(Yes there's a bootloader ;) During some times the PIC was sold with the BL already flashed, then there was no need of a programmer, only a MIDI interface was necessary cause the MIOS8 and the App layer are uploadable with the MIOS Studio, the .hex file! Which is sent as SysEx to the PIC. I was a bit lost too at the beginning, without any ASM knowledge. But I tried, failed, succeed, and finally learnt a lot more than I expected. Most of the people don't want to change a line in the code, they just want a working machine after have building it. Conclusion if you want to change some lines in the code, you must be interested in mios8 and what it is. Follow the procedures, try, after a few steps, you will see everything lights up. ;) BR Bruno
    1 point
×
×
  • Create New...