HackdDaPads - Variations on a Theme by Liine
HackdDaPads - Variations on a Theme by Liine
Hi All
Meant to post this a while ago but never got around to it . . .
Variations on a Theme by Liine . . . based on HexiPads
One of my early Canvas hacks, sorting out different shapes and spacings etc
Best to split them out into separate projects for fastest response . . .
Names are a bit arbitrary I suppose - I particularly like the QuadraPads . . .
Cheers
MM
Meant to post this a while ago but never got around to it . . .
Variations on a Theme by Liine . . . based on HexiPads
One of my early Canvas hacks, sorting out different shapes and spacings etc
Best to split them out into separate projects for fastest response . . .
Names are a bit arbitrary I suppose - I particularly like the QuadraPads . . .
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]
Re: HackdDaPads - Variations on a Theme by Liine
Nice work!
Been waiting for someone to post something (basically) useful using Canvas - much easier to lean from than the tutorial / demo stuff IMO.
Been waiting for someone to post something (basically) useful using Canvas - much easier to lean from than the tutorial / demo stuff IMO.
Re: HackdDaPads - Variations on a Theme by Liine
Love the adition of the hexpads with canvas in live 5. Im not so good a programing or understanding logic for what i would love to see do with hex pads. Besides being able to transpose up and down would be cool to pick scales. Id even help out. if someone could make share what im asking with a demostration with 2 or 3 scales i could complete and add alot of the scales once i undestand what youve done.
thanks anthony
thanks anthony
Re: HackdDaPads - Variations on a Theme by Liine
My approach to the Canvas has involved a couple of directions ...
From hacking the provided examples to recreating web-projects in Lemur . . .
Often I will simply duplicate and experiment then repeat and end up with lots of variations . . .
Often along the way various tangential ideas with crop up and seed other ideas . . .
Got a bunch of stuff underway Faders and Knobs with Leds and things
A bit of eye candy, liine logos and gfx etc
Anyway . .
For the transpose just vary the value of baseNote var
Try a Fader and 36 +Fader.x *36 for baseNote for 3 octave range
This is the most basic solution - does not account for held notes etc
Not sure how you would overlay scales onto it all -as opposed to chromatic
But the indexToNote(i) function is what sets note values
Varying stuff there will change inter-row intervals etc
Cheers
From hacking the provided examples to recreating web-projects in Lemur . . .
Often I will simply duplicate and experiment then repeat and end up with lots of variations . . .
Often along the way various tangential ideas with crop up and seed other ideas . . .
Got a bunch of stuff underway Faders and Knobs with Leds and things
A bit of eye candy, liine logos and gfx etc
Anyway . .
For the transpose just vary the value of baseNote var
Try a Fader and 36 +Fader.x *36 for baseNote for 3 octave range
This is the most basic solution - does not account for held notes etc
Not sure how you would overlay scales onto it all -as opposed to chromatic
But the indexToNote(i) function is what sets note values
Varying stuff there will change inter-row intervals etc
Cheers
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]
Re: HackdDaPads - Variations on a Theme by Liine
here's my first solution but want to add octove buttons too. currenrt buttons go up down by own would like to make seperate buttons to go up and down by 12
Re: HackdDaPads - Variations on a Theme by Liine
hers the template
- Attachments
-
- Myhex.zip
- (2.95 KiB) Downloaded 139 times
Re: HackdDaPads - Variations on a Theme by Liine
Can someone help would be to add octave up and down to simple transpose function in added
Thanjs
Thanjs
Re: HackdDaPads - Variations on a Theme by Liine
Hi
Ah when you start do more stuff the design has some issues . . .
Because the var is a function of the Knob and you end up changing the Knob value which indirectly changes something else . . .
Lets take it back to baseNote simply being a value - and the various pad functions change that value directly .. .
Will send you something
Ah when you start do more stuff the design has some issues . . .
Because the var is a function of the Knob and you end up changing the Knob value which indirectly changes something else . . .
Lets take it back to baseNote simply being a value - and the various pad functions change that value directly .. .
Will send you something
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: 153
- Joined: 31 Dec 2011 17:12
Re: HackdDaPads - Variations on a Theme by Liine
How would you go about targeting individual squares? Say if you wanted to specify a color per square.
Re: HackdDaPads - Variations on a Theme by Liine
Hmmm
Its all in the draw() function - you want to have a look there . . .
Either hack it to give the pattern you want or maybe set up an array of colours and index into that . . .
Have been meaning to have a look for some particular layouts myself
Will see if I can get around to it and get something happening
See how you go . ..
MM
Its all in the draw() function - you want to have a look there . . .
Either hack it to give the pattern you want or maybe set up an array of colours and index into that . . .
Have been meaning to have a look for some particular layouts myself
Will see if I can get around to it and get something happening
See how you go . ..
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]