Csound Csound-dev Csound-tekno Search About

[Csnd] A light air...

Date2023-10-18 10:54
FromEnrico Francioni <00000005323c8739-dmarc-request@LISTSERV.HEANET.IE>
Subject[Csnd] A light air...
Hello everyone,

With Csound I would like to create a patch to evoke a light air, like flying in the clouds of the sky, light and continuous but with slight dynamic and timbre changes over time...

I have white noise and/or pink noise in mind...

Have there already been csd experiences in this regard...?

Thank you for every word,
Enrico

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

Date2023-10-18 12:17
From"Jeanette C."
SubjectRe: [Csnd] A light air...
Hi Enrico,
not exactly, perhaps, but this is based on a physical model of air blowing 
past a cylinder:
http://juliencoder.de/sound/m_aerosound-0.5.zip

Other than that, pink or brown noise and a bandpass filter or several in 
parallel 
modulated with other random sources, passed through port or lag, maybe also 
automate the amplitude a bit with one of those. The spline opcodes may also be 
a good source for random'ish modulations. If you want more control, use a MIDI 
or OSC control or bind those parameters to others from your perofrmance.

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

'Cause living in a dream of you and me
Is not the way my life should be... <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

Date2023-10-18 13:07
FromMichael Gogins
SubjectRe: [Csnd] A light air...
AttachmentsBlower.inc  
The attached Csound instrument could perhaps be adapted to your purpose. It's based on granular synthesis.

Regards.
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Wed, Oct 18, 2023 at 5:54 AM Enrico Francioni <00000005323c8739-dmarc-request@listserv.heanet.ie> wrote:
Hello everyone,

With Csound I would like to create a patch to evoke a light air, like flying in the clouds of the sky, light and continuous but with slight dynamic and timbre changes over time...

I have white noise and/or pink noise in mind...

Have there already been csd experiences in this regard...?

Thank you for every word,
Enrico

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

Date2023-10-18 22:35
FromST Music
SubjectRe: [Csnd] A light air...
Hi Enrico,
   not sure this is what you envision but this is a somewhat "procedural" approach. The rspline ties together the elements of the noise/wind. It controls the beta parameter of the noise opcode (filters between more of a pink/white sound), amplitude, filter frequency & bandwidth. Beta is an odd parameter in that the higher it is, the more it filters out higher freq.

The concept here is, as the amplitude increases, the freq. also increases as does the slightly tonal "whistling" of the wind (filter bandwidth decreases).


As many elements are tied together, changes to certain values may require adjusting others, but there is quite a bit of flexibility in the output. If you have questions feel free to ask.

Best,
Scott


On Wed, Oct 18, 2023, 5:54 a.m. Enrico Francioni <00000005323c8739-dmarc-request@listserv.heanet.ie> wrote:
Hello everyone,

With Csound I would like to create a patch to evoke a light air, like flying in the clouds of the sky, light and continuous but with slight dynamic and timbre changes over time...

I have white noise and/or pink noise in mind...

Have there already been csd experiences in this regard...?

Thank you for every word,
Enrico

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