Metadata-Version: 1.1
Name: music
Version: 0.1.dev2
Summary: MASS is Music and Audio in Sample Sequences
Home-page: https://github.com/ttm/mass
Author: Renato Fabbri
Author-email: listamacambira@googlegroups.com
License: MIT
Description: ==================================================================
        MASS is Music and Audio in Sample Sequences
        ==================================================================
        
        This project delivers routines for music oriented sound synthesis
        in a sample based system.
        
        All parameters are updated in a sample by sample rate and calculations
        are made in 64 bit floating point. All operations are described by
        equations that directly relates audio samples to musical aspects.
        Detailed descriptions can be found in:
        - the article "Psychophysics of musical elements in the discrete-time representation of sound": http://arxiv.org/abs/1412.6853
        - the msc dissertation "Música no áudio digital: descrição psicofísica e caixa de ferramentas": https://github.com/ttm/dissertacao/blob/master/dissertacaoCorrigida.pdf?raw=true
        
        Usage example
        =================
        Download messages from one GMANE list:
        
        .. code:: python
        
            import mass as m
        
            wf=m.WaveForms()
            sy=m.MonoSynth(wf)
        
            melodic_line=sy.simpleLine([110,100,220,33.,14])
            # Enjoy!
        
Keywords: music audio dsp psychophysics physics synthesis toolbox
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Religion
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Editors
Classifier: Topic :: Multimedia :: Sound/Audio :: Mixers
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Artistic Software
Classifier: Topic :: Other/Nonlisted Topic
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
