├── LICENSE ├── README.md ├── __pycache__ ├── handDjNoCam.cpython-39.pyc ├── handMenu.cpython-39.pyc ├── hand_detect.cpython-39.pyc └── playTest.cpython-39.pyc ├── fingerWave.py ├── handDjNoCam.py ├── handMenu.py ├── hand_DJ.py ├── hand_detect.py ├── hand_functions.py ├── main.py ├── playTest.py ├── temp.wav ├── waveform-display-fft.py ├── waveform-display.py └── waveform-oneHanded.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/handDjNoCam.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/__pycache__/handDjNoCam.cpython-39.pyc -------------------------------------------------------------------------------- /__pycache__/handMenu.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/__pycache__/handMenu.cpython-39.pyc -------------------------------------------------------------------------------- /__pycache__/hand_detect.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/__pycache__/hand_detect.cpython-39.pyc -------------------------------------------------------------------------------- /__pycache__/playTest.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/__pycache__/playTest.cpython-39.pyc -------------------------------------------------------------------------------- /fingerWave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/fingerWave.py -------------------------------------------------------------------------------- /handDjNoCam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/handDjNoCam.py -------------------------------------------------------------------------------- /handMenu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/handMenu.py -------------------------------------------------------------------------------- /hand_DJ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/hand_DJ.py -------------------------------------------------------------------------------- /hand_detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/hand_detect.py -------------------------------------------------------------------------------- /hand_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/hand_functions.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/main.py -------------------------------------------------------------------------------- /playTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/playTest.py -------------------------------------------------------------------------------- /temp.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/temp.wav -------------------------------------------------------------------------------- /waveform-display-fft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/waveform-display-fft.py -------------------------------------------------------------------------------- /waveform-display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/waveform-display.py -------------------------------------------------------------------------------- /waveform-oneHanded.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bavsimus/hand-DJ/HEAD/waveform-oneHanded.py --------------------------------------------------------------------------------