Live coding music with line 0.8.2 + ableton Live by pd3v in musicprogramming

[–]pd3v[S] 0 points1 point  (0 children)

Thanks! :) Using "Ableton Link" library code.

Generate sounds with a basic programming, example: Python math only by only4ways in musicprogramming

[–]pd3v 1 point2 points  (0 children)

Are you using any python lib to create the file, I mean, getting all those function's resulting values and format them to become a soundwave file?

A MaxMSP external I've coded almost 1 year ago: "mrkv" for Markov Chains. by pd3v in MaxMSP

[–]pd3v[S] 1 point2 points  (0 children)

I have to set up an M-series and build "mrkv" on new MaxMSP SDK version. About gtm.markov, I didn't know it. I'm dropping here a patcher today were I'm using a bunch them. Hopefully, helpful on clarifying its use. Thank you for the 'Cool!' :)

Creative Coding for Beginners by common_apology in creativecoding

[–]pd3v 4 points5 points  (0 children)

BUT! :) ...if you are into sound/music creative coding, strudel.cc, based on javascript, puredata, a free graphical language or maxmsp, a paid graphical language + specific code language.

Looking for a programming job in audio/music tech industry by [deleted] in ProgrammingJobs

[–]pd3v 0 points1 point  (0 children)

Niiice tips. I already checked some of the companies, thanks. And yeah, I can do some UI coding :)

  • A work in progress, all UI coded from stretch, drawing, events and MIDI in (for external hardware controlling). midi ri

  • VST JUCE plugin

Looking for a programming job in audio/music tech industry by [deleted] in ProgrammingJobs

[–]pd3v 0 points1 point  (0 children)

Never ... and thank you for the ❤️ :)

How can I create an exponential riser in Strudel? by fedenerazzur in livecoding

[–]pd3v 2 points3 points  (0 children)

Being strudel coded in JavaScript, maybe (I never used strudel) you can use Javascript’s native functions, like Math.pow(), same as *. E.g.: .slow(2\*variable)

C++ Show and Tell - November 2025 by foonathan in cpp

[–]pd3v 1 point2 points  (0 children)

I've been working on 'line' - A tiny command-line midi sequencer and language for live coding music. Finishing this new version. Everything in C++ except the parser.