The quickest, simplest sampler?

Support & discussion regarding DAWs and MIDI sequencers.

Moderators: MattKingUSA, khz

darsu
Established Member
Posts: 16
Joined: Sun Feb 21, 2010 3:08 pm

The quickest, simplest sampler?

Post by darsu »

I want to load up a .wav file and set it to transpose across a MIDI channel. Just that, nothing else. QSampler and JSampler are enormously overengineered and crashy. I don't want Gigedit, I don't want channel and orchestra metaphors, I don't want any hurdles, I don't want constant crashes. Does something like that exist?
User avatar
autostatic
Established Member
Posts: 1994
Joined: Wed Dec 09, 2009 5:26 pm
Location: Beverwijk, The Netherlands
Has thanked: 32 times
Been thanked: 104 times
Contact:

Re: The quickest, simplest sampler?

Post by autostatic »

Hydrogen maybe?
nils
Established Member
Posts: 538
Joined: Wed Oct 22, 2008 9:05 pm
Has thanked: 35 times
Been thanked: 94 times
Contact:

Re: The quickest, simplest sampler?

Post by nils »

plugin or standalone?
darsu
Established Member
Posts: 16
Joined: Sun Feb 21, 2010 3:08 pm

Re: The quickest, simplest sampler?

Post by darsu »

Anything that works and is fast to use. As far as I can tell Hydrogen can't spread a note across more than one MIDI note or make a sound loop until noteoff.

I suppose I could jury-rig something in Pure Data if there's no ready tool...
brummer

Re: The quickest, simplest sampler?

Post by brummer »

I recently have a lot of fun with Petri-Foo
http://petri-foo.sourceforge.net/

a fast, ultralight, easy to use, stable and flexible wave-file sampler, designed to do such "easy" jobs, up to define and modify your sample (loop or single shot) in a fine graduate percent.
darsu
Established Member
Posts: 16
Joined: Sun Feb 21, 2010 3:08 pm

Re: The quickest, simplest sampler?

Post by darsu »

That looks promising, thanks! Compiling...
nils
Established Member
Posts: 538
Joined: Wed Oct 22, 2008 9:05 pm
Has thanked: 35 times
Been thanked: 94 times
Contact:

Re: The quickest, simplest sampler?

Post by nils »

I have expanded lisalo to your need and created a quick loader for a single wave or ogg file.
You can map a wave sample transposed with one command from the commandline now.

You need python3 and linuxsampler (no gui, just the fine core program)

Code: Select all

git clone git://github.com/nilsgey/Lisalo.git
cd lisalo
./lisalo-quickload-samples path/to/wave.wav  
where the path can be relative or /absolute.

You have several options (related to loading a single wave).
The path must come before the options:

-k <number> to give the root note of your sample where it will be played back untransposed

Code: Select all

./lisalo-quickload-samples foo.wav  -k 60
-p to switch into percussive mode. The sample will be played once, completly. It matters not if you hold the key longer than the sample or release it shorter than the sample.

Code: Select all

./lisalo-quickload-samples cymbal.wav  -p 
You get greater flexibility if you don't use the quickloader, but that is for different purposes.
User avatar
autostatic
Established Member
Posts: 1994
Joined: Wed Dec 09, 2009 5:26 pm
Location: Beverwijk, The Netherlands
Has thanked: 32 times
Been thanked: 104 times
Contact:

Re: The quickest, simplest sampler?

Post by autostatic »

darsu wrote:As far as I can tell Hydrogen can't spread a note across more than one MIDI note or make a sound loop until noteoff.
Not sure what you mean by spreading a note across more than one MIDI note. Hydrogen can loop a sound until noteoff though.
nils
Established Member
Posts: 538
Joined: Wed Oct 22, 2008 9:05 pm
Has thanked: 35 times
Been thanked: 94 times
Contact:

Re: The quickest, simplest sampler?

Post by nils »

AutoStatic wrote:
darsu wrote:As far as I can tell Hydrogen can't spread a note across more than one MIDI note or make a sound loop until noteoff.
Not sure what you mean by spreading a note across more than one MIDI note. Hydrogen can loop a sound until noteoff though.
I think that means you load a recording with a tone 440hz and map it to one midi key and if you play the key one octave below you get 220hz.
darsu
Established Member
Posts: 16
Joined: Sun Feb 21, 2010 3:08 pm

Re: The quickest, simplest sampler?

Post by darsu »

Yes, that's what I mean.

What does Lisalo expect of Linuxsampler settings? When I try to run your script by itself, it complains "no engine is assigned to the channel yet"; when I start linuxsampler first with some initial config, the script hangs at not being able to bind an LSCPServer socket.
nils
Established Member
Posts: 538
Joined: Wed Oct 22, 2008 9:05 pm
Has thanked: 35 times
Been thanked: 94 times
Contact:

Re: The quickest, simplest sampler?

Post by nils »

Don't start Linuxsampler first. Lisalo does everything from starting, connecting and exiting after Ctrl+C.

I guess you don't have a version of Linuxsampler with sfz support.
User avatar
rncbc
Established Member
Posts: 1071
Joined: Mon Apr 19, 2010 12:20 pm
Has thanked: 45 times
Been thanked: 276 times
Contact:

Re: The quickest, simplest sampler?

Post by rncbc »

one of the proto-toys may fit the bill ;)

see
The second coming of the Vee One prototypes

byee
mauser
Established Member
Posts: 145
Joined: Wed Oct 08, 2008 3:58 pm
Has thanked: 1 time
Been thanked: 7 times

Re: The quickest, simplest sampler?

Post by mauser »

NilsGey wrote:
AutoStatic wrote:
darsu wrote:As far as I can tell Hydrogen can't spread a note across more than one MIDI note or make a sound loop until noteoff.
Not sure what you mean by spreading a note across more than one MIDI note. Hydrogen can loop a sound until noteoff though.
I think that means you load a recording with a tone 440hz and map it to one midi key and if you play the key one octave below you get 220hz.
Hydrogen can do that as well, it is called "instrument mode" but it works then only for one sample, iirc..
User avatar
Scary Hallo
Established Member
Posts: 280
Joined: Fri Oct 23, 2009 2:21 pm
Location: Germany / Pforzheim
Contact:

Re: The quickest, simplest sampler?

Post by Scary Hallo »

Maybe you should try specimen (http://zhevny.com/specimen/)

It is very easy to use. http://www.youtube.com/watch?v=ySGw94MGEtc
tripomatic
Established Member
Posts: 141
Joined: Mon May 21, 2012 4:42 pm
Has thanked: 2 times
Been thanked: 3 times

Re: The quickest, simplest sampler?

Post by tripomatic »

Scary Hallo wrote:Maybe you should try specimen (http://zhevny.com/specimen/)

It is very easy to use. http://www.youtube.com/watch?v=ySGw94MGEtc

You should use Petri-foo :).

Specimen is not maintained anymore. Petri-foo is a fork of specimenwith lots of improvements. Last update was released on 3 of July 2012.
Post Reply