Search the Community
Showing results for tags 'programming'.
-
What are your tips and techniques for programming sounds? I've been messing around with the synth for a while and using it for some nice sounds, but I don't feel I've mastered the unusual architecture of this synth yet, despite some very nice happy accidents. This morning I started to get my head around wavetables, and while they seem powerful I'm still not sure how to make the best use of them. Alongside the presets thread I thought it might be good to start a thread sharing tips...
-
Hi! I'm looking to build a simple Midimerger and need a programmed PIC 16F88 for that. Have got an open order from Mikes Elektronikseite, but that doesn't seem to work. Is there anyone here, who would program a 16F88 for me? Living in Hessen, Germany Thank you, have a good time.
- 1 reply
-
- midimerger
- pic16f88
-
(and 2 more)
Tagged with:
-
Hi guys, I was impressed by your website, read it over and over again. Ordered the parts for a NG. (Thanks again Smashtv-Tim for your efforts.) Built it in a day, but understanding the software takes me a little longer. Maybe because my last programming experience was in the 70s... in Pascal. C(++) is new to me, but i'm getting the hang of it. The midibox works, Mios Studio and the toolchain with Eclipse do, and I've scribbled some lines in the skeleton's app.c (a keyzone midifilter). Even that workes fine. Using Windows 7. Now I want to take a more modular approach, but I'm having problems including modules into my program, even the existing ones in the repository. I tried to include through the makefile of the skeleton. Like this: include $(MIOS32_PATH)/modules/midi_filters/midi_filters.mk Checked the paths and preferences, but I keep getting error messages, saying that the (modules) file or directory does not exist. make all rm -f project.hex arm-none-eabi-gcc.exe: project_build//C/Users/Joost/Midibox/SVNmios32/trunk/modules/midi_filters/midi_filters.o: No such file or directory make: *** [project_build/project.elf] Error 1 Does anyone see where I go wrong?