- Now Multiple intances can be used in one set. (Before there was a problem with calculating the group size when having multiple groups in one set.)
For my live setup I needed dynamically change the clips on one track. I created a group that contains my clips, kind of like a sample bank. By having all the clips in the group beeing triggered at the same time when launching the group scene, I needed to create a device that acts like a solo button for tracks that are contained in a group without muting track outside the group. So I made this device that mutes all tracks contained in a group exept one.
Here are some cool usecases that you could implement with this device😎:
Load the samples onto diffrent audio tracks and then browse them using the dial.
When you launch the sceneclip of the group all the samples are beeing played, when you turn the dial while multiple tracks are playing you can create cool scratching/slicing effects.
You can load the same clip onto multiple tracks, but pitch it up or down in the clip menue. Then you can use the dial to swap between the differently pitched samples.
- Step one: Download the MuteAllExeptOne.amxd.
- Step two: Drag and drop the amxd file on an Group Track in Ableton.
- Step three: Select the track that should be unmuted by turning the dial.
- Step four: Optional: Midimap the dial to a midi controller (Press cmd-m)
Max4Live offers a visual cooding IDE. Programming in M4L was a fun experience. Tbh I thought it would be much simpler programming in a visual cooding environment compared to a script based one, but I had to struggle to keep an overview here and there😅. Here is how the two modules that make up the device look like:
- Please feel free to let me know if you have trouble getting the results you are looking for.
- Also what features could be added?