From 7398d1115e896e4f8d380a45c2d676291fcef349 Mon Sep 17 00:00:00 2001 From: cancel Date: Thu, 15 Oct 2020 11:29:15 +0900 Subject: [PATCH] Clean up MIDI menu text in readme Removes the stray empty line and the sup tag, which didn't look so great. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 94efec8..63c1ffb 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ 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 │ @@ -40,11 +38,8 @@ To choose your MIDI output device, press `F1` (or `Ctrl+D`) to open the main men │ │ │ Clock & Timing... │ │.....................│ - ``` - - ## 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.)