Hi Everyone!
How can I get the real value of a VST parameters for live.dial object?
When I click configure in the plugin and select a few parameters they are displayed in the correct format, but when I assign them a macro, Ableton displays it as a value between 0 and 127.
For example: strings (for switching plugin modes), or hertz (for eq) instead of the standard 0-127 value.
Thanks!
rklem
940
Having a concrete project is definitely the best motivation. A few years ago I only did the integrated tutorials. These are great, but didnāt hold me long enough.
When I came back to Max sometime later with a concrete project it worked much better ā and I went down the rabbit holeā¦
On learning: Thereās also tons of educational videos on YT. I can recommend Philip Meyerās channel. He also has a Patreon and a Discord.
And thereās a free Max MASP Course on Kadenze: not quite up to date because based on Max 7, but still a great free resource.
4 Likes
puddle
942
new instrument/framework from fors looks interesting: https://github.com/fors-fm/lode
9 Likes
super fun patch!
Thanks for sharing
1 Like
Samesies. I went through all three books, and Iām going through the Roads Tome
. Still kind of meh at composition but at least I somewhat know what Iām doing now.
2 Likes
I uploaded some videos demonstrating some Max/MSP and Supercollider patches that I used on my last album. Here is an embed of the playlist-
9 Likes
Iāve tried to install RNBO on Norns without success following these instructions but it didnāt work out:
CAF
947
Hi everyone,
I am making some experiments with rnbo json exports for a webpage and I am trying to put two exports in one webpage. I am using the rnbo template, however it only works for one of the exports, even thought all the parameters (from the two exports) are shown on the webpage. Does anyone knows I can make it work for both exports in one webpage?
1 Like
Iām pretty sure you cam make it work with multiple exports but it will require some changes in the code of the template website
Re: older posts about learning and tutorials - Iāve been learning Max/MSP the past couple of months, just got into gen~. Iāve been building sample players/playback manipulators and found I need sample accurate processes. The Philip Meyer video above was helpful, good channel. This one by Taylor Brook is also very good, a little closer to what Iām going for.
Another interesting channel. He has also has a long series on building an āAI computer improviserā using the Flucoma tools. Itās all quite beyond me, but pretty fascinating. Iām pretty sure I read about Flucoma on here somewhere, itās what motivated me down this rabbit hole. Although Iāve been more interested in them as decomposition tools than the data/machine learning side of things.
7 Likes
Hello, how can I make a device that will transpose (pitch_coarse) with one knob all the audio clips on the track on which this device is open? Iāve tried messing around with LOM, but I canāt seem to manipulate all the audio clips at once. Perhaps someone knows how to do this?
Not sure if there are better or more concise ways, but this worked for me.
2 Likes
eesn
952
thanks a lot for this video. coming from traditional (text) code, the way he patches all this is somewhat unexpected, but very interesting and quite creative on the whole - the accumulator playhead especially.
1 Like
_mark
953
I donāt know, but have you looked at the way the Live LFO can map to other live controls? That would be a starting point if youāve not already explored it. Looks like pitch is available in the LOM:
I donāt know if you can query all clips and then auto-bind to them though⦠maybe here (Calling a function in the Live API using Max for Live objects):
1 Like
Yes, I just solved it using LOM)
2 Likes
Hi all, I am please to announce that the csound6~ object for Max now runs on apple silicon. This is based on the csound6~ object for Pd by Victor Lazzarini with some extra features, and is useful for (among other things) quickly and (CPU) efficiently being able to make control rate DSP signals in Max.
If you havenāt checked it out, there is a video from the previous releases on youtube.
enjoy, feel free to ping me with questions, either here or on github
16 Likes
Hi there, Iām new to using Max For Live / MaxMSP. I have been able to re-wire certain patches or adjust their layouts to get a desirable sound. Sometimes (nearly every time), Iām having two types of issues.
-
I place the patch in a sequence in Ableton Live. When I do this, I get a nice sound going, then I save the track, and exit Ableton Live. When I re-open the track, the settings have gone back to some sort of M4L internal setting that I do not know how to change.
-
This is in relation to the above issue - I modded this noise hi-hat patch and it sounds great - makes all the neat sounds I want it to, but it adds a bunch of extra points to the āfunctionā module, the envelope of the sound. I want it to have 4 points, it gives me 7, and they are all over the place. This envelope issue does show up the same every time.
Iāve attached both images of the presentation mode of the patch, and the patch itself. I am still learning the designated names of modules, etc. - I probably wonāt understand some of what yāall are saying, but Iāll do my best.
Any suggestions on how to fix this to make a nice little module that just works, Iād love to hear it!


NNN Noise Click.amxd (35.3 KB)
1 Like
Markus
957
Wrt 1: change the parameters that you want to store to āstored and automatedā (might be the other way round, typing from phone). To do that either check each parameter in the inspector and nearly at the bottom youāll find it. Or you go to the menu entry āparametersā and do it from there.
Btw you also define initial values there (for when loading a new instance of the maxforlive object)
Wrt 2ā donāt know, but would like to know as well 
1 Like
@Markus OK - tried that, wasnāt an option. I had only two choices - āStored Onlyā and āHiddenā. I then found a mention of the āpattrā object to collect this type of data, but no clear way of connecting the object.
I also tried to define the initial values, but they wonāt āstickā. I copied and pasted the results I wanted, and it just wonāt paste in the values. It keeps changing them instantly back to whatever they were.
Sheesh.
Wrt 1: change the parameters that you want to store to āstored and automatedā (might be the other way round, typing from phone). To do that either check each parameter in the inspector and nearly at the bottom youāll find it. Or you go to the menu entry āparametersā and do it from there.
Btw you also define initial values there (for when loading a new instance of the maxforlive object)
Wrt 2ā donāt know, but would like to know as well 
Alright, seems to be working by doing this:
For @Markus instructions, I also had to add a āpattrā object to each knob/slider/envelope. I then had to set all their parameters to whatever I want them to start at.
I tested it by dropping a new device on different tracks. Works.
I tested it by saving the project, quitting, then re-opening the project file. Works.
I believe there is an easier way to do this, because tons of other Devices do not have that many pattr objects. Autopattr? Some other kind of device for just āgeneralā parameter saving?