Csound Csound-dev Csound-tekno Search About

[Csnd] Released AutoSampler

Date2021-03-29 21:53
From"Jeanette C."
Subject[Csnd] Released AutoSampler
Hey hey,
I've just released a small auto sampler. A tool to automatically sample a MIDI 
instrument.
http://juliencoder.de/sound/autosampler.csd
The little necessary documentation is in the file.

The auto sampler support round robins, velocity layers, overall note range, 
note intervals and both mono and stereo input.

The options are set for a Linux environment using JACK audio and ALSA MIDi, 18 
audio channels at 48kHz. Remember to adapt.

There's no demo, since there isn't much to show.

I wanted to sample a few drums of a synth, I rarely use. So I hacked something 
together. It worked well, so I decided to clean up the concept and make it 
more comfortable and more general.

Enjoy and best wishes,

Jeanette

-- 
  * Website: http://juliencoder.de - for summer is a state of sound
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * Audiobombs: https://www.audiobombs.com/users/jeanette_c
  * GitHub: https://github.com/jeanette-c

All I need is time
A moment that is mine
While I'm in between <3
(Britney Spears)

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2021-03-29 23:13
FromJacques Leplat
SubjectRe: [Csnd] Released AutoSampler
Hello Jeanette,

This looks interesting!

I might use this in my dissertation (still in incubation) , if I do, it 
should have a reference to the csd and you, if it's OK, I'd put 
"Jeanette C. , http://juliencoder.de/sound/autosampler.csd" as a 
reference. If you have an alternative preference please let me know. You 
may wish to put this in the source header, just so people can know where 
the code came from.

Many thanks and best regards,

Jacques

On 29/03/2021 21:53, Jeanette C. wrote:
> Hey hey,
> I've just released a small auto sampler. A tool to automatically 
> sample a MIDI instrument.
> http://juliencoder.de/sound/autosampler.csd
> The little necessary documentation is in the file.
>
> The auto sampler support round robins, velocity layers, overall note 
> range, note intervals and both mono and stereo input.
>
> The options are set for a Linux environment using JACK audio and ALSA 
> MIDi, 18 audio channels at 48kHz. Remember to adapt.
>
> There's no demo, since there isn't much to show.
>
> I wanted to sample a few drums of a synth, I rarely use. So I hacked 
> something together. It worked well, so I decided to clean up the 
> concept and make it more comfortable and more general.
>
> Enjoy and best wishes,
>
> Jeanette
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2021-03-29 23:19
FromPete Goodeve
SubjectRe: [Csnd] Released AutoSampler
AttachmentsNone  

Date2021-03-29 23:29
FromPete Goodeve
SubjectRe: [Csnd] Released AutoSampler
AttachmentsNone  

Date2021-03-30 07:40
From"Jeanette C."
SubjectRe: [Csnd] Released AutoSampler
Hello Jacques!
Mar 30 2021, Jacques Leplat has written:
...
> I'd put "Jeanette C. 
> , http://juliencoder.de/sound/autosampler.csd" as a reference.
..
That's perfect. Thanks a lot. In the next update, I'll insert some
information for reference.

Best wishes,

Jeanette

-- 
  * Website: http://juliencoder.de - for summer is a state of sound
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * Audiobombs: https://www.audiobombs.com/users/jeanette_c
  * GitHub: https://github.com/jeanette-c

For whatever reason,
I feel like I've been wanting you all my life <3
(Britney Spears)

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2021-03-30 07:48
From"Jeanette C."
SubjectRe: [Csnd] Released AutoSampler
Hi Pete!
Mar 30 2021, Pete Goodeve has written:
...
> It's probably my ignorance (:-/) but I have no idea really what the use-case
> for this would be!
Then you most likely won't need it anyway. :)

Here's an example: you have an analogue synthesizer. You program a nice
patch on it. You're not sure whether you can ever repeat the patch. Then
you set up the auto sampler to record audio from the synthesizer and
send MIDI to it. Now you get a simple sample library of your synth patch
from the external synthesizer.

Since this code is simple, it works best for naturally decaying sounds.
Once you have all the audio files, you can create an SFZ or another
sample library format, set it up in Kontakt or whichever sampler. Maybe
even load it in some other hardware synth with sampling capability. :)

HTH.
...

Best wishes,

Jeanette

-- 
  * Website: http://juliencoder.de - for summer is a state of sound
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * Audiobombs: https://www.audiobombs.com/users/jeanette_c
  * GitHub: https://github.com/jeanette-c

For whatever reason,
I feel like I've been wanting you all my life <3
(Britney Spears)

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2021-03-30 10:47
From"Jeanette C."
SubjectRe: [Csnd] Released AutoSampler
Sorry Pete, I forgot to explain the round robins. You record a specific note, 
at a specific velocity several times and leave your sampler to change them 
round. This is most useful for acoustic instruments, which never exactly sound 
the same, but also works for analogue hardware, which can also drift slightly, 
be triggered at different phases,... The resultant sample library will sound 
more natural in those cases, not so static and repetitive. For drums it can 
avoid the "machine gun effect".

Best wishes,

Jeanette

-- 
  * Website: http://juliencoder.de - for summer is a state of sound
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * Audiobombs: https://www.audiobombs.com/users/jeanette_c
  * GitHub: https://github.com/jeanette-c

There's no time to loose
And next week,
You might not see me here <3
(Britney Spears)

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2021-03-30 18:30
FromPete Goodeve
SubjectRe: [Csnd] Released AutoSampler
AttachmentsNone  

Date2021-03-30 22:17
From"Jeanette C."
SubjectRe: [Csnd] Released AutoSampler (update to version 2.0)
Hey hey,
version 2 is ready and it's much better. :)
http://juliencoder.de/sound/autosampler-2.0.zip
Better documentation and automatic creation of an SFZ file. There's a short 
README and license to go with it now. I feel almost professional. :)

Best wishes,

Jeanette

-- 
  * Website: http://juliencoder.de - for summer is a state of sound
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * Audiobombs: https://www.audiobombs.com/users/jeanette_c
  * GitHub: https://github.com/jeanette-c

Top down, on the strip
Lookin' in the mirror
I'm checkin' out my lipstick <3
(Britney Spears)

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here