// Follow these two steps to run:
(
p = PLOrkBundle(
// STEP 1. Set these arguments as appropriate:
playerNum: 0, // an integer representing your computer name.
// Type "0" for "0.local", etc.
// IMPORTANT NOTE 1: If this value is wrong
// (i.e. your computer name doesn't correspond
// to this integer), SuperCollider will hang for
// a minute, then throw an error.
numPlayers: 1, // an integer representing the number of players.
// IMPORTANT NOTE 2: If this value is too high,
// or if the network hasn't been configured properly,
// SuperCollider will hang for a minute.
// It won't throw an error, but you may want to
// hit command-period and try again.
projection: false, // Type "true" if you are player 0
// and plugged into a projector.
// Otherwise type "false" so the graphics
// pop up in the background.
thisScreenWidth: 1280, // the width of your monitor, in pixels.
projectionScreenWidth: 1280, // the width of the projection, in pixels.
displayHeight: 720 // the height of the display, in pixels (default 720).
)
)
// STEP 2. Select all (command-a) and press enter
// (or fn-return if you don't have an enter key.)
//
// IMPORTANT NOTE 3: a bunch of graphic objects will pop up.
// You can close them all by pressing command-period.