Search found 21 matches

by r_v
Thu Apr 05, 2012 9:24 pm
Forum: Ableton Live
Topic: Launchpad - How do you use yours?
Replies: 27
Views: 5272

Re: Launchpad - How do you use yours?

LPC user here too.
by r_v
Wed Apr 04, 2012 9:39 pm
Forum: Feature Wishlist
Topic: MP3 EXPORT! (Yes I know this has been covered)
Replies: 1
Views: 1031

Re: MP3 EXPORT! (Yes I know this has been covered)

If you're on OSX, you could use Folder Actions and ffmpeg to watch a specified folder and convert any wav files placed there into mp3 automatically. e.g.: for f in "$@" do filename=$(basename $f) filedir=$(dirname $f) extension=${filename##*.} filename=${filename%.*} if [ "$extension&...
by r_v
Sun Mar 25, 2012 2:37 am
Forum: Max For Live
Topic: calculation question...
Replies: 6
Views: 1361

Re: calculation question...

multiply by 1.58489319.

10^(4 / 20) = 1.58489319


to convert log value x to linear: 10^(x/20)

to convert linear value x to log: 20*log10(x)
by r_v
Fri Mar 16, 2012 2:01 am
Forum: Users' Help Exchange - closed
Topic: How to Block MIDI Note Range? (novation launchpad)
Replies: 3
Views: 37456

Re: How to Block MIDI Note Range? (novation launchpad)

Try this: Add a scale with these settings: - disable every note in the scale - set Lowest to C-2 - set Range to 35 - leave Transpose at 0 and Base at C Now, everything below C1 is blocked. Add a new scale device after the first one with these settings: - disable every note in the scale - set Lowest ...
by r_v
Fri Mar 16, 2012 12:37 am
Forum: Users' Help Exchange - closed
Topic: How to Block MIDI Note Range? (novation launchpad)
Replies: 3
Views: 37456

Re: How to Block MIDI Note Range? (novation launchpad)

I reckon you might be able to do it with the Scale device. It can be used to block certain notes. You might have to chain a few of them together to cover a larger range of notes, but it should still be doable. Of course, that wouldn't stop the notes being recorded into the clips, so you might have t...
by r_v
Mon Mar 12, 2012 11:56 pm
Forum: Ableton Live
Topic: My First DAW
Replies: 16
Views: 3728

Re: My First DAW

my first daw:

Image
by r_v
Sun Feb 19, 2012 11:00 am
Forum: Users' Help Exchange - closed
Topic: Install Maschine Remote Scripts (MasOS Lion)
Replies: 1
Views: 1273

Re: Install Maschine Remote Scripts (MasOS Lion)

That folder is hidden on Lion. To get to it, you can can choose the 'Go' menu in Finder, then choose 'Go to Folder...', and type in the path to the Library (~/Library). If you want to permanently unhide the Library folder, so that it's accessible directly from within Finder, there's a guide on how t...
by r_v
Thu Feb 16, 2012 1:04 am
Forum: Tips & Tricks
Topic: How to recreate "Warm Pad" at http://www.ableton.com/analog
Replies: 9
Views: 6210

Re: How to recreate "Warm Pad" at http://www.ableton.com/analog

Hats off to you r_v, to my ears and my feelings you nailed this baby spot on!! I owe you a drink and a vacation .. I think you created a lot of classics with this one.. Sorry this being all off-sync and corny but: http://home.no/reddvinylene/warm_pad_after_rv.mp3 glad it did the trick. thanks for p...
by r_v
Wed Feb 15, 2012 10:59 pm
Forum: Tips & Tricks
Topic: How to recreate "Warm Pad" at http://www.ableton.com/analog
Replies: 9
Views: 6210

Re: How to recreate "Warm Pad" at http://www.ableton.com/analog

I had a go at recreating this. It's not really spot on, but, if nothing else, it'll hopefully point you in the right direction when it comes to creating pad sounds in general with Analog. http://www.mediafire.com/?xl17i04bptgy870 The example on the Ableton site, has some reverb on it, I think. This ...
by r_v
Mon Oct 17, 2011 8:09 pm
Forum: Ableton Live
Topic: VST Questions (Zebra, Trilian, Alchemy)
Replies: 5
Views: 1960

Re: VST Questions (Zebra, Trilian, Alchemy)

agent314 wrote:Would Zebralette preset files work too?
Yep. You'll have to save the Zebralette default separately as a h2p file but then you can just rename it to 'default.h2p' and move it into the folder I mentioner earlier.
by r_v
Mon Oct 17, 2011 5:41 pm
Forum: Ableton Live
Topic: VST Questions (Zebra, Trilian, Alchemy)
Replies: 5
Views: 1960

Re: VST Questions (Zebra, Trilian, Alchemy)

For question 1, a patch named 'default.h2p' in the root of the local presets folder will be loaded automatically. The local presets folder is the one where all the factory presets go. On OSX, that's /Library/Audio/Presets/u-he/Zebra2/ (note the system Library folder, not the one in /Users/<your_user...
by r_v
Thu Aug 25, 2011 8:53 am
Forum: Users' Help Exchange - closed
Topic: Sound disappears when I adjust Pitch for MIDI samples
Replies: 3
Views: 1113

Re: Sound disappears when I adjust Pitch for MIDI samples

Why not get it sounding how you like with re-pitch, then record that into a new clip, then slice the new clip to MIDI?
by r_v
Wed Jul 20, 2011 11:33 am
Forum: Users' Help Exchange - closed
Topic: Problem with Launchpad and Ableton Drum racks
Replies: 3
Views: 1284

Re: Problem with Launchpad and Ableton Drum racks

One workaround is to place a MIDI Pitch effect in front of the Drum Rack (or other drum plugin), and adjust the pitch to access the cells which are out of the launchpad's range. It's not ideal, I know, but the launchpad only has 64 pads and there are 128 MIDI notes in a channel, so there are going t...
by r_v
Mon Jul 18, 2011 10:17 am
Forum: Ableton Live
Topic: How do you use Legato mode with unlooped clips?
Replies: 13
Views: 3720

Re: How do you use Legato mode with unlooped clips?

wiffbi wrote:@r_v: that would not work. :(
you're quite right. i forgot that follow mode has to be specified in terms of musical time and can't be set to the end of the clip (which is kind of a weird limitation).