31 Jan
2013
31 Jan
'13
6:32 a.m.
On Tuesday, 29. January 2013 11:01:30 Miguel Negrao wrote:
main = forever readFromConsole
readFromConsole = do in <- getLine processInput in
processInput “start” = startMidi processInput “stop” = stopMidi
where startMidi and stopMidi are functions.
How to implement these functions is exactly my problem. -- Martin