Sevish

You are browsing the Microtonal/Xenharmonic category


I found a motherlode of microtonal music on Spotify

Before I start sharing all this amazing stuff I found, please help me out. I’m trying to verify my Spotify Sevish profile, but it requires 250 followers. If everyone could hit the green “follow” button (and tell your friends) I will be able to get verified. This gives me more control over my artist profile, which will be useful because there’s a new Sevish album on the way.

Massive playlist of microtonal music

A while ago I realized that a tonne of people are still using Spotify, so I started exploring the platform for myself. Of course, I wanted to see how much microtonal music was on there, because it’s the FUTURE (and past) of music. Would you believe that no playlists for microtonal music show up in the search results?

Well, I took care of that. The new playlist is aptly named Microtonal Music & Xenharmonic Music. I have tried to order new releases at the top, such as Brendan Byrnes’ Neutral Paradise, and King Gizzard & the Lizard Wizard’s 70’s Anatolian rock inspired Flying Microtonal Banana, which both came out this month. But scroll down past that and you’ll hear over 500 songs which will take over 2 days to listen through. A mix of genres of microtonal music were included, though mostly non-traditional musics (otherwise the playlist would easily be dominated by world music).

Marcus Satellite’s From On High is also on the platform, which was exciting for me as I never had the chance until now to hear it in its entirety. For me it already ranks amongst the most well-developed late-90s electronica. On top of that, I found that Stephen James Taylor, David Fiuczynski, MonoNeon all have their work up on the ‘fy. No doubt there is a lot more out there that I wasn’t able to dig up.

Hope you enjoy the playlist!

Mapping microtonal scales to a MIDI keyboard in Scala

I recently wrote a tutorial about how to change the root note of your microtonal scale, where I used Scala’s Edit Mapping dialog. There is so much more I want to say about keyboard mappings. This time I’m explaining how to map various microtonal tunings on to a standard MIDI keyboard in a sensible way.

Needless to say, this topic is important for musicians who want to use microtonal tunings on their standard MIDI keyboard controller. I’ll be using Scala for this tutorial.

First, an explainer on “scale degrees”

This is the easy bit but still a powerful idea. Scale degrees are numbers that describe the order of notes in a scale. The root note of a scale is always scale degree 0, and the degree numbers increase as you go up the scale. For a 7 note scale, the scale starts on degree 0, then passes through 1-6. When we reach 7, we’re an octave up from where we started. In this case, 7 would be called the octave degree.

12-equal could also be described with scale degrees. Let’s take C to be our root note, so C = 0. The rest is as follows:

NameCC#DD#EFF#GG#AA#BC’
Scale degree0123456789101112

When we’re working with large scales, notating by scale degree becomes an efficient way of describing what notes we want to play. We will also use scale degrees to tell Scala how to map notes to a keyboard.

How to map a 7-note tuning to the white keys

Imagine we have an excellent microtonal 7-note scale, such as 7-EDO, mavila[7], or something else. By default, your synth maps these notes linearly and chromatically across your MIDI keyboard. Press the C key, and at the same time press the key which is 7 steps above it (that’s a G). You will hear an octave! That’s incredibly jarring, because we expect to hear an octave from C to C, not from C to G.

Linear mapping of a 7-note scale on to chromatic keys:

Linear keyboard mapping of a 7 note scale

The scale degrees in red will be heard as octaves. Not fifths!

Custom mappings help to make a regular pattern that is much more familiar and easy to navigate:

Keyboard mapping with a 7-note scale on the white keys

The diagrams above should make it obvious that linear mapping is a problem. With linear mapping, fingering becomes irregular as you go up and down by aural octaves. For a 7 note scale, we can simply skip out the 5 black keys to get a regular, repeating pattern.

Start off by loading a 7 note scale into Scala. I simply typed ‘equal 7’ to get 7-EDO.

Then go to Edit > Edit Mapping (Alt+P).

The mapping should repeat every 12 notes on our keyboard, so set Size to 12. Remember that’s 7 notes from our scale, plus 5 black notes we’ll skip out, totalling 12.

Set a value for Formal octave degree, which is 7 in this case.

Fill out the remaining fields as shown below:

