]> Git — Sourcephile - tmp/julm/arpeggigon.git/blob - Reactogon/ClientState.hs
Reactogon acting as a simple “pass-through” MIDI device.
[tmp/julm/arpeggigon.git] / Reactogon / ClientState.hs
1 module ClientState where
2
3 import Sound.JACK ( NFrames
4 )
5
6 data ClientState = ClientState { rate :: Int
7 , buffSize :: NFrames
8 }