Re: [seq24-users] Modifying keyboard shortcut for delete button?
Brought to you by:
rcbuse
|
From: Daniel J. <da...@64...> - 2008-08-22 13:24:16
|
Hi Jaakko,
> might I
> suggest having two ways to enter notes: 1) the original seq24 way 2)
> the "EnergyXT way".
Actually I think a single left click to add a note, and a single right
click to remove one, would be even simpler. In touchscreen terms, that's
a short tap and a long tap, respectively. Or we could do it the same way
as the Hydrogen drum machine, where a single left click is used for both
adding and removing notes.
I think the main issue is the current requirement to hold down the right
mouse button in order to add a note; this look like it could be the
relevant code in seqroll.cpp:
/* right mouse button */
if ( a_ev->button == 3 ){
set_adding( true );
}
I guess the original idea behind that behaviour is to prevent accidental
adding of notes.
Cheers!
Daniel
|