Exception when note entry click is out of range
Leadsheet notation with auto-generated playback, improvisation advice
Brought to you by:
keller91711
When clicking too far above or below the staff, this error occurs:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at imp.data.Note.getClosestMatch(Note.java:378)
at imp.gui.StaveActionHandler.yPosToRectifiedPitch(StaveActionHandler.java:3024)
at imp.gui.StaveActionHandler.updateNoteCursorLabel(StaveActionHandler.java:549)
at imp.gui.StaveActionHandler.mouseMoved(StaveActionHandler.java:526)
Made one defensive change, but not able to reproduce this bug.
Not sure if this should reopen this request, but after I first installed Impro-Visor 9.01 on Windows 10 v1607, build 14393.1198 with Java 1.80_131 - I can't even get it to load (stalls during "Loading Vocabulary"). Also, a popup states *"Warning,: Preference midi-in-latency does not exist"
The error is similar to above:
java.lang.NullPointerException
at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
at sun.misc.FloatingDecimal.parseDouble(Unknown Source)
at java.lang.Double.parseDouble(Unknown Source)
at imp.util.Preferences.getMidiInLatency(Preferences.java:529)
at imp.gui.Notate.initComponents(Notate.java:4154)
at imp.gui.Notate.<init>(Notate.java:944)
at imp.ImproVisor.<init>(ImproVisor.java:346)
at imp.ImproVisor.main(ImproVisor.java:492)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
at com.install4j.runtime.launcher.WinLauncher.main(Unknown Source)
I ran as Administrator. The folder is in Programs(x86), where it loads as a default I believe. Thoughts?