If you don’t see the fields at the bottom, make sure you enter a value for Size. Scala will then create the empty fields for you automatically, and you can type in the scale degrees that you want for your mapping.

Note that we’re skipping the sharps/blacks, so you can leave those fields blank. Or more recommended is to enter duplicate notes so you can still play the black keys to get a pentatonic subset from the scale.

Once you’re done, click Save As and save the resulting mapping file. Scala mappings are saved in .kbm format. The great thing about this, is that you can mix and match your .kbm mapping files with .scl tuning files that you have collected. So if you have several .scl tuning files with 7 notes, then you can use this same .kbm mapping file on all of them.

While you have a scale and a mapping loaded at the same time, now is a good time to export your tuning for softsynths, or relay it to hardware synths. It feels much easier to play with the new mapping.

How to map a 12-note subset of a larger tuning

Now imagine that we have a tuning much larger than 12 notes, and we want to select just the notes that we want to map on the keyboard. For example 31-EDO which is a meantone temperament (among other things) so it has a nice 12-note meantone scale.

Here is how 31-EDO would be linearly mapped to a keyboard:

Linear mapping of 31-EDO on to a keyboard

Human hands aren’t wide enough to hit that octave so let’s just pick 12 notes for our mapping:

Keyboard mapping for 31-EDO, quasi-12-equal

The 12 notes selected above give a chromatic scale that sounds more in-tune than 12 equal, but only in some keys while other keys can sound worse. Take some time to experiment with it and listen.

Go to Edit > Clear Mapping to reset your mapping back to normal, then go to Edit > Edit Mapping to open the keyboard mapping dialog. Fill in the Size (12) and Formal octave degree (31) then enter the scale degree for each note of the mapping.

Scala keyboard mapping dialog for 12-note mode of 31 equal temperament

As before, now is a good time to save your .kbm mapping file, and load it up on a synth of your choice.

How to map a 12-note subset of a larger tuning (alternative method)

Instead of using Scala’s keyboard mapping functions, we could do it with the mode command instead. The mode command lets you choose a subset of notes from your currently loaded scale, and then it deletes the remaining notes.

The end result would be a single .scl file with the extra notes removed, instead of the usual .scl and .kbm pair (containing the full gamut of notes plus tuning information). You might use this method if your synth supports .scl files but not .kbm files.

Imagine that we want to recreate the above quasi-12-equal mode from 31-EDO. Just type these commands into Scala:

equal 31
mode 3 3 2 3 2 3 3 2 3 2 3 2
show

You’ll get the following output from Scala:

  0:          1/1               0.000000 unison, perfect prime
  1:        116.129 cents     116.129032
  2:        232.258 cents     232.258065
  3:        309.677 cents     309.677419
  4:        425.806 cents     425.806452
  5:        503.226 cents     503.225806
  6:        619.355 cents     619.354839
  7:        735.484 cents     735.483871
  8:        812.903 cents     812.903226
  9:        929.032 cents     929.032258
 10:       1006.452 cents    1006.451613
 11:       1122.581 cents    1122.580645
 12:          2/1            1200.000000 octave

Note that, when you use the mode command, you enter the difference (in scale degrees) between successive notes of the scale. The table below shows you how the difference between scale degrees relates to the scale degrees themselves.

Scale degrees0368111316192124262931
Difference332323323232

You should also notice that 3 + 3 + 2 + 3 + 2 + 3 + 3 + 2 + 3 + 2 + 3 + 2 = 31. The sum of these digits must be equal to the octave degree, which is 31 in this case. Otherwise, the mode command will give you an error: Scale and mode size are unequal.

More things you can try

  • Load up a random large EDO, such as 23-EDO or 50-EDO, then pick a really fruity sounding pentatonic scale to map to the black keys.
  • Combine this tutorial with the previous tutorial: Create a custom keyboard mapping that also sets a base frequency and base key.
  • Experiment with Moment of Symmetry scales (e.g. mode 2 2 2 1 2 2 in 11-EDO, or mode 1 2 1 2 1 2 1 2 1 2 in 15-EDO).

 

Brendan Byrnes’ new album “Neutral Paradise” gives me hope for the future of microtonal music

