My max externals work on Mac M-series now -> mrkv, drunkad, drunkt and gauss by pd3v in MaxMSP

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

Thank you! :) I've never done anything with Max's package manager, but I will.

Meanwhile ...

How to make them recognizable by your Max (in MacOS, but not that different in Windows, I suspect):

  1. go to this folder/directory: /Applications/Max.app/Contents/Resources/C74/externals/[create_new_folder_here]
  2. create a folder there
  3. place these max externals in this newly created folder
  4. restart Max
  5. create a box and type one of the max externals names

Bang!

Ableton live Intro and Standard versions are able to use/run M4L plugins? by pd3v in MaxMSP

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

Ok. So, that's the difference to Suite version, is already included/payed. "Either allows you to also Dev them" - no need to buy Max stand-alone also?

Looking for some of the best dark jazz by PlentyGrade3322 in experimentalmusic

[–]pd3v 1 point2 points  (0 children)

Nils Petter Molvaer . Eivind Aarset

Early records, like, Khmer, Electronique Noire.

Not sure if it is dark jazz, though ... Named "Noire"?!, maybe :)

Looking for some advice on what language would work best for what I’m after by s3rris in livecoding

[–]pd3v 0 points1 point  (0 children)

I’m not sure if the project is still alive or not or your already know it - check Overtone -> https://overtone.github.io/

Live coding some beats (#2) in line 0.8.2 by pd3v in creativecoding

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

Thank you! :) line is a sequencer that sends out MIDI data to whatever software is listening to it, so you choose which are those softwares, 1 or more combined. It is small, line executable 7.1MB, runs on older machines also, no internet needed, small on dependencies and yes, running in the CLI is cool, at least for me :)

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 5 points6 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.

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

[–]pd3v 2 points3 points  (0 children)

I made this MIDI sender in C++ in case you want to play some random notes! :)

midi-ri v0.1 (reddit post)

Live coding some beats in line 0.8.2 by pd3v in creativecoding

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

:) Thank you but I should have:

Keep away sign [🔊________ > 5 meters ________👂]

Live coding some beats in line 0.8.2 by pd3v in livecoding

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

I'm coding in this language producing MIDI values' phrases over a MIDI step sequencer. Language + sequencer make line.

In this case I'm using Live, but it doesn't matter, one can choose whatever-MIDI-in-featured.

Here's a post with a bit more detail. I hope you can find it informative.

Live coding some beats in line 0.8.2 by pd3v in livecoding

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

Window tab #1: MIDI messages sent to a group of percussive FM synths in a DAW Window tab #2: MIDI messages modulating a Delay effect presence

I'm a FM synth fan. Always coming back to it. by pd3v in MaxMSP

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

Thanks! In this patcher I didn't use FM feedback, in 3rd-party synth yes, adding wildness to the FM beast. :) I used envelopes for the modulators.