nannou_timeline

Crates.ionannou_timeline
lib.rsnannou_timeline
version0.18.0
sourcesrc
created_at2019-06-09 22:03:12.051551
updated_at2021-11-18 08:16:20.481747
descriptionA timeline widget, compatible with all conrod GUI projects.
homepagehttps://nannou.cc
repositoryhttps://github.com/nannou-org/nannou_timeline.git
max_upload_size
id140051
size159,960
Joshua Batty (JoshuaBatty)

documentation

README

nannou_timeline Crates.io Crates.io docs.rs

A widget designed for controlling and viewing data over time. This crate was developed for a generative music workstation but has abstracted for general use.

nannou_timeline demo.rs example

While this is designed and developed by the nannou organisation, this widget should be compatible with all conrod GUI project.

Please see the nannou guide for more information on how to get started with nannou!

Features

  • Continuous and discrete numeric automation.
  • A set of readily available track types:
    • Piano roll.
    • Toggle automation.
    • Bang automation.
    • Numeric automation (continuous and discrete).
  • Playhead widget.
  • Easy-to-use API.
  • Resizable tracks.
  • Track pinning.
  • Musical structure grid display (supports varying time signatures).
  • Compatible with any conrod project.

TODO

  • Update to Rust 2018.
  • Add support for free-form time (currently only supports musically structured time).
  • Add ability to continuously scroll.
  • Move tracks into a separate crate.
  • Add example demonstrating how to create a custom track widget.
  • Finish making toggle automation interactive.
  • Add bezier curve support to numeric automation tracks.
  • Smart cursor "snap-to-grid" functionality.
  • Many track type ideas:
    • Plotter track (useful for waveforms / generic 1D data).
    • Audio waveform track.
    • Video preview track.
Commit count: 28

cargo fmt