kandid, to random
@kandid@chaos.social avatar
kandid, to random
@kandid@chaos.social avatar
kandid, to random
@kandid@chaos.social avatar
kandid, to random
@kandid@chaos.social avatar

During the winter i developed another #livecoding tool. For visuals and for manipulating predefined sounds. The movements in the visuals are able to communicate with Synths in #SuperCollider.

Now i have published the source code and a few examples. The last days i started to write a description. The description is still very incomplete.

You can find out more here:
https://gitlab.com/metagrowing/jean

Moving red an blue shapes. The movement of the shapes has an influence on the sound.

lukiss, to random
@lukiss@sonomu.club avatar

( //
q=[
[[" ","│"," "],["╮","╰","┬"],["╰","┬","╯"]],
[["╭","╯","◦"],["┴","┬","─"],[" ","│"," "]],
[["o","│"," "],["─","╯","╭"],[" ","╭","╯"]],
[[" ","╰","╮"],["╮"," ","╰"],["╰","╮"," "]],
[["╭","┴","╮"],["┤","°","╰"],["╰","╮","◯"]],
[["╭","┴","╮"],["┤","O","├"],["╰","┬","╯"]],
];
8.do{
t=q.pyramid(3).scramble;
t[0].size.do{|l|
t.size.do{|n|t[0].size.do{|i|t[n][l][i].post}};
Post.nl
}
});

noneuclideandreamer, to genart
@noneuclideandreamer@mathstodon.xyz avatar

Alright, May Theme is Sound!

Doesn't sound or look so great yet, but the month is young! Here I try out different ... Scales?

Gotta find a "Music Theory for Dummies" or so in the School Library...

#creativecoding #sound #scrappyfiddles

video/mp4

kandid,
@kandid@chaos.social avatar

@noneuclideandreamer
Mit diesem Buch habe ich das programmieren von Sounds gelernt. Ich hatte kein Wissen über Notensysteme und was sonst alles noch zur Kompositionstheorie gehört. Die Programmiersprache für #SuperCollider stammt wahrscheinlich von der objektorientiertem Sprache Smalltalk ab.

The SuperCollider Book
Edited by Scott Wilson, David Cottle and Nick Collins
ISBN-13 ‏ : ‎ 978-0262232692

kandid,
@kandid@chaos.social avatar

@noneuclideandreamer Hier habe ich angefangen zu beschreiben wie ich #Java und #SuperCollider kopple. Das "Jean live coding System" ist damit noch nicht erklärt. Aber die Links zeigen wie die Visualisierung Open Sound Control Telegramme sendet. Und wie die passenden Empfänger in SuperCollider aussehen. Weiter oben im Text ist auch meine Motivation notiert warum ich die audio-visuelle Kopplung gerade so gelöst habe.

https://gitlab.com/metagrowing/jean#using-super-collider-to-generate-sounds

https://gitlab.com/metagrowing/jean/-/blob/main/src/jean/OSCout/ScStreamSender.java?ref_type=heads

https://gitlab.com/metagrowing/jean/-/blob/main/src/jean/OSCout/ScSynthSender.java?ref_type=heads

ahihi, to random
@ahihi@anticapitalist.party avatar

while i do intend to get to the bottom of the issues with the EeePC, i needed a backup plan for small sound computing in case it doesnt work out. now trying out a Raspberry Pi 3B with Patchbox OS. the bundled #SuperCollider is a bit older (3.11) but it does work out of the box.

not entirely happy with how this OS comes with telemetry by default, but it is at least easy to disable.

ahihi, to emacs
@ahihi@anticapitalist.party avatar

trying to make another box out of this 2007 EeePC 900. scide sadly segfaults on startup, but i was able to play some sines thru command line sclang. i prefer over scide anyway, so setting that up now...

csocso, to ExperimentalMusic French
@csocso@sonomu.club avatar

So thrilled about this: John Wall confirmed my invitation to play at Les Ateliers Claus on the 14th of September with @cfolle and more TBA. In case you plan on being around Brussels at that time, save the date!
https://johnwall.bandcamp.com/
https://soundcloud.com/wormworld

draco, to random
@draco@sonomu.club avatar

users: If you still remember your beginnings with :sccube:, what were your obstacles? What do you wish someone told or showed you back then?

Or if you're currently still considering yourself a beginner, what are your most annoying points of frustration?

kandid,
@kandid@chaos.social avatar

@draco Diese Frage beschäftigt mich seit ich mit angefangen habe:
Wie generiere ich einen Sound der zwischen dem melodischen einer vorgefertigten Komposition und einem Rauschen liegt? Etwas machen das teilweise noch innerhalb den Hörgewohnheiten liegt aber die Wahrnehmung bricht.

Also NICHT eine Bach MIDI Datei anspielen.
Aber auch NICHT ausschließlich White - Pink - Noise generieren.

Das andere Interessante ist Granular Synthese. Es könnte der Ansatz sein.

hamoid, to berlin
@hamoid@genart.social avatar

https://www.youtube.com/watch?v=jh49N4fU4sI by artist Johan Lorbeer in his studio in .

I participated in the project by writing software to convert color into sound.

I find the aesthetic in much of his work close to creative coding. You can enjoy it in this online book:

https://heyzine.com/flip-book/b76721e334.html

ahihi, to random
@ahihi@anticapitalist.party avatar

i heard there was a new edition of the #SuperCollider book (MIT press) in the works which was expected to be published in 2023. anyone know the status of that?

cymatiste, to MaxMSP
@cymatiste@post.lurk.org avatar

Looking for live coders! —musicians and visualists— for a night of live code performances in an immersive projection environment.

