From 0873840f8937aa85b8e4573bd6253e73deae87f1 Mon Sep 17 00:00:00 2001 From: cancel Date: Thu, 15 Oct 2020 11:10:04 +0900 Subject: [PATCH] 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. --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 14f98e8..94efec8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ build/orca # Run orca To choose your MIDI output device, press `F1` (or `Ctrl+D`) to open the main menu, and then select `MIDI Output...` + + ``` ┌ ORCA ───────────────┐┌ PortMidi Device Selection ─────┐ │ New ││ > (*) #0 - Midi Through Port-0 │ @@ -37,16 +39,12 @@ To choose your MIDI output device, press `F1` (or `Ctrl+D`) to open the main men │ > MIDI Output... │ │ │ │ Clock & Timing... │ -│ Appearance... │ -│ │ -│ Controls... │ -│ Operators... │ -│ About ORCA... │ -│ │ -│ Quit │ -└─────────────────────┘ +│.....................│ + ``` + + ## Prerequisites Core library: A C99 compiler (no VLAs required), plus enough libc for `malloc`, `realloc`, `free`, `memcpy`, `memset`, and `memmove`. (Also, `#pragma once` must be supported.)