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