|
From: Thijs v. s. <thi...@gm...> - 2017-01-20 16:42:35
|
Hi guys ! i have just created a ticket for an enhancement that would really make my life a lot easier (see https://github.com/hydrogen-music/hydrogen/issues/471) i'm actually trying to have a go at it, but i'm a bit stuck :-) So far i have figured out that void SongEditor::createBackground() in SongEditor.cpp does the actual gui update, but it seems that it is only called when the pattern loops i have no clue how i can trigger this gui update when a select_next_pattern midi message is recieved I have also found out that when you send a midi select_next_pattern message to H2 this triggers the MidiActionManager::select_next_pattern function in midi_actions.cpp if i could trigger the gui update from here i might be able to make this work any ideas ? grtz Thijs -- follow me on my Audio & Linux blog <http://audio-and-linux.blogspot.com/> ! |