Posted: 28 Mar 2008, 15:46
hello!
I want to add ( not change default presets) my own harmony preset to the auto-harmony script.
So i've change this parameters :
const N_HARMONY = 6;
const harmoList = '"Minor clasical","Blues","Major classical","S.Payen","Senso harmo","my preset"';
SetValue(harmo,5);
and I 've add my own tab :
// my preset
TabHarmV1[4][0] := -12; TabHarmV2[4][0] := 4 etc.....
Once I compile , I have an error message " identifier exception" or something like this.
What I've mess?
Thanks you for your help.
I want to add ( not change default presets) my own harmony preset to the auto-harmony script.
So i've change this parameters :
const N_HARMONY = 6;
const harmoList = '"Minor clasical","Blues","Major classical","S.Payen","Senso harmo","my preset"';
SetValue(harmo,5);
and I 've add my own tab :
// my preset
TabHarmV1[4][0] := -12; TabHarmV2[4][0] := 4 etc.....
Once I compile , I have an error message " identifier exception" or something like this.
What I've mess?
Thanks you for your help.