Skip to content

Revess/figaro_live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

python -m venv venv (or use Conda)

pip install -e .

For the musenet model: git checkout musenet

Executing: python main.py

Do edit the cfg.json beforehand!

{
    "MIDI_IN": "Launchkey Mini MK3 MIDI Port", 
    "MIDI_OUT": "IAC Driver Bus 1",
    "METER": 4,
    "MAX_BARS": 4,
    "MAX_NOTES": 256,
    "MAX_MEASURES": 2,
    "PPQN": 24,
    "VERBOSE": true,
    "TEMPERATURE": 1.2
}

Here set the MIDI_IN and MIDI_OUT devices as well as the max_bars.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors