Category: Synth

imbAVR.BassZero: MIDI synth based on Arduino

  Project goal To build USB Midi, monophonic, Bass line synth based on Arduino Pro Micro board. Concept Waveforms are analog modulations of single digital frequency source (digital pin, Arduino tone() method) with pure square waveform. Key (hardware) components: Arduino Pro Micro Microchip MPC 410 10 CP digital potentiometers (10kOhm, 8bit / 256 values) UL741…

Software MIDI router – tool for synth development & other hardware/software tasks

Software MIDI router from input/output devices and MIDI ports on a PC. GitHub: https://github.com/gorangrubic/MidiRouterTool The last build (Windows): MidiRouterTool_vc141 (just unzip and run MidiDemo.exe)   The tool is, relatively simple, modification of JUCE example:”MIDI Demo”. Changes are: the MIDI messages are forwarded from inputs to outputs refresh period is decreased from 500 ms to 250…