Csound Csound-dev Csound-tekno Search About

[Csnd] New UDO collection m_bell (phone calls)

Date2020-06-07 19:59
From"Jeanette C."
Subject[Csnd] New UDO collection m_bell (phone calls)
Hey hey,
I have just released m_bell:
http://juliencoder.de/sound/m_bell-1.0.zip
It is a collection of UDOs to model/mimic 60s-70s Bell/AT&T telephone calls, 
including: call progress tones (dial tone, busy signal, ...), pulse dialing 
(with two types), line noise (two types), multifrequency tones (used for 
internal network purposes, but they often bled through) and a phone speaker.

An example is supplied in the package to render a complete call. Speech 
courtesy of espeak. :)

Enjoy and best wishes,

Jeanette

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

Our imagination
Taking us to places
We have never been before... <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

Date2020-06-07 21:38
FromKevin Welsh
SubjectRe: [Csnd] New UDO collection m_bell (phone calls)
Awesome, I'm definitely going to have to take a look at this.

Ironically I just dug up my old version of a DTMF autodialer cabbage
instrument from the "basement", and got it refreshed to work right in
cabbage 2: https://github.com/tgrey1/Tgreys_Old_Cabbages/blob/master/DTMFdialer.csd

The code is a mess and I didn't do any real cleanup, I just wanted to
get it working again.  None of it is really portable or useable... at
least not in this version.  I do have a couple portable DTMF opcodes I
had been working on floating around, so it will be interesting to see
a fresh take on it!

On Sun, Jun 7, 2020 at 2:59 PM Jeanette C.  wrote:
>
> Hey hey,
> I have just released m_bell:
> http://juliencoder.de/sound/m_bell-1.0.zip
> It is a collection of UDOs to model/mimic 60s-70s Bell/AT&T telephone calls,
> including: call progress tones (dial tone, busy signal, ...), pulse dialing
> (with two types), line noise (two types), multifrequency tones (used for
> internal network purposes, but they often bled through) and a phone speaker.
>
> An example is supplied in the package to render a complete call. Speech
> courtesy of espeak. :)
>
> Enjoy and best wishes,
>
> Jeanette
>
> --
>   * Website: http://juliencoder.de - for summer is a state of sound
>   * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
>   * SoundCloud: https://soundcloud.com/jeanette_c
>   * Twitter: https://twitter.com/jeanette_c_s
>   * Audiobombs: https://www.audiobombs.com/users/jeanette_c
>   * GitHub: https://github.com/jeanette-c
>
> Our imagination
> Taking us to places
> We have never been before... <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

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

Date2020-06-07 21:51
From"Jeanette C."
SubjectRe: [Csnd] New UDO collection m_bell (phone calls)
Jun 7 2020, Kevin Welsh has written:
...
> Ironically I just dug up my old version of a DTMF autodialer cabbage
> instrument from the "basement", and got it refreshed to work right in
> cabbage 2: https://github.com/tgrey1/Tgreys_Old_Cabbages/blob/master/DTMFdialer.csd
...
There should be a modern DTMF UDO in the m_3d_suite 0.8:
http://juliencoder.de/sound/m_3d_suite-0.8.zip
Not sure if I included an instrument to dial a number, but you could
easily adapt the relevant code from the m_bell example CSD. :)

Happy calling,

Jeanette

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

Our imagination
Taking us to places
We have never been before... <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

Date2020-06-07 21:56
FromKevin Welsh
SubjectRe: [Csnd] New UDO collection m_bell (phone calls)
Awesome, I'll take a look at those too.  Thanks!

On Sun, Jun 7, 2020 at 4:51 PM Jeanette C.  wrote:
>
> Jun 7 2020, Kevin Welsh has written:
> ...
> > Ironically I just dug up my old version of a DTMF autodialer cabbage
> > instrument from the "basement", and got it refreshed to work right in
> > cabbage 2: https://github.com/tgrey1/Tgreys_Old_Cabbages/blob/master/DTMFdialer.csd
> ...
> There should be a modern DTMF UDO in the m_3d_suite 0.8:
> http://juliencoder.de/sound/m_3d_suite-0.8.zip
> Not sure if I included an instrument to dial a number, but you could
> easily adapt the relevant code from the m_bell example CSD. :)
>
> Happy calling,
>
> Jeanette
>
> --
>   * Website: http://juliencoder.de - for summer is a state of sound
>   * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
>   * SoundCloud: https://soundcloud.com/jeanette_c
>   * Twitter: https://twitter.com/jeanette_c_s
>   * Audiobombs: https://www.audiobombs.com/users/jeanette_c
>   * GitHub: https://github.com/jeanette-c
>
> Our imagination
> Taking us to places
> We have never been before... <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

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

Date2020-06-08 15:42
FromSteven Yi
SubjectRe: [Csnd] New UDO collection m_bell (phone calls)
Thanks for sharing this Jeanette! Listening to this made my morning. :)

On Sun, Jun 7, 2020 at 2:59 PM Jeanette C. <julien@mail.upb.de> wrote:
Hey hey,
I have just released m_bell:
http://juliencoder.de/sound/m_bell-1.0.zip
It is a collection of UDOs to model/mimic 60s-70s Bell/AT&T telephone calls,
including: call progress tones (dial tone, busy signal, ...), pulse dialing
(with two types), line noise (two types), multifrequency tones (used for
internal network purposes, but they often bled through) and a phone speaker.

An example is supplied in the package to render a complete call. Speech
courtesy of espeak. :)

Enjoy and best wishes,

Jeanette

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

Our imagination
Taking us to places
We have never been before... <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
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

Date2020-06-08 15:58
From"Jeanette C."
SubjectRe: [Csnd] New UDO collection m_bell (phone calls)
Jun 8 2020, Steven Yi has written:

> Thanks for sharing this Jeanette! Listening to this made my morning. :)
Always happy to oblige. :)

Best wishes,

Jeanette
>
> On Sun, Jun 7, 2020 at 2:59 PM Jeanette C.  wrote:
>
>> Hey hey,
>> I have just released m_bell:
>> http://juliencoder.de/sound/m_bell-1.0.zip
>> It is a collection of UDOs to model/mimic 60s-70s Bell/AT&T telephone
>> calls,
>> including: call progress tones (dial tone, busy signal, ...), pulse
>> dialing
>> (with two types), line noise (two types), multifrequency tones (used for
>> internal network purposes, but they often bled through) and a phone
>> speaker.
>>
>> An example is supplied in the package to render a complete call. Speech
>> courtesy of espeak. :)
>>
>> Enjoy and best wishes,
>>
>> Jeanette
>>
>> --
>>   * Website: http://juliencoder.de - for summer is a state of sound
>>   * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
>>   * SoundCloud: https://soundcloud.com/jeanette_c
>>   * Twitter: https://twitter.com/jeanette_c_s
>>   * Audiobombs: https://www.audiobombs.com/users/jeanette_c
>>   * GitHub: https://github.com/jeanette-c
>>
>> Our imagination
>> Taking us to places
>> We have never been before... <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
>>
>
> 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
>

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

Loneliness up ahead, emptiness behind <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