Page 1 of 1
Posted: 14 Nov 2012, 10:12
by noise2sine
Hello,
Would it be possible to have more scale in the Midi Transform module ?
Thank you
Posted: 24 Nov 2012, 17:36
by senso
which ones?
if you give me scales I can include them in the next version.
Posted: 27 Apr 2013, 20:35
by gmo_dunes
Perhaps you can just set it up to read Scala tunings files. These are standard for doing microtuning.
Posted: 25 Jul 2013, 15:36
by ceasless
I can't create a new topic yet, so I will put this under here.
edit:
But it didn't have much to do with anything, so I've edited the original comment and am posting the other one separately.
+1 for microtonal scales!
Posted: 26 Jul 2013, 03:18
by sephult
Yeah scala tuning files would be fantastic...I am also looking to working with microtuning applications
Posted: 27 Jul 2013, 18:13
by senso
good idea except that MIDI standard
doesn't support micro tunning! 
so microtuning in MIDI transformer is just totally impossible...
Posted: 09 Aug 2013, 20:40
by trik
The Tobybear Microtuning vst sends a pitchbend message along with every midi note.
http://www.tobybear.de/p_midibag.html
Yes, that is maybe not an elegant solution.
To build a synth with the usine oscillators we would simply need a midi note to frequency converter that can load scl files. Even better:
a note to frequency converter where you can enter either the note values in cents or the ratio towards the first note for every note. Just like in a scl file. This way morphing between sales would be possible.
Posted: 10 Aug 2013, 11:55
by senso
using the pitch bend is not suitable in the general case.
but this solution is a good candidate for a micro tunning patch?
Posted: 10 Aug 2013, 13:15
by Thomas Helzle
http://www.midi.org/techspecs/midituning.php
Midi does have a standard for microtuing, although I don't know how many plugins support it and how practical it is to implement.
Ivory Grand Piano is the one I know of supporting it:
http://www.synthogy.com/news/announceme ... 2508a.html
Cheers,
Tom
Posted: 27 Jun 2014, 20:26
by aMUSEd
It would certainly be good if there were more diverse scales - if not microtonal (yet) certainly some pentatonic scales and modes would be useful
Posted: 29 Jun 2014, 14:05
by senso
this midi implementation is very complex and outside the scope of midi transform module.
also it has been specified lately with sysex.
the best thing is to implement it with PB inside a script.
Any candidate or scripting?