@@ -1709,15 +1709,13 @@ function control_draw() {
17091709 " Import...|\\ |" +
17101710 inactive (current_song.selected != 0 )+" Pattern...|" +
17111711 " MIDI...|" +
1712- inactive (os_type != os_windows)+" Schematic...|" +
17131712 " Reference audio...|Background image...|/|" +
17141713 " Export...|\\ |" +
17151714 inactive (current_song.totalblocks = 0 || ds_list_size (current_song.instrument_list ) <= first_custom_index) + icon (icons.INSTRUMENTS ) + " Song with custom sounds...|" +
17161715 inactive (current_song.selected = 0 )+" Pattern...|" +
17171716 inactive (current_song.totalblocks = 0 ) + " Audio track...|" +
17181717 inactive (current_song.totalblocks = 0 ) + " Schematic...|" +
17191718 inactive (current_song.totalblocks = 0 ) + " Track schematic...|" +
1720- inactive (current_song.totalblocks = 0 ) + " Branch schematic...|" +
17211719 inactive (current_song.totalblocks = 0 ) + " Data pack...|/|-|" +
17221720 get_hotkey (" exit" ) + " $Exit" )
17231721 else show_menu_ext (" filep" , 0 , 19 , icon (icons.OPEN )+get_hotkey (" open_song" ) + " $Open song...|Recent songs...|\\ |" + str + condstr (recent_song[0 ] != " " , " -|Clear recent songs" ) + condstr (recent_song[0 ] = " " , " ^!No recent songs" ) + " |/|-|" +" Import from MIDI...|Import from schematic...|Import background image...|-|" + get_hotkey (" exit" ) + " $Exit" )
@@ -1806,15 +1804,13 @@ function control_draw() {
18061804 " 导入......|\\ |" +
18071805 inactive (current_song.selected != 0 )+" 片段......|" +
18081806 " MIDI 文件......|" +
1809- inactive (os_type != os_windows)+" Schematic 文件......|" +
18101807 " 参考音频......|背景图片......|/|" +
18111808 " 导出......|\\ |" +
18121809 inactive (current_song.totalblocks = 0 || ds_list_size (current_song.instrument_list ) <= first_custom_index) + icon (icons.INSTRUMENTS ) + " 带自定义音色的歌曲......|" +
18131810 inactive (current_song.selected = 0 )+" 片段......|" +
18141811 inactive (current_song.totalblocks = 0 ) + " 音频文件......|" +
18151812 inactive (current_song.totalblocks = 0 ) + " 结构......|" +
18161813 inactive (current_song.totalblocks = 0 ) + " 直轨结构......|" +
1817- inactive (current_song.totalblocks = 0 ) + " 分支结构......|" +
18181814 inactive (current_song.totalblocks = 0 ) + " 数据包......|/|-|" +
18191815 get_hotkey (" exit" ) + " $退出" )
18201816 else show_menu_ext (" filep" , 0 , 19 , icon (icons.OPEN )+get_hotkey (" open_song" ) + " $打开歌曲......|最近歌曲......|\\ |" + str + condstr (recent_song[0 ] != " " , " -|清除最近歌曲" ) + condstr (recent_song[0 ] = " " , " ^!无最近歌曲" ) + " |/|-|" +" 从 MIDI 文件导入......|从 Schematic 文件导入......|导入背景图片......|-|" + get_hotkey (" exit" ) + " $退出" )
0 commit comments