Brendan Byrnes Neutral Paradise front coverIt’s time for celebration today, as Brendan Byrnes has just released a follow up to his album Micropangaea. Titled Neutral Paradise, it is every bit the stunning journey that its predecessor was. Brendan continues his exploration of xenharmonic avant-rock while developing his instantly recognisable and intense sound further.

Neutral Paradise features a variety of songs and instrumentals that are inspired by the “hybrid landscapes, cultures, energy, and complicated beauty” of Los Angeles. Most of the pop-friendly tracks come at the beginning of the album, with more exploratory works coming in later.

The gradual shift here from the familiar to the new is genius, as it gives the ear time to adjust. If you are just discovering microtonal/xenharmonic music for the first time, it can be quite an ear-bender. The melodies are novel and have an aesthetic that can feel strange at first. But Brendan makes it work, guiding you along with his vocals and the driving rhythms. It all makes musical sense when you listen to it. So when that more exploratory “Side B” comes in, you are all the more ready for it.

For me, the highlight of this record is the 6th track, Paradise. It’s a super dreamy song backed by steady rock groove, yet still manages to ramp up a few times to this powerful chorus that shimmers and glitters with sweeping synth lines and Brendan’s echoing falsetto. Despite my love for this song in particular, I have a feeling that others will take their own favourites, because there are so many strong songs on the album.

You can get Neutral Paradise now from Brendan Byrnes’ Bandcamp, on a pay-what-you-like basis. It will be available on Spotify, iTunes and the other big music platforms within the next couple of weeks.

What makes me hopeful for the future of microtonal music, is that people like Brendan are popping up with increasing frequency. They know how to write a song that is listener-friendly, a song that makes you feel something when you hear it. They know how to explore xenharmonic territory where few people are treading. They are keen to present their music in the highest quality way possible. And they know how to put all these things together into one package that everyone can enjoy. It’s takes a wide range of skills and a great deal of time to make all this come together, so it’s little surprise that we had to wait 4 years since Brendan’s last solo album.

So the next time somebody says “microtonal music is just out-of-tune, we use 12-equal for a reason, let’s stick to our traditions”, you just point them over to Brendan Byrnes and have their world turned upside down.

Scala tutorial – how to change the key of your scale

So, you’re making your own microtonal tunings in Scala. You’ve explored for a while and came up with all kinds of original scales by yourself. There’s just one problem — all those scales are in the key of C! This quick tutorial will show you how to change key in a microtonal scale using Scala.

Changing key in Scala

By default, Scala will assume that the base note of the scale (1/1 or unison) lives on MIDI note 60 (middle C of the keyboard) at a frequency of 261.6 Hz. To change this, we use the Edit Mapping dialog. You can find it at Edit > Edit Mapping.

This page looks confusing, but there are only 3 fields we need to change in order to change the key of your scale.

The first field to change is ‘Key for 1/1’. This field tells Scala which key on a physical MIDI keyboard you want to use for 1/1 (the first note of your scale). You can change this value by 1 for each semitone away from C. For example if you want your scale to start on D then you can enter 62 here. For A above middle C, use 69.

Next, set the ‘Reference key’ field to be the same value as ‘Key for 1/1’. This might seem redundant, but there are situations where they would differ. For an easy time, make these two values the same.

Finally, we can set the ‘Reference frequency’ to any frequency in Hz. So if we want to play in the key of D, we would enter 293.66Hz.

Note nameCC#/DbDD#/EbEFF#/GbGG#/AbAA#/BbB
MIDI note number606162636465666768697071
Frequency261.63277.18293.66311.13329.63349.23369.99392.00415.30440.00466.16493.88

Saving your keyboard mapping for re-use

You should save your mapping to use it again later. To do so, you’ll need to open the Edit Mapping dialog again (Edit > Edit mapping). Just click on the Save As button that appears on that dialog.

scl/kbm format

Scala saves mappings seperately from tunings. The keyboard mapping data is saved into a .kbm file. You can mix and match your .scl tunings with your .kbm files.

Alternative formats such as the AnaMark TUN file (.tun) store the tuning and the mapping all in one file. So if you’re converting a .scl file into a .tun file, make sure that you have loaded your .kbm keyboard mapping beforehand. The same advice applies if you’re using Scala’s relay feature to retune a hardware synth via MIDI.

Some frequencies are better than others

