Kjetil Matheussen

Results 334 comments of Kjetil Matheussen

I think this patch should fix the mixer strips. Wonder if it was originally meant to behave like this. The name of the last argument for setCurrentInstrument is a little...

This commit seems to ensure current instrument is changed when changing current editor track with the keyboard: https://github.com/kmatheussen/radium/commit/b520d2d2ff853bdacb99636eec7d9a70d7100bf7 Any other situations now? Hopefully it's possible to remove the "locked instrument"...

I guess it makes sense for the "lock" icon in the upper left corner to be replaced with a "switch current instrument" icon now...

Problem introduced after last commit: Radium can (wrongly) change instrument automatically when moving the horizontal scrollbar in the editor.

> Problem introduced after last commit: Radium can (wrongly) change instrument automatically when moving the horizontal scrollbar in the editor. Also fixed.

Replaced locked checkbox with select button. TODO: Fix right-clicking the select-button.

TODO: Immediately set current instrument to the instrument of the current track in the editor when moving the cursor in the editor, not just when switching between tracks.

TODO: Clean up code, replace all the "even_if..." variables with "also_set_current_instrument" variables, etc.

Fixed On Mon, Feb 26, 2024 at 9:53 AM yust1n ***@***.***> wrote: > In file included from Qt/mQt_patch_widget_callbacks.h:10, > from Qt/Qt_instruments.cpp:180: > Qt/Qt_patch_widget_callbacks.h: In constructor > 'Patch_widget::Patch_widget(QWidget*, Patch*)': > Qt/Qt_patch_widget_callbacks.h:206:5:...