c/sampler renamed to Ghetto-SoundSystem ;-)
authorHarvie <tomas@mudrunka.cz>
Mon, 1 Nov 2010 01:29:10 +0000 (02:29 +0100)
committerHarvie <tomas@mudrunka.cz>
Mon, 1 Nov 2010 01:29:10 +0000 (02:29 +0100)
13 files changed:
c/ghetto-sound-system/Makefile [moved from c/sampler/Makefile with 54% similarity]
c/ghetto-sound-system/sampler [new file with mode: 0755]
c/ghetto-sound-system/sampler.c [moved from c/sampler/sdl.c with 100% similarity]
c/ghetto-sound-system/sandbox/ao_example.c [moved from c/sampler/ao_example.c with 100% similarity]
c/ghetto-sound-system/sandbox/playmus.c [moved from c/sampler/c/playmus.c with 100% similarity]
c/ghetto-sound-system/sandbox/sdl-example.c [moved from c/sampler/c/sdl-example.c with 100% similarity]
c/ghetto-sound-system/sandbox/sdl-old.c [moved from c/sampler/c/sdl-old.c with 100% similarity]
c/ghetto-sound-system/sandbox/sdl-old2.c [moved from c/sampler/c/sdl-old2.c with 100% similarity]
c/ghetto-sound-system/sandbox/sdl-sampler_backup.c [moved from c/sampler/c/sdl-sampler_backup.c with 100% similarity]
c/ghetto-sound-system/synth.c [moved from c/sampler/synth.c with 100% similarity]
c/ghetto-sound-system/test.seq [moved from c/sampler/test.seq with 100% similarity]
c/sampler/sdl [deleted file]
c/sampler/synth [deleted file]

similarity index 54%
rename from c/sampler/Makefile
rename to c/ghetto-sound-system/Makefile
index 7df4124c24cad71baddaab5c42b524bb56cf1d5e..32a8e1527ba8150231a62e2612f4f65b2028c22c 100644 (file)
@@ -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 (executable)
index 0000000..69eb1f5
Binary files /dev/null and b/c/ghetto-sound-system/sampler differ
diff --git a/c/sampler/sdl b/c/sampler/sdl
deleted file mode 100755 (executable)
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 (executable)
index ce1b091..0000000
Binary files a/c/sampler/synth and /dev/null differ
This page took 0.210023 seconds and 4 git commands to generate.