Quantcast
Channel: tubbutec – tubbutec
Viewing all 113 articles
Browse latest View live

Multivox Rhythm Ace FR6M midi


Audiowerkstatt tools now in Tubbutec shop

ModyPoly HiRes now available

$
0
0

HiRes is an upgrade for the ModyPoly which adds high pitch resolution, microtuning and portamento. It works for Polysix and Mono/Poly

Replacing Minerva with Juno-66

$
0
0

This is a short manual on how to replace the Minerva mod for Juno-60 with the Juno-66. A few people have asked about this and we finally got the chance to perform the conversion.

It is fairly simple and straight forward:

  1. Unplug the Minerva board from the back panel. Unplug all connectors from it.
  2. Unplug the Minerva pitch bend board on the left and put back the original connectors. Don’t have a picture here, but it is obvious when you see it.
  3. Repair the damage to the arp clock wire. You need to put the crimped arp clock wire back in the connector where it belongs. In our case we were able to remove the crimp contact from the shell using a small screwdriver. Then just put it back into the original connector.
  4. Proceed with the juno-66 install normally as per the installation manual.

Christmas Holiday

$
0
0

Merry Christmas and a happy new year!
We’ll be closed for 2 weeks until the 2nd.

Last day of shipping is this Thursday the 19th. We will of course accept orders after that, but these will be shipped on the 2nd next year.
Please understand that there will only be limited support during our absence, but we will of course be back for you next year.
Have a nice time and enjoy the Holidays !

Korg Minipops 3 midi with uniPulse

$
0
0

This manual shows how to install uniPulse in a Korg MiniPops 3 (aka Univox SR-55 and Aria Diamond) and trigger all 9 instruments via midi.
The installation is fairly simple and only requires soldering a few wires and parts into place, as well as drilling a hole for the midi socket.

Config file (right click, save as)

Hohner Automatic Rhythm Player midi with uniPulse

$
0
0
These are the instructions showing how to install uniPulse in a Hohner Automatic Rhythm player. This gives you full midi control over the instruments, most instruments can be triggered dynamically via midi velocity. The installation is pretty easy. You just … Continue reading

Midi for Selmer/Jax/Keynote Auto Rhythm

$
0
0

This manual describes how to add midi control to this drum machine using our uniPulse interface.
The machine has been sold under various names including

  • Keynote AutoRhythm
  • Jax 230 Auto Rhythm
  • Selmer MR-101 Auto Rhyth

All 10 instruments can be triggered, most are velocity sensitive.

Installation of the midi interface is quite simple and only requires soldering a few cables and drilling a hole for the midi socket.

The picture below shows where to connect the 10 trigger outputs from uniPulse (P1-P10). Just solder directly to the existing solder points.

The next picture shows where to connect +V and GND wires that power the uniPulse.

And finally here you can see how we mounted the uniPulse board using double sided tape. The midi socket can be installed in the back of the machine, a drilling stencil is provided.

As a last step you need to upload the uniPulse configuration using our config tool. Config file here (right click, save as).

You can order uniPulse in our shop (you need the ‘normal version’ here)


COVID-19 info

$
0
0
  • Online shop is open
  • Shipping once a week
  • No repairs, mod installs or service

Due to the COVID-19 epidemic, schools and kindergardens are currently closed in Berlin.
As a result Tubbutec staff will spend more time at home and less at work. Production of synth mods is slowed down, but not halted and we have considerable stock of most products. We therefore decided to keep the shop open, but only ship once a week until further notice.

Mod installs, repairs and other service will halt until at least the mid of April.

Support will continue as time allows

thank you very much for your understanding

-Tubbutec Team

 

Colundi on the µTune

$
0
0

Colundi µTune logo

Introduction to Colundi

Some users of our µTune eurorack quantizer and midi interface have asked if about the Colundi scale and how to use it with µTune.

Here is a quick tutorial how to set it up.

The Colundi Scale is somewhat different from traditional scales in that it consists of absolute pitches, rather than relative intervals.

There are different Colundi scales, in this tutorial we will use the list published here:
http://colundi.net/data.php

The scl. file we created using these frequencies can be found here:
Colundi scl file

Update: Here is the scl-file for the complete final list with 128 frequencies:
Colundi-full-everyOne.scl

At the end of this tutorial, we will show how to create such a scale file yourself.

Using a Colundi scale file with µTune

