Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MusicVAEControlArgs

Interface for conditioning arguments to MusicVAE functions.

property

chordProgression (Optional) Chord progression, an array of chord symbol strings like "Cmaj7", "Abdim", "C#m7", etc.

property

key (Optional) Key, an integer between 0 (C major / A minor) and 11 (B major / G# minor).

property

extraControls (Optional) Additional named control tensors.

Hierarchy

  • MusicVAEControlArgs

Index

Properties

Optional chordProgression

chordProgression: string[]

Optional extraControls

extraControls: {}

Type declaration

  • [name: string]: tf.Tensor2D

Optional key

key: number

Generated using TypeDoc