shithub: 9scripts

Download patch

ref: b7b1179d0473eda983c04ad5cdc83ef30a6d3c85
parent: dd77de7a509fa0e8273e3395161e691549edca52
author: glenda <glenda@9front.local>
date: Thu Dec 17 19:07:55 EST 2020

added an orca script

diff: cannot open b/music//null: file does not exist: 'b/music//null'
--- /dev/null
+++ b/music/norca
@@ -1,0 +1,20 @@
+#!/bin/rc
+# start orca with neindaw
+if( test -e /srv/ay){
+	mount /srv/ay /n/ay
+}
+
+if not {
+	daw/ay -s ay -m /n/ay
+}
+
+if( test -e /srv/kick){
+	mount /srv/kick /n/kick
+}
+
+if not {
+	daw/kick_drum -s kick -m /n/kick
+}
+
+games/orca -u /fd/3  $* |[3] daw/piper /n/ay /n/kick
+