Assists music production by grouping standalone programs into sessions. Community version of "Non Session Manager".
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. };