Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-11 00:18:27 +00:00
parent dc654e9ad5
commit 4ed84edbe1
9 changed files with 96 additions and 9 deletions

View File

@@ -10,4 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
- Play a MIDI file:
`fluidsynth --audio-driver={{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
`fluidsynth {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
- Specify the audio driver:
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`