Skip to content

Commit

Permalink
Merge pull request #2 from JoshuaCurry/multipad
Browse files Browse the repository at this point in the history
Move file structure
  • Loading branch information
JoshuaCurry authored Jun 19, 2020
2 parents 1be6f5e + 9587276 commit 9d86261
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions padsys.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# _
# _ __ __ _ __| |___ _ _ ___ _ __ _ _
# | '_ \ / _` |/ _` / __| | | / __| | '_ \| | | |
Expand All @@ -14,12 +14,13 @@
# Usage: padsys.py [no args]
#

from launch import Launchpad_wrapper
from osc import OSC_send, OSC_receive
import logging
import colour_logs
from padsys.launch import Launchpad_wrapper
from padsys.osc import OSC_send, OSC_receive
import padsys.colour_logs as colour_logs
import sys
import argparse
import logging


parser = argparse.ArgumentParser(description='PadSys.py: Use Novation Launchpads to control Chamsys MagicQ over OSC')
parser.add_argument('-n', '--pads', required=False, default="1", type=int,
Expand Down
Empty file added padsys/__init__.py
Empty file.
Binary file added padsys/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file added padsys/__pycache__/colour_logs.cpython-37.pyc
Binary file not shown.
Binary file added padsys/__pycache__/launch.cpython-37.pyc
Binary file not shown.
Binary file added padsys/__pycache__/osc.cpython-37.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9d86261

Please sign in to comment.