Csound Csound-dev Csound-tekno Search About

[Cs-dev] [ann] qutecsound-21 alpha

Date2008-08-19 18:53
From"Andres Cabrera"
Subject[Cs-dev] [ann] qutecsound-21 alpha
AttachmentsNone  None  None  None  

Date2008-08-19 19:52
From"Caecos"
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
AttachmentsNone  None  
Is there a tutorial or README file to help non-geek like me for using qutecsound? I'm on Windows Vista (a real non-geek)...
 
marc

Sent: Tuesday, August 19, 2008 1:53 PM
Subject: [Cs-dev] [ann] qutecsound-21 alpha

Hi all,

I've posted a new alpha release of qutecsound. This release fixes the OS X menu issues (thanks Victor!), and possibly also the temporary file issue reported by Jacob.
There seem to be no major show stoppers that I know of, so I'll be moving qutecsound to beta after this round of feedback. Thanks all.

http://sourceforge.net/project/showfiles.php?group_id=227265&package_id=284672&release_id=620708

Cheers,
Andrés

PD, sorry for hijacking the dev list... =)


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/


_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2008-08-20 01:29
From"Andres Cabrera"
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
AttachmentsNone  None  None  None  

Date2008-08-20 16:42
Fromjoachim heintz
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
Hi Andrés -

yes the temporary file issue is ok now. But there is another problem.  
Seems to be that qutecsound doesn't look properly at the CsOptions  
flag. So in my case it searched for a Midi device which isn't  
present. I send you the Csound messages and the .csd below.

Ciao -

	joachim


BEGAN CppSound::compile(9, 0x3d300)...
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 5.08 (float samples) Feb  4 2008
libsndfile-1.0.17
UnifiedCSD:  /Users/jh/Desktop/strtod.csd
STARTING FILE
Skipping 
Creating orchestra
Creating score
orchname:  /tmp/tmp.0.0V7qgw.orc
scorename: /tmp/tmp.1.o99V7i.sco
rtmidi: PortMIDI module enabled
orch compiler:
10 lines read
	instr	1	
Elapsed time at end of orchestra compile: real: 0.012s, CPU: 0.020s
sorting score ...
	... done
Elapsed time at end of score sort: real: 0.030s, CPU: 0.030s
Csound version 5.08 (float samples) Feb  4 2008
midi channel 1 using instr 1
midi channel 2 using instr 1
midi channel 3 using instr 1
midi channel 4 using instr 1
midi channel 5 using instr 1
midi channel 6 using instr 1
midi channel 7 using instr 1
midi channel 8 using instr 1
midi channel 9 using instr 1
midi channel 10 using instr 1
midi channel 11 using instr 1
midi channel 12 using instr 1
midi channel 13 using instr 1
midi channel 14 using instr 1
midi channel 15 using instr 1
midi channel 16 using instr 1
0dBFS level = 32768.0
  *** PortMIDI: no input devices are available
  *** error opening MIDI in device: -1 (Unknown MIDI error)
ENDED CppSound::compile.
inactive allocs returned to freespace
end of score.		   overall amps:      0.0
	   overall samples out of range:        0
1 errors in performance
Elapsed time at end of performance: real: 1.517s, CPU: 0.050s





-odac


instr 1
asin	oscils	10000, 400, 0
out	asin
endin


i 1 0 2


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-08-20 18:27
From"Andres Cabrera"
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
AttachmentsNone  None  None  None  

Date2008-08-21 11:42
Fromjoachim heintz
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
Hi Andrés  -

yeah it's working now. Uncheck the override CsOptions checkbox wasn't  
enough; I had to choose "None" at the RT MIDI Pop-Up Menu in the  
Preferences. So it overrides the CsOptions in the .csd nevertheless?

Thanks for this new possibility to work with Csound on the Mac (and  
hopefully very soon on PC and LInux)! I like the design. It's clear  
and straightforward. Can you perhaps include a possibility for  
increasing the font size in the Output Console?

Do you plan to include some widgets (as it was in MacCsound) in the  
future? It would be great if it was possible to run the old MacCsound  
files with the widgets here in qutecsound.

By the way, I like the name Jacob too, but actually my name is  
Joachim (at least that's what my parents told me).

Best and -:)

	joe



