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

OFF markers are not visible here #27

Closed michaelsjackson closed 6 years ago

michaelsjackson commented 6 years ago

Tried to use the break feature by adding OFF markers, hitting - , however instead of adding OFF, it adds just normally the current patterns number. e.g. if 02 is playing, I hit - , it adds there 02, and not OFF.

Maybe I am doing something wrong? I checked my keycode, in tracker.lua, it is reporting correctly 45.0 for "-", so in theory it should work. I tried also off2, this seems to cut the pattern, by shortening the item. Which has right sounding effect, like a break, however, I am not sure how to enable it again, so it gets normal again, playing the pattern fully. Otherwise off2 could do the trick.

Is OFF working there?

michaelsjackson commented 6 years ago

If you look at the undo list, at the top, Sequencer: Off (Off), seems to be the right action, but there are 3 more actions triggered, which should not be there, I guess. Not sure why they are triggered?

off_bug_extra_steps

JoepVanlier commented 6 years ago

Hey, thanks for the bug report. That is quite strange. Here it does display them. Could you attach an RPP file so I can investigate what's going on?

Note that the keys in Hackey Patterns can't be customized like in Hackey Trackey yet, and that you'll have to use the default. But this is also '-', so that doesn't seem to be related to your issue.

michaelsjackson commented 6 years ago

Wanted to create quickly a new .RPP, and strangely now it works. If it happens again, I will immediately save and upload that .RPP, so you can investigate those cases.

michaelsjackson commented 6 years ago

It is great, if this will work, wonderful, thanks a lot.

JoepVanlier commented 6 years ago

Seems resolved, feel free to open a new issue if it happens again.