rocket_sync 0.1.0

A sync track library for the GNU Rocket Editor. See also rocket_client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# GNU Rocket sync library

Implementing track sync for the [GNU Rocket Editor][rocket] in Rust. This gives
you the interpolated value of a sync track at a given time.

This is a `#![no_std]` crate.

Note that the [rocket_client] lib can be used to connect to a running Rocket
editor.

[rocket]: https://github.com/emoon/rocket
[rocket_client]: https://github.com/make-a-demo-tool-in-rust/rocket_client