rhoadley.net   music   research   courses   software   blogs

ARU    Seminars    Comp&Imp    NMP    CMC2a    CBHH
Sensor Technology    Sonic Art    Major Project    MA Resources


Resources:    Bioacoustics    Jitter    MaxMSP    OSC    Physical    PD       CBHH    sTech    SuperCollider    C/Xcode

Max/MSP Resources:     Home     Blog-wp     Forum     Examples     Projects     Tasks     Tutorials

Supercollider Resources:     Home     Blog     Forum     Examples     Projects     Tasks     Tutorials


CMC2a Tasks

Algorithmic Composition with SuperCollider - No GUI 2

Task 7 Name: Generative Composition Using SC 2 Set: w8i Due: w10i Weighting: 10% Courses: cmc2a
Prev Task: Generative Composition Using SC 1 Next Task: Controllers and External Classes in SuperCollider
Task Summary All CMC2a tasks VLE

Some techniques involving Algorithms and Generative Composition.

Algorithmic Presentation (pdf)


Other resources

- Search for 'Algorithm MaxMSP SuperCollider' in:
Google, Scholar, Books, Image, Video,
University Library

To Cover

By definition, anything you do using a computer is algorithmic, therefore every computer controlled piece, however, intuitive it may feel, is ultimately, at one level, algorithmic. Of course we, as people, don't really operative on that level, and most 'simple' arrangements and recordings are as intuitive as any analogue recording or, arguably, performance. (There's a whole area of discussion concerning the difference between live performance and recorded playback.)

  • Algorithmic Composition
  • Using MaxMSP
  • Using SC
  • Other Examples: IXI, pSY, Dionysius, etc.
  • Live Coding

The Files






The Task

Algorithms Without Using a GUI

  • Using at least the first FIVE files from the above, develop a short algorithmic composition. You may develop the previous SC Algorithmic task, or attempt something new.

  • You will receive particular credit for utilising your own functions, patterns and schedules, but you do not have to use all of these features.

  • The composition should last about one minute.

  • Credit will be given for technical expertise and imagination in implementation.

  • You should fully document your code, providing sufficiently full comments to ensure that any reasonably informed person could understand the result.

  • Make a demo recording of your patch working. Please keep the size down to a minimum (maximum duration approximately 1 minute). You can use the following code to record your effort:

// recording (to the SC directory)...
// use your own path below if you want.
(
s.recSampleFormat = "int16";
s.recChannels = 1; // number of channels
s.prepareForRecord("algorithmic2.aiff");
// use the particular path above...
s.record;
)

s.stopRecording;


  • Added value
    By completing the details of the task you will achieve at least a pass mark. By imaginatively and creatively considering how you might implement the task originally you can add value to your submission, and this added value may increase your mark significantly. Even when making videos of short demonstration tasks try to consider musical and performance criteria.

Finally

  • Compress (zip) your patches, demos, etc. into one file called your_student_number_"SCAlgNoGUI2" (e.g. 0504335_SCAlgNoGUI2.zip), include a readme with your name and student number and, if necessary, how to use or just open the patch.
  • Submit a copy of the files to the i-Centre on Thursday 15th December 2011.

You might also be interested in:


The Projects

The projects and tasks are designed to help you through the various courses and materials that you'll have to deal with, and also to provide an active and practical element to what could otherwise become a rather dry and technical exercise. Tasks are small exercises - you may be asked to complete one or two per week. Projects are larger and carry a higher percentage of the mark. We will undertake two, three, four or more projects and tasks. The final project is usually an individual choice project, and will be worth significantly more than the others in terms of percentages in your portfolio. We will usually try to set aside a time to perform the projects in a public setting.