From 8853d1e9f38f5bea3900f2c0ee3f8a3ca67be4e5 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Fri, 17 Jan 2020 16:43:54 +0100 Subject: [PATCH] feat: Add some output, init script and worksheets --- init_tidal.sh | 3 +++ output/FridayBrass.mp3 | Bin 0 -> 913299 bytes output/HardCoreDeChasse.mp3 | Bin 0 -> 1279242 bytes tidal-worksheets | 1 + 4 files changed, 4 insertions(+) create mode 100755 init_tidal.sh create mode 100644 output/FridayBrass.mp3 create mode 100644 output/HardCoreDeChasse.mp3 create mode 160000 tidal-worksheets diff --git a/init_tidal.sh b/init_tidal.sh new file mode 100755 index 0000000..980f342 --- /dev/null +++ b/init_tidal.sh @@ -0,0 +1,3 @@ +pactl load-module module-jack-source +pactl load-module module-jack-sink channels=2 +pacmd set-default-sink jack_out diff --git a/output/FridayBrass.mp3 b/output/FridayBrass.mp3 new file mode 100644 index 0000000..2578c5e Binary files /dev/null and b/output/FridayBrass.mp3 differ diff --git a/output/HardCoreDeChasse.mp3 b/output/HardCoreDeChasse.mp3 new file mode 100644 index 0000000..f07c26e Binary files /dev/null and b/output/HardCoreDeChasse.mp3 differ diff --git a/tidal-worksheets b/tidal-worksheets new file mode 160000 index 0000000..63c3857 --- /dev/null +++ b/tidal-worksheets @@ -0,0 +1 @@ +Subproject commit 63c38572648d6d8c37163c1054aebb3316462fc9 -- libgit2 0.27.0