A little tip for you EDM-loving bass music explorers. The most bootyshakingest bass lives around 45-55Hz. That range approximately covers the keys of F# to A.

You can also use this tutorial to tune scales to 432Hz. Before you follow the tutorial steps, stand outside and absorb sunlight for 10 hours while noticing that the horizon is indeed flat and not a curve. If you see a chemtrail, stand for an extra hour. Finally you can click Save As.

That’s it

Thanks to Paris for suggesting this tutorial. I recently overhauled sevish.com and it’s now possible to email me directly from my contact page. Most of my tutorials these days were requested by people who discovered my blog. Feel free to send in suggestions.

Further reading

Clip from a new tune

It’s been a long while since I uploaded any sounds and I couldn’t resist. This is the ending and fadeout to a tune I’ve been working on.

Just a reminder that I am working on a new album, however slowly…

Inharmonic Strings and the Hyperpiano

Vibrating strings produce (more or less) harmonic overtones. If two strings are tuned in some simple frequency ratio such as 3/2, 4/3 or 5/3, then those harmonic overtones match up nicely and avoid roughness. But if the two strings are tuned in some haphazard fashion then the overtones of each string won’t match up, causing the overtones to clash with each other.

We can actually plot out a graph which shows the interval between two strings and the corresponding dissonance. This is called a dissonance curve, and for a normal string it looks something like this:

So what.

Well, imagine a weird kind of string that produces inharmonic overtones, such that the dissonance curve looks different to the one above. Because the dissonance curve is different, you couldn’t play Air on the G String and expect it to sound good. You could however write new music that would fit with the novel dissonance curve.

Today, such a string is more than just a mathematical curiosity. It exists in the physical world.

Inharmonic Strings and the Hyperpiano” (by Kevin Hobby and William Sethares) is a paper published in Applied Acoustics. The strings in their hyperpiano have a stretched out dissonance curve where the double-octave sounds most consonant and the octave becomes dissonant. Okay so maybe it’s not going to be used on every new pop record, but this kind of freaky instrument can produce game-changing new tonalities.

Since the dissonance curve is stretched out to the double-octave or “hyperoctave”, Kevin Hobby suggests we might try tuning a hyperpiano instrument to 12 equal divisions of the hyperoctave. Wait, isn’t that just 6-EDO – a whole tone scale? Actually, it isn’t! They may be identical tunings, but the octave is considered a dissonant interval on the hyperpiano, analogous to the tritone on a normal piano. So it makes a lot more sense to describe this tuning as 12 equal divisions of the hyperoctave. Really.

The ringing of the strange hyperpiano sounds like a death bell for the unwavering cult-like belief in pure ratios and true frequencies. Tuning and timbre are deeply linked. If we’re willing to experiment with new timbres then we can uncover new musical vocabulary for the future to come.

The next step is to explore all this for yourself – download the sampled hyperpiano and give it a play.

Microtonal piano roll for Ableton Live

Here’s a tutorial to help you make microtonal music in Ableton Live. We’re going to mod Ableton Live’s piano roll to play 22-tone equal temperament (aka 22-edo). You can apply this technique to other piano roll designs, with some limitations discussed later. Abletonalists unite!

First I should provide some context as to why this tutorial will be so useful. Check out this mindblowing M-Audio Keystation 88 with the keys rearranged to play 22-edo. It was a little project of William Lynch‘s a few months ago.

William Lynch's 22-tone per-octave M-Audio Keystation 88

This keyboard layout is Steve Rezsutek’s design as discussed in Paul Erlich’s paper Tuning, Tonality, and Twenty-Two-Tone Temperament.

There are gaps between some white keys because white keys actually come in different shapes and sizes, making things look a little messy when rearranged. You also need extra black keys to make this work, so you can see a few missing at the upper end of the keyboard. Spare keys can be found on second-hand broken keyboards or bought as replacement from the manufacturer. Soon we’ll be able to 3D print each key for any given piano roll layout (this could be a great project for a music technology student). Obviously this is all very DIY, but at this point in time nobody is mass producing microtonal instruments. Everybody in the microtonal scene right now hacks and invents their own unique stuff.

Truth be told, I’m planning to use some of my Rhythm and Xen album sales to buy a new keyboard and make one of these for myself.

