|
@@ -1076,17 +1076,6 @@ export const setGlobalMusicSheet = () => {
|
|
|
/** 设置自定义音符数据 */
|
|
|
export const setCustomNoteRealValue = () => {
|
|
|
const detailId = state.cbsExamSongId + "";
|
|
|
- const partIndex = state.partIndex + "";
|
|
|
- if (["2670"].includes(detailId)) {
|
|
|
- customData.customNoteRealValue = {
|
|
|
- 0: 0.03125,
|
|
|
- };
|
|
|
- }
|
|
|
- if (["12673"].includes(detailId) && ['22'].includes(partIndex)) {
|
|
|
- customData.customNoteRealValue = {
|
|
|
- 208: 0.125,
|
|
|
- };
|
|
|
- }
|
|
|
|
|
|
if (["12667", "12673"].includes(detailId)){
|
|
|
customData.customNoteCurrentTime = true
|