Re: [seq24-users] Modifying keyboard shortcut for delete button?
Brought to you by:
rcbuse
|
From: Jaakko S. <jaa...@gm...> - 2008-08-22 14:30:54
|
On Fri, Aug 22, 2008 at 4:24 PM, Daniel James <da...@64...> wrote:
> 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.
Yes, the simpler, the better. The Hydrogen way is probably not going
to work as it is, since this would prevent selecting a note by just
clicking it. Left click to add or select and right click to remove
would be very nice & simple as long as creating a selection would also
be easy to do using the left mouse button. I assume the right click
would also remove a selected group of 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 );
> }
>
If you plan on statically setting "adding" to true, you should also
check if that affects creating selections.
Hmm.. If I have time to read and write this much e-mails, wouldn't one
also think that I'd also have time to actually code something... :D
- Jaakko
|