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.
Need help for script : auto harmony
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
you probably mean 'identifier expected', which a simple syntax error.
can you make a copy of your entire script in 'code' '/code' brackets?
can you make a copy of your entire script in 'code' '/code' brackets?
Code: Select all
like thisOlivier Sens
www.brainmodular.com
www.brainmodular.com
