Page 1 of 1

Posted: 28 Mar 2008, 15:46
by moody33
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.

Posted: 28 Mar 2008, 15:51
by senso
you probably mean 'identifier expected', which a simple syntax error.

can you make a copy of your entire script in 'code' '/code' brackets?

Code: Select all

like this

Posted: 28 Mar 2008, 16:04
by moody33
Sorry, I've just test it with this "internet" computer and it works...
I will test it later with my "music" computer ( the one who get the error)

Thanks