1-Volt-per-Octave-for-MidiVox take 2

midiChaRTCYAN

CV-lovers out there - Have a looksee @ the new version of the 1VpOct sketch for Arduino/MidiVox, aptly named -
MidiVox_1VpO_v2.zip (details @ top of .pde file)

Hrrm … fairly certain some higher MIDI notes are somehow gating the CV signal which would effect a notes release in resulting synth output. Will squash this asap.

Otherwise, connections are same as previous, V-trig & S-Trig type Gate signals available from Arduino pins 5 & 4 respectively. Control Voltage signal available from pin 8 of the MCP4921 DAC chip (additionally, remember to disconnect nearby resistor from that pin) - and don’t forget to connect grounds between your synth and MidiVox/Arduino.
Comments

Healer synth firmware updated

saveKey

Before heading out to Maker Faire Bay Area, I managed to polish off a new version of the Healer synth code for use with MidiVox - woohoo!

Version 2 of the firmware saves customized parameters (filter, waveform, etc) to the Arduino’s built in EEPROM. Whenever the MidiVox’s RESET button is pushed, two quick flashes of the DATA LED confirm that a save+reset has occurred.

I’ve also disabled the velocity response and its relevant control parameter after figuring out they were to blame for some notes becoming ‘stuck’ on. Personally, I’m not a big fan of note velocity and never thought it felt quite right on a monophonic synth like this. That being said, if anyone’s sad to see velocity go (is that a pun?), please let me know in the comments and I’ll consider reimplementing it as an option in the next revision.

Healer v2 can be
downloaded here.
Comments

Do-over! SX-150+MidiVox now best buds

MidiVox_SX-150control

A second round of hacking has turned up a much better method for controlling the SX-150 via MidiVox+Arduino. (is it still “hacking” if it’s your own design?)

After running a wire directly from the DAC’s output to the SX’s stylus (bypassing the shield’s low-pass filter) octaves 0-5 are now usable. During my initial testing, the SX has stayed acceptably in tune over a 4-octave range - which I can hardly believe myself! A simple one-line conversion did the trick -
noteOut = (noteOut+1) * 20.45;
Download the
MidiVox->SX-150 code here. (updated, see below)

To use the sketch, you’ll need to remove the 909Ω resistor running off the DAC chip’s output (pin 8, shown above), run a wire from the DAC’s output to the SX-150 stylus, and connect one of the available GND pads to the SX-150’s ground (outer ring from either “EXT. SOURCE” or “OUTPUT” jacks will work)

Update: In my gleeful haste to post the above info, I overlooked the very likely possibility that not all SX-150s will respond to a certain control voltage level in the same way. In fact, because these little analog synths use such inexpensive parts, it’s pretty much guaranteed no two will respond exactly the same way. I acquired a second SX for testing, and it seems to be ‘tuned’ a little less than 3 whole notes higher than the one I originally used.

Here’s a
new version of the sketch that uses the variable “tuningVal” to achieve an acceptably in-tune output from the SX. Use a guitar tuner or tuner app to measure the output of the SX while controlling it via MidiVox + MIDI keyboard controller. Choose a reference note (ie - middle C ), and adjust the value of tuningVal (in the file named MIDISetup.pde) until the SX’s output matches that reference note. Example: Updating the code to “ tuningVal = 8.5; “ got my SX to play pretty nicely in tune.
Comments

SX-150 under MidiVox control - a first attempt

sx150_handdrawn

After a request in the forums, I took a stab @ generating control voltage for the ever-lovable Gakken SX-150 mini analog synth. This initial sketch will convert MIDI note values 47-84 into varying pitches w/ envelope triggers on the SX. Those interested can grab the code here -

http://narbotic.com/files/MidiVox_SX150-100428a.zip

Hardware Setup:
  • Switch the MidiVox AUD/CV jumper over to CV side (connecting the center and inner-most pin)
  • Connect the shield’s signal output (left or right channel from the onboard 1/8” output jack) to the metal contact on the SX-150 stylus.
  • Also, make a connection between GND on the shield to any ground point on the SX-150 (the exposed metal barrels on either of the SX 1/8” jacks will work)


The notes played won’t be in tune (that’s a tall order for the lil’ SX), but I’ve found that using a keyboard to control the Gakken is a lot big improvement compared to the standard stylus/ribbon interface

Please drop a line in the forums if you have any problems with the above code or the MidiVox kit in general. I’ll be checking them on the regular!

C
Comments

Forums are GO!

romanForum
Enjoy the modern luxury of text-based communication on our new forums! If you’ve run into any problems with your kit or just want to share what you’ve done with it - please register and share with the rest of the class. And do let know if you have any suggestions or ideas on how they could be improved.
Comments

Photos on Flickr

© 2009 Collin Cunningham