JoepVanlier / Hackey-Trackey

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

delete key ("." or "del") on FX row zero disallows input #87

Closed offten closed 2 years ago

offten commented 2 years ago

When entering automation. A zero is continually displayed instead, forcing you to reset automation to display any other value.

Also using SHIFT + BACKSPACE on an FX column causes a crash:

...Roaming\REAPER\Scripts\Tracker tools\Tracker\tracker.lua:7471: attempt to perform arithmetic on a nil value (local 'cpShift')

JoepVanlier commented 2 years ago

Hey, thanks for bringing this to my attention!

Regarding behaviour one:

Do you mean the top row? If so, that's a limitation of the environment. In REAPER, the automation item has to start with a particular value.

Issue 2 should be fixed in 2.85 though!