README.md
pyproject.toml
setup.py
src/GRAFX.egg-info/PKG-INFO
src/GRAFX.egg-info/SOURCES.txt
src/GRAFX.egg-info/dependency_links.txt
src/GRAFX.egg-info/requires.txt
src/GRAFX.egg-info/top_level.txt
src/grafx/__init__.py
src/grafx/utils.py
src/grafx/data/__init__.py
src/grafx/data/batch.py
src/grafx/data/configs.py
src/grafx/data/conversion.py
src/grafx/data/graph.py
src/grafx/data/tensor.py
src/grafx/draw/__init__.py
src/grafx/draw/bezier.py
src/grafx/draw/edge.py
src/grafx/draw/graph.py
src/grafx/draw/node.py
src/grafx/draw/position.py
src/grafx/draw/style.py
src/grafx/processors/__init__.py
src/grafx/processors/components.py
src/grafx/processors/containers.py
src/grafx/processors/converters.py
src/grafx/processors/delay.py
src/grafx/processors/dynamics.py
src/grafx/processors/eq.py
src/grafx/processors/functional.py
src/grafx/processors/reverb.py
src/grafx/processors/stereo.py
src/grafx/render/__init__.py
src/grafx/render/core.py
src/grafx/render/graph.py
src/grafx/render/prepare.py
src/grafx/render/order/__init__.py
src/grafx/render/order/graph.py
src/grafx/render/order/tensor.py
test/test.py