Am 20.08.2008 um 19:27 schrieb Andres Cabrera:

> Hi Jacob,
>
> I made qutecsound ignore the CsOptions tag by default, so you can  
> set global preferences for any csd file in the preferences. If you  
> want to use the CsOptions section, uncheck the override CsOptions  
> checkbox in the preferences.
> (I just changed override to ignore in my sources which is clearer I  
> think)
>
> Cheers,
> Andrés
>
> On Wed, Aug 20, 2008 at 3:42 PM, joachim heintz  
>  wrote:
> Hi Andrés -
>
> yes the temporary file issue is ok now. But there is another problem.
> Seems to be that qutecsound doesn't look properly at the CsOptions
> flag. So in my case it searched for a Midi device which isn't
> present. I send you the Csound messages and the .csd below.
>
> Ciao -
>
>        joachim
>
>
> BEGAN CppSound::compile(9, 0x3d300)...
> PortMIDI real time MIDI plugin for Csound
> PortAudio real-time audio module for Csound
> virtual_keyboard real time MIDI plugin for Csound
> 0dBFS level = 32768.0
> Csound version 5.08 (float samples) Feb  4 2008
> libsndfile-1.0.17
> UnifiedCSD:  /Users/jh/Desktop/strtod.csd
> STARTING FILE
> Skipping 
> Creating orchestra
> Creating score
> orchname:  /tmp/tmp.0.0V7qgw.orc
> scorename: /tmp/tmp.1.o99V7i.sco
> rtmidi: PortMIDI module enabled
> orch compiler:
> 10 lines read
>        instr   1
> Elapsed time at end of orchestra compile: real: 0.012s, CPU: 0.020s
> sorting score ...
>        ... done
> Elapsed time at end of score sort: real: 0.030s, CPU: 0.030s
> Csound version 5.08 (float samples) Feb  4 2008
> midi channel 1 using instr 1
> midi channel 2 using instr 1
> midi channel 3 using instr 1
> midi channel 4 using instr 1
> midi channel 5 using instr 1
> midi channel 6 using instr 1
> midi channel 7 using instr 1
> midi channel 8 using instr 1
> midi channel 9 using instr 1
> midi channel 10 using instr 1
> midi channel 11 using instr 1
> midi channel 12 using instr 1
> midi channel 13 using instr 1
> midi channel 14 using instr 1
> midi channel 15 using instr 1
> midi channel 16 using instr 1
> 0dBFS level = 32768.0
>  *** PortMIDI: no input devices are available
>  *** error opening MIDI in device: -1 (Unknown MIDI error)
> ENDED CppSound::compile.
> inactive allocs returned to freespace
> end of score.              overall amps:      0.0
>           overall samples out of range:        0
> 1 errors in performance
> Elapsed time at end of performance: real: 1.517s, CPU: 0.050s
>
>
>
> 
> 
> -odac
> 
> 
> instr 1
> asin    oscils  10000, 400, 0
> out     asin
> endin
> 
> 
> i 1 0 2
> 
> 
> ---------------------------------------------------------------------- 
> ---
> This SF.Net email is sponsored by the Moblin Your Move Developer's  
> challenge
> Build the coolest Linux based applications with Moblin SDK & win  
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in  
> the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> -- 
>
>
> Andrés
> ---------------------------------------------------------------------- 
> ---
> This SF.Net email is sponsored by the Moblin Your Move Developer's  
> challenge
> Build the coolest Linux based applications with Moblin SDK & win  
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in  
> the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-08-21 20:14
From"Andres Cabrera"
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
AttachmentsNone  None  None  None  

Date2008-09-17 19:06
FromGeorge Grella
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
Well, this is nice!  I've been using this over the past week and really like
it.  I also have a bug to report, which is that under Mac OS X 10.5.4, the
File->New command is not working at all.  Other than that, though, it's
great to have the manual and rendering features all together.  Thanks for
the terrific work.

-gg


