SuperCollider workshops in New York, early April

SUPERCOLLIDER WORKSHOPS APRIL 2009

All details and sign-up at:
http://tinyurl.com/harvestcollider


SuperCollider workshops will be offered at Harvestworks in New York in early April, in the run up to the 2009 SuperCollider Symposium to be held at Wesleyan. This is a rare opportunity to learn from some of the SuperCollider developers themselves. SuperCollider is an incredible environment and programming language for music and audio. It provides an interpreted object-oriented language which functions as a network client to a state of the art, realtime sound synthesis server. SuperCollider was written by James McCartney over a period of many years, and is now an actively maintained and developed open source project. It is used by musicians, scientists, and artists working with sound and audiovisuals.

All workshops require attendees to bring their own laptops; tutors will assist with installation on OS X (10.4 or later recommended) and Windows as necessary (SC also runs on Linux but it’s assumed you’d have compiled and installed it yourself in advance of the workshop if you’re using that platform).

The workshops being offered are:

1) Saturday 4th April: Beginners day (11am-6pm). A friendly introduction to SuperCollider for absolute beginners, aimed at artists and musicians. Aside from a little familiarity with the digital arts, no prerequisites, though some prior exposure to computer music (perhaps through Max/MSP or Csound) may be helpful. (led by Nick Collins, Dan Stowell, Jan Trützschler) $100

2) Sunday 5th April: Intermediate workshop day (11am-6pm). For those with some experience, but wanting to refresh and broaden their SC skills. Topics will include sound synthesis and analysis, interaction via GUI and controllers, generative and network music, SC programming tips and tricks and SC architecture. We will also be adaptable to participants needs, can take requests for topics, and have some general question and answer sessions. (led by Nick Collins, Dan Stowell, Jan Trützschler) $100

3) Monday 6th April evening (7-10pm). Beginner’s evening session. A friendly introduction to SuperCollider for absolute beginners, aimed at artists and musicians. Aside from a little familiarity with the digital arts, no prerequisites, though some prior exposure to computer music (perhaps through Max/MSP or Csound) may be helpful. (led by Nick Collins, Dan Stowell, Jan Trützschler)

4) Tuesday 7th April daytime (11-6). Abstract pressure cookers and virtual steam machines: Just in time programming in networks.
Not tweaking machines, but writing letters: Programs that program programs, machines that recombine structures. Replacing their parts, in effect writing their user manual at runtime. Instead of giving in to pressure to become virtuosos, we listen how the machines take the pressure – from spooky action at a distance to new exploring logics of distributed noise music. A collective workshop for live coding, sound synthesis, randomness in order. (led by Powerbooks Unplugged) $100

5) Tuesday 7th April evening (7-10pm). Compact version of Tuesday daytime session (led by Powerbooks Unplugged) $50

6) Wednesday 8th April daytime (11-6) SuperCollider Clinic. Flexible topic sessions, following participant needs, adaptable to all intermediate levels (beginners would find Saturday or Mon night helpful before this workshop). Developers will be on hand to answer questions, to present on special topics, and to demonstrate projects and works built with SC. (led by an all star cast of developers) $100

SuperCollider 3.3 alpha 2

Hi everyone,

i have just uploaded the next alpha release of SuperCollider 3.3. A universal Mac OS binary and source are available here:

https://sourceforge.net/project/showfiles.php?group_id=54622

Below are some of the more significant changes and bugfixes since the last alpha:

Changes are listed below, grouped under each point release of SuperCollider.

Recent changes (will be SuperCollider v3.3)
=======================================

Headlines:
———-
* 2009-01-06 SendReply UGen – jr
* 2009-01-06 VDiskIn sends file position to client – jr
* 2009-01-12 map audio to SynthDef controls. new OSC messages n_mapa and n_mapan. – jp, jr, rk
* 2009-01-13 relativeOrigin=true. SC’s coordinate system in container views and user views are now by default relative. 
* 2009-01-16 Scale and Tuning classes added – tw
* 2009-01-17 SuperColliderAU (scsynth as a Mac OSX “Audio Unit”) added to main distribution – gr

Bugfixes:
———

* 2009-01-08 b_readChannel fixed (bug id 1938480) – mb
* 2009-01-08 MIDIIn.connect on Linux fixed (bug id 1986850) – mb
* 2008-08-23 fix for sclang crashing sometimes when compiling erroneous code (bug id 2022297) – rb
* 2009-01-16 SCScrollView relativeOrigin glitch fixed (bug id 2508451) – jr

Other additions/improvements:
—————————–

* 2008-12-24 EZSLider and EZNumber now have an enclosing containers, as well labelPosition =left, right, or stack modes – jm
* 2009-01-08 interface change to ProxySpace.stop (now stops all proxies, just like free/end/clear) – jr
* 2009-01-08 improved Ndef implementation, stores values in an internal ProxySpace, Ndef takes server names for multiple servers. – jr
* 2009-01-08 improved ProxyMixer implementation, added NdefMixer. – adc


Please test and report problems. We are hoping to move to beta and release candidates soon, and reports of problems are greatly appreciated!

best,

Josh

SwingOSC v0.61 approach

hi,

if you are using SwingOSC or are preparing libraries or quarks that use it, please check against the recent SVN version of the upcoming v0.61 to see if there are important remaining issues. to make it easier, i have uploaded a precompiled version here

https://sourceforge.net/project/showfiles.php?group_id=155586&package_id=306095

the major thing left to do is to get the menubars in shape. i admit i don’t like that on non osx systems windows will now always have the File and Window menu, using some extra space below the window titlebar (on osx the menus appear on the screen top so they are not annoying). i’m thinking about kicking them out again, maybe making the menubars appear only in case custom menus are registered. let me know what you think.

stuff that is marked experimental is likely to not get completely done for v0.61, so don’t request that JSCPeakMeterView or JSCPanel be fixed.

you should only use this version with the alpha releases of SuperCollider 3.3.

ciao, -sciss-