Distribute pyjack with freewheel-related functionality
[jack_freewheel_button.git] / pyjack-0.5.2 / TODO
blob0b171e3ee595238e72af631061678153332d9e74
1 PyJack
2 TODO Items
3 ---------------------------------------------
5 - Make variable buffering within the PyJack client independent of the
6   Jack server's buffer size; this would enable the PyJack client to run
7   jack.process with larger buffers while still working with apps which 
8   require small buffers.
10 - May need a select call with timeout in jack.process()
11   Otherwise, if the jack server shutsdown or SIGHUPS this call might
12   wait forever on the socket read.
14 - Monitoring?
15   I don't really understand how monitoring is supposed to work.
16   
17 - Do we need sample rate events?
18   Will the sample rate ever change in the middle of a process,
19   or is it a fixed value like buffer size?
20   
21 - Peak/Power monitoring
22    
23 Contributions are welcome!