Csound Csound-dev Csound-tekno Search About

[Csnd] record scratching

Date2012-04-13 22:03
FromAdam Puckett
Subject[Csnd] record scratching
Hi all,

Does anybody have a way of making record scratching sounds in Csound
(not synthesized, but from samples?)

Thanks!

Adam

Date2012-04-13 23:22
Fromrichard duckworth
SubjectRe: [Csnd] record scratching
Yeh, you can do it w/ diskin - I'll look for my orc sco 's tomorrow. It's quite effective
 
Rich Duckworth
Lecturer in Music Technology
Department of Music
House 5
Trinity College
Dublin 2
Ireland

Tel 353 1 896 1500


It's the most devastating moment in a young mans life, when he quite reasonably says to himself, "I shall never play The Dane!"

From: Adam Puckett <adotsdothmusic@gmail.com>
To: csound@lists.bath.ac.uk
Sent: Friday, 13 April 2012, 22:03
Subject: [Csnd] record scratching

Hi all,

Does anybody have a way of making record scratching sounds in Csound
(not synthesized, but from samples?)

Thanks!

Adam


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2012-04-14 10:06
Fromrichard duckworth
SubjectRe: [Csnd] record scratching
Pretty basic - you'll have to substitute your own wavs and play around with the kpitch setting.  
Probably sounds more like a really drunk DJ than a turntablist :)  but it's a start!

<CsoundSynthesizer>
<CsOptions>
</CsOptions>
<CsInstruments>
sr = 44100
kr = 4410
ksmps = 10
nchnls = 2
;a1[,a2[,a3,a4]] diskin ifilcod, kratio [,iskiptim] [,iwraparound] [,iformat]
;kr jspline kamp, kcpsMin, kcpsMax
;kout jitter kamp, kcpsMin, kcpsMax
;kr linseg ia, idur1, ib[, idur2, ic[...]]
instr 1
kwobble jitter 1, 3, 6
aleft, aright diskin "siouxsie.wav", kwobble + 0.5
outs aleft* 0.7, aright*0.7
endin
instr 2
kwow jitter 1, 3, 4
aleft, aright diskin "monty.wav", kwow + 1
outs aleft*0.9, aright*0.9
endin
instr 3
kloud linseg 0.1, p3/2, 0.5, p3/2, 0.3
aleft, aright diskin "siouxsie.wav", 1
outs aleft*kloud, aright*kloud
endin
</CsInstruments>
<CsScore>
;f # time size 10 str1 str2 str3 str4
;f 1 0 512 10 1
; st dur
i 1 0 50
i 2 10 90
i 3 10 90
i 1 56 100
e
 
Rich Duckworth
Lecturer in Music Technology
Department of Music
House 5
Trinity College
Dublin 2
Ireland

Tel 353 1 896 1500


It's the most devastating moment in a young mans life, when he quite reasonably says to himself, "I shall never play The Dane!"

From: Adam Puckett <adotsdothmusic@gmail.com>
To: csound@lists.bath.ac.uk
Sent: Friday, 13 April 2012, 22:03
Subject: [Csnd] record scratching

Hi all,

Does anybody have a way of making record scratching sounds in Csound
(not synthesized, but from samples?)

Thanks!

Adam


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"