The goal of this tutorial is to recreate Rezsutek’s keyboard layout in the Ableton Live piano roll. Erlich suggests to remove all the E notes, so that you have something that looks like below:

22-tone-temperament-Rezsutek-keyboard-layout

ableton-live-microtonal-piano-roll-22

Not only will this tutorial show you how to make a dope 22-note piano roll like above, but you’ll also be able to actually HEAR and PLAY music in this novel tuning system. It’s a beautiful system that includes such wonderful intervals as the subminor third, the 7th and 11th harmonics, and near-quartertones, plus a variety of rich chords, progressions and comma pumps.

This technique isn’t specific to 22-edo; you can adapt the method for other tunings too.

To make this happen, we will be using the piano roll ‘Fold’ function, as well as taking a few other steps to make everything sound correct.

Making the layout in Live

This is the easiest part, and you might know this trick already if you’re knowledgeable with Ableton Live. We will create a MIDI clip that has one massive chord containing every note except for all the Es. Then we will enable Fold so that the Es disappear from the piano roll. So let’s look at it step by step:

Create yourself a new MIDI clip and make sure that Fold is disabled. Then start building up a chord containing all the notes except for the Es:

ableton-live-22-edo-piano-roll-tutorial-1

It’s easiest to work up from the bottom. Once you have made one octave you can copy and paste to fill in the rest of the notes.

ableton-live-22-edo-piano-roll-tutorial-2

Once you have added all the notes from C-2 to G8 you can move the whole chord to the left, so that it is outside of the range of the clip. This way, you won’t hear an almighty cluster of pain when you play the clip.

ableton-live-22-edo-piano-roll-tutorial-3

Ctrl+A to select all the notes in the chord, then tap 0 to disable all the notes. This will protect you from hearing these notes if you have MIDI Editor Preview enabled.

Then click on the Fold button to enable it. All of the Es will disappear from the piano roll.

ableton-live-22-edo-piano-roll-tutorial-4

