Fix nasty infinite-loop bug in Buffer:sendCollection
[supercollider.git] / platform / linux / examples / sclang.cfg.in
blob0d3ada252dd5f39ab0ff03f00791951a57e02b23
1 # ======================================================================
2 # file:         sclang.cfg
3 # content:      SuperCollider library configuration file
4 # author:       stefan kersten <steve@k-hornz.de>
5 # ======================================================================
6 # usage:        install as /etc/sclang.cfg or ~/.sclang.cfg
7 # ======================================================================
9 # default class library
10 +@PKG_DATA_DIR@/SCClassLibrary
12 # system-wide extensions
13 +@PKG_DATA_DIR@/Extensions
15 # in case you don't want to use add-on libraries, uncomment as necessary
16 #-@PKG_DATA_DIR@/SCClassLibrary/crucial
17 #-@PKG_DATA_DIR@/SCClassLibrary/JITLib
19 # EOF