Csound Csound-dev Csound-tekno Search About

[Cs-dev] harmon manual orchestra does not run

Date2006-06-23 16:44
From"Dr. Richard Boulanger"
Subject[Cs-dev] harmon manual orchestra does not run
it may have run in the past, but it is not running now.
you might want to check this out.
is it the instrument code?
or is it the opcode?

-dB



/* harmon.orc */
; Initialize the global variables.
sr = 44100
kr = 4410
ksmps = 10
nchnls = 1

; Instrument #1.
instr 1
   ; The frequency of the base note.
   inote = 440

   ; Generate the base note.
   avco vco 20000, inote, 1

   kestfrq = inote
   kmaxvar = 200

   ; Calculate frequencies 3 semitones above and
   ; below the base note.
   kgenfreq1 = inote * semitone(3)
   kgenfreq2 = inote * semitone(-3)

   imode = 1
   iminfrq = inote - 200
   iprd = 0.1

   ; Generate the harmony notes.
   a1 harmon avco, kestfrq, kmaxvar, kgenfreq1, kgenfreq2, imode,  
iminfrq, iprd

   out a1
endin
/* harmon.orc */


/* harmon.sco */
; Table #1, a sine wave.
f 1 0 16384 10 1

; Play Instrument #1 for two seconds.
i 1 0 2
e
/* harmon.sco */





Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-06-23 17:48
FromIstvan Varga
SubjectRe: [Cs-dev] harmon manual orchestra does not run
AttachmentsNone  

Date2006-06-23 17:51
From"Dr. Richard Boulanger"
SubjectRe: [Cs-dev] harmon manual orchestra does not run
excellent.  will you and/or andres update the manual and the manual  
orchestra.

shame harmon sounds so bad.

-dB
On Jun 23, 2006, at 12:48 PM, Istvan Varga wrote:

> On Friday 23 June 2006 17:44, Dr. Richard Boulanger wrote:
>
>> it may have run in the past, but it is not running now.
>> you might want to check this out.
>> is it the instrument code?
>> or is it the opcode?
>
> The bug seems to be in the orchestra, as the maximum variance  
> parameter
> is expected to be a fraction (0 to 1), rather than an actual frequency
> in Hz. So, this line:
>
> kmaxvar = 200
>
> should be replaced with something like:
>
> kmaxvar = 0.4
>
> Using Tomcat but need to do more? Need to support web services,  
> security?
> Get stuff done quickly with pre-integrated technology to make your  
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache  
> Geronimo
> http://sel.as-us.falkag.net/sel? 
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-06-24 09:31
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] harmon manual orchestra does not run
Harmon has had serious problems for a long time.  I spent a long time
some years back trying to fix division by zero problems.  I guess I
could take another look...
==John ffitch

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-06-24 14:01
FromAndres Cabrera
SubjectRe: [Cs-dev] harmon manual orchestra does not run
Hi Dr. B,
It's fixed now in cvs.

Cheers,
Andres
On Fri, 2006-06-23 at 12:51 -0400, Dr. Richard Boulanger wrote:
> excellent.  will you and/or andres update the manual and the manual  
> orchestra.
> 
> shame harmon sounds so bad.
> 
> -dB
> On Jun 23, 2006, at 12:48 PM, Istvan Varga wrote:
> 
> > On Friday 23 June 2006 17:44, Dr. Richard Boulanger wrote:
> >
> >> it may have run in the past, but it is not running now.
> >> you might want to check this out.
> >> is it the instrument code?
> >> or is it the opcode?
> >
> > The bug seems to be in the orchestra, as the maximum variance  
> > parameter
> > is expected to be a fraction (0 to 1), rather than an actual frequency
> > in Hz. So, this line:
> >
> > kmaxvar = 200
> >
> > should be replaced with something like:
> >
> > kmaxvar = 0.4
> >
> > Using Tomcat but need to do more? Need to support web services,  
> > security?
> > Get stuff done quickly with pre-integrated technology to make your  
> > job easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache  
> > Geronimo
> > http://sel.as-us.falkag.net/sel? 
> > cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Csound-devel mailing list
> > Csound-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-06-24 19:12
From"Dr. Richard Boulanger"
SubjectRe: [Cs-dev] harmon manual orchestra does not run
It would be great if you could revisit this opcode.  Certainly Barry  
has super versions of it working
in Extended Csound - harmon2, harmon3, harmon4...  Also, in Cecilia,  
Jean Piché has some nice
harmonizer modules - that might also be studied for conversion into  
UDO's or opcodes.

at present, I think that harmon is useless - unless you are doing  
alternate avant-garde
composition or minimal-glitch work.

incomprehensible would best describe the output.

Rick

On Jun 24, 2006, at 4:31 AM, jpff@codemist.co.uk wrote:

> Harmon has had serious problems for a long time.  I spent a long time
> some years back trying to fix division by zero problems.  I guess I
> could take another look...
> ==John ffitch
>
> Using Tomcat but need to do more? Need to support web services,  
> security?
> Get stuff done quickly with pre-integrated technology to make your  
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache  
> Geronimo
> http://sel.as-us.falkag.net/sel? 
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-06-24 19:20
From"Dr. Richard Boulanger"
SubjectRe: [Cs-dev] harmon manual orchestra does not run
fantastic.
Great having you work on the manual.
For fun, I printed out a hard copy here at MIT and gave it to Barry  
as a present.
It is 8 inches wide!!!  double sided.  And continues to become more  
and more informative.

Keep up the great work!  And on behalf of all the Csounders  
everywhere - (and there will
soon be millions more) thanks to Steven, Michael, Istvan, John, and  
all other manual
contributors!!!

Dr. B.

On Jun 24, 2006, at 9:01 AM, Andres Cabrera wrote:

> Hi Dr. B,
> It's fixed now in cvs.
>
> Cheers,
> Andres
> On Fri, 2006-06-23 at 12:51 -0400, Dr. Richard Boulanger wrote:
>> excellent.  will you and/or andres update the manual and the manual
>> orchestra.
>>
>> shame harmon sounds so bad.
>>
>> -dB
>> On Jun 23, 2006, at 12:48 PM, Istvan Varga wrote:
>>
>>> On Friday 23 June 2006 17:44, Dr. Richard Boulanger wrote:
>>>
>>>> it may have run in the past, but it is not running now.
>>>> you might want to check this out.
>>>> is it the instrument code?
>>>> or is it the opcode?
>>>
>>> The bug seems to be in the orchestra, as the maximum variance
>>> parameter
>>> is expected to be a fraction (0 to 1), rather than an actual  
>>> frequency
>>> in Hz. So, this line:
>>>
>>> kmaxvar = 200
>>>
>>> should be replaced with something like:
>>>
>>> kmaxvar = 0.4
>>>
>>> Using Tomcat but need to do more? Need to support web services,
>>> security?
>>> Get stuff done quickly with pre-integrated technology to make your
>>> job easier
>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>>> Geronimo
>>> http://sel.as-us.falkag.net/sel?
>>> cmd=lnk&kid=120709&bid=263057&dat=121642
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> Using Tomcat but need to do more? Need to support web services,  
>> security?
>> Get stuff done quickly with pre-integrated technology to make your  
>> job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache  
>> Geronimo
>> http://sel.as-us.falkag.net/sel? 
>> cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>
>
> Using Tomcat but need to do more? Need to support web services,  
> security?
> Get stuff done quickly with pre-integrated technology to make your  
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache  
> Geronimo
> http://sel.as-us.falkag.net/sel? 
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net