The quickest, simplest sampler?

Support & discussion regarding DAWs and MIDI sequencers.

Moderators: khz, MattKingUSA

The quickest, simplest sampler?

Postby darsu » Mon Jul 09, 2012 2:05 pm

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?
darsu
Establlshed Member
 
Posts: 16
Joined: Sun Feb 21, 2010 3:08 pm

Re: The quickest, simplest sampler?

Postby AutoStatic » Mon Jul 09, 2012 2:11 pm

Hydrogen maybe?
User avatar
AutoStatic
Establlshed Member
 
Posts: 1439
Joined: Wed Dec 09, 2009 5:26 pm
Location: Beverwijk, The Netherlands

Re: The quickest, simplest sampler?

Postby NilsGey » Mon Jul 09, 2012 4:37 pm

plugin or standalone?
User avatar
NilsGey
Establlshed Member
 
Posts: 98
Joined: Wed Oct 22, 2008 9:05 pm

Re: The quickest, simplest sampler?

Postby darsu » Mon Jul 09, 2012 4:40 pm

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...
darsu
Establlshed Member
 
Posts: 16
Joined: Sun Feb 21, 2010 3:08 pm

Re: The quickest, simplest sampler?

Postby brummer » Mon Jul 09, 2012 5:19 pm

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.
brummer
 

Re: The quickest, simplest sampler?

Postby darsu » Mon Jul 09, 2012 5:43 pm

That looks promising, thanks! Compiling...
darsu
Establlshed Member
 
Posts: 16
Joined: Sun Feb 21, 2010 3:08 pm

Re: The quickest, simplest sampler?

Postby NilsGey » Mon Jul 09, 2012 5:54 pm

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
NilsGey
Establlshed Member
 
Posts: 98
Joined: Wed Oct 22, 2008 9:05 pm

Re: The quickest, simplest sampler?

Postby AutoStatic » Mon Jul 09, 2012 6:55 pm

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.
User avatar
AutoStatic
Establlshed Member
 
Posts: 1439
Joined: Wed Dec 09, 2009 5:26 pm
Location: Beverwijk, The Netherlands

Re: The quickest, simplest sampler?

Postby NilsGey » Mon Jul 09, 2012 7:04 pm

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.
User avatar
NilsGey
Establlshed Member
 
Posts: 98
Joined: Wed Oct 22, 2008 9:05 pm

Re: The quickest, simplest sampler?

Postby darsu » Mon Jul 09, 2012 7:30 pm

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.
darsu
Establlshed Member
 
Posts: 16
Joined: Sun Feb 21, 2010 3:08 pm

Re: The quickest, simplest sampler?

Postby NilsGey » Mon Jul 09, 2012 7:38 pm

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
NilsGey
Establlshed Member
 
Posts: 98
Joined: Wed Oct 22, 2008 9:05 pm

Re: The quickest, simplest sampler?

Postby rncbc » Tue Jul 10, 2012 10:12 pm

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

see
The second coming of the Vee One prototypes

byee
User avatar
rncbc
Establlshed Member
 
Posts: 121
Joined: Mon Apr 19, 2010 12:20 pm

Re: The quickest, simplest sampler?

Postby mauser » Wed Jul 18, 2012 11:48 am

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..
mauser
Establlshed Member
 
Posts: 106
Joined: Wed Oct 08, 2008 3:58 pm

Re: The quickest, simplest sampler?

Postby Scary Hallo » Wed Jul 18, 2012 2:27 pm

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

It is very easy to use. http://www.youtube.com/watch?v=ySGw94MGEtc
The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at or repair.
User avatar
Scary Hallo
Establlshed Member
 
Posts: 196
Joined: Fri Oct 23, 2009 2:21 pm
Location: Germany / Pforzheim

Re: The quickest, simplest sampler?

Postby tripomatic » Wed Jul 18, 2012 6:00 pm

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.
tripomatic
Establlshed Member
 
Posts: 16
Joined: Mon May 21, 2012 4:42 pm

Next

Return to Recorders & Sequencers

Who is online

Users browsing this forum: No registered users and 3 guests