All Versions
24
Latest Version
Avg Release Cycle
92 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.23.0 Changes
November 11, 2017- ➕ adds
Bus.apply
- ➕ adds
UnaryUGen.Op
unary_~
- ➕ adds
Env.test
- ➕ adds implicit
Curve.fromDouble
- ➕ adds
Env.step
, fixesEnv.adsr
andEnv.dadsr
- 🛠 fixes
PhysicalIn
outputs MCE
- ➕ adds
-
v1.22.4
June 18, 2017 -
v1.22.0 Changes
- 🛠 fixes a bug with
b_gen
marking as synchronous or asynchronous message. - ➕ adds
ChannelRangeProxy
and corresponding backslash inGEOps
- ➕ adds
RepeatChannels
- ➕ adds
b_gen
OSC message methods toBuffer
and corresponding commands toBufferOps
.
- 🛠 fixes a bug with
-
v1.21.0 Changes
- 🛠 fixes
LocalIn
for SuperCollider 3.6.x. Beware that the argument changed fromnumChannels: Int
toinit: GE
, whereby the number of channels ininit
determine the number of outputs ofLocalIn
. - ➕ added
NodeID
UGen. - ➕ added
graph
op that will be used by ScalaCollider-Swing - ✂ removed a few occurrences of
Optional
, where other special values forNone
make sense - ➕ added
Server.version
- 🛠 fixes
-
v1.20.0 Changes
- some rich number ops are in the Numbers library now
stringControl
implicit for"name".kr
must now be imported withOps._
. This is so we can use that syntax differently in SoundProcesses.- 0️⃣ server command line opts are pessimistic about defaults
-
v1.19.0 Changes
- 🔄 changes license from GPL to LGPL
- 👉 uses
Optional
library
-
v1.14.0 Changes
LocalBuf
arguments are reversed, allowing to leave out the number of channels- ➕ Added
Sum3
,Sum4
UGens, cleaned upMix
implementation - 🛠 Fixed zero-outputs property of
SendTrig
,SendReply
- 🛠 Fixed non-variadic input of
DC
-
v1.13.0 Changes
- 🛠 fixes a bug with
Ringz
; more UGen documentation - 👍
GraphFunction
(play { ... }
) supports thunk ending in()
- the
play
command must be imported now fromOps
like other imperative commands - ➕ adds support for
LocalBuf
- 🛠 fixes a bug with
-
v1.12.0 Changes
- 🛠 fixes #31, #36, #40, UGens #10, more UGen docs and examples
- more consistent argument names, relaxes
Vec[Float]
toIndexedSeq[Float]
in some places - 🔧 in the server configuration
programPath
was shorted toprogram
ControlSetMap
was renamed toControlSet
;Single
becameValue
andMulti
becameVector
- if
$SC_HOME
is not found, uses plain"scsynth"
as program path which should correctly resolve to$PATH
entries. - the server port may be left at
0
in which casepickPort()
is called automatically. - the usage of callbacks (
Completion
) is replaced by futures where sensible. - 0️⃣ uses Scala 2.11 by default
-
v1.10.0 Changes
- 🛠 fixes UGens #7
Duty
andTDuty
argument order was wrong. UGens #8Median
argument names were swapped. - externalises number enrichment (project Numbers).
- GE op
round
becameroundTo
,roundup
becameroundUpTo
. That wayround
is kept for the standard Scala operation
- 🛠 fixes UGens #7