Hi!
I have a question about the panel control of the VCO 2 frequency. If I want VCO 2 at the same frequency, I have to turn the knob a little bit to the right. It´s not at the center position.
1.) Is this normal?
2.) Is it possible to callibrate VCO2?
I just purchased a new Minitaur and I have am similar issue. VCO 2 frequency is NOT an unison at the 12 o’clock position. But it is in unison closer to 3 o’clock. Is there something wrong with my unit? The manual states the following on page 9:
VCO 2 FREQ (CC# 17):
Sets the frequency offset of VCO 2 from VCO 1. The offset range is +/-1
octave. Center position tunes VCO 2 in unison with VCO 1. NOTE: If playing
between notes 60 and 72, the pitch of VCO 2 is limited to note 72 (C4)
regardless of this control setting.
I was able to fix my issue. It was a calibration issue. As I was researching this problem I came across the Minitaur downloads page. There’s one called Useful Minitaur SysEx Commands. Inside the zip file is text file that details various SysEx (System Exclusive) commands. There are 3 SysEx commands that when used correctly, will calibrate your control knobs or pots.
This was my first time using SysEx commands. To aid others who need help using sysex commands the following minitutorial should get them going:
System Exclusive messages are part of the MIDI standard that allows manufacturers to write custom commands for their hardware. These commands allow for a number of actives including loading/dumping: firmware, patch information, tuning tables, and calibration information. In order to use SysEx you will need your device turned on and connected via MIDI to your computer. You will also need software capable of sending SysEx messages. A popular and free tool for OS X is SysEx Librarian. It can be downloaded from http://www.snoize.com/SysExLibrarian. Lastly, you will need the actual SysEx messages themselves. (The 3 pot calibration .syx files were not included in the Minitaur SysEx commands zip file so I had to create them. I tried to upload them to this post but .syx files are not allowed.)
SysEx Librarian uses a binary file format which presents raw data to your device. Other SysEx tools may allow you to type the hex SysEx message in directly, but SysEx Librarian requires us to load binary .syx files. Creating a message in TextEdit and then changing the file extension will NOT work since the resulting file is not in binary. Highly Liquid provides a free web tool that will take your hex message and convert it into binary .syx files. It can be found at http://highlyliquid.com/hl2012/support/text-to-sysex-converter.
Using the Highly Liquid web tool create 3 separate .syx files. Enter the message data one message at a time. F0 04 08 14 00 00 F7 is the minimum pot calibration command, F0 04 08 14 01 00 F7 is the maximum, and F0 04 08 15 00 00 F7 is the command for the midpoints of VCO 2 Freq and EG Amount. Each time you click Convert! a sysex.syx file will be downloaded. Rename each file to reflect the message you created. (i.e., _Minitaur_Pot_Cal_Min.syx, _Minitaur_Pot_Cal_Max.syx, and _Minitaur_Pot_Cal_Mid.syx.) Connect and turn on your device and open SysEx Librarian. In the Destination drop down box select your device/port. In this case Moog Minitaur. Drag the 3 .syx files into SysEx Librarian. Set ALL Minitaur knobs to their minimum value, select the _Minitaur_Pot_Cal_Min.syx file inside SysEx Librarian and click the Play button. Watch your Minitaur’s MIDI LED to see if it received the message. The LED should light up and then turn off. If it didn’t you either missed it light up or you have a MIDI transmission/connection issue. Next set all the Minitaur knobs to their maximum value and play the Minitaur_Pot_Cal_Max.syx message. And finally, set the VCO 2 Freq and EG Amount knob to their center point and send the _Minitaur_Pot_Cal_Mid.syx message. Your Minitaur is now calibrated!
Note that for Windows (in my case Windows 7) I successfully used the free Bome SendSX (beta version) available here: http://www.bome.com/products/sendsx/downloads to calibrate my Minitaur. After selecting the Minitaur as the MIDI device, you can simply copy and paste those codes into Bome SendSX to send them to the Minitaur (without having to convert them into .syx files first).