[LAD] Internally representing pitch : A new approach

2011-10-02 Thread harryhaaren
Hey Everybody, I've been thinking about the "best" way to represent tonality & pitch in software. AFAIK most software implements thier "internal workings" as MIDI messages. This seems a clean easy solution, pass around 3 values and the whole Engine is sorted. But what if one wants to expand

Re: [LAD] Internally representing pitch : A new approach

2011-10-02 Thread Fons Adriaensen
On Sun, Oct 02, 2011 at 01:18:38PM +, harryhaa...@gmail.com wrote: > I've been thinking about the "best" way to represent tonality & pitch in > software. AFAIK most software implements thier "internal workings" as > MIDI messages. This seems a clean easy solution, pass around 3 values and

Re: [LAD] Internally representing pitch : A new approach

2011-10-02 Thread Jeremy Jongepier
On 10/02/2011 03:54 PM, Fons Adriaensen wrote: AlsaModularSynth (AMS) has scala support, see m_scmcv.cpp. Same goes for ZynAddSubFX and Yoshimi: http://wiki.linuxmusicians.com/doku.php?id=zynaddsubfx_manual#the_scale_settings Best, Jeremy ___ Linu

Re: [LAD] Internally representing pitch : A new approach

2011-10-02 Thread Ralf Mardorf
On Sun, 2011-10-02 at 19:33 +0200, Jeremy Jongepier wrote: > Same goes for ZynAddSubFX and Yoshimi: > http://wiki.linuxmusicians.com/doku.php?id=zynaddsubfx_manual#the_scale_settings I didn't know that, but I need this :). ___ Linux-audio-dev mailing l

[LAD] PS: Internally representing pitch : A new approach

2011-10-02 Thread Ralf Mardorf
On Sun, 2011-10-02 at 19:43 +0200, Ralf Mardorf wrote: > On Sun, 2011-10-02 at 19:33 +0200, Jeremy Jongepier wrote: > > Same goes for ZynAddSubFX and Yoshimi: > > http://wiki.linuxmusicians.com/doku.php?id=zynaddsubfx_manual#the_scale_settings > > I didn't know that, but I need this :). I'm not

Re: [LAD] PS: Internally representing pitch : A new approach

2011-10-02 Thread Jeremy Jongepier
On 10/02/2011 07:57 PM, Ralf Mardorf wrote: I didn't know that it's possible using a Linux soft synth amSynth from svn can do it too: http://code.google.com/p/amsynth/source/detail?r=428. Best, Jeremy ___ Linux-audio-dev mailing list Linux-audio-d

Re: [LAD] Internally representing pitch : A new approach

2011-10-02 Thread Folderol
On Sun, 02 Oct 2011 19:43:10 +0200 Ralf Mardorf wrote: > On Sun, 2011-10-02 at 19:33 +0200, Jeremy Jongepier wrote: > > Same goes for ZynAddSubFX and Yoshimi: > > http://wiki.linuxmusicians.com/doku.php?id=zynaddsubfx_manual#the_scale_settings > > I didn't know that, but I need this :). > Zyn

Re: [LAD] Internally representing pitch : A new approach

2011-10-02 Thread James Morris
On 2 October 2011 14:18, wrote: > Hey Everybody, > > I've been thinking about the "best" way to represent tonality & pitch in > software. AFAIK most software implements thier "internal workings" as MIDI > messages. This seems a clean easy solution, pass around 3 values and the > whole Engine is s