You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed a bug where Noise channels have incorrect labels in Mod channels
- Fixed a bug where pasting mod channels would result in an invalid instrument type
- Fixed a bug where drumset spectrums wouldn't get marked as dirty, resulting in strange behavior
- Made the document.title changes consistent
- Updated the "Instrument Type" tip prompt and manifest.webmanifest
- Removed unnecessary and incorrect ,operatorRow code in Layout.ts
- Removed scrollbars from the instrument settings
Copy file name to clipboardExpand all lines: editor/TipPrompt.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ export class TipPrompt implements Prompt {
109
109
message=div(
110
110
h2("Instrument Type"),
111
111
p("JummBox comes with many instrument presets, try them out! You can also create your own custom instruments!"),
112
-
p("There are also options for copying and pasting instrument settings and for generating random instruments at the top of the instrument type menu."),
112
+
p("There are also buttons for copying and pasting instruments at the bottom of the instrument settings tab, and for generating random instruments in the \"Randomize\" category in the instrument type menu."),
0 commit comments