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

checked Ctrl-Enter and it does something else :-) #42

Open michaelsjackson opened 6 years ago

michaelsjackson commented 6 years ago

Now it adds where loop points are. But my suggestion should be as follows:

  1. Taking only the length information from where the loop points are.
  2. Adding should be where the cursor is. So now the second point goes also to where the loop points are.

Wow, this was quick reply from you, was just writing the message, hit enter by accident. Then got already answer from you, cool.

Then we should also not need your already added ctrl-pgup/pgdn for moving the loop point, because it can stay and loop where it is, but we can still edit and add new stuff elsewhere. This should also fit better to the concept, listen somewhere, but edit elsewhere, all independently, not disturbing each other.

JoepVanlier commented 6 years ago

What does it do?

JoepVanlier commented 6 years ago

Ah ok. I'll fix it when I get home in a few hours.

JoepVanlier commented 6 years ago

2e62e9a4ec74e4bf9ede7036159f536c454848c0 ? :)

michaelsjackson commented 6 years ago

One small thing:

Otherwise you can end up having multiple patterns with same name, e.g. 5 times a pattern named 01. But once you selected a range the naming is always changing, for each new pattern, how it should be.

In short again: Program should prevent adding new patterns if there is no range selection. Another variant could be, it would add a 1 bar range selection to the beginning of the arrange, then adding new patterns as 1 bar empty patterns.