Skip to content

Commit f80083d

Browse files
committed
Reword the layerhov translation and add to changelog
1 parent 7146d9c commit f80083d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

datafiles/Data/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Bugfixes and improvements:
102102
* Fixed crashing when removing custom instruments when there are notes
103103
selected.
104104
* Updated midi mapping to incorporate trumpet instruments.
105+
* Fixed note preview sound not applying layer settings.
105106

106107

107108

scripts/draw_window_preferences/draw_window_preferences.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ function draw_window_preferences() {
550550
if (draw_radiobox(x1 + 40, y1 + 110 + (theme = 3) * 22, mousewheel = 1, "使用鼠标滚轮改变音色", "使用鼠标滚轮切换可用音色。")) mousewheel = 1
551551
if (draw_radiobox(x1 + 40, y1 + 130 + (theme = 3) * 22, mousewheel = 2, "使用鼠标滚轮改变音调", "使用鼠标滚轮改变目前使用的音调。")) mousewheel = 2
552552
if (draw_checkbox(x1 + 40, y1 + 158 + (theme = 3) * 22, changepitch, "当在音符上使用鼠标滚轮改变音符属性", "在音符上使用鼠标滚轮时是否根据目前模式改变其音调、音量、声道或音高。")) changepitch=!changepitch
553-
if (draw_checkbox(x1 + 40, y1 + 178 + (theme = 3) * 22, layerhov_vppreview , "将悬停图层的音量和声像调整应用于音符预览声音", "预览声音的音量和声像定位是否应与鼠标悬停的图层相关")) layerhov_vppreview =!layerhov_vppreview
553+
if (draw_checkbox(x1 + 40, y1 + 178 + (theme = 3) * 22, layerhov_vppreview , "将悬停层的音量和声道调整应用于音符预览声音", "预览声音的音量和声道是否应与鼠标悬停的层相关")) layerhov_vppreview =!layerhov_vppreview
554554
//draw_text_dynamic(x1 + 40, y1 + 178, "Tip: Hold Shift while scrolling over a note to change a whole octave,\nor fine-tune its velocity, panning or pitch.")
555555
if (theme = 3) draw_theme_font(font_info_med)
556556
draw_areaheader(x1 + 22, y1 + 220 + (theme = 3) * 22, 456, 105, "琴键")

0 commit comments

Comments
 (0)