ViktorNova / hydrogen-stagecraft

The git repository of the advanced drum machine
http://www.hydrogen-music.org
GNU General Public License v2.0
0 stars 0 forks source link

Vertical cursor that moves with the ruler cursor #4

Open ViktorNova opened 10 years ago

ViktorNova commented 10 years ago

There needs to be a vertical line that extends down into the pattern editor and the song editor, showing pattern and song position

Ideally there should also be an option in preferences to enable/disable notes and patterns glowing while they are being triggered.

After some headache, I've discovered that these probably can't be drawn from within the ruler code where the stubby cursor is currently being drawn. There is a boundary issue. I need to get those song position variables parsed the exact same way and into the pattern/song editor code to draw it there

This was first mentioned here: https://github.com/hydrogen-music/hydrogen/issues/192