File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ FoxDot\lib\Buffers.py
1212FoxDot\lib\Constants.py
1313FoxDot\lib\Effects.py
1414FoxDot\lib\Key.py
15+ FoxDot\lib\Logging.py
1516FoxDot\lib\Midi.py
1617FoxDot\lib\OSC.py
1718FoxDot\lib\OSC3.py
@@ -71,6 +72,7 @@ FoxDot\lib\Workspace\img\icon.ico
7172FoxDot\lib\Workspace\tmp\tempfile.txt
7273FoxDot\osc\Buffers.scd
7374FoxDot\osc\Info.scd
75+ FoxDot\osc\OscFunc.scd
7476FoxDot\osc\sceffects\FilterSwell.scd
7577FoxDot\osc\sceffects\bandPassFilter.scd
7678FoxDot\osc\sceffects\bitcrush.scd
Original file line number Diff line number Diff line change 33from distutils .core import setup
44
55setup (name = 'FoxDot' ,
6- version = '0.5.4 ' ,
6+ version = '0.5.5 ' ,
77 description = 'Live coding music with SuperCollider' ,
88 author = 'Ryan Kirkbride' ,
99 author_email = 'ryan@foxdot.org' ,
You can’t perform that action at this time.
0 commit comments