Endemics Collective is hosting PLANET TKARONTO in Toronto, Canada on June 8, a satellite event for the International Conference on Live Coding 2024.
The call for performers with more info is at:
https://bit.ly/planet-tkaronto .

Live coding is inclusive and accessible to all. We are looking for performers who challenge conventional forms and techniques, disrupting traditional aesthetics and values, and who can engage with the audience directly in the art-or-music-making process, breaking down the barriers between artists and audiences. Performers from underrepresented groups or backgrounds are encouraged to apply.

#livecoding #livecodingmusic #livecodingvisuals #livecode #livecoder #tkaronto #torontoevents #algorithmicmusic #algorithmicart #hydra #supercollider #orca #tidalcycles #sonicpi #toplap #iclc #iclc2024 #maxmsp #livecodelab #overtone #punctual #p5live #ixilang #gwion

maia, to random Spanish
@maia@toplap.org avatar


Hi ALL!
My interest is focused on the use of pure sound. I mainly use sine oscillators for in both for sound and visuals. All this results in a lot of and a aesthetic.

kandid, to random
@kandid@chaos.social avatar

Be careful, the sound is too simple. It starts very quietly and slowly gets louder and more annoying.

#motionGraphics #SuperCollider

Luminous traces in blue and yellow-orange tones.

kandid, (edited ) to random
@kandid@chaos.social avatar

Counting.

Inspired by numbers stations. Broadcasted by a shortwave radio station.

Think i should add some noise to improve this soundscape.

Warning: Without fade in. There is a click at the start of the animation.

#SuperCollider

noneuclideandreamer, to random German
@noneuclideandreamer@mathstodon.xyz avatar

Sound on!

Genuary Prompt 21:Use a Library you haven't used before.

With the 31. in mind, I went with javax.sound

It's intriguing to actually model the sound wave, but it's not working properly. If you have experience, let's talk!

#genuary2024 #genuary #genuary21 #generativesound

Sound: Distorted children's tune Visual: My code. If you are interested to see it as text, let me know

kandid, (edited )
@kandid@chaos.social avatar

@noneuclideandreamer Wenn ich Sounds generiere, welche direkt aus einer Animation getriggert werden, so generiere ich den eigentlichen Sound in #SuperCollider.
Aus Sicht von Java oder C++ ist es dann lediglich das Absenden von OSC Datenpakten zum richtigen Zeitpunkt.

"Use a Library you haven't used before." Die neue Bibliothek wäre dann javaosc-core
import com.illposed.osc.*

Allerdings ist SuperCollider nicht trivial. Draco kennt sich mit SuperCollider aus. @draco

https://metagrowing.org/cookbook/color2sound/

celesteh, to random
@celesteh@post.lurk.org avatar

Ok, so I want to know when the first stable, non-beta, version of #SuperCollider 3.0 was released.

McCartney announced work on SC3 in 2002:
McCartney, James. “Rethinking the Computer Music Language: Super Collider.” Computer Music Journal 26, no. 4 (2002): 61–68. http://www.jstor.org/stable/3681770.

I was using a beta version in a concert in December of 2003 (it, crashed, lowering my score for the class by half a mark).

I'm having a really hard time chasing old release versions. It's possible that because @dfj was running a nightly builds service at Wesleyan, there may not have been a particular 3.0 release. The earliest version there was 27 January 2004. https://web.archive.org/web/20060821171800/http://supercollider.wesleyan.edu/index.php?dir=old_builds

The oldest version on SourceForge is 3.2 from 2008. Looking at the wayback machine, there were "binary snapshots" from before that time, but they did not have release numbers. https://web.archive.org/web/20080914164516/http://sourceforge.net:80/project/showfiles.php?group_id=54622

Because the Wesleyan builds were highly reliable and stable, I think the 20th birthday should be set not at the earliest alpha release or the creation of the sourceforge repo but on the 27th.

luka, to random
@luka@sonomu.club avatar

Despite poor health today I will do my best to do the stream in less than 24h as part of the great
https://radiofreefedi.net/nyd24/ by @radiofreefedi

I'll stream via @streamer an hour of sound improv probably using a lot, + an hour of some great music we released at @kamizdat netlabel, hopefully explaining a little bit about artists and the label.

join me at https://mytime.io/13:00/UTC/2024-01-01 !!!

after @grueproof and @labr and before @didier and @meljoann

LordCaramac, to Lisp German
@LordCaramac@discordian.social avatar
phiofx,

@LordCaramac I have started going down the rabbit hole of algorithmic composition and it turns out the #supercollider mini-language is modeled on #smalltalk (which I knew nothing about!)

Commercialization of technology in the last decades by-and-large meant dumbification - creating the widest possible addressable market (see idiot "smart"phone devices).

As that approach saturates it is plausible that people will start revisiting useful patterns that have been steamrolled into oblivion

kandid, (edited ) to random
@kandid@chaos.social avatar

Added some noise to "Following a random path in pink clothes".

Made wit #Clojure , #JavaFX and #SuperCollider

kandid, to random
@kandid@chaos.social avatar

Diagram 1, 11 and 12 from "Modern telegraphy : some errors of dates of events and of statement in the history of telegraphy / exposed and rectified by Samuel F. B. Morse"

Made with #JavaFX and #SuperCollider

Composition of several diagrams from the writings of Samuel F. B. Morse. Overlaid with simple shapes which generate sound when they collide.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • magazineikmin
  • cubers
  • InstantRegret
  • cisconetworking
  • Youngstown
  • vwfavf
  • slotface
  • Durango
  • rosin
  • everett
  • kavyap
  • DreamBathrooms
  • provamag3
  • mdbf
  • khanakhh
  • modclub
  • tester
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • ngwrru68w68
  • Leos
  • anitta
  • tacticalgear
  • normalnudes
  • JUstTest
  • All magazines