ahlstromcj / sequencer64

A major reboot of Seq24. Current release 0.97.0 (2021-05-13), native JACK MIDI, Song recording, playlists, and a Windows/Qt version. For fresher code, see the Seq66 project. Note that trigger and mute-group-in-MIDI-file formats have evolved! Back up your work!
GNU Affero General Public License v3.0
237 stars 28 forks source link

vertical size of notes in piano roll editor #180

Closed gresade closed 4 years ago

gresade commented 4 years ago

The vertical size of the piano roll keys and note editor rows is quite small. I would like to increase the size per note a few pixels. For the keys I found the setting of 8 pixels in seq_gtkmm2/src/seqkeys.cpp that changes the keys vertical size as wanted: static const int sc_key_y = 8; A value of 9 or 10 instead of 8 should be sufficient as a starting point for more relaxed editing.

But how do I adjust the note grid and note size in the piano roll. This seems to be a lot more complex?