oldtechaa / SeekMIDI

SeekMIDI, a simple multi-channel graphical MIDI sequencer.
https://oldtechaa.github.io/SeekMIDI/
Other
1 stars 1 forks source link

GDK event coordinates are floating-point numbers #35

Open oldtechaa opened 7 years ago

oldtechaa commented 7 years ago

The GDK mouse event coordinates are floating-point numbers. This works for now, but could cause problems with array indexes. It seems rather fragile and thus we should try to find a workaround. If no practical workaround exists and it is found that this never would impact functionality, this bug could be closed.