GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e9749f
)
c/sampler renamed to Ghetto-SoundSystem ;-)
author
Harvie
<tomas@mudrunka.cz>
Mon, 1 Nov 2010 01:29:10 +0000
(
02:29
+0100)
committer
Harvie
<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]
patch
|
blob
|
blame
|
history
c/ghetto-sound-system/sampler
[new file with mode: 0755]
patch
|
blob
c/ghetto-sound-system/sampler.c
[moved from
c/sampler/sdl.c
with 100% similarity]
patch
|
blob
|
blame
|
history
c/ghetto-sound-system/sandbox/ao_example.c
[moved from
c/sampler/ao_example.c
with 100% similarity]
patch
|
blob
|
blame
|
history
c/ghetto-sound-system/sandbox/playmus.c
[moved from
c/sampler/c/playmus.c
with 100% similarity]
patch
|
blob
|
blame
|
history
c/ghetto-sound-system/sandbox/sdl-example.c
[moved from
c/sampler/c/sdl-example.c
with 100% similarity]
patch
|
blob
|
blame
|
history
c/ghetto-sound-system/sandbox/sdl-old.c
[moved from
c/sampler/c/sdl-old.c
with 100% similarity]
patch
|
blob
|
blame
|
history
c/ghetto-sound-system/sandbox/sdl-old2.c
[moved from
c/sampler/c/sdl-old2.c
with 100% similarity]
patch
|
blob
|
blame
|
history
c/ghetto-sound-system/sandbox/sdl-sampler_backup.c
[moved from
c/sampler/c/sdl-sampler_backup.c
with 100% similarity]
patch
|
blob
|
blame
|
history
c/ghetto-sound-system/synth.c
[moved from
c/sampler/synth.c
with 100% similarity]
patch
|
blob
|
blame
|
history
c/ghetto-sound-system/test.seq
[moved from
c/sampler/test.seq
with 100% similarity]
patch
|
blob
|
blame
|
history
c/sampler/sdl
[deleted file]
patch
|
blob
|
blame
|
history
c/sampler/synth
[deleted file]
patch
|
blob
|
blame
|
history
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 7df4124c24cad71baddaab5c42b524bb56cf1d5e..32a8e1527ba8150231a62e2612f4f65b2028c22c 100644
(file)
--- 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
(executable)
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
(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.220746 seconds
and
4
git commands to generate.