
30 Jan
2013
30 Jan
'13
5:32 p.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