#ICLC

2025-06-03

What's everyone post-#ICLC #ICLC2025 coping playlist?
Personally I've been thoroughly enjoying @Bohrbug 's back catalog: m.youtube.com/watch?v=cfRdKnQh

Charles Céleste Hutchinscelesteh@www.celesteh.com
2025-06-02

Navigating ScMoo

In my previous post, I described how to install and start the SuperCollider Moo. In this post, I’m going to talk about how to use and move around the Moo.

Note this is an early version and it’s my intention to gradually make the SC Moo align more closely with LambdaMOO commands and syntax. Note also that the database is static. Your changes will be visible to yourself and others while you are logged in, but they will not be saved. If you make something you really like, please keep a local copy of it.

When you log in, you’ll see a lot of messages in the SC Post window, including loads of error messages. Just hold on until the GUI opens. This GUI will have a random colour, but it will have three text areas.

The Moo GUI

The left hand side is the Moo’s output. The right hand side and bottom are both input. The right hand side is designed to enable entering code. If you just want to use the Moo as a user, you can make that side smaller by clicking and dragging on the grey line that separates the two sides. Then just enter your Moo commands in the bottom text area, followed by enter or return to evaluate them.

When you log in, your character will connect to the lobby. You will see text describing the room. Below that, you will see a list of objects if any are present. Below that, a list of other users, if any are present. And finally, a list of exits. If there are not exits, it will say “There is no way out” because I thought that was funny.

You can look again at the room any time by tying “look” (without the quotes) and pressing enter in the bottom text area of the window. In the current iteration of the database, the lobby contains a flyer. To look at it, you can type “look flyer” and hit enter. To look at yourself, type “look me“.

The default message for what you look like isn’t very exciting, so you might take a moment to change it. Type ‘ describe me as "My description goes here." ‘ (without the single quotes). Put your description inside double quotes. After you change it, try look me again. This is what others will see when they look at your character.

You can move through the Moo by typing the names of the exits. From the lobby, you can type “north“. This will place you in the bar, which has several objects. You can look at all of them and some of them have additional verbs – that is they are interactive. To see the verbs on an object type “verbs ” followed by the name of the object. For example, “verbs cage” will tell you the verbs on the cage. From that, you’ll see that one of the verbs is climb, so try climb cage.

Some of the verbs have audio on them and some don’t. Some of the objects have attached sound and some don’t. Let’s look at the jukebox. The verbs on it aren’t promising. We can’t describe it because we’re not the owner and it doesn’t seem to have anything in about playing it. So let’s put our own audio on it.

Go to the right hand side of GUI and evaluate the SuperCollider code (Moo.default.me ++ Moo.default.me.location).push; Now we can live code the jukebox, which has been added to the environment as ~jukebox.

We can set a pattern ~jukebox.pattern = Pbind(); and then play it ~jukebox.play; The resulting pattern is super boring, so why not modify it? ~jukebox.pattern = Pbind(\freq, 330); You can then live code it as you would with Pbinds or any other kind of pattern. You can set any SynthDef you’d like. As of now, all of these interventions are entirely local, alas, but networking them is coming.

#ICLC #liveCode #moo #SuperCollider

The Moo's GUI. The mouse is clicking and dragging on the gray line between the two panes to change the relative sizes.
2025-06-01

Lightdancing #ICLC #ICLC2025
(photo by @archaictech )

Me, dancing with a helium balloon attached to a string of fairy light at the ICLC concert yesterday
2025-06-01

are there any post #iclc events still happening?

2025-05-31

People at ICLC asked for a Moo Quark.

github.com/celesteh/SCMoo/rele

This requires the latest version of BiLETools github.com/celesteh/BiLETools/

and JSONlib, which is the Quarks.gui

#iclc #iclc2025 #MOO #SuperCollider #Quark #VirtualReality #RetroStyleGaming

2025-05-30

Liveness did not exist before recordings or broadcasts.

It only became a thing after reproduction.

#iclc

2025-05-30

Sharing code via QR codes

The qr code changes when the code changes.

#iclc

2025-05-30

Using SuperCollider instead of slides is a square on my bingo card!

(Put your names on your presentations please, folks.)

#iclc

2025-05-30

Drifter is a GPS enabled mobile sound walk app. It relies on a server running SuperCollider. Thus combining two of my interests!

#iclc

2025-05-30

A talk on creating diversity in live coding by a curator's perspective.

The speaker is a Dutch white guy in Holland.

#iclc

2025-05-30

Is live coding an effective way for children to learn music?

Like understanding of how music works, how pianists get an understanding of music mediated by their experience of piano.

#iclc

2025-05-30

Toplap Athens is distributed around Greece and is a networked community.

#iclc

2025-05-30

Interesting that a blank slate live coder disavows the identity of "composer."

#iclc

2025-05-30

Derrida reference in a live coding reference.

… I should actually read this philosophy. Its inclusion in a tech-adjacent project is always a good sign.

#ICLC

Raphaël Bastideraphael@post.lurk.org
2025-05-29

@glocq Same mood, check out #ICLC the event is currently happening, not sure if a live stream exists.
Website iclc.toplap.org/2025/
Fedi account is @incolico

2025-05-18

TOMORROW!!!!!!! #LondonLiveCoding #ICLC

2025-05-12

~~~ Wireless a benefit gut geschlafen ~~~
Next week together with @linz we organize a Linz satelliting the #ICLC @incolico

participanting @c_robo_ @blazp shelly knotts #shellyknotts map(h), & Te-En Chen

Tuesday 20th May, 19:30 at Stadtwerkstatt, Kirchengasse 4, 4040 Linz

thanks @ljudmila for support and coordination!

flyer of the event.
is a low-res psychedelic whirlpool droste-effect image with the event information 

above in a green box: 
ALGORAVE, STWST LINZ – 20 May 2025, 19:30
$ c_robo_ (US) $ Shelly Knotts (UK) $ Blaž Pavlica (SI) $ map(h) (CO-EU) $ Te-En Chen (TW) $ TOPLAP Linz

a laptop in the center, text: LINZ
in the laptop screen the same green box.

all around in concentric circles, the event motto
"whireless a  benefit gut geschlafen"
2025-04-04

anyone else going to #iclc in barcelona and running into fully booked hotels? 😩

how are you managing?

(just asked on the toplap discord if anyone is up for sharing a space, DM me if interested)

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst