From: Harvie Date: Mon, 1 Nov 2010 01:29:10 +0000 (+0100) Subject: c/sampler renamed to Ghetto-SoundSystem ;-) X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=51baeaf524489d11b6455a97b2d26b8309b79607;p=mirrors%2FPrograms.git c/sampler renamed to Ghetto-SoundSystem ;-) --- diff --git a/c/sampler/Makefile b/c/ghetto-sound-system/Makefile similarity index 54% rename from c/sampler/Makefile rename to c/ghetto-sound-system/Makefile index 7df4124..32a8e15 100644 --- a/c/sampler/Makefile +++ b/c/ghetto-sound-system/Makefile @@ -1,7 +1,8 @@ -PROJ=sdl #CFLAGS=-lSDL_sound -lSDL -lSDL_mixer CFLAGS+=`sdl-config --cflags --libs` -lSDL_mixer CFLAGS+=-lm -$(PROJ): $(PROJ).c -go: $(PROJ) - ./$? drums/* voice/* loops/* 2>/dev/null + +.PHONY: all go +all: sampler synth +go: sampler + ./$? samples/*/* 2>/dev/null diff --git a/c/ghetto-sound-system/sampler b/c/ghetto-sound-system/sampler new file mode 100755 index 0000000..69eb1f5 Binary files /dev/null and b/c/ghetto-sound-system/sampler differ diff --git a/c/sampler/sdl.c b/c/ghetto-sound-system/sampler.c similarity index 100% rename from c/sampler/sdl.c rename to c/ghetto-sound-system/sampler.c diff --git a/c/sampler/ao_example.c b/c/ghetto-sound-system/sandbox/ao_example.c similarity index 100% rename from c/sampler/ao_example.c rename to c/ghetto-sound-system/sandbox/ao_example.c diff --git a/c/sampler/c/playmus.c b/c/ghetto-sound-system/sandbox/playmus.c similarity index 100% rename from c/sampler/c/playmus.c rename to c/ghetto-sound-system/sandbox/playmus.c diff --git a/c/sampler/c/sdl-example.c b/c/ghetto-sound-system/sandbox/sdl-example.c similarity index 100% rename from c/sampler/c/sdl-example.c rename to c/ghetto-sound-system/sandbox/sdl-example.c diff --git a/c/sampler/c/sdl-old.c b/c/ghetto-sound-system/sandbox/sdl-old.c similarity index 100% rename from c/sampler/c/sdl-old.c rename to c/ghetto-sound-system/sandbox/sdl-old.c diff --git a/c/sampler/c/sdl-old2.c b/c/ghetto-sound-system/sandbox/sdl-old2.c similarity index 100% rename from c/sampler/c/sdl-old2.c rename to c/ghetto-sound-system/sandbox/sdl-old2.c diff --git a/c/sampler/c/sdl-sampler_backup.c b/c/ghetto-sound-system/sandbox/sdl-sampler_backup.c similarity index 100% rename from c/sampler/c/sdl-sampler_backup.c rename to c/ghetto-sound-system/sandbox/sdl-sampler_backup.c diff --git a/c/sampler/synth.c b/c/ghetto-sound-system/synth.c similarity index 100% rename from c/sampler/synth.c rename to c/ghetto-sound-system/synth.c diff --git a/c/sampler/test.seq b/c/ghetto-sound-system/test.seq similarity index 100% rename from c/sampler/test.seq rename to c/ghetto-sound-system/test.seq diff --git a/c/sampler/sdl b/c/sampler/sdl deleted file mode 100755 index c4b6fb7..0000000 Binary files a/c/sampler/sdl and /dev/null differ diff --git a/c/sampler/synth b/c/sampler/synth deleted file mode 100755 index ce1b091..0000000 Binary files a/c/sampler/synth and /dev/null differ