Andres Cabrera wrote:
> 
> Hi all,
> 
> I've posted a new alpha release of qutecsound. This release fixes the OS X
> menu issues (thanks Victor!), and possibly also the temporary file issue
> reported by Jacob.
> There seem to be no major show stoppers that I know of, so I'll be moving
> qutecsound to beta after this round of feedback. Thanks all.
> 
> http://sourceforge.net/project/showfiles.php?group_id=227265&package_id=284672&release_id=620708
> 
> Cheers,
> Andrés
> 
> PD, sorry for hijacking the dev list... =)
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 

-- 
View this message in context: http://www.nabble.com/-ann--qutecsound-21-alpha-tp19055416p19537548.html
Sent from the Csound - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound

Date2008-09-18 18:07
From"Andres Cabrera"
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
AttachmentsNone  

Date2008-09-23 17:56
From
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
AttachmentsNone  None  
Hello Andrés,
 
Do you plan to build a Windows version of your latest version?
 
Regards,
 
marc

Sent: Wednesday, August 20, 2008 1:27 PM
Subject: Re: [Cs-dev] [ann] qutecsound-21 alpha

Hi Jacob,

I made qutecsound ignore the CsOptions tag by default, so you can set global preferences for any csd file in the preferences. If you want to use the CsOptions section, uncheck the override CsOptions checkbox in the preferences.
(I just changed override to ignore in my sources which is clearer I think)

Cheers,
Andrés

On Wed, Aug 20, 2008 at 3:42 PM, joachim heintz <jh@joachimheintz.de> wrote:
Hi Andrés -

yes the temporary file issue is ok now. But there is another problem.
Seems to be that qutecsound doesn't look properly at the CsOptions
flag. So in my case it searched for a Midi device which isn't
present. I send you the Csound messages and the .csd below.

Ciao -

       joachim


BEGAN CppSound::compile(9, 0x3d300)...
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 5.08 (float samples) Feb  4 2008
libsndfile-1.0.17
UnifiedCSD:  /Users/jh/Desktop/strtod.csd
STARTING FILE
Skipping <CsOptions>
Creating orchestra
Creating score
orchname:  /tmp/tmp.0.0V7qgw.orc
scorename: /tmp/tmp.1.o99V7i.sco
rtmidi: PortMIDI module enabled
orch compiler:
10 lines read
       instr   1
Elapsed time at end of orchestra compile: real: 0.012s, CPU: 0.020s
sorting score ...
       ... done
Elapsed time at end of score sort: real: 0.030s, CPU: 0.030s
Csound version 5.08 (float samples) Feb  4 2008
midi channel 1 using instr 1
midi channel 2 using instr 1
midi channel 3 using instr 1
midi channel 4 using instr 1
midi channel 5 using instr 1
midi channel 6 using instr 1
midi channel 7 using instr 1
midi channel 8 using instr 1
midi channel 9 using instr 1
midi channel 10 using instr 1
midi channel 11 using instr 1
midi channel 12 using instr 1
midi channel 13 using instr 1
midi channel 14 using instr 1
midi channel 15 using instr 1
midi channel 16 using instr 1
0dBFS level = 32768.0
 *** PortMIDI: no input devices are available
 *** error opening MIDI in device: -1 (Unknown MIDI error)
ENDED CppSound::compile.
inactive allocs returned to freespace
end of score.              overall amps:      0.0
          overall samples out of range:        0
1 errors in performance
Elapsed time at end of performance: real: 1.517s, CPU: 0.050s



<CsoundSynthesizer>
<CsOptions>
-odac
</CsOptions>
<CsInstruments>
instr 1
asin    oscils  10000, 400, 0
out     asin
endin
</CsInstruments>
<CsScore>
i 1 0 2
</CsScore>
</CsoundSynthesizer>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



--


Andrés


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/


_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2008-09-23 21:10
From"Andres Cabrera"
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
AttachmentsNone  

Date2008-09-23 21:22
FromCaecös
SubjectRe: [Cs-dev] [ann] qutecsound-21 alpha
Grazie...

--------------------------------------------------
From: "Andres Cabrera" 
Sent: Tuesday, September 23, 2008 4:10 PM
To: "Developer discussions" 
Subject: Re: [Cs-dev] [ann] qutecsound-21 alpha

