Compare commits
No commits in common. "da1201be6ca94bb45e55085e8bbdfc05888e84ea" and "ede9644f715ece1059c6d1b4ab24382ba8ca1bcd" have entirely different histories.
da1201be6c
...
ede9644f71
|
|
@ -59,11 +59,7 @@ 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