Using the Colundi scale file is pretty simple with µTune. This explanation might look complicated, but it is only very detailed.

  1. Put the scl file on the SD card an load it in µTune
    (Alternatively you could use µTune’s scale editor and enter the scale manually)
  2. We need to define a reference frequency used by µTune’s tuner:
    As a reference you could use the lowest note (10.8Hz), but probably more practical is to use a note in the audible range. Looking at the list of frequencies again, we notice that note number 30 is supposed to be 440Hz. Great.
    Go into TUN->Scale Mapping and define out reference note to be 29 (The base note is note 0) and the reference frequency to be 440Hz. (Note: You can use any other note and frequency as a reference)
  3. µTune is now able to calculate all absolute frequencies of your scale.
  4. Connect the output of your VCO to µTune’s GATE-in input. This can be used to measure the VCO’s frequency.
  5. In µTune’s tuner, you can use different display modes. You could display the frequency in Hz and check the frequencies of the different notes. Better is to use ‘relative mode’ to display the difference between the expected and measured frequency from the VCO.
  6. Adjust the Tune knob on your VCO until it is in tune. You might have to adjust The ‘Middle volt’ and ‘middle note’ settings to get the VCO in range. Please refer to the µTune user manual chapter ‘Scale Mapping’ for a detailed explanation.
  7. You can now play your Colundi scale and have fun!
  8. Optionally: You can now also use the ‘automatic tuning’ feature to make sure your VCO stays in tune automatically at all times

Creeating a Colundi scale file yourself

As you can see, the first frequency is 10.8Hz, followed by 33Hz, 33.8Hz, 55Hz,…

We now have to convert these frequencies into ratios based on the base frequency and calculate the difference in cents.
By the time of writing this, in Scala you can enter the frequencies directly, Scale workshop does currently not support this however. A simple Excel script can do the job for you as well.

Our base frequency fbase = 10.8Hz which we define to be 0 Cent.

The cent distance from our base frequency can be calculated as:

cent = 1200 × log2 (fn / fbase)

The cent value of out next frequency f1 = 33Hz can therefore be calculated as:

cent1 = 1200 x log2 (33Hz / 10.8Hz) = 1933.72165 Cent

The next entry in our scale is:

cent1 = 1200 x log2 (33.8Hz / 10.8Hz) = 1975.19032 Cent

ans so on.

When you are done you can use your list to create an .scl file. You can do so using Scala, Scale Workshop, µTune’s scale editor or a simple text editor. The .scl file format is very simple and described here.

Boss DR-55 midi and more

$
0
0

One of our customers, Landon Balk, used the uniPulse midi interface to add midi to his Boss DR-55.
He also completely modded his machine and constructed a custom case.
You can purchase the case directly from him: facebook site or website.
This manual shows how to install uniPulse in the Boss DR-55 based on his instructions.
Please read carefully before purchasing the uniPulse mod. If you want this to be done by a tech, get a quote first!

Preparing the DR-55

Unlike most other drum machines the DR-55 needs to be modified a bit before uniPulse install is possible. The modification consists of replacing four jumper wires with diodes. You can use pretty much any kind of diode like 1N4148.
Modifications Boss DR-55

It will be hard to fit the uniPulse board in the original case. An external case like this one is probably a good choice. Here you can see the uniPulse board (on the right) sitting in the case and wires connected to the DR-55 main board.

A close-up shows where to solder the wires from uniPulse. Wires marked 1-5 are pulse outputs P1-5 from the uniPulse.The 5th connection is an extra sound (just the snare ‘body’)

Powering uniPulse

We recommend to power uniPulse from an external 12V-15V DC power supply. Just make sure to connect GND of uniPulse to GND of the DR-55

Configuring uniPulse

You can use the uniPulse configurator to upload your configuration. You need to set up the Pulse outputs as: Positive, Rect, 6V. Linking the velocity to the voltage will give you some velocity control. We recommend to experiment with pulse shapes and lengths.

You can find a configuration file here

UniPulse MIDI for Roland PB-300

$
0
0

This manual describes how to install uniPulse midi in a Roland PB-300.
You will get direct control over the drum sounds and trigger them in a velocity sensitive way.
After installation, you will be able to trigger the following sounds:
Kick, Snare, Low Tom, High Tom, Closed Hihat, Open Hihat, Rimshot and Cymbal

These instructions are based on information from forum user nutjob in the thread over at MuffWiggler
Thank you very much.

Installation is very simple. Just solder the wires from the uniPulse to the PB-300 board as shown in the picture below. If you want to continue using the existing midi, you need to drill a hole for an additional midi socket using the stencil provided in the kit. Otherwise you might be able to disconnect the existing socket and solder to it directly.

After installation turn on the machine. The led on the uniPulse board should light up and you are ready to transfer the config file to it using the configurator.
The config file can be found here (you need to unzip it):

Roland PB-300.pcnf

Tubbutec Session #01 – Minipops, Cr-78 and SH-1oh1 midi jam

Genki Instruments with Tubbutec Juno-66

$
0
0

