@rzrsharpeprod said in MIDI Player overlay panel LAF:
when I use my transpose script
How are you transposing the notes? If you are using the transpose module it should be automatically get placed after the MIDI Player. Are you using a custom script processor?
I'm not able to recreate the behaviour you described so if you shared a snippet it might help.
If you minimize the range of the min and max Note, I think this should give you the behaviour you want, so change:
var minNote = 127;
var maxNote = 0;
You can also edit this line to simply draw the note’s height in a fixed range (instead of dynamically resizing it
var noteRect = [xPos, yPos, width, noteHeight];