softchart / scripts /fixtures /legacy_call_trace.json
JacobLinCool's picture
Add BarScript (experimental preview) model + ura difficulty; vendored sc2 subpackage
d27cb1d verified
Raw
History Blame Contribute Delete
104 kB
{
"_comment": "Call trace of the seven published models, recorded from spaces/app.py as it stood BEFORE the 2.0 / ura wiring change (source_sha256 identifies that exact text). Regenerating this file from a newer app defeats its purpose: the point is that the published models still do what they did here, call for call and byte for byte -- the arguments include the full generated TJA.",
"models": [
"v1.7",
"v1.7-small",
"v1.7-tiny",
"v1.6",
"v1.6-small",
"v1.6-tiny",
"v1.5"
],
"scenarios": {
"v1.5 / easy / sampling": {
"calls": [
[
"get_models",
[
"v1.5"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.5:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.5:plan>",
"ndarray(128, 1722)",
"'easy'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.5:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'easy'"
],
{
"density_bucket": "1",
"device": "'cpu'",
"greedy": "False",
"level": "3",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'easy'",
"3",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'easy'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_easy_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.5 / hard / heuristic-plan": {
"calls": [
[
"get_models",
[
"v1.5"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.5:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"auto_plan",
[
"ndarray(128, 1722)",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.5:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'hard'"
],
{
"density_bucket": "4",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 3, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'hard'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'hard'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_hard_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.5 / normal / bpm / no-beat": {
"calls": [
[
"get_models",
[
"v1.5"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"generate_song",
[
"<Recorder v1.5:gen>",
"ndarray(128, 1722)",
"'normal'"
],
{
"density_bucket": "2",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "None",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"snap_chart",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"140.0"
],
{}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'normal'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "None"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_normal_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 140.0,
"grid_rms_ms": null,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "time-quantized"
}
},
"v1.5 / oni": {
"calls": [
[
"get_models",
[
"v1.5"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.5:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.5:plan>",
"ndarray(128, 1722)",
"'oni'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.5:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.5 / oni / bpm": {
"calls": [
[
"get_models",
[
"v1.5"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.5:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"fit_grid_fixed_bpm",
[
"<Recorder v1.5:beat>",
"ndarray(128, 1722)",
"180.0"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.5:plan>",
"ndarray(128, 1722)",
"'oni'",
"180.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.5:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 180.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6 / easy / sampling": {
"calls": [
[
"get_models",
[
"v1.6"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.6:plan>",
"ndarray(128, 1722)",
"'easy'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'easy'"
],
{
"density_bucket": "1",
"device": "'cpu'",
"greedy": "False",
"level": "3",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'easy'",
"3",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'easy'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_easy_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6 / hard / heuristic-plan": {
"calls": [
[
"get_models",
[
"v1.6"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"auto_plan",
[
"ndarray(128, 1722)",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'hard'"
],
{
"density_bucket": "4",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 3, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'hard'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'hard'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_hard_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6 / normal / bpm / no-beat": {
"calls": [
[
"get_models",
[
"v1.6"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"generate_song",
[
"<Recorder v1.6:gen>",
"ndarray(128, 1722)",
"'normal'"
],
{
"density_bucket": "2",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "None",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"snap_chart",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"140.0"
],
{}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'normal'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "None"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_normal_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 140.0,
"grid_rms_ms": null,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "time-quantized"
}
},
"v1.6 / oni": {
"calls": [
[
"get_models",
[
"v1.6"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.6:plan>",
"ndarray(128, 1722)",
"'oni'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6 / oni / bpm": {
"calls": [
[
"get_models",
[
"v1.6"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"fit_grid_fixed_bpm",
[
"<Recorder v1.6:beat>",
"ndarray(128, 1722)",
"180.0"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.6:plan>",
"ndarray(128, 1722)",
"'oni'",
"180.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 180.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6-small / easy / sampling": {
"calls": [
[
"get_models",
[
"v1.6-small"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6-small:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.6-small:plan>",
"ndarray(128, 1722)",
"'easy'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6-small:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'easy'"
],
{
"density_bucket": "1",
"device": "'cpu'",
"greedy": "False",
"level": "3",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'easy'",
"3",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'easy'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_easy_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6-small / hard / heuristic-plan": {
"calls": [
[
"get_models",
[
"v1.6-small"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6-small:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"auto_plan",
[
"ndarray(128, 1722)",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6-small:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'hard'"
],
{
"density_bucket": "4",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 3, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'hard'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'hard'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_hard_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6-small / normal / bpm / no-beat": {
"calls": [
[
"get_models",
[
"v1.6-small"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"generate_song",
[
"<Recorder v1.6-small:gen>",
"ndarray(128, 1722)",
"'normal'"
],
{
"density_bucket": "2",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "None",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"snap_chart",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"140.0"
],
{}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'normal'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "None"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_normal_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 140.0,
"grid_rms_ms": null,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "time-quantized"
}
},
"v1.6-small / oni": {
"calls": [
[
"get_models",
[
"v1.6-small"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6-small:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.6-small:plan>",
"ndarray(128, 1722)",
"'oni'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6-small:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6-small / oni / bpm": {
"calls": [
[
"get_models",
[
"v1.6-small"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6-small:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"fit_grid_fixed_bpm",
[
"<Recorder v1.6-small:beat>",
"ndarray(128, 1722)",
"180.0"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.6-small:plan>",
"ndarray(128, 1722)",
"'oni'",
"180.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6-small:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 180.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6-tiny / easy / sampling": {
"calls": [
[
"get_models",
[
"v1.6-tiny"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6-tiny:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.6-tiny:plan>",
"ndarray(128, 1722)",
"'easy'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6-tiny:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'easy'"
],
{
"density_bucket": "1",
"device": "'cpu'",
"greedy": "False",
"level": "3",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'easy'",
"3",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'easy'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_easy_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6-tiny / hard / heuristic-plan": {
"calls": [
[
"get_models",
[
"v1.6-tiny"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6-tiny:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"auto_plan",
[
"ndarray(128, 1722)",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6-tiny:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'hard'"
],
{
"density_bucket": "4",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 3, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'hard'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'hard'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_hard_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6-tiny / normal / bpm / no-beat": {
"calls": [
[
"get_models",
[
"v1.6-tiny"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"generate_song",
[
"<Recorder v1.6-tiny:gen>",
"ndarray(128, 1722)",
"'normal'"
],
{
"density_bucket": "2",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "None",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"snap_chart",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"140.0"
],
{}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'normal'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "None"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_normal_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 140.0,
"grid_rms_ms": null,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "time-quantized"
}
},
"v1.6-tiny / oni": {
"calls": [
[
"get_models",
[
"v1.6-tiny"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6-tiny:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.6-tiny:plan>",
"ndarray(128, 1722)",
"'oni'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6-tiny:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.6-tiny / oni / bpm": {
"calls": [
[
"get_models",
[
"v1.6-tiny"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.6-tiny:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"fit_grid_fixed_bpm",
[
"<Recorder v1.6-tiny:beat>",
"ndarray(128, 1722)",
"180.0"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.6-tiny:plan>",
"ndarray(128, 1722)",
"'oni'",
"180.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.6-tiny:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 180.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7 / easy / sampling": {
"calls": [
[
"get_models",
[
"v1.7"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.7:plan>",
"ndarray(128, 1722)",
"'easy'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'easy'"
],
{
"density_bucket": "1",
"device": "'cpu'",
"greedy": "False",
"level": "3",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'easy'",
"3",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'easy'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_easy_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7 / hard / heuristic-plan": {
"calls": [
[
"get_models",
[
"v1.7"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"auto_plan",
[
"ndarray(128, 1722)",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'hard'"
],
{
"density_bucket": "4",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 3, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'hard'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'hard'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_hard_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7 / normal / bpm / no-beat": {
"calls": [
[
"get_models",
[
"v1.7"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"generate_song",
[
"<Recorder v1.7:gen>",
"ndarray(128, 1722)",
"'normal'"
],
{
"density_bucket": "2",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "None",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"snap_chart",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"140.0"
],
{}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'normal'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "None"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_normal_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 140.0,
"grid_rms_ms": null,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "time-quantized"
}
},
"v1.7 / oni": {
"calls": [
[
"get_models",
[
"v1.7"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.7:plan>",
"ndarray(128, 1722)",
"'oni'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7 / oni / bpm": {
"calls": [
[
"get_models",
[
"v1.7"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"fit_grid_fixed_bpm",
[
"<Recorder v1.7:beat>",
"ndarray(128, 1722)",
"180.0"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.7:plan>",
"ndarray(128, 1722)",
"'oni'",
"180.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 180.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7-small / easy / sampling": {
"calls": [
[
"get_models",
[
"v1.7-small"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7-small:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.7-small:plan>",
"ndarray(128, 1722)",
"'easy'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7-small:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'easy'"
],
{
"density_bucket": "1",
"device": "'cpu'",
"greedy": "False",
"level": "3",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'easy'",
"3",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'easy'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_easy_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7-small / hard / heuristic-plan": {
"calls": [
[
"get_models",
[
"v1.7-small"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7-small:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"auto_plan",
[
"ndarray(128, 1722)",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7-small:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'hard'"
],
{
"density_bucket": "4",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 3, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'hard'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'hard'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_hard_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7-small / normal / bpm / no-beat": {
"calls": [
[
"get_models",
[
"v1.7-small"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"generate_song",
[
"<Recorder v1.7-small:gen>",
"ndarray(128, 1722)",
"'normal'"
],
{
"density_bucket": "2",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "None",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"snap_chart",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"140.0"
],
{}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'normal'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "None"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_normal_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 140.0,
"grid_rms_ms": null,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "time-quantized"
}
},
"v1.7-small / oni": {
"calls": [
[
"get_models",
[
"v1.7-small"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7-small:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.7-small:plan>",
"ndarray(128, 1722)",
"'oni'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7-small:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7-small / oni / bpm": {
"calls": [
[
"get_models",
[
"v1.7-small"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7-small:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"fit_grid_fixed_bpm",
[
"<Recorder v1.7-small:beat>",
"ndarray(128, 1722)",
"180.0"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.7-small:plan>",
"ndarray(128, 1722)",
"'oni'",
"180.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7-small:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 180.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7-tiny / easy / sampling": {
"calls": [
[
"get_models",
[
"v1.7-tiny"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7-tiny:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.7-tiny:plan>",
"ndarray(128, 1722)",
"'easy'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7-tiny:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'easy'"
],
{
"density_bucket": "1",
"device": "'cpu'",
"greedy": "False",
"level": "3",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'easy'",
"3",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'easy'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Easy\\nLEVEL:3\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_easy_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7-tiny / hard / heuristic-plan": {
"calls": [
[
"get_models",
[
"v1.7-tiny"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7-tiny:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"auto_plan",
[
"ndarray(128, 1722)",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7-tiny:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'hard'"
],
{
"density_bucket": "4",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 3, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'hard'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'hard'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 3, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Hard\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_hard_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7-tiny / normal / bpm / no-beat": {
"calls": [
[
"get_models",
[
"v1.7-tiny"
],
{
"include_planner": false
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"generate_song",
[
"<Recorder v1.7-tiny:gen>",
"ndarray(128, 1722)",
"'normal'"
],
{
"density_bucket": "2",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "None",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"snap_chart",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"140.0"
],
{}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'normal'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "None"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:140\\nWAVE:song.ogg\\nOFFSET:-1.000\\nCOURSE:Normal\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000000020000000000000000000000000005000000000000000000000000000000000000000,\\n000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_normal_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 140.0,
"grid_rms_ms": null,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "time-quantized"
}
},
"v1.7-tiny / oni": {
"calls": [
[
"get_models",
[
"v1.7-tiny"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7-tiny:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.7-tiny:plan>",
"ndarray(128, 1722)",
"'oni'",
"150.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7-tiny:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 150.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
},
"v1.7-tiny / oni / bpm": {
"calls": [
[
"get_models",
[
"v1.7-tiny"
],
{
"include_planner": true
}
],
[
"load_logmel",
[
"'<AUDIODIR>/song.ogg'"
],
{}
],
[
"fit_grid_piecewise",
[
"<Recorder v1.7-tiny:beat>",
"ndarray(128, 1722)"
],
{
"device": "'cpu'"
}
],
[
"fit_grid_fixed_bpm",
[
"<Recorder v1.7-tiny:beat>",
"ndarray(128, 1722)",
"180.0"
],
{
"device": "'cpu'"
}
],
[
"learned_plan",
[
"<Recorder v1.7-tiny:plan>",
"ndarray(128, 1722)",
"'oni'",
"180.0",
"ndarray(9,)"
],
{}
],
[
"generate_song_slot",
[
"<Recorder v1.7-tiny:slot>",
"ndarray(128, 1722)",
"grid(bpm=150.0)",
"'oni'"
],
{
"density_bucket": "7",
"device": "'cpu'",
"greedy": "True",
"level": "9",
"plan": "[[0.0, 4.0, 5, 0]]",
"seed": "0",
"temperature": "0.8",
"top_p": "0.9"
}
],
[
"write_tja_slots",
[
"{'hits': [{'t': 1.0, 'type': 'don'}, {'t': 1.5, 'type': 'ka'}], 'spans': [{'t0': 2.0, 't1': 3.0, 'type': 'roll'}], 'hits_slots': [(0, 0, 'don'), (0, 24, 'ka'), (1, 0, 'don_big')], 'spans_slots': [(2, 0, 2, 48, 'roll')], 'n_measures': 4}",
"grid(bpm=150.0)",
"'song'",
"'oni'",
"9",
"'song.ogg'"
],
{
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"render_tja_image",
[
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'"
],
{
"out_path": "'<WORKDIR>/chart.png'"
}
],
[
"render_audio_plan",
[
"ndarray(128, 1722)",
"'song'",
"'oni'"
],
{
"out_path": "'<WORKDIR>/song-plan.png'",
"plan": "[[0.0, 4.0, 5, 0]]"
}
],
[
"synthesize_taiko_preview",
[
"'<AUDIODIR>/song.ogg'",
"'TITLE:song (SoftChart)\\nBPM:150\\nWAVE:song.ogg\\nOFFSET:-0.250\\nCOURSE:Oni\\nLEVEL:9\\nBALLOON:\\n\\n#START\\n100000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000,\\n300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n500000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000,\\n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,\\n#END\\n'",
"'<WORKDIR>/song_oni_taiko-preview.wav'"
],
{
"drum_gain": "0.8",
"sample_rate": "44100"
}
]
],
"metrics": {
"bpm": 180.0,
"grid_rms_ms": 7.5,
"notes": 2,
"preview_hits": 3,
"spans": 1,
"timing": "slot-exact"
}
}
},
"source_app": "app_baseline.py",
"source_sha256": "a21c58530213e66183c364b5c9e5f69c7efb3c82cf826f843de5c6b94947180f"
}