kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
844 stars 36 forks source link

When seqblock track off editor is open moving mouse should not change selected block #1381

Open akimaze opened 2 years ago

akimaze commented 2 years ago

When seqblock track off editor is open moving mouse should not change selected block. For example see the gif below: I try to change Arp Lead 1 track but moving mouse changes current block to Perkusja.

radium_selected_block

2. Which version of Radium are you using? Do you know if an earlier version has worked?

Official 6.9.99.

3. If relevant, which operating system did you run Radium on?

Linux Mint

akimaze commented 2 years ago

Or maybe that small window should appear above the block that has been double-clicked.

kmatheussen commented 2 years ago

Sorry, I overlooked this ticket. Yes, the track editor on/off window should probably not change seqblock unless you click on a new seqblock.

On Tue, May 3, 2022 at 12:39 PM akimaze @.***> wrote:

Or maybe that small window should appear above the block that has been double-clicked.

— Reply to this email directly, view it on GitHub https://github.com/kmatheussen/radium/issues/1381#issuecomment-1115957103, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIX3J2OZNWXBI4ICPXO63TVID645ANCNFSM5U6QEJTA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kmatheussen commented 2 years ago

Hmm, the sequencer doesn't have a concept of "current seqblock" the same way as the mixer has. The mixer has two concepts: "current instrument" (i.e. last clicked instrument) and "current instrument under mouse". I guess we need to introduce a "current seqblock under mouse" concept in the sequencer as well to fix this.