Just ignore the note names (C4, C#4 etc.) because they don’t have any relation to 22-edo.

Making the tuning file

Now we have our custom piano roll layout set up in Ableton Live, but that doesn’t mean that the notes will play a 22-edo scale. You can’t just drop Operator on to the MIDI track and expect everything to be tuned to 22-edo automatically. At this point, you should make sure that you have some kind of MIDI instrument or VST/AU plugin that supports microtonal scales.

I will use Scala to design a tuning file with 24 notes in total. Each note will be tuned to a note from 22-edo, and 2 of the notes will be duplicates that fill in the missing Es.

First we type ‘equal 22’ into scala and hit enter. This generates the scale. Then we click on ‘Edit’ to see all of the notes that were generated. By Scala tuning standards, 1/1 will fall on middle C at ~261 Hz unless a keyboard mapping is specified. So we can assume 1/1 is C, and therefore the notes 218.18182 and 818.18182 should be duplicated to fill in the missing Es.

ableton-live-22-edo-piano-roll-tutorial-5

You can just select 218.18182 and 818.18182, then Ctrl+C and Ctrl+V to duplicate them. Finally, click on the ‘Ascending’ button to make sure that all the pitches are in the correct order. Click OK when done, and save your progress.

Or if you’re too lazy for all of this, save the below text as a .scl file:

! 22-edo-no-Es.scl
!
22-EDO with no Es
 24
!
 54.54545
 109.09091
 163.63636
 218.18182
 218.18182
 272.72727
 327.27273
 381.81818
 436.36364
 490.90909
 545.45455
 600.00000
 654.54545
 709.09091
 763.63636
 818.18182
 818.18182
 872.72727
 927.27273
 981.81818
 1036.36364
 1090.90909
 1145.45455
 2/1

All that’s left is to export this scale for the synth you’re using. You can read your synth’s manual to determine which format of tuning file it needs. Then export the correct format file using Scala. Watch my YouTube video tutorial below to find out how to export various kinds of microtonal tuning files with Scala.

Making it all come together

Head back to Ableton Live as quick as possible, then drop an awesome VST instrument on to the MIDI channel you used earlier. Load the tuning file you created into the VST, then jammmmmm. The setup is finished, so start writing!

Remember that octave transpose works differently now because your scale actually spans (what Live thinks of as) 2 octaves:

Ctrl+↑ to move a note up by a tritone.
Ctrl+↑↑ to move a note up by an octave.
Ctrl+↓ to move a note down by a tritone.
Ctrl+↓↓ to move a note down by an octave.

Make sure to read Paul Erlich’s paper Tuning, Tonality, and Twenty-Two-Tone Temperament for more insight into the musical possibilities of this scale.

Download an example project

Update: I made an example project with one MIDI clip already set up for you. In the project folder you’ll also find tuning files in 3 different formats.

Applying this to other tuning systems

I suspect that the Fold method will work easily for any scale less than 12 notes. It will also work for any even-numbered scale with 12 to 24 notes in total, as long as the pattern of white and black notes repeats every 12 MIDI notes. This is because the “octave transpose” function (Ctrl+↑ or Ctrl+↓) in Ableton Live’s piano roll transposes by 12 notes and ignores folding. So an asymmetric piano roll layout will be broken by octave transposition.

Music in 22

There’s a long list of 22-tone music on the Xenharmonic Wiki. And here’s a song I created in 22-tone equal temperament back in 2010:

Further exercises

  1. Use the Fold method to create piano roll layouts for other tuning systems.
  2. Find out if absolutely all piano roll layouts are possible with the Fold method. Why/why not?
  3. Recreate this software piano roll in hardware by disassembling a MIDI keyboard and re-arranging the black and white keys by hand. (How to remove keys from an M-Audio Keystation)
  4. If you’re still trying to figure out why the piano roll needs to be modded in the first place, read my article about why DAW developers should design a better piano roll.
  5. Start evangelizing to audio technology developers, asking them to support microtonal piano layouts and microtonal tunings.

Video tutorial – How to export various tuning file formats in Scala

When you’re designing musical tunings in Scala, you might eventually want to export your tuning to use it in a synthesizer. Synthesizers support various tuning file formats, so you’ll need to know how to make a few different kinds. This video shows you how to export Scala files (.scl), export AnaMark tuning files (.tun), and export MIDI Tuning Standard dumps (.mid). Right at the end of the video you’ll also find out how to retune other synths like the Yamaha DX7ii.

Wasting & Thirsting by Cryptic Ruse

Increasingly, people in this crazy world are looking for something positive, something uplifting so they can get reprieve from the chaos around them. For some, that comes as an addiction to sharing inspiring quotes on Facebook, while others find peace meditating to mass-produced new-age music.

But we understand that not everybody is in that boat. Some people are actually looking for more DOOM in their lives. This is where Cryptic Ruse’s Wasting & Thirsting comes in.

Wasting & Thirsting is an album of microtonal doom drone metal. It is an atmospheric dark-zone where down-tuned distorted guitar and a ton of processing create the entirety of the music. I could barely tell where one track ends and the next begins as the effect is so hypnotising. Each of the 3 tracks uses a different microtonal tuning system, and yes Cryptic Ruse had a custom guitar made for each tuning.

This music throbs, beats and moans as clusters of sludgy microtones overlap each other. There is no percussion. There are no vocals. Just a droning anti-aum to help you fade away into t h e a b y s s o f d e s p a i r.

Like any good drone, you sorely miss it once it ends. The only solution is to flip over the mp3 and play it again.

Wasting & Thirsting by Cryptic Ruse was released on August 14, 2016. You can download it from their bandcamp.

Making microtonal music with tracker software

A tracker is a type of music sequencer that was popular in earlier days of computer music and the tracker scene is still very much alive today. Some trackers even support microtonal scales, allowing you to compose with xenharmonic, alternative tonal systems, and I wanted to share some of those here.

Post updated on 2021-10-13

Famitracker

Sintel has made a very handy tool that converts Scala files into detune settings for 0CC Famitracker.

OpenMPT (Open ModPluG Tracker)

Open ModPlug Tracker is a completely free music tracker for Windows. It can also be microtuned, so that you can compose music that explores tonal systems made before and after the reign of 12-tone equal temperament (from here on referred to as ‘The Dark Ages’).

OpenMPT

OpenMPT can be microtuned by way of Scala files or TUN file import. (Learn how to produce those .tun files, or download some ready made tuning packs). You an also input notes directly, though they must be in the form of decimals. Once a tuning is imported into OpenMPT, you can edit it within the Tuning Properties screen.

OpenMPT microtonal tuning

One awesome feature is that OpenMPT will name the notes of your tuning with letters A-Z from the alphabet. This way, if you have more or less than 12 notes per octave then you can easily recognise your pitches. A5 is one octave above A4, X5 is one octave above X4 etc. It’s as easy as that. (DAW engineers take note, this is essential for microtonalists! We don’t need to see 12-TET note names when we’re using microtonal scales).

If you need even more control over your note pitches, it’s possible to fine-tune the frequency of each individual note.

Note that if you’re using VSTs within OpenMPT, the microtuning feature won’t work for those. Stick to the sampled instruments and your OpenMPT tunings will work just fine.

Little Sound Dj

LSDj (Little Sound Dj) is a music tracker made for the original Game Boy, utilizing the Game Boy’s sound capabilities. It will run on real hardware via a flash cart, or you can run it in an emulator. I run it on an emulator on my smartphone. It’s a great way to kill some time on the bus/train/toilet.

LSDJ

By default, the frequency tables inside the ROM file are tuned to 12-tone equal temperament. But with the aid of a super helpful Perl script by abrasive, the frequency tables in LSDj can be fully microtuned to any tuning system you want. Even non-equal, non-just and non-octave scales are possible – it’s very flexible!

To do this, first of course you’ll need a copy of LSDj, then head to the Microtuning HOWTO page on LSDj’s wiki and download lsdj_tune1.4.

Note, the compiled .exe for lsdj_tune1.4 may give you the following message:

&Config::AUTOLOAD failed on Config::launcher at PERL2EXE_STORAGE/Config.pm line 72.

So it’s best to install Perl on your system and run the Perl script itself. For me, this works just fine. But note that you need to use the command line in order to run the script.

With all that set up, your best bet is to move LSDj and the tuning script into the same directory, then make a .bat file to set up your tuning command. I prefer using a .bat instead of writing directly in the command line, because I can save my command, edit it and repeat it later when I want to change the tuning.

When you run the command, you’ll end up with a patched version of the original ROM, so for each tuning you wish to use, you’ll get a new ROM. My Game Boy folder has several of them for various tunings.

Similarly to OpenMPT, with lsdj_tune you can set the note names of your tuning. This way when you make music in LSDj you won’t be encumbered with 12-TET note names from The Dark Ages. Here’s a really simple example using 5-EDO and the note names U V X Y Z:

perl lsdj_tune1.4.perl --cents 0,240,480,720,960,1200 --base A5 440 --names U,V,X,Y,Z --rom lsdj.gb --out lsdj_5edo.gb

Note: the names parameter doesn’t work in ET mode so here I have specified 5-EDO explicitly using cents.

Then load up your new patched LSDj ROM and enjoy! — 2 pulse channels, 1 PCM channel and 1 noise channel is way more exciting with microtones.

LSDJ-5edo

Renoise

Renoise instruments can be retuned by using a neat scl to xrni tool.

First you’ll need to download some Scala files (or make your own). Then install the tool by downloading it and dragging it on to your Renoise window. Within Renoise, make sure that your instrument is selected, and then run the tool. You’ll be able to load up one of your Scala tuning files and it will be applied to the instrument.

GoatTracker 2

Update (December 2020): Ahornberg mentioned in the comments that GoatTracker 2 supports microtonal tuning via scala files (.scl). It also allows for customizable note names.

Using trackers that contain no microtuning functions

Many other trackers have no microtuning function built in, but you can still edit the pitch of each individual note. This can be done by using edit mode and assigning the same sample to different notes of the keyboard, each with some detuning.

Of course this is laborious work, so you might prefer one of the above options. Nevertheless this hasn’t held some people back. Here’s the proof, a tasty jam in just intonation using MilkyTracker:

Deflemask

Deflemask is another tracker that doesn’t have any built in support for microtuning. But my tuning tool Scale Workshop can generate a list of the fine tune parameters for any tuning you want to throw at it. Just load up your scale in Scale Workshop and then Export > Download Deflemask ‘fine tune’ reference (.txt). Then input the values from the text file into Deflemask as needed.

Other trackers

If there are more trackers that support microtonal scales then I would love to hear about them.

Important links

Further reading