mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 06:39:59 +01:00
Creation and minimal integration of Displays View
This commit is contained in:
@@ -67,6 +67,10 @@
|
||||
#define TRANSITION_DEFAULT_SCALE 5.0f
|
||||
#define TRANSITION_MIN_DURATION 0.2f
|
||||
#define TRANSITION_MAX_DURATION 10.f
|
||||
#define DISPLAYS_UNIT 0.001f
|
||||
#define DISPLAYS_DEFAULT_SCALE 1.4f
|
||||
#define DISPLAYS_MIN_SCALE 0.4f
|
||||
#define DISPLAYS_MAX_SCALE 7.0f
|
||||
#define ARROWS_MOVEMENT_FACTOR 0.1f
|
||||
#define SESSION_THUMBNAIL_HEIGHT 120.f
|
||||
#define RECORD_MAX_TIMEOUT 1200000
|
||||
@@ -104,6 +108,7 @@
|
||||
#define COLOR_LIMBO_CIRCLE 0.173f, 0.173f, 0.173f
|
||||
#define COLOR_SLIDER_CIRCLE 0.11f, 0.11f, 0.11f
|
||||
#define COLOR_STASH_CIRCLE 0.06f, 0.06f, 0.06f
|
||||
#define COLOR_MONITOR 0.2f, 0.85f, 0.85f
|
||||
|
||||
#define OSC_PORT_RECV_DEFAULT 7000
|
||||
#define OSC_PORT_SEND_DEFAULT 7001
|
||||
|
||||
Reference in New Issue
Block a user