{-| Module : TScore Description : Frontend for reactive music programing Copyright : (c) David Janin, Simon Archipoff, 2016 License : see the LICENSE file in the distribution Maintainer : janin@labri.fr Stability : experimental T-Score is a frontend domain specific language for tiled music programing. It is built on the generic T-calculus with specific types in order to handle MIDI notes. The reactive kerne of T-score is built upon the 'UISF' library that has been developped by Daniel Winograd-Cort at Yale. -} {-# OPTIONS_GHC -Wall -fno-warn-name-shadowing #-} module TScore (module TScore.Main) where import TScore.Main