toneauaudio / harmony-beta

Harmony-Beta is a prototype synth built in python using the pyo api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

harmony-beta

Getting Started:

  1. Prerequisites:

     Python 3.9.6
    
  2. Installation:

     git clone https://github.com/toneauaudio/harmony-beta.git
    
  3. Dependencies:

      pip install pyo
      pip install wxPython
    
      or
    
      make install
    

Extra Notes:

Decimal-to-Amplitude Conversion Table

Decimal Amplitude
60 dB 1000
40 dB 100
20 dB 10
0 dB 1
-20 dB 0.1
-40 dB 0.01
-60 dB 0.001

About

Harmony-Beta is a prototype synth built in python using the pyo api


Languages

Language:Python 95.4%Language:Makefile 4.6%