diff --git a/pop/loner/bin/halo3.py b/pop/loner/bin/halo3.py --- a/pop/loner/bin/halo3.py +++ b/pop/loner/bin/halo3.py @@ -225,8 +225,8 @@ # i·think is bar 4, and "think" ends exactly # on 20 — so OF starts the instant think ends # ("of should start sooner, right after # 'think' ends") with no rest needed at all. - "durs": { 0: 2.0, 1: 2.0, 2: 2.5, 3: 1.0, - 4: 2.5, 5: 2.0, 6: 2.0, + "durs": { 0: 2.0, 1: 2.0, 2: 2.5, 3: 1.5, + 4: 2.0, 5: 2.0, 6: 2.0, # think 1 (1.17×, her own speed — at 2 # it was a 2.3× held tone), so OF keeps # its 4 beats at 1.01×, her real octave, diff --git a/pop/loner/c/loner-chart.h b/pop/loner/c/loner-chart.h --- a/pop/loner/c/loner-chart.h +++ b/pop/loner/c/loner-chart.h @@ -16,8 +16,8 @@ static const ChartNote w_whole_line_notes[] = { { 0.00, 2.00, 7 }, { 2.00, 2.00, 5 }, { 4.00, 2.50, 3 }, - { 6.50, 1.00, 2 }, - { 7.50, 2.50, 0 }, + { 6.50, 1.50, 2 }, + { 8.00, 2.00, 0 }, { 10.00, 2.00, 5 }, { 12.00, 2.00, 2 }, { 14.00, 2.00, -2 }, diff --git a/pop/loner/vox4/.chart.json b/pop/loner/vox4/.chart.json --- a/pop/loner/vox4/.chart.json +++ b/pop/loner/vox4/.chart.json @@ -64,14 +64,14 @@ "lead": 0.0 }, { "beat": 6.5, - "dur": 1.0, + "dur": 1.5, "st": 2, "t": "up", "lead": 0.0 }, { - "beat": 7.5, - "dur": 2.5, + "beat": 8.0, + "dur": 2.0, "st": 0, "t": "in", "lead": 0.0