mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
new examples added to scripts
This commit is contained in:
parent
8831277160
commit
8fc052d093
12
scripts.py
12
scripts.py
@ -7,6 +7,16 @@ def ex_dsl():
|
|||||||
subprocess.run(["py", str(path)])
|
subprocess.run(["py", str(path)])
|
||||||
|
|
||||||
|
|
||||||
|
def ex_events():
|
||||||
|
path = Path.cwd() / "examples" / "events" / "."
|
||||||
|
subprocess.run(["py", str(path)])
|
||||||
|
|
||||||
|
|
||||||
|
def ex_levels():
|
||||||
|
path = Path.cwd() / "examples" / "levels" / "."
|
||||||
|
subprocess.run(["py", str(path)])
|
||||||
|
|
||||||
|
|
||||||
def ex_midi():
|
def ex_midi():
|
||||||
path = Path.cwd() / "examples" / "midi" / "."
|
path = Path.cwd() / "examples" / "midi" / "."
|
||||||
subprocess.run(["py", str(path)])
|
subprocess.run(["py", str(path)])
|
||||||
@ -23,4 +33,4 @@ def ex_observer():
|
|||||||
|
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
subprocess.run(["pytest", "-v"])
|
subprocess.run(["tox"])
|
||||||
|
Loading…
Reference in New Issue
Block a user