spatialaudio / jackclient-python

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:
https://jackclient-python.readthedocs.io/
MIT License
132 stars 26 forks source link

Implement jack_get_current_transport_frame #33

Closed mgeier closed 8 years ago

mgeier commented 8 years ago

Probably as a read-only property named transport_frame? Or probably combine it with transport_locate() to a read/write property?

mgeier commented 8 years ago

I've implemented this in f1a9f611b512d1b202c51f074cdff39351e61a31. If there are no objections, I'll merge this soon.