feat: added fine tune region position feature

This commit is contained in:
Xiaohan-Tian
2026-05-01 23:07:44 -07:00
parent d5795c5281
commit d59ad68f72
5 changed files with 239 additions and 127 deletions
+2
View File
@@ -28,6 +28,8 @@ export const REGION_CONSTANTS = {
EDGE_THRESHOLD: 10,
// Minimum region length in bars
MIN_REGION_LENGTH: 1.0,
// Fine-move speed ratio: mouse pixels to region movement pixels
FINE_MOVE_SPEED_RATIO: 0.25,
};
// Piano roll related constants