Metadata-Version: 1.2
Name: osc_gen
Version: 0.1.1
Summary: Generate oscilator wavetoables
Home-page: https://github.com/harveyormston/osc_gen
Author: Harvey Ormston
Author-email: harveyormston@me.com
License: GPL3
Description: osc_gen is a Python library for creating and managing oscillator wavetables.
        
        Functionality includes:
        
        * Generating common waveforms (sine, saw, square, etc.)
        * Oscillator effects (waveshaping, distortion, downsampling, etc.)
        * Resynthesising or slicing audio from wav files or other sources
        * Saving wavetables to a wav file for use in samplers
        * Saving wavetables in .h2p format for use in the u-he Zebra2 synthesiser
Keywords: audio dsp synthsis
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
