dspeyer / ritualEngine

An engine for performing communal rituals online
GNU General Public License v2.0
4 stars 6 forks source link

Get all the lyric timings #226

Closed dspeyer closed 3 years ago

dspeyer commented 3 years ago

If someone besides me wants to work on this before I wake up.

Find what's missing with:

for i in grep BucketSing [0-9]*.json | sed 's/:.*//'; do grep Timings $i > /dev/null || (echo -n $i ; grep backing $i); done

Get the backing track

Run the slide, clicking in lyrics

Open js console

Find the last line that says Timings:

Put that array into the json as "lyricTimings"

Run it again and watch for errors

alexaltair commented 3 years ago

Timings for slide 2 (necronomicon)

[3.762, 6.998, 10.766, 14.29, 17.355, 18.69, 21.012, 24.398, 28.146, 31.489, 32.033, 34.876, 38.167, 41.23, 44.249, 44.906, 47.601, 51.455, 55.074, 58.195, 58.552, 61.938, 65.587, 68.213, 71.216, 71.504, 74.684, 78.815, 82.384, 88.25]
alexaltair commented 3 years ago

Timings for slide 23 (Bitter Wind March)

[17.154, 23.315, 28.675, 34.272, 39.782, 39.973, 45.812, 50.918, 57.009, 62.188, 62.369, 69.275, 73.826, 78.158, 85.072, 94.82, 99.509, 100.296, 110.869, 121.546, 127.422, 133.03, 138.639, 143.859, 144.021, 149.766, 155.099, 160.978, 166.036, 166.229, 172.16, 177.596, 183.587, 188.447, 188.761, 193.326, 200.305, 204.435, 211.522, 211.8, 220.293, 225.636, 225.851, 235.771, 244.201, 244.45, 251.377, 257.52, 257.715, 264.346]
gwillen commented 3 years ago

Timings for slide 34 (Uplift): [5.83, 10.49, 15.131, 19.68, 25.611, 27.561, 32.281, 36.861, 41.581, 48.752, 49.591, 54.102, 58.691, 63.141, 70.472, 71.212, 76.432, 81.474, 86.212, 93.162, 93.692, 98.112, 102.542, 107.312, 114.173, 115.404, 121.655, 129.654]

Notes:

alexaltair commented 3 years ago

Here's my attempt at timings for slide 28 (Here Comes the Sun) although the lyrics do not entirely match the audio

[16.851, 21.113, 24.975, 28.863, 30.377, 37.06, 43.964, 44.663, 48.337, 51.803, 61.036, 61.239, 67.572, 74.591, 74.843, 78.821, 82.089, 88.531, 90.542, 96.302, 102.04, 107.819, 113.685, 118.759, 119.778, 126.722, 132.968, 133.642, 137.247, 140.535, 145.105, 146.338, 155.247, 156.154, 157.11, 157.576, 158.118]
gwillen commented 3 years ago

alex is going to do 37, then I'm going to add these to the json and test them

gwillen commented 3 years ago

actually maybe 37 doesn't have lyrics yet?

alexaltair commented 3 years ago

Timings for slide 37 (Five Billion Years) again some lyrics are different

[14.872, 18.51, 21.427, 24.492, 27.454, 27.783, 30.807, 33.742, 36.69, 39.652, 39.835, 43.424, 46.128, 49.362, 51.977, 52.339, 55.647, 58.532, 61.662, 65.024, 65.223, 70.386, 71.356, 75.622, 77.525, 80.56, 83.833, 86.685, 89.656, 89.968, 92.814, 96.014, 99.037, 101.64, 101.979, 105.583, 107.874, 111.841, 114.919, 115.137, 118.174, 121.307, 124.011, 128.816, 139.806, 143.126, 145.835, 149.119, 151.679, 151.923, 155.306, 158.302, 161.551, 164.45, 164.658, 167.71, 170.848, 173.913, 176.149, 176.661, 180.446, 183.437, 186.511, 189.435, 189.665, 192.919, 196.006, 198.875, 202.066, 202.335, 205.296, 208.302, 211.094, 215.37, 215.552, 217.734, 220.955, 224.04, 227.302, 227.59, 230.259, 233.47, 236.945, 239.828, 240.074, 243.592, 248.993, 253.508]
alexaltair commented 3 years ago

New slide 2 (Necronomicon) timings

[60.708, 64.228, 68.172, 72.019, 74.81, 75.374, 82.337, 86.158, 90.018, 93.279, 95.341, 100.822, 104.318, 107.782, 110.861, 111.533, 114.871, 118.944, 122.532, 125.151, 125.789, 132.663, 136.146, 139.549, 142.248, 142.652, 146.246, 149.838, 152.41, 165.279]
gwillen commented 3 years ago

I believe this is done.