Where's the improved crossfader??????

Discuss music production with Ableton Live.
Pepehouse
Posts: 171
Joined: Thu Apr 27, 2006 9:15 pm
Location: Gandia, Valencia, Spain

Where's the improved crossfader??????

Post by Pepehouse » Sat Aug 05, 2006 9:48 pm

A lot of users have asked and complained about the shit crossfader that comes with Live, why is this not solved? why the abes are not listening to the users? make it smoother, introduce configurable curves but DO SOMETHING PLEASE.
Last edited by Pepehouse on Sat Aug 05, 2006 9:52 pm, edited 1 time in total.
A day without House Music isn't the end of the world but is so damn close.

http://soundcloud.com/pepehouse
http://www.myspace.com/pepehouse
http://www.worlddj.com/pepe-house

ishimaru
Posts: 507
Joined: Mon Nov 15, 2004 6:29 am
Location: Irvine , California

Re: Where's the improved crossfader??????

Post by ishimaru » Sat Aug 05, 2006 9:51 pm

Pepehouse wrote:A lot of users have asked and complained about the shitty crossfader that comes with Live, why is this not solved? why the abes are not listening to the users? make it smoother, introduce configurable curves but DO SOMETHING PLEASE.
Heh I like your quote. I dunno mang the crossfader works pretty good for me. :wink:
Every situation(1) should be confronted with its opposite(2) to come to a better situation(3).

1 Thesis
2 Antithesis
3 Synthesis

- Hegel

Poster
Posts: 8804
Joined: Sat Mar 05, 2005 2:21 am
Location: Amsterdam

Re: Where's the improved crossfader??????

Post by Poster » Sat Aug 05, 2006 10:03 pm

Pepehouse wrote:why the abes are not listening to the users?
:lol:
that would be the quote of the year..

hoffman2k
Posts: 14718
Joined: Tue Jun 15, 2004 6:40 pm
Location: Belgium
Contact:

Post by hoffman2k » Sat Aug 05, 2006 11:58 pm

you can now create your own curves with value scaling ;)

Angstrom
Posts: 14975
Joined: Mon Oct 04, 2004 2:22 pm
Contact:

Post by Angstrom » Sun Aug 06, 2006 12:34 am

I'm not sure you can create your own curves eh?

unless I missed a secret log/lin/exp right click on the midi screen :?

simply setting start and end points is not really 'editing your own curves'

b0unce
Posts: 5379
Joined: Wed Apr 19, 2006 4:16 pm

Post by b0unce » Sun Aug 06, 2006 12:36 am

hoffman2k wrote:you can now create your own curves with value scaling ;)
really ?
spreader of butter

Angstrom
Posts: 14975
Joined: Mon Oct 04, 2004 2:22 pm
Contact:

Post by Angstrom » Sun Aug 06, 2006 12:37 am

I dont think so and I've spent a lot of time in those particiular screens.

unless h2k knows something I don't.

the midi dial and macro dial editors are simply linear range editors.

Like this ....

cc57 : filter LOW : 50 HIGH : 127
cc57 : volume LOW : 127 HIGH 0
Last edited by Angstrom on Sun Aug 06, 2006 12:39 am, edited 1 time in total.

hoffman2k
Posts: 14718
Joined: Tue Jun 15, 2004 6:40 pm
Location: Belgium
Contact:

Post by hoffman2k » Sun Aug 06, 2006 12:38 am

Angstrom wrote:I'm not sure you can create your own curves eh?

unless I missed a secret log/lin/exp right click on the midi screen :?

simply setting start and end points is not really 'editing your own curves'
I was reffering to mulitple midi mapping. In theory, it should be possible to find a suitable "curve" by experimenting with parameter ranges.
Instead of the crossfader, you would use the mixer on 2 audio tracks.

Angstrom
Posts: 14975
Joined: Mon Oct 04, 2004 2:22 pm
Contact:

Post by Angstrom » Sun Aug 06, 2006 12:40 am

hoffman2k wrote:
Angstrom wrote:I'm not sure you can create your own curves eh?

unless I missed a secret log/lin/exp right click on the midi screen :?

simply setting start and end points is not really 'editing your own curves'
I was reffering to mulitple midi mapping. In theory, it should be possible to find a suitable "curve" by experimenting with parameter ranges.
Instead of the crossfader, you would use the mixer on 2 audio tracks.
nope, all linear.

no curve posible with linear values like that. You are simply setting floor and ceiling of the linear scaling

hoffman2k
Posts: 14718
Joined: Tue Jun 15, 2004 6:40 pm
Location: Belgium
Contact:

