JoepVanlier / Hackey-Patterns

A LUA sequencer plugin for REAPER 5.x and up. Designed to mimick the pattern editor in Jeskola Buzz.
MIT License
9 stars 0 forks source link

Integrated with Hackey Trackey (doubleclick a pattern in the sequencer), ENTER as alternative #4

Closed michaelsjackson closed 6 years ago

michaelsjackson commented 6 years ago

Having ENTER for toggling between sequencer and tracker, as in buzz, as an alternative would be perfect!

Inside Reaper arrange I am using ENTER for toggling between arrange and midi editor. Same for switching between sequencer and tracker would finish the perfect design.

In both cases you would switch from detailed editing and big picture overview/design.

michaelsjackson commented 6 years ago

from hackey patterns to hackey trackey:

if ( (ctime - self.lastLeftTime) < doubleClickInterval or inputs( 'enter' )) then self:startHT(self.xpos, self.ypos)

JoepVanlier commented 6 years ago

No, don't put it where the mouse handling is. That condition won't get hit when you want it.

The keyboard handling is further down. Anyways, the key was added in b4e7b7eb738c0bdd9920bfc8f0e4d6029b84c032