This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var kPluginVersion = "0.0.1"; | |
var PluginMetadata = { | |
name: "DINGHY MERGES", | |
version: kPluginVersion, | |
authors: "Spacek", | |
type: "intransient", | |
licence: "GPL-3.0", | |
targetApiVersion: 92, | |
main: null // populated later |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var TrackSpacing = 7; | |
var TracksPerRow = 32; | |
var TrackRowSpacing = 5; | |
var TrackBaseHeight = 8; | |
var TrackElemTypeCount = 267 | |
var currentCursor = 0; | |
function getPosition(c) | |
{ |