csound-expression-4.8.3: examples/Test.hs
module Main where -- imports everything import Csound.Base -- Renders generated csd-file to the "tmp.csd". -- press Ctrl-C to stop main :: IO () main = dac $ osc 440
module Main where -- imports everything import Csound.Base -- Renders generated csd-file to the "tmp.csd". -- press Ctrl-C to stop main :: IO () main = dac $ osc 440