Csound Csound-dev Csound-tekno Search About

[Csnd] Getting Started Example Fail?

Date2018-04-21 12:32
FromPanos Katertziadis
Subject[Csnd] Getting Started Example Fail?
Hello, it's been a while

I suggested Csound to a friend, and a couple of days later she came
back reporting that no sound is being produced by the "Getting Started
Example" available at:

http://csound.com/get-started.html#your-first-synthesiser

So, i visit the page, copy and paste the code in the QT app, and
nothing is being heard.

Are we both wrong?

Kind Regards

Panos

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

Date2018-04-21 13:08
FromVictor Lazzarini
SubjectRe: [Csnd] Getting Started Example Fail?
Maybe you need to set 0dbfs=1 ? Did you do
that? The example should have included this
line at the top.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 21 Apr 2018, at 12:42, Panos Katertziadis  wrote:
> 
> Hello, it's been a while
> 
> I suggested Csound to a friend, and a couple of days later she came
> back reporting that no sound is being produced by the "Getting Started
> Example" available at:
> 
> http://csound.com/get-started.html#your-first-synthesiser
> 
> So, i visit the page, copy and paste the code in the QT app, and
> nothing is being heard.
> 
> Are we both wrong?
> 
> Kind Regards
> 
> Panos
> 
> 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

Date2018-04-21 13:10
Fromjpff
SubjectRe: [Csnd] Getting Started Example Fail?
Exactly which part did you copy/paste?  Is this a csound issue or csundQt?
Any output messages?  I would like more information
==John ff

On Sat, 21 Apr 2018, Panos Katertziadis wrote:

> Hello, it's been a while
>
> I suggested Csound to a friend, and a couple of days later she came
> back reporting that no sound is being produced by the "Getting Started
> Example" available at:
>
> http://csound.com/get-started.html#your-first-synthesiser
>
> So, i visit the page, copy and paste the code in the QT app, and
> nothing is being heard.
>
> Are we both wrong?
>
> Kind Regards
>
> Panos
>
> 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

Date2018-04-21 15:19
FromPanos Katertziadis
SubjectRe: [Csnd] Getting Started Example Fail?
Hello

The 0dbfs=1 was the problem.

john, i copied all and any supposedly "finished" examples. None,
produces sound, unless the 0dbfs=1 is added.
Someone with proper access should fix this, it will drive people to the wall.

Thank you both for helping me.

Panos

On Sat, Apr 21, 2018 at 3:08 PM, Victor Lazzarini
 wrote:
> Maybe you need to set 0dbfs=1 ? Did you do
> that? The example should have included this
> line at the top.
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
>> On 21 Apr 2018, at 12:42, Panos Katertziadis  wrote:
>>
>> Hello, it's been a while
>>
>> I suggested Csound to a friend, and a couple of days later she came
>> back reporting that no sound is being produced by the "Getting Started
>> Example" available at:
>>
>> http://csound.com/get-started.html#your-first-synthesiser
>>
>> So, i visit the page, copy and paste the code in the QT app, and
>> nothing is being heard.
>>
>> Are we both wrong?
>>
>> Kind Regards
>>
>> Panos
>>
>> 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

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

Date2018-04-21 16:29
FromVictor Lazzarini
SubjectRe: [Csnd] Getting Started Example Fail?
That’s fair. The examples could use the 0dbfs constant instead of 1, and then it would work whatever value is used.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 21 Apr 2018, at 15:20, Panos Katertziadis  wrote:
> 
> Hello
> 
> The 0dbfs=1 was the problem.
> 
> john, i copied all and any supposedly "finished" examples. None,
> produces sound, unless the 0dbfs=1 is added.
> Someone with proper access should fix this, it will drive people to the wall.
> 
> Thank you both for helping me.
> 
> Panos
> 
> On Sat, Apr 21, 2018 at 3:08 PM, Victor Lazzarini
>  wrote:
>> Maybe you need to set 0dbfs=1 ? Did you do
>> that? The example should have included this
>> line at the top.
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 21 Apr 2018, at 12:42, Panos Katertziadis  wrote:
>>> 
>>> Hello, it's been a while
>>> 
>>> I suggested Csound to a friend, and a couple of days later she came
>>> back reporting that no sound is being produced by the "Getting Started
>>> Example" available at:
>>> 
>>> http://csound.com/get-started.html#your-first-synthesiser
>>> 
>>> So, i visit the page, copy and paste the code in the QT app, and
>>> nothing is being heard.
>>> 
>>> Are we both wrong?
>>> 
>>> Kind Regards
>>> 
>>> Panos
>>> 
>>> 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
> 
> 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