Post by hoffman2k » Sun Aug 06, 2006 12:44 am

Angstrom wrote:
hoffman2k wrote:
Angstrom wrote:I'm not sure you can create your own curves eh?

unless I missed a secret log/lin/exp right click on the midi screen :?

simply setting start and end points is not really 'editing your own curves'
I was reffering to mulitple midi mapping. In theory, it should be possible to find a suitable "curve" by experimenting with parameter ranges.
Instead of the crossfader, you would use the mixer on 2 audio tracks.
nope, all linear.

no curve posible with linear values like that
How about an audio rack? I know you've been paying attention to that.
Wouldn't it be possible to make a rack that uses the chain ---> macro thing to fade between stacks. so that you could edit a curve. (utility plugins?)
I know it's far from simply selecting crossfader shapes... But every workaround brings new ideas..... (imo)

Angstrom
Posts: 14975
Joined: Mon Oct 04, 2004 2:22 pm
Contact:

Post by Angstrom » Sun Aug 06, 2006 1:02 am

I don't think it will be possible with any of lives default plugins on an audio chain because I dont think any of them have a method of affecting the curve on the control.

Macros in Live are a bit misnamed, but I guess 'ranges' didn't sound so sexy.

to me a macro is at least

Filter cutoff = ((CC1/127) * (CC1/127))*127

or
Filter cutoff = LOG10(CC1)

that would give you a curve on your controller, but we have simple linear input. Without access to any math functions we cant really affect those controllers. The audio fade of the chain layers is also linear.

We could insert some device in there that has a switchable volume slope on its amplifier - to affect the audio of layer one at the stream level rather than at the control level. A bit wasteful but it could be done. Better to make the dial or control send bent values (low CPU overhead) than calculate another process to bend the audio volume at 44.1 k (or whatever samplerate)

The best solution would be to add more complex curve possibilities directly to the Macro and Midi screens. I would imagine (and hope) that they plan this for the future, to make it a real 'macro' screen. Currently the name is a misnomer

Image

Poster
Posts: 8804
Joined: Sat Mar 05, 2005 2:21 am
Location: Amsterdam

Post by Poster » Sun Aug 06, 2006 1:11 am

Angstrom wrote:I don't think it will be possible with any of lives default plugins on an audio chain because I dont think any of them have a method of affecting the curve on the control.

Macros in Live are a bit misnamed, but I guess 'ranges' didn't sound so sexy.

to me a macro is at least

Filter cutoff = ((CC1/127) * (CC1/127))*127

or
Filter cutoff = LOG10(CC1)

that would give you a curve on your controller, but we have simple linear input. Without access to any math functions we cant really affect those controllers. The audio fade of the chain layers is also linear.

We could insert some device in there that has a switchable volume slope on its amplifier - to affect the audio of layer one at the stream level rather than at the control level. A bit wasteful but it could be done. Better to make the dial or control send bent values (low CPU overhead) than calculate another process to bend the audio volume at 44.1 k (or whatever samplerate)

The best solution would be to add more complex curve possibilities directly to the Macro and Midi screens. I would imagine (and hope) that they plan this for the future, to make it a real 'macro' screen. Currently the name is a misnomer
and this is a perfect example why I think the next step for Ableton should be towards utility and auxiliary devices..

hoffman2k
Posts: 14718
Joined: Tue Jun 15, 2004 6:40 pm
Location: Belgium
Contact:

Post by hoffman2k » Sun Aug 06, 2006 1:12 am

yeah. that sounds cool.
they already have the curve thing going on in the saturator and velocity plugin.

I guess it's all linear then.
You should get into max or something. Mac users can enjoy your plugins too then.

Anyway, sorry to misinform people.
I'm in workaround mode till they fix some show stoppers.
Too excited about these racks and midi things..... :wink:

ewik
Posts: 56
Joined: Thu Apr 28, 2005 3:31 am

Post by ewik » Sun Aug 06, 2006 10:28 pm

there is nothing wrong with live's crossfader.

robtronik
Posts: 1185
Joined: Wed Jul 06, 2005 1:16 am
Location: City Of Angels
Contact:

Post by robtronik » Sun Aug 06, 2006 10:34 pm

ewik wrote:there is nothing wrong with live's crossfader.
functionally speaking you are correct, but it is less useful as a real tool for crossfading tracks or loops when the curve is so extreme. It should have three types like regular DJ mixers have, or more ideally, a configurable curve that allows you to set the volume levels more appropriate to your style.

Right now its just functional, but not very useful for using well beyond its hardcoded preset.

rob.

Post Reply