<iframe width=”560″ height=”315″ src=”https://www.youtube-nocookie.com/embed/s-HSwY5y41k” frameborder=”0″ allow=”accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture” allowfullscreen></iframe>

Microtones 103 –µTune review by Synth DIY Guy

$
0
0

In depth review of Tubbutec µTune and expander by Synth DIY Guy
.
He used the Linnstrument in MPE mode to microtonally control his modular setup and show a lot of µTune’s features.


Tubbutec Session #3 – Eurorack Acid with USB Bridge A

$
0
0

Acid Jam Session using Eurorack for the Acid sound and Bassdrum.
A Beatstep Pro syncs a Roland TR-505 and A Korg SQ-1 using Tubbutec USB Bridge A.
A second USB Bridge A is used to connect a USB midi keyboard directly to the Novation Peak.

How to open unsigned app on OSX

$
0
0

This is how to open our Firmware updater utility on OSX. This should work with any other unsigned app as well. This has been tested with OSX Big Sur but probably works with older OSX versions as well.

Step 1:

Download the app. Safari will place it in the Dowload folder. Navigate to the Download folder in Finder.

Right click on the file and select “new Terminal at Folder”

Step 2:

A terminal window opens. Type the following command: (you can copy and paste it here)

sudo chmod -R 755 ./

You will be promted for your password. Enter your password – it will not be visible. After entering your password press enter.

Step 3:

Open the folder with the little arrow on the left, right click on the “Tubbutec Firmware Updater” application and select “Open”

You will see a message that the file can not be opened. Click Cancel.

Step 4:

Repeat step 3! The second time you click open, the following window will appear.

Click Open and the app will start 🙂

 

Juno-66 manual and demos by Sunshine Jones

$
0
0

The incredible Sunshine Jones took our Juno-66 user manual, improved the design and added more info for clarity.
The result can be found on his website. There is also a nice cheat sheet you should not miss.

Additionally he made a few short video demos of specific Juno-66 demos:

Arp and Powerarp

Chord Memory and Polychord

Hohner Automatic Rhythm Player Midi

$
0
0

This manual describes how to install our uniPulse midi retrofit in a Hohner Automatic Rhythm Player.
After installation you will be able to trigger all 10 sounds, most of them fully velocity sensitive. You will not be able to sync the internal rhythms to midi clock however.

Soldering pulse triggers

Installation is fairly simply and requires you to solder 10 wires from uniPulse to points on the Rhythm Player voice board. These are P1-10 and CV (as labelled on the back of the uniPulse board). The black P7 wire is not used.

Unplug the machine, remove the slotted screws and open it. Then solder the wires as shown in the following pictures. The “CV” connection used for the Maracas needs an additional diode. Any Diode is fine here. As you can see, the cathode of the diode (marking) connects to the cathode of the existing diode.

INstalling the midi socket

In order to install the midi socket you need to drill 3 holes. A stencil for drilling is provided. For the large hole you can use a stepping drill. Now mount the socket using the screws provided.

Mounting the unipulse board

You can mount the uniPulse board anywhere in the machine. We decided to use thick double sided tape to mount it on the rear. Make sure the board can not short to the metal chassis.

first start

After installation, plug in the machine and turn it on. The LED on the uniPulse board should light up indicating proper power connection. Using the uniPulse configurator tool, upload config file for the Hohner Rhythm Player (zipped, extract before opening in the configurator)

That’s it! have fun!

Roland CR-68 midi with uniPulse

$
0
0

Our uniPulse universal midi interface can be installed in a Roland CR-68 and will add the following features:

– Velocity sensitive trigger of all instruments
– Global Accent trigger with the existing accent amount control
– Midi clock sync and start/Stop

[Video coming soon]

User manual

Instrument trigger

After installation the following midi instruments are available on midi channel 10. The channel and midi numbers can be changed using our config tool (see the installation manual below)

Accent 34
Bass Drum 35
Rim Shot 37
Snare 38
Maracas 42
Open hihat 46
Cymbal 49
High Bongo 60
Low Bongo 61
Low Conga 64
Claves 75

All of these sounds are velocity sensitive, some instruments however (such as the hihat and cymbal) react to velocity rather poorly. You can hear all instruments near the end of the demo video above.

In addition to this velocity sensitivity, a global accent can be triggered via midi note 34. The amount of this accent can be adjusted with the ACCENT knob on the CR-68

Clock sync

With the switch on the back, the original internal clock, or midi clock can be selected as clock source.

Installation

The installation requires to solder some wires to points on the CR-68 board, and holes for the midi socket and clock switch need to be drilled. A stencil for drilling is provided.
For clock sync installation. two traces on the board need to be cut, this is easy to fix should you decide to remove the kit at some point.

The installation manual and config file is available here.

Viewing all 113 articles
Browse latest View live