Page 1 of 1

l need help

Posted: Wed Jan 15, 2014 11:08 am
by madl
i need fix this SEQUENCER with mouse

Re: l need help

Posted: Wed Jan 15, 2014 2:27 pm
by Nubeat7
nice one madl, your mouse logic for getting index (16 parts over the lenght) was wrong you need to get lenght and divide it by the pieces you want, to get a proper index (then you also could change the size like you want).. same goes for y axis, but with y axis keep in mind that 0 is up and bottom is full height so normally everything is "upside down" because in our mind 0 is at the bottom :?

i fixed this for you, you can do the same for the grid in back to change the size like you want..

Re: l need help

Posted: Thu Jan 16, 2014 2:21 am
by madl
thank you Nubeat7

Re: l need help

Posted: Thu Jan 16, 2014 7:12 am
by RJHollins
Was briefly checking out the NuBeat posting file ...

It seems that the mouse cursor and the 'boxes' are not lining up correctly [off by one in the vertical].

Re: l need help

Posted: Thu Jan 16, 2014 8:19 am
by Nubeat7
i also forgot the set to -1 when rightclick.. fixed both and reuploaded it

Re: l need help

Posted: Mon Jan 20, 2014 7:58 am
by madl
thank you so mutch Nubeat7
great work