├── LICENSE ├── README.md ├── __init__.py ├── compute.py ├── generate_nodes.py ├── load_audio.py ├── preferences.py ├── properties.py └── ui.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/Sound_Nodes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/Sound_Nodes/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/Sound_Nodes/HEAD/__init__.py -------------------------------------------------------------------------------- /compute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/Sound_Nodes/HEAD/compute.py -------------------------------------------------------------------------------- /generate_nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/Sound_Nodes/HEAD/generate_nodes.py -------------------------------------------------------------------------------- /load_audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/Sound_Nodes/HEAD/load_audio.py -------------------------------------------------------------------------------- /preferences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/Sound_Nodes/HEAD/preferences.py -------------------------------------------------------------------------------- /properties.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/Sound_Nodes/HEAD/properties.py -------------------------------------------------------------------------------- /ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/Sound_Nodes/HEAD/ui.py --------------------------------------------------------------------------------