-----------------------------------------------------------------------------
--
-- Module      :  Sound.OSC.Printer
-- Copyright   :  (c) Gabriel Pickl
-- License     :  BSD3
--
-- Maintainer  :  Gabriel Pickl <peacemotion@gmail.com>
-- Stability   :  unstable
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------

module Sound.OSC.Printer (
    printOSC
) where

import Sound.OSC

import Data.ByteString (ByteString)

printOSC :: OSC -> ByteString
printOSC = undefined