hsc3 0.19 → 0.19.1
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Sound/SC3/Common/Math/Operator.hs +3/−3
- hsc3.cabal +1/−1
Sound/SC3/Common/Math/Operator.hs view
@@ -195,13 +195,13 @@ ,(FDiv,"/") ,(Mod,"%") ,(EQ_,"==")- ,(NE,"/=") -- !=+ ,(NE,"/=") -- or != ,(LT_,"<") ,(GT_,">") ,(LE,"<=") ,(GE,">=")- ,(BitAnd,".&.") -- &- ,(BitOr,".|.") -- |+ ,(BitAnd,".&.") -- or &+ ,(BitOr,".|.") -- or | ,(Pow,"**")] -- | Table of operator names (non-symbolic) and indices.
hsc3.cabal view
@@ -1,5 +1,5 @@ Name: hsc3-Version: 0.19+Version: 0.19.1 Synopsis: Haskell SuperCollider Description: Haskell client for the SuperCollider synthesis server, <http://audiosynth.com/>.