shithub: rc

Download patch

ref: 226094db2211df6b4871b7c2f5ea6ea956bb8ae9
parent: 0dd2919af4f41bc769893c4aa0d9212fb08c1980
author: qwx <qwx@sciops.net>
date: Sun Mar 7 17:09:57 EST 2021

add chord: loop a chord

--- a/INDEX
+++ b/INDEX
@@ -8,6 +8,7 @@
 bindbins	helper script, bind additional directories to /bin
 br		brightness controls for laptops with supported igfx and no hardware brightness buttons
 cex		attempt at simple mental calculus drills
+chord		metro-like but for a chord
 cinrio		open unifont rio for chinese drills
 cpurio		usual graphical setup on (r)cpu
 dmlotr		dmlotr comic scraper
--- /dev/null
+++ b/chord
@@ -1,0 +1,11 @@
+#!/bin/rc
+rfork n
+games/wadfs /sys/games/lib/doom/d2/doom2.wad >[2]/dev/null || exit
+cat <<! | mst | games/dmid | games/opl3 | norm 5 | pplay
+t $1
+i 0 127
+4 0c♭3 0e♭3 0g♭3
+4 0c♭3 0e♭3 0g♭3
+4 0c♭3 0e♭3 0g♭3
+4 0c♭3 0e♭3 0g♭3
+!