PatchBay 1.1a introduces the new Routing dialog which is skinnable in a limited fashion. One day when I've got nothing much better to do I might get round to allowing you to change stuff like the grid size, the font and the size of the dialog window itself, but that stuff is boring to set up so this will have to do for now.
All of these can be resized except for the background grid and the activity indicator light. Those with multiple states can be any height but the width must be evenly divisible (no fractions) by the number of frames.
active.png | Patch activity indicator on. 14 pixels square, single state. |
background.png | The patch grid. 336 pixels square, single state. |
clearbtn.png | Clear patch button. Three states: up, down and mouseover. |
clipbtn.png | Sticky clipboard button. Two states: off and on. |
copybtn.png | Copy patch button. Three states: up, down and mouseover. |
inactive.png | Patch activity indicator off. 14 pixels square, single state. |
mergebtn.png | Paste merge button. Four states: up, down, mouseover and disabled. |
nextbtn.png | Next patch button. Three states: up, down and mouseover. |
numbers.png | Current patch indicator. Ten states: 0 - 9. |
pastebtn.png | Paste button. Three states: up, down and mouseover. |
prevbtn.png.png | Previous patch button. Three states: up, down and mouseover. |
colours.ini | Currently defines the window background colour, the text colour and the mouse highlight colour. Each colour is defined by four hexadecimal values of 00 to FF in the format AARRGGBB. AA is transparency where 00 is opaque and FF is transparent and RRGGBB are red, green and blue. Each value should be on a new line. | coords.ini |
Defines the x/y coordinates of the individual elements. Each element is on a new line and consists of two decimal values separated by a comma eg. 10,34 Current elements are: Background, Copy, Paste, Merge, Next Patch, Previous patch, Clear, Keep Clipboard, Patch Indicator Tens, Patch Indicator Units It's not really worth adjusting the background position at the moment. |