[SCM] qutecsound/master: Extra file

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Aug 15 00:21:37 UTC 2013


The following commit has been merged in the master branch:
commit 0ef804d37b6995e3301ac6f2aa69f5f4d0f2e3ee
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed Aug 14 17:19:48 2013 -0400

    Extra file

diff --git a/src/Scripts/WIP/nodegraph/node.py~ b/src/Scripts/WIP/nodegraph/node.py~
deleted file mode 100644
index fcd5823..0000000
--- a/src/Scripts/WIP/nodegraph/node.py~
+++ /dev/null
@@ -1,83 +0,0 @@
-
-class SwitchModes:
-    None = 0
-    Next = 1
-    NextByParent = 2
-    Random = 2
-
-class TimingMode:
-    Beat = 1
-    Sample = 2
-    Seconds = 3
-
-class Connector:
-    angle = 90
-    distance = 1
-    distanceMode = TimingMode.Beat
-    breakPoints = []
-
-    def setBreakpoint(self, fraction, rotation):
-        breakPoints = [[fraction, rotation]]
-        
-
-class Node:
-    def __init__(self):
-        self._productList = []
-        self._productSwitchMode = SwitchModes.Next
-        self._currentProduct = 0
-        self_nextNodes = []
-        self._nodeSwitchMode = SwitchModes.Next
-        self._nextNodeIndex = 0
-        self._connectors = [Connector()]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-dfds
-
-

-- 
qutecsound packaging



More information about the pkg-multimedia-commits mailing list