Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Song ¶
type Song struct { // NGenerations is the number of generations to generate based on the initial seed. NGenerations int // FilePath is the directory the audio files wil be saved. FilePath string // ModelsPath is the directory the models produced out of each ngeneration wil be saved. ModelsPath string // SeedModelPath is the path of the initial seed jsons. SeedModelPath string // Harmonics is the harmonics structure that will be used for audio generation. Harmonics *Harmonics }
Song works as the entrance to the Markov chains generation.
Click to show internal directories.
Click to hide internal directories.