“Width” parameter in Utility device (Ableton)
-
- KVRist
- 87 posts since 5 Nov, 2022
Can anyone explain the mechanism by which the Width parameter in the Utility device works from settings between 0 and 400%? To me it just seems to increase the level in each channel for signals not present in the opposite channel. Is this all it does? If so, that doesn’t seem it would influence stereo width much- but perhaps more so depth (making the panned sounds appear ‘closer’).
- KVRAF
- 16826 posts since 8 Mar, 2005 from Utrecht, Holland
It seems it does mid-side processing.
0%: only mid on both channels
100%: pass through
Over the top: mono signal has one channel with inverted phase.
Maybe do some experiments with specially crafted audio tracks.
NB: have you read the manual?
https://www.ableton.com/en/manual/live- ... 43-utility
0%: only mid on both channels
100%: pass through
Over the top: mono signal has one channel with inverted phase.
Maybe do some experiments with specially crafted audio tracks.
NB: have you read the manual?
https://www.ableton.com/en/manual/live- ... 43-utility
We are the KVR collective. Resistance is futile. You will be assimilated. 
My MusicCalc is served over https!!
My MusicCalc is served over https!!
-
- KVRist
- Topic Starter
- 87 posts since 5 Nov, 2022
Thanks for your reply. I have read the manual, but it’s extremely vague here. Also, by context-clicking the Width parameter, a M/S mode option appears on the menu, so it seems redundant (albeit, possible) that both knobs perform the same functions. Also, from the experiments I’ve conducted so far, above 100% likely does invert the phase of one channel, but the “sides” signals definitely do become amplified as well. Thoughts?BertKoor wrote: Thu Nov 24, 2022 7:43 am It seems it does mid-side processing.
0%: only mid on both channels
100%: pass through
Over the top: mono signal has one channel with inverted phase.
Maybe do some experiments with specially crafted audio tracks.
NB: have you read the manual?
https://www.ableton.com/en/manual/live- ... 43-utility
- KVRAF
- 4589 posts since 7 Jun, 2012 from Warsaw
Mathematically it's all the same:Also, from the experiments I’ve conducted so far, above 100% likely does invert the phase of one channel, but the “sides” signals definitely do become amplified as well. Thoughts?
Code: Select all
mid = left + right (mono sum)
side = left - right
mid + side = 2 * left
mid - side = 2 * right
Code: Select all
left = (mid + side) / 2
right = (mid - side) / 2Blog ------------- YouTube channel
Tricky-Loops wrote: (...)someone like Armin van Buuren who claims to make a track in half an hour and all his songs sound somewhat boring(...)
Tricky-Loops wrote: (...)someone like Armin van Buuren who claims to make a track in half an hour and all his songs sound somewhat boring(...)
-
- KVRist
- Topic Starter
- 87 posts since 5 Nov, 2022
Yes, those are the M/S encoding/decoding equations.. but what does that have to do with the “Width” paremeter? They’re not identicalDJ Warmonger wrote: Fri Nov 25, 2022 9:49 amMathematically it's all the same:Also, from the experiments I’ve conducted so far, above 100% likely does invert the phase of one channel, but the “sides” signals definitely do become amplified as well. Thoughts?
thusCode: Select all
mid = left + right (mono sum) side = left - right mid + side = 2 * left mid - side = 2 * right
https://majormixing.com/what-is-mid-side-encoding/Code: Select all
left = (mid + side) / 2 right = (mid - side) / 2