Metadata-Version: 1.1
Name: gridic
Version: 0.1.1
Summary: A grid-like interface to creating simple music
Home-page: https://github.com/elvisds/gridic
Author: Elvis D'Souza
Author-email: me@elvis.co.in
License: BSD
Description: ===============================
        Gridic
        ===============================
        
        .. image:: https://badge.fury.io/py/gridic.png
            :target: http://badge.fury.io/py/gridic
        
        A note/time grid that helps create small fragments of music.
        
        .. image:: preview.png
        
        How to Install
        --------------
        
        * Download and install Fluidsynth from http://www.fluidsynth.org/
        * Download a soundfont from `HammerSound <http://www.hammersound.com/cgi-bin/soundlink.pl?action=view_category&category=Piano&ListStart=0&ListLength=15>`_
        * Use pip to install Gridic
        
        ::
        
            pip install gridic
        
        * Open your python interpreter and run gridic
        
        ::
        
            >>> import gridic
            >>> gridic.run(SOUNDFONT_FILE=YOUR_SOUNDFONT_LOCATION)
        
        * Alternately, download this package from Github/PyPI and use `python setup.py install`
        
        
        * Soundfonts, midi mappings and delay is configurable
        * Free software: BSD license
        * Documentation: https://gridic.readthedocs.org.
        
        
        
        History
        -------
        
        0.1.0 (2014-12-20)
        ---------------------
        
        * First release on PyPI.
        
Keywords: gridic
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
