hi folks,
just in the smack bang middle of getting my lemur template done for my up coming festival gigs this year [45 days left from the first, oooh, but whos counting ], and have a question to have help on.
with my template im doing store and recall for nearly each effect. more so the ones with have a few controls on, just to save time.
originally these had multislider and split the midi. but prefer to use separate multisliders so i can have bipolar etc. but on doing this it knocks out my store recall methods and cant think of a way around this.
i used the tutorial from the jazzmutant website. then changed the things i needed.
but just need some help with it. the template is provided.
cheers
trouble with my store/recall.
-
- Regular
- Posts: 72
- Joined: 26 Dec 2011 22:11
trouble with my store/recall.
- Attachments
-
- leed effects - presets.jzml
- (32.55 KiB) Downloaded 85 times
lewis edwards
------
smokingbunny.co.uk
------
smokingbunny.co.uk
-
- Regular
- Posts: 72
- Joined: 26 Dec 2011 22:11
Re: trouble with my store/recall.
Hi
I think you buggered up how it steps through the presets vector
try this in your recall action function - you had it all wrong . . .
decl i;
for (i=0; i<9; i++)
{
mode.x = presets[index*9+i];
coarse.x = presets[index*9+i];
cutoff.x = presets[index*9+i];
dmix.x = presets[index*9+i];
colour.x = presets[index*9+i];
amnt.x = presets[index*9+i];
hmix.x = presets[index*9+i];
ratio.x = presets[index*9+i];
fback.x = presets[index*9+i];
}
cheers
MM
I think you buggered up how it steps through the presets vector
try this in your recall action function - you had it all wrong . . .
decl i;
for (i=0; i<9; i++)
{
mode.x = presets[index*9+i];
coarse.x = presets[index*9+i];
cutoff.x = presets[index*9+i];
dmix.x = presets[index*9+i];
colour.x = presets[index*9+i];
amnt.x = presets[index*9+i];
hmix.x = presets[index*9+i];
ratio.x = presets[index*9+i];
fback.x = presets[index*9+i];
}
cheers
MM
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
-
- Regular
- Posts: 72
- Joined: 26 Dec 2011 22:11
Re: trouble with my store/recall.
super sexy. thats awesome. many thanks for this.
lewis edwards
------
smokingbunny.co.uk
------
smokingbunny.co.uk