Skip to content

Commit

Permalink
Merge pull request #57 from ryo4004/add-35th-audio
Browse files Browse the repository at this point in the history
Update concert
  • Loading branch information
ryo4004 authored Oct 15, 2022
2 parents f0901f2 + 061c487 commit 3fb5335
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
16 changes: 8 additions & 8 deletions asset/concert/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1142,14 +1142,14 @@ const mainConcert = [
{label: 'アンコール', music: [6, 7]},
],
data: [
{title: 'サンダーバード', composer: 'B.グレイ', arranger: 'P.スパーク'},
{title: '海の歌', composer: 'R.ミッチェル'},
{title: '「千と千尋の神隠し」ハイライト', composer: '久石譲'},
{title: '祝典のための音楽', composer: 'P.スパーク', movement: ['第1楽章 con brio', '第2楽章 andantino', '第3楽章 vivo']},
{title: '吹奏楽のための「エール・マーチ」', composer: '宮下秀樹'},
{title: 'ローマの噴水', composer: 'O.レスピーギ', movement: ['夜明けのジュリアの谷の噴水', '朝のトリトンの噴水', '真昼のトレヴィの泉', '黄昏のメディチ荘の噴水']},
{title: 'イタリアーナ'},
{title: 'ブロックM', composer: 'J.H.ビリック'},
{audio: 0, title: 'サンダーバード', composer: 'B.グレイ', arranger: 'P.スパーク'},
{audio: 1, title: '海の歌', composer: 'R.ミッチェル'},
{audio: 2, title: '「千と千尋の神隠し」ハイライト', composer: '久石譲'},
{audio: 3, title: '祝典のための音楽', composer: 'P.スパーク', movement: ['第1楽章 con brio', '第2楽章 andantino', '第3楽章 vivo']},
{audio: 4, title: '吹奏楽のための「エール・マーチ」', composer: '宮下秀樹'},
{audio: 5, title: 'ローマの噴水', composer: 'O.レスピーギ', movement: ['夜明けのジュリアの谷の噴水', '朝のトリトンの噴水', '真昼のトレヴィの泉', '黄昏のメディチ荘の噴水']},
{audio: 6, title: 'イタリアーナ', composer: 'O.レスピーギ'},
{audio: 7, title: 'ブロックM', composer: 'J.H.ビリック'},
]
}
]
Expand Down
14 changes: 14 additions & 0 deletions asset/concert/mainAudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,20 @@ const mainConcert = [
{available: true, data: 5, path: '006.mp3'},
{available: true, data: 6, path: '007.mp3'}
]
}, {
id: 'main035',
status: true,
baseSrc: '35th/',
data: [
{available: true, data: 0, path: '001.mp3'},
{available: true, data: 1, path: '002.mp3'},
{available: true, data: 2, path: '003.mp3'},
{available: true, data: 3, path: '004.mp3'},
{available: true, data: 4, path: '005.mp3'},
{available: true, data: 5, path: '006.mp3'},
{available: true, data: 6, path: '007.mp3'},
{available: true, data: 7, path: '008.mp3'}
]
}
]

Expand Down

0 comments on commit 3fb5335

Please sign in to comment.