Skip to content

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

Notifications You must be signed in to change notification settings

toneauaudio/harmony-beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published