Keeping Ableton intime with live band.
Re: Keeping Ableton intime with live band.
I wonder if it would keep time if I was bangin' away on something else!
...wow, sorry. Had to say it.
party on!!
...wow, sorry. Had to say it.
party on!!
Re: Keeping Ableton intime with live band.
now worries,
HIT ME!
guess I am too tired these days....
HIT ME!
guess I am too tired these days....
I'm going home
-
friend_kami
- Posts: 2255
- Joined: Mon May 29, 2006 10:10 pm
Re: Keeping Ableton intime with live band.
well then.
its time for a little bump innit.
its time for a little bump innit.
Re: Keeping Ableton intime with live band.
yep, one step furthur down the line:yur2die4 wrote:That B-Keeper looks flipping amazing. Where do you go from there? Artificial intelligence?? Scale detection? haha
http://www.ableton.com/schwarzonator
I'm going home
-
Trial and Error
- Posts: 74
- Joined: Mon May 11, 2009 1:07 pm
- Contact:
Re: Keeping Ableton intime with live band.
I would think its the keyboard players job to keep Ableton in time! My drumer used to have an extra footpedal from a digi kit linked to the tap tempo it worked fine for us till he got some pimp ass in-ears and now plays to a click 
Re: Keeping Ableton intime with live band.
No, No... its definitely the tambourine players job to keep time... definitely.
Re: Keeping Ableton intime with live band.
Freaking awesome! Really cool plugin.malutki wrote:yep, one step furthur down the line:yur2die4 wrote:That B-Keeper looks flipping amazing. Where do you go from there? Artificial intelligence?? Scale detection? haha
http://www.ableton.com/schwarzonator
levimoniz wrote:yes i'm a hypocrite and not intelligent
-
transology
- Posts: 102
- Joined: Sun Jan 13, 2008 4:01 am
- Location: Montreal, Canada
Re: Keeping Ableton intime with live band.
HA AHAHAHH ARA .H20nly wrote:No, No... its definitely the tambourine players job to keep time... definitely.
Hate tambourines. They always sounds way too loud !!
But thanks for the advice.
OS X - L8
-
Trial and Error
- Posts: 74
- Joined: Mon May 11, 2009 1:07 pm
- Contact:
Re: Keeping Ableton intime with live band.
Just got the B-Keeper installed lets see what it can do..............
-
SnackDaddy
- Posts: 31
- Joined: Tue Mar 16, 2004 2:01 am
- Location: Philadelphia, PA, USA
- Contact:
Re: Keeping Ableton intime with live band.
Hey all,garyboozy wrote:i wouldnt bother with circular logic, i found it way too difficult to use. as soon as you change up the tempo slightly, bringing it back down is a nightmare. not really the software's fault, more to do with humans wanting to keep in time with the music, not the other way round. ymmv, though.
I'm the developer of InTime. A quick note to say that if you experience the trouble garyboozy mentions above with InTime, adjust InTime's "Tracking Bias" setting. It's like bias for your sequencer; to adjust for latency in your system and your playing style. It's definitely harder to slow down smoothly than speed up, so you can adjust the bias to change InTime's sense of "now", making it easier to slow down.
InTime can track your playing even if you improvise, switch between 2- and 3-feels, and stop playing for a stretch. You don't have to even play a single downbeat if you don't want.
You don't have to be a great drummer or musician to use InTime, but you do have to have decent control of your tempo.
Check out some videos here: http://www.circular-logic.com/support/i ... ideos.html
Let me know if you have any questions.
-Michael
Re: Keeping Ableton intime with live band.
Just got an idea to move the tempo up and down. As far as on Windows anyways. You could easily write an autohotkey script to snap its focus on the bpm location and then map a keyboard, midi, or any device to send up and down keys! If you really want to get fine with it send shift up and down!
Re: Keeping Ableton intime with live band.
In M4L you could create a patch which would be triggered by two different midi notes, your up note and your down note.
It would get the tempo property of the song object. It would then add or subtract 1 to that value based on the input note.
You guys were also talking about mapping a knob to the tempo - I haven't done this before, but maybe you could create a program which would do the same thing as the M4L patch I described - it would just output midi to Ableton which you would map to the tempo in midi mappings. You could use MAX (full ver) or Pd to do such a thing....or anything with a MIDI library/interface. I assume the midi message is interpreted in a relative manner "go up one" opposed to "set tempo to 120", since there are 127 values which can't cover all tempos
If anyone is interested in the M4L patch, I could probably bang it up in a few minutes...and I've been at this for a week or two....so it's pretty simple.
It would get the tempo property of the song object. It would then add or subtract 1 to that value based on the input note.
You guys were also talking about mapping a knob to the tempo - I haven't done this before, but maybe you could create a program which would do the same thing as the M4L patch I described - it would just output midi to Ableton which you would map to the tempo in midi mappings. You could use MAX (full ver) or Pd to do such a thing....or anything with a MIDI library/interface. I assume the midi message is interpreted in a relative manner "go up one" opposed to "set tempo to 120", since there are 127 values which can't cover all tempos
If anyone is interested in the M4L patch, I could probably bang it up in a few minutes...and I've been at this for a week or two....so it's pretty simple.
http://www.samgreene.com - experiments
http://www.audiopropellor.com - tutorials
http://www.patchdump.com - aalto patches
http://www.audiopropellor.com - tutorials
http://www.patchdump.com - aalto patches
-
transology
- Posts: 102
- Joined: Sun Jan 13, 2008 4:01 am
- Location: Montreal, Canada
Re: Keeping Ableton intime with live band.
@sgreenesgreene wrote:In M4L you could create a patch which would be triggered by two different midi notes, your up note and your down note.
It would get the tempo property of the song object. It would then add or subtract 1 to that value based on the input note.
You guys were also talking about mapping a knob to the tempo - I haven't done this before, but maybe you could create a program which would do the same thing as the M4L patch I described - it would just output midi to Ableton which you would map to the tempo in midi mappings. You could use MAX (full ver) or Pd to do such a thing....or anything with a MIDI library/interface. I assume the midi message is interpreted in a relative manner "go up one" opposed to "set tempo to 120", since there are 127 values which can't cover all tempos
If anyone is interested in the M4L patch, I could probably bang it up in a few minutes...and I've been at this for a week or two....so it's pretty simple.
Yeah I'm still looking for a solution FOR triggering for one pad (tempo +1bpm) and another pad for (tempo -1bpm).
Is that possible for you to share stuff you did in M4L and having it run in my Live 8 (without the M4L's license). The would be Christmas in my heart my friend
THanks for looking
OS X - L8
Re: Keeping Ableton intime with live band.
No, you have to buy max for live for any use.
If the solution could be created in Pd, it would be free to write and use.
If the solution could be created in Pd, it would be free to write and use.
http://www.samgreene.com - experiments
http://www.audiopropellor.com - tutorials
http://www.patchdump.com - aalto patches
http://www.audiopropellor.com - tutorials
http://www.patchdump.com - aalto patches
-
transology
- Posts: 102
- Joined: Sun Jan 13, 2008 4:01 am
- Location: Montreal, Canada
Re: Keeping Ableton intime with live band.
Really ? I thought I could run a plug-in created with Max just by using the Runtime from Cycling '74. I saw that on the page http://www.b-keeper.org:sgreene wrote:No, you have to buy max for live for any use.
If the solution could be created in Pd, it would be free to write and use.
You can download B-Keeper here as a zip file with instructions and everything else everything you need to get going. It has been created with Max/MSP and so requires you to download Max/MSP Runtime (choose Max/MSP Runtime 4.6.3) freely available from Cycling '74. B-Keeper is written as a Max/MSP application so uses the free Runtime environment in order to run.
Thanks for confirmations of anyone
OS X - L8