Non reinvents the DAW. Powerful enough to form a complete studio, fast and light enough to run on low-end hardware like the eeePC or Raspberry Pi, and so reliable that it can be used live https://non.tuxfamily.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
93B

  1. #pragma once
  2. struct dash
  3. {
  4. tick_t timestamp;
  5. tick_t length;
  6. unsigned char color;
  7. };