-- Copyright 2017 Evan Laforge -- This program is distributed under the terms of the GNU General Public -- License 3.0, see COPYING or http://www.gnu.org/licenses/gpl-3.0.txt -- | Global type exports for synths, analogous to "Types". module Synth.Types (RealTime) where import Perform.RealTime (RealTime)