Looking for free microtonal synths and/or melodic sequencers
- KVRAF
- 3726 posts since 30 Jan, 2005 from rochester, ny
KVR,
I'm working on an article on using computers to make microtonal music.
There will be several hands-on procedures in which readers create microtonal tuning systems and use them to create melodic lines and chords. So I need to find a free (donationware, open source, etc.) synth and/or melodic sequencer that lets users create microtonal tuning systems. Understandably, the magazine doesn't like forcing readers to spend money before they can perform a hands-on task.
The ideal solution would be to find a free instrument that let users load Scala scales. But, if such a thing doesn't exist, any instrument that supports microtonal tuning systems is a solid alternative.
Thanks very much!
rachMiel
I'm working on an article on using computers to make microtonal music.
There will be several hands-on procedures in which readers create microtonal tuning systems and use them to create melodic lines and chords. So I need to find a free (donationware, open source, etc.) synth and/or melodic sequencer that lets users create microtonal tuning systems. Understandably, the magazine doesn't like forcing readers to spend money before they can perform a hands-on task.
The ideal solution would be to find a free instrument that let users load Scala scales. But, if such a thing doesn't exist, any instrument that supports microtonal tuning systems is a solid alternative.
Thanks very much!
rachMiel
- KVRian
- 529 posts since 30 Dec, 2011 from Europe
- KVRian
- 519 posts since 20 Dec, 2008
Plogue's sforzando is a free, flexible, cross-platform (Windows & Mac) sample player that loads Scala Files, would it be appropriate?
https://www.plogue.com/products/sforzando/
Last version release: November 26, 2015
https://www.plogue.com/products/sforzando/
Last version release: November 26, 2015
- Beware the Quoth
- 35412 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
In 32-bit-land, TobyBear MicroTuner could tweak MIDI notes with additional pitchbend messages to follow Scala scales. Took the onus off the host/sequencer/synth.
Not sure of a 64-bit equivalent, unfortunately.
Not sure of a 64-bit equivalent, unfortunately.
Set Theory claim:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate.
Red is Red and anything that is Red is an object, a class in itself or a real thing if you prefer"
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate.
Red is Red and anything that is Red is an object, a class in itself or a real thing if you prefer"
- KVRAF
- Topic Starter
- 3726 posts since 30 Jan, 2005 from rochester, ny
Thanks guys, I'll check these out.
Anyone else?
In the meantime I tried the free VSTi version of Synthmaster 2.7, but it doesn't seem to support Scala files like the for-pay version. Unless I just can't figure out how to load a Scala file into it? I looked at the manual, but it didn't help.
Anyone else?
In the meantime I tried the free VSTi version of Synthmaster 2.7, but it doesn't seem to support Scala files like the for-pay version. Unless I just can't figure out how to load a Scala file into it? I looked at the manual, but it didn't help.
-
- KVRian
- 1263 posts since 15 Jun, 2004 from hamburg
U-He uses and ships tuning files.
I'm not sure (and can't check right now) if that includes their free plug-ins (Zebralette, Triple Cheese, TyrellN6, Podolski).
I'm not sure (and can't check right now) if that includes their free plug-ins (Zebralette, Triple Cheese, TyrellN6, Podolski).
- KVRAF
- 4801 posts since 1 Aug, 2005 from Warszawa, Poland
AnaMark : http://www.mark-henning.de/am_about_eng.php
If has been set free in 2014.
If has been set free in 2014.
- KVRAF
- Topic Starter
- 3726 posts since 30 Jan, 2005 from rochester, ny
Thanks everyone. I think it's best that I use Scala, since it's the industry standard. Or isn't it?
-
- KVRian
- 1002 posts since 1 Dec, 2004
The ONLY thing that's guaranteed to work everywhere is pitch bend with a known pitch bend range and with only 1 note at the time. If you set the bend range to 1 semitone and have a bit of agility, you can play pretty much any synth microtonally this way.
Some VSTs support scala. Generally, support for scala files with 12 notes per octave works okay, other mappings not always so well (since it's a rarely used feature).
There's a MIDI tuning sysex standard but it's typically only implemented on Romplers:
http://www.midi.org/techspecs/midituning.php
Afaik most implementations only support the "[SCALE/OCTAVE TUNING 1-BYTE FORM (REAL-TIME)]" format (tunes the 12 notes of the octave from -64 to +63 cents). You can generally program it directly on the keyboard (this is how Arabic and Turkish musicians do it, along with tons of pitch wheel).
For the special case of if you're using a Tracker to make music (which is probably a good idea on Linux since Linux has no good DAWs anyways), you can simply bend every note by putting an EFx (slide down by x 16ths of a semitone) or FFx (slide up by x 16ths of a semitone) on each note, with the added benefit that you're never locked down in any key (unlike scala or MIDI tuning which basically paints you into a corner harmonically).
Some VSTs support scala. Generally, support for scala files with 12 notes per octave works okay, other mappings not always so well (since it's a rarely used feature).
There's a MIDI tuning sysex standard but it's typically only implemented on Romplers:
http://www.midi.org/techspecs/midituning.php
Afaik most implementations only support the "[SCALE/OCTAVE TUNING 1-BYTE FORM (REAL-TIME)]" format (tunes the 12 notes of the octave from -64 to +63 cents). You can generally program it directly on the keyboard (this is how Arabic and Turkish musicians do it, along with tons of pitch wheel).
For the special case of if you're using a Tracker to make music (which is probably a good idea on Linux since Linux has no good DAWs anyways), you can simply bend every note by putting an EFx (slide down by x 16ths of a semitone) or FFx (slide up by x 16ths of a semitone) on each note, with the added benefit that you're never locked down in any key (unlike scala or MIDI tuning which basically paints you into a corner harmonically).
-
- KVRian
- 1263 posts since 15 Jun, 2004 from hamburg
???MadBrain wrote:...(which is probably a good idea on Linux since Linux has no good DAWs anyways)...
Ardour, Bitwig Studio, Renoise (which is a tracker, but hey..
- KVRAF
- Topic Starter
- 3726 posts since 30 Jan, 2005 from rochester, ny
So if you're using a sequencer to make a chord in one MIDI channel, you can't "fool" the sequencer into using different pitch bend values for each chord note? Instead, you need to have one note per MIDI channel?MadBrain wrote:The ONLY thing that's guaranteed to work everywhere is pitch bend with a known pitch bend range and with only 1 note at the time. If you set the bend range to 1 semitone and have a bit of agility, you can play pretty much any synth microtonally this way.
-
- KVRian
- 524 posts since 26 Nov, 2009
You need vst 3.5 for different pitch values per note.
There is a microtonal piano roll in Blue for Csound and Max.
Also Reaper:
http://forum.cockos.com/showthread.php?t=146780
There is a microtonal piano roll in Blue for Csound and Max.
Also Reaper:
http://forum.cockos.com/showthread.php?t=146780
-
- KVRer
- 24 posts since 9 Jul, 2018
I make microtonal VST synths, and a microtonal sampler.
Free here: https://biptunia.com/?page_id=2070
Free here: https://biptunia.com/?page_id=2070
- KVRAF
- 26033 posts since 20 Oct, 2007 from gonesville
My standpoint on this is microtonal as a product of pitch bend in the piano roll editor is going to communicate that to whatever receives pitch bend.
EG: you can get ahold of scala MIDI files (for free) and you'll find it's just pitch bend. So you can do basic division into the 14-bit pitch bend editor (8192 +/-) from your desired set of tones.
You can make anything VST 2.4 and up into a Note Expression part if your sequencer supports that. I believed you needed VST 3.5 supporting instruments but it's not true per se. Cubendo and I believe Bitwig support NE. So you may have multiple parts inside the one MIDI event/part with differing pitch bend data, which does work with an MPE supporting instrument anyway. I have no experience with that otherwise (except CC, which I have not run into conflicts with).
EG: you can get ahold of scala MIDI files (for free) and you'll find it's just pitch bend. So you can do basic division into the 14-bit pitch bend editor (8192 +/-) from your desired set of tones.
You can make anything VST 2.4 and up into a Note Expression part if your sequencer supports that. I believed you needed VST 3.5 supporting instruments but it's not true per se. Cubendo and I believe Bitwig support NE. So you may have multiple parts inside the one MIDI event/part with differing pitch bend data, which does work with an MPE supporting instrument anyway. I have no experience with that otherwise (except CC, which I have not run into conflicts with).
-
- KVRAF
- 5201 posts since 16 Nov, 2014
Microtonal via pitchbends is absolute terrible.
.tun or .scl plus .kbm files. Everything else does not work really.
Also you still would want to pitch bend inside your microtonal tuning manually.
.tun or .scl plus .kbm files. Everything else does not work really.
Also you still would want to pitch bend inside your microtonal tuning manually.
