artfwo / aiosc

Lightweight Open Sound Control implementation for Python using asyncio
MIT License
37 stars 3 forks source link

Add support for 64-Bit integer response type #7

Closed polygon closed 3 years ago

polygon commented 3 years ago

Ardour is sending the playhead position in samples as a 64-Bit value. This patch adds support for this.