From 3017b21de03d376464c5b2dd837631e545cfb4f9 Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Thu, 19 Jan 2023 19:30:26 +0100 Subject: [PATCH] add samplefocus pack to sample pack data --- src/_data/samplepacks.json | 6 ++++++ src/static/samples/.gitignore | 1 + 2 files changed, 7 insertions(+) create mode 100644 src/static/samples/.gitignore diff --git a/src/_data/samplepacks.json b/src/_data/samplepacks.json index 84e6f26..79e5db1 100644 --- a/src/_data/samplepacks.json +++ b/src/_data/samplepacks.json @@ -10,5 +10,11 @@ "description": "recordings of maia saying random things, probably updated fairly frequently", "version": "v1.1", "changes": "add bell pepper samples" + }, + { + "filename": "samplefocus-legit-not-stolen.zip", + "description": "over 7gb of low quality mp3 files scraped off of samplefocus.com", + "version": "v1.0", + "changes": "initial release" } ] \ No newline at end of file diff --git a/src/static/samples/.gitignore b/src/static/samples/.gitignore new file mode 100644 index 0000000..3eaff1e --- /dev/null +++ b/src/static/samples/.gitignore @@ -0,0 +1 @@ +samplefocus-legit-not-stolen.zip \ No newline at end of file