Metadata-Version: 1.1
Name: mmb
Version: 0.0.1
Summary: A backup tool for the elektron monomachine
Home-page: https://github.com/davebrent/mmb
Author: Dave Poulter
Author-email: dapoulter@gmail.com
License: MIT
Description: MMB is a command line tool for saving the state of an Elektron Monomachine::
        
            pip install mmb
        
        Usage
        -----
        
        Connect the monomachine to a midi device and run::
        
            mmb backup --port="Name of midi device"
        
        This will save all the kits, patterns, songs and global settings. To view a
        list of all backups run::
        
            mmb info
        
        And to restore the monomachine to a previous state, set the momomachine to
        recieve Sysex messages and run::
        
            mmb send <BACKUP_ID>
        
        To configure mmb to always use a specific port run::
        
            mmb configure
        
        And save the port name in the opened settings file.
        
Keywords: elektron monomachine backup
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Sound/Audio :: MIDI
Classifier: Topic :: System :: Archiving :: Backup
