-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f032cc
commit d23313e
Showing
4 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.hugo_build.lock | ||
public/ | ||
.cache/ | ||
|
||
build/ | ||
.clangd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
#+TITLE: Playing Notes | ||
#+DATE: 2024-11-04T03:14:01Z | ||
#+WEIGHT: 40 | ||
|
||
@@html:<h1>@@Playing Notes@@html:</h1>@@ | ||
|
||
There are three ways of playing notes on Chordcat. | ||
|
||
- Using PC Keyboard | ||
- Clicking the piano keys with a mouse | ||
- Using a Midi Device | ||
|
||
|
||
* Using PC Keyboard | ||
|
||
You can use your regular keyboard to play the piano on chordcat. | ||
|
||
Keybindings are similar to [[https://vmpk.sourceforge.io/][VMPK]] | ||
|
||
i.e; ~QWERTYUIO~ will play the notes ~CDEFGABC~. The key above ~Q~ and ~W~ on the PC keyboard (num 2) will play the black key between ~C~ and ~D~ which is ~C#~. | ||
|
||
Similarly, you can use ~ZXCVBNM~ to play the notes which are an octave below, just like VMPK. | ||
|
||
Additionally, You can use the ~+~ and ~-~ keys to shift the current octave up and down respectively. | ||
|
||
[[/chordcat/keyboard-layout.png]] | ||
|
||
* Using Mouse | ||
|
||
You can use the mouse to click the piano keys on the screen to toggle notes. These notes stay pressed until you toggle them again. | ||
|
||
You can also use the ~Clear All~ button on the top left of the screen to toggle all notes off. | ||
|
||
* Using a MIDI Device | ||
|
||
Connect any number of MIDI devices and close and re-open chordcat. The MIDI device should appear in the device selector at | ||
|
||
~Preferences~ -> ~Configuration~ -> ~MIDI Device~ | ||
|
||
[[/chordcat/choose-midi.png]] | ||
|
||
Select your MIDI device and the notes played on that device should appear on chordcat. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.