Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProgramMetadata

Metadata about a program. Used to indicate how this program should be played.

Hierarchy

  • ProgramMetadata

Index

Properties

author

author: string

The author of this program. It can be distinct from the title of the performance.

Readonly length

length: 61440

Total ticks on the "programming wheel" 240 PPQ * 4 beats/measure * 16 bars on wheel

Optional procrastination

procrastination: number

The amount of procrastination that occurred during the making of this program.

title

title: string

The title of this program. It can be distinct from the title of the performance.

Readonly tpq

tpq: 240

Ticks per quarter. This basically represents how many distinct pieces a quarter note is divisible by. The higher the TPQ, the more flexibility when it comes to placing notes.

Readonly version

version: string

Version of VMMX in which the current program was made

Generated using TypeDoc