diff options
| author | yum <yum.food.vr@gmail.com> | 2022-11-10 21:21:07 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-11-10 21:21:07 -0800 |
| commit | 772b44806a5f5da11cca74c99b59c3cf7d5ceae5 (patch) | |
| tree | aba2f690b4be58aaa4c0c0f26443ba5085deca63 /osc_ctrl.py | |
| parent | 2efc87a7180ec6e92127d22d1a3eb8c44fd392db (diff) | |
License scrub
Begin auditing dependencies' licenses.
Diffstat (limited to 'osc_ctrl.py')
| -rw-r--r-- | osc_ctrl.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/osc_ctrl.py b/osc_ctrl.py index 8cd5571..5fadd6f 100644 --- a/osc_ctrl.py +++ b/osc_ctrl.py @@ -6,7 +6,10 @@ import time import fileinput import generate_utils +# python3 -m pip install python-osc +# License: public domain. from pythonosc import udp_client + from math import ceil from math import floor from generate_utils import getLayerParam |
