mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-06-27 06:40:23 +01:00
add eqedit poe script
minor bump
This commit is contained in:
parent
1ff2017d51
commit
7232ba6248
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "voicemeeter-api"
|
name = "voicemeeter-api"
|
||||||
version = "2.6.1"
|
version = "2.7.0"
|
||||||
description = "A Python wrapper for the Voiceemeter API"
|
description = "A Python wrapper for the Voiceemeter API"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Onyx and Iris",email = "code@onyxandiris.online"}
|
{name = "Onyx and Iris",email = "code@onyxandiris.online"}
|
||||||
@ -37,6 +37,7 @@ levels.script = "scripts:ex_levels"
|
|||||||
midi.script = "scripts:ex_midi"
|
midi.script = "scripts:ex_midi"
|
||||||
obs.script = "scripts:ex_obs"
|
obs.script = "scripts:ex_obs"
|
||||||
observer.script = "scripts:ex_observer"
|
observer.script = "scripts:ex_observer"
|
||||||
|
eqedit.script = "scripts:ex_eqedit"
|
||||||
test-basic.script = "scripts:test_basic"
|
test-basic.script = "scripts:test_basic"
|
||||||
test-banana.script = "scripts:test_banana"
|
test-banana.script = "scripts:test_banana"
|
||||||
test-potato.script = "scripts:test_potato"
|
test-potato.script = "scripts:test_potato"
|
||||||
|
@ -37,6 +37,11 @@ def ex_observer():
|
|||||||
subprocess.run([sys.executable, str(scriptpath)])
|
subprocess.run([sys.executable, str(scriptpath)])
|
||||||
|
|
||||||
|
|
||||||
|
def ex_eqedit():
|
||||||
|
scriptpath = Path.cwd() / 'examples' / 'eq_edit' / '.'
|
||||||
|
subprocess.run([sys.executable, str(scriptpath)])
|
||||||
|
|
||||||
|
|
||||||
def test_basic():
|
def test_basic():
|
||||||
subprocess.run(['tox'], env=os.environ.copy() | {'KIND': 'basic'})
|
subprocess.run(['tox'], env=os.environ.copy() | {'KIND': 'basic'})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user