Compare commits
2 Commits
ede9644f71
...
da1201be6c
| Author | SHA1 | Date |
|---|---|---|
|
|
da1201be6c | |
|
|
355de55fa7 |
|
|
@ -59,7 +59,11 @@ instrument g e
|
||||||
| p forwardG = "superpwm"
|
| p forwardG = "superpwm"
|
||||||
| p backG = "casio"
|
| p backG = "casio"
|
||||||
| p crossG = "amencutup"
|
| p crossG = "amencutup"
|
||||||
|
| otherwise = "rave" -- edge is (x,x)
|
||||||
where p f = e `elem` (f g)
|
where p f = e `elem` (f g)
|
||||||
|
--
|
||||||
|
-- complete graph
|
||||||
|
k n = buildG (1,n) [(u,v)|u <- [1..n],v <- [1..n]]
|
||||||
|
|
||||||
-- TODO Tiefe
|
-- TODO Tiefe
|
||||||
-- TODO Wurzel betonen
|
-- TODO Wurzel betonen
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue