Closed Kangaroux closed 4 years ago
@monotron For the UI tests I tested the NoteFieldData class but didn't test any widgets. The widgets themselves are pretty logicless, they are just grabbing values from a NoteFieldData
object, plus it's easy to see if the widgets are working properly just by using the editor.
If you think there are some low hanging fruit with regards to widget tests let me know.
If you think there are some low hanging fruit with regards to widget tests let me know.
Nothing that springs to mind immediately, but I will let you know if something comes up!
Closes #24, closes #25
This branch is just for displaying a static note field. You pass it a Chart object and it renders out the taps, holds, and beat lines. As of now the note field cannot be manipulated or interacted with, aside from scrolling
TODO
NoteField
. Pull out the logic/config into a separate class and pass that to the chart object widgets instead of the entire Gtk container.