> Hi,
>
> Yes, I've just committed a few nioce additions, and plan to release a
> new windows version this week.
>
> Cheers,
> Andrés
>
> On Tue, Sep 23, 2008 at 11:56 AM,   wrote:
>> Hello Andrés,
>>
>> Do you plan to build a Windows version of your latest version?
>>
>> Regards,
>>
>> marc
>> From: Andres Cabrera
>> Sent: Wednesday, August 20, 2008 1:27 PM
>> To: Developer discussions
>> Subject: Re: [Cs-dev] [ann] qutecsound-21 alpha
>> Hi Jacob,
>>
>> I made qutecsound ignore the CsOptions tag by default, so you can set 
>> global
>> preferences for any csd file in the preferences. If you want to use the
>> CsOptions section, uncheck the override CsOptions checkbox in the
>> preferences.
>> (I just changed override to ignore in my sources which is clearer I 
>> think)
>>
>> Cheers,
>> Andrés
>>
>> On Wed, Aug 20, 2008 at 3:42 PM, joachim heintz  
>> wrote:
>>>
>>> Hi Andrés -
>>>
>>> yes the temporary file issue is ok now. But there is another problem.
>>> Seems to be that qutecsound doesn't look properly at the CsOptions
>>> flag. So in my case it searched for a Midi device which isn't
>>> present. I send you the Csound messages and the .csd below.
>>>
>>> Ciao -
>>>
>>>        joachim
>>>
>>>
>>> BEGAN CppSound::compile(9, 0x3d300)...
>>> PortMIDI real time MIDI plugin for Csound
>>> PortAudio real-time audio module for Csound
>>> virtual_keyboard real time MIDI plugin for Csound
>>> 0dBFS level = 32768.0
>>> Csound version 5.08 (float samples) Feb  4 2008
>>> libsndfile-1.0.17
>>> UnifiedCSD:  /Users/jh/Desktop/strtod.csd
>>> STARTING FILE
>>> Skipping 
>>> Creating orchestra
>>> Creating score
>>> orchname:  /tmp/tmp.0.0V7qgw.orc
>>> scorename: /tmp/tmp.1.o99V7i.sco
>>> rtmidi: PortMIDI module enabled
>>> orch compiler:
>>> 10 lines read
>>>        instr   1
>>> Elapsed time at end of orchestra compile: real: 0.012s, CPU: 0.020s
>>> sorting score ...
>>>        ... done
>>> Elapsed time at end of score sort: real: 0.030s, CPU: 0.030s
>>> Csound version 5.08 (float samples) Feb  4 2008
>>> midi channel 1 using instr 1
>>> midi channel 2 using instr 1
>>> midi channel 3 using instr 1
>>> midi channel 4 using instr 1
>>> midi channel 5 using instr 1
>>> midi channel 6 using instr 1
>>> midi channel 7 using instr 1
>>> midi channel 8 using instr 1
>>> midi channel 9 using instr 1
>>> midi channel 10 using instr 1
>>> midi channel 11 using instr 1
>>> midi channel 12 using instr 1
>>> midi channel 13 using instr 1
>>> midi channel 14 using instr 1
>>> midi channel 15 using instr 1
>>> midi channel 16 using instr 1
>>> 0dBFS level = 32768.0
>>>  *** PortMIDI: no input devices are available
>>>  *** error opening MIDI in device: -1 (Unknown MIDI error)
>>> ENDED CppSound::compile.
>>> inactive allocs returned to freespace
>>> end of score.              overall amps:      0.0
>>>           overall samples out of range:        0
>>> 1 errors in performance
>>> Elapsed time at end of performance: real: 1.517s, CPU: 0.050s
>>>
>>>
>>>
>>> 
>>> 
>>> -odac
>>> 
>>> 
>>> instr 1
>>> asin    oscils  10000, 400, 0
>>> out     asin
>>> endin
>>> 
>>> 
>>> i 1 0 2
>>> 
>>> 
>>> -------------------------------------------------------------------------
>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>>> challenge
>>> Build the coolest Linux based applications with Moblin SDK & win great
>>> prizes
>>> Grand prize is a trip for two to an Open Source event anywhere in the
>>> world
>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>> ________________________________
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's 
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the 
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>
>> ________________________________
>>
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's 
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the 
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>
>
>
> -- 
>
>
> Andrés
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's 
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great 
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the 
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net