mirror of
https://github.com/euphy/polargraphcontroller
synced 2024-11-14 02:07:57 +01:00
Adding some pen lift bidnizz.
This commit is contained in:
parent
cb06dd07e6
commit
b1a4daf69f
@ -105,7 +105,7 @@ void numberbox_mode_penDownPos(int value)
|
|||||||
}
|
}
|
||||||
void button_mode_sendPenliftRange()
|
void button_mode_sendPenliftRange()
|
||||||
{
|
{
|
||||||
addToCommandQueue(CMD_SETPENLIFTRANGE+penLiftDownPosition+","+penLiftUpPosition+",END");
|
addToCommandQueue(CMD_SETPENLIFTRANGE+penLiftDownPosition+","+penLiftUpPosition+",1,END");
|
||||||
}
|
}
|
||||||
|
|
||||||
void numberbox_mode_liveBlurValue(int value)
|
void numberbox_mode_liveBlurValue(int value)
|
||||||
|
@ -587,7 +587,7 @@ Map<String, PVector> buildControlPositionsForPanel(Panel panel)
|
|||||||
}
|
}
|
||||||
Map<String, PVector> buildControlSizesForPanel(Panel panel)
|
Map<String, PVector> buildControlSizesForPanel(Panel panel)
|
||||||
{
|
{
|
||||||
println("Building control sizes for panel " + panel.getName());
|
//println("Building control sizes for panel " + panel.getName());
|
||||||
Map<String, PVector> map = new HashMap<String, PVector>();
|
Map<String, PVector> map = new HashMap<String, PVector>();
|
||||||
String panelName = panel.getName();
|
String panelName = panel.getName();
|
||||||
int col = 0;
|
int col = 0;
|
||||||
@ -603,7 +603,7 @@ Map<String, PVector> buildControlSizesForPanel(Panel panel)
|
|||||||
{
|
{
|
||||||
PVector s = new PVector(DEFAULT_CONTROL_SIZE.x, DEFAULT_CONTROL_SIZE.y);
|
PVector s = new PVector(DEFAULT_CONTROL_SIZE.x, DEFAULT_CONTROL_SIZE.y);
|
||||||
map.put(controller.name(), s);
|
map.put(controller.name(), s);
|
||||||
println("Added size of " + controller.name() + " to panel. " + s);
|
//println("Added size of " + controller.name() + " to panel. " + s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user