hi
i was wondering if anyone has a nice sample player that would like to share with me. I have couple of them from projects I did a while ago but they are quite messy and they are proving to be very hard to reuse.
In my opinion it would be great to include one in the pd docs that could be reused (humm... there is none yet, am i right? there was none couple of years ago at least...). I know there is one (qsample.pd) but i mean one that can be copied and included several times into another project without changging any code.
thanks
(oops, forgot to reply to list)
sorry i don'T have an easy solution...although there are definately a few out there...but if you just learn how to use tabread4~, you can code up sample players to do anything pretty quickly.
basically tabread~ 4 takes input from a line~ object to play the sample. once you get the hang of getting the correct numbers to the line~ object, you can code sample players to do heaps of cool stuff
Hallo, altern hat gesagt: // altern wrote:
In my opinion it would be great to include one in the pd docs that could be reused (humm... there is none yet, am i right? there was none couple of years ago at least...). I know there is one (qsample.pd) but i mean one that can be copied and included several times into another project without changging any code.
rrad.minipli.pd in CVS is a simple wrapper around qsample.pd, which just adds state saving using memento and a GUI.
Frank Barknecht _ ______footils.org__
_ __latest track: "scans" _ http://footils.org/cms/show/41
I'll plug my own thingie: http://www.0x09.com/media/pd/Lude/ It requires the xsample~ externals. And the web page is best viewed in not IE. The patch suite has a sequencable drum machine, an FX rack, and a looping sampler.
chow, Ian
altern wrote:
hi
i was wondering if anyone has a nice sample player that would like to share with me. I have couple of them from projects I did a while ago but they are quite messy and they are proving to be very hard to reuse.
In my opinion it would be great to include one in the pd docs that could be reused (humm... there is none yet, am i right? there was none couple of years ago at least...). I know there is one (qsample.pd) but i mean one that can be copied and included several times into another project without changging any code.
thanks