Csound Csound-dev Csound-tekno Search About

[Csnd] drums

Date2014-02-05 21:06
FromCacophony7
Subject[Csnd] drums
What is the most efficient way to get drums or percussion of any kind in
Csound?



--
View this message in context: http://csound.1045644.n5.nabble.com/drums-tp5732327.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-02-05 21:24
FromDave Seidel
SubjectRe: [Csnd] drums
I'm not up on synthesis techniques for percussion sounds, but using samples is one option.


On Wed, Feb 5, 2014 at 4:06 PM, Cacophony7 <michaelsparks37@gmail.com> wrote:
What is the most efficient way to get drums or percussion of any kind in
Csound?



--
View this message in context: http://csound.1045644.n5.nabble.com/drums-tp5732327.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2014-02-05 21:31
FromSteven Yi
SubjectRe: [Csnd] drums
I think using samples would be the most efficient CPU-wise.  I'm
actually working on translating some drum code for an 808 synth at the
moment (using code from Charlie Roberts' Gibberish library); I'll
publish that here and on BlueShare when it's ready. Iain McCurdy also
has code for an 808 clone at:

http://iainmccurdy.org/CsoundRealtimeExamples/Cabbage/Synths/TR-808.csd



On Wed, Feb 5, 2014 at 4:24 PM, Dave Seidel  wrote:
> I'm not up on synthesis techniques for percussion sounds, but using samples
> is one option.
>
>
> On Wed, Feb 5, 2014 at 4:06 PM, Cacophony7 
> wrote:
>>
>> What is the most efficient way to get drums or percussion of any kind in
>> Csound?
>>
>>
>>
>> --
>> View this message in context:
>> http://csound.1045644.n5.nabble.com/drums-tp5732327.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>

Date2014-02-06 09:50
FromJacques Leplat
SubjectRe: [Csnd] drums
CSound comes with a sound font file that has the general MIDI sounds in it. 

Some presets in the file are drum patches, which I think are either general midi, or Roland’s mappings. 

The way these work is that one sound is assigned to a particular midi note number. So you could use a CSound sound font opcode, select the drum preset, and send out different midi notes to play different drum sounds.

All the best

Jacques

>> 
>> 
>>> 
>>> What is the most efficient way to get drums or percussion of any kind in
>>> Csound?
>>> 
>>> 
>>> 
>>> --
>>> View this message in context:
>>> http://csound.1045644.n5.nabble.com/drums-tp5732327.html
>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>> 
>>> 
>>> Send bugs reports to the Sourceforge bug trackers
>>> csound6:
>>>            https://sourceforge.net/p/csound/tickets/
>>> csound5:
>>>            https://sourceforge.net/p/csound/bugs/
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>> 
>>> 
>> 
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 



Date2014-02-06 12:53
FromTarmo Johannes
SubjectRe: [Csnd] drums
Hi,

you may have look at Hans Mikelsons drum instruments,
see
http://www.csounds.com/mikelson/#hallown
Drum machine

alsi I know that http://www.drumgizmo.org/wiki/
has good drum sounds but I knoe nothing more about them

best!
tarmo

On Thursday 06 February 2014 09:50:17 Jacques Leplat wrote:
> CSound comes with a sound font file that has the general MIDI sounds in it.
> 
> Some presets in the file are drum patches, which I think are either general
> midi, or Roland’s mappings.
> 
> The way these work is that one sound is assigned to a particular midi note
> number. So you could use a CSound sound font opcode, select the drum
> preset, and send out different midi notes to play different drum sounds.
> 
> All the best
> 
> Jacques
> 
> >>> What is the most efficient way to get drums or percussion of any kind in
> >>> Csound?
> >>> 
> >>> 
> >>> 
> >>> --
> >>> View this message in context:
> >>> http://csound.1045644.n5.nabble.com/drums-tp5732327.html
> >>> Sent from the Csound - General mailing list archive at Nabble.com.
> >>> 
> >>> 
> >>> Send bugs reports to the Sourceforge bug trackers
> >>> 
> >>> csound6:
> >>>            https://sourceforge.net/p/csound/tickets/
> >>> 
> >>> csound5:
> >>>            https://sourceforge.net/p/csound/bugs/
> >>> 
> >>> Discussions of bugs and features can be posted here
> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> >>> csound"
> > 
> > Send bugs reports to the Sourceforge bug trackers
> > 
> > csound6:
> >            https://sourceforge.net/p/csound/tickets/
> > 
> > csound5:
> >            https://sourceforge.net/p/csound/bugs/
> > 
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"


Date2014-02-06 22:49
FromDavid Akbari
SubjectRe: [Csnd] drums
There are a lot of good examples of drum synthesis in the Csound
Catalog, as well.

One thing I used to like to do was to make a Csound .csd specifically
to render one-shot drum sounds offline, then load them into another
sampler .csd or commercial software sampler like Native Instruments
Kontakt.

Good luck,
David

On Thu, Feb 6, 2014 at 6:53 AM, Tarmo Johannes
 wrote:
> Hi,
>
> you may have look at Hans Mikelsons drum instruments,
> see
> http://www.csounds.com/mikelson/#hallown
> Drum machine
>
> alsi I know that http://www.drumgizmo.org/wiki/
> has good drum sounds but I knoe nothing more about them
>
> best!
> tarmo
>
> On Thursday 06 February 2014 09:50:17 Jacques Leplat wrote:
>> CSound comes with a sound font file that has the general MIDI sounds in it.
>>
>> Some presets in the file are drum patches, which I think are either general
>> midi, or Roland's mappings.
>>
>> The way these work is that one sound is assigned to a particular midi note
>> number. So you could use a CSound sound font opcode, select the drum
>> preset, and send out different midi notes to play different drum sounds.
>>
>> All the best
>>
>> Jacques
>>
>> >>> What is the most efficient way to get drums or percussion of any kind in
>> >>> Csound?
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> View this message in context:
>> >>> http://csound.1045644.n5.nabble.com/drums-tp5732327.html
>> >>> Sent from the Csound - General mailing list archive at Nabble.com.
>> >>>
>> >>>
>> >>> Send bugs reports to the Sourceforge bug trackers
>> >>>
>> >>> csound6:
>> >>>            https://sourceforge.net/p/csound/tickets/
>> >>>
>> >>> csound5:
>> >>>            https://sourceforge.net/p/csound/bugs/
>> >>>
>> >>> Discussions of bugs and features can be posted here
>> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> >>> csound"
>> >
>> > Send bugs reports to the Sourceforge bug trackers
>> >
>> > csound6:
>> >            https://sourceforge.net/p/csound/tickets/
>> >
>> > csound5:
>> >            https://sourceforge.net/p/csound/bugs/
>> >
>> > Discussions of bugs and features can be posted here
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> > csound"
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>