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
Copy file name to clipboardExpand all lines: editor/RecordingSetupPrompt.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ export class RecordingSetupPrompt implements Prompt {
69
69
"Count-in 1 bar of metronome before recording:",
70
70
this._metronomeCountIn,
71
71
),
72
-
p("If you have a ",a({href: "https://caniuse.com/midi",target: "_blank"},"compatible browser")," on a device connected to a MIDI keyboard, you can use it to perform notes in BeepBox! (Or you could buy ",a({href: "https://imitone.com/",target: "_blank"},"Imitone")," or ",a({href: "https://vochlea.com/",target: "_blank"},"Dubler")," to hum notes into a microphone while wearing headphones!)"),
72
+
p("If you have a ",a({href: "https://caniuse.com/midi",target: "_blank"},"compatible browser")," on a device connected to a MIDI keyboard, enable this option to use it to perform notes in BeepBox! (Or you could buy ",a({href: "https://imitone.com/",target: "_blank"},"Imitone")," or ",a({href: "https://vochlea.com/",target: "_blank"},"Dubler")," to hum notes into a microphone while wearing headphones!)"),
0 commit comments