shithub: orca

Download patch

ref: 0873840f8937aa85b8e4573bd6253e73deae87f1
parent: 704cda726c4cf61b34e423dd51b45c087229ca8a
author: cancel <cancel@cancel.fm>
date: Thu Oct 15 07:10:04 EDT 2020

Shrink readme's MIDI device menu text

Don't need to include all of the text. It was making the readme harder
to scroll through. This also wraps that block with a sup tag, which is
meant to make the text smaller. Might remove it if it causes problems.

--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@
 
 To choose your MIDI output device, press `F1` (or `Ctrl+D`) to open the main menu, and then select `MIDI Output...`
 
+<sup>
+
 ```
 ┌ ORCA ───────────────┐┌ PortMidi Device Selection ─────┐
 │   New               ││ > (*) #0 - Midi Through Port-0 │
@@ -37,15 +39,11 @@
 │ > MIDI Output...    │
 │                     │
 │   Clock & Timing... │
-│   Appearance...     │
-│                     │
-│   Controls...       │
-│   Operators...      │
-│   About ORCA...     │
-│                     │
-│   Quit              │
-└─────────────────────┘
+│.....................│
+
 ```
+
+</sup>
 
 ## Prerequisites
 
--