Dear Anthony,
I looked at the code of this orchestra file which you documented with so
much care! Tomorrow I will try it for good and reorganize the location
of Csound "resources" as suggested in my previous message.
Yes, the "fade-out" time can be used very easily to modify the "s" or
"e" statement. I'll do it also tomorrow. I believe it is better to
modify "e" because in the Improvize mode (creating a score of 10 items)
we string together all items and should not break the tempo.
I'll try -gr.Mozart with a plucked-string instrument which should sound
way better than crude sinewaves…
Bernard
Anthony Kozar wrote on 11/11/2020 17:18:
> Hello everyone,
>
> I'm attaching an early version of a new default orchestra. It
> contains the following instruments and effects.
>
> ; Instruments:
> ; 1 Plucked string (outputs to StereoDelay)
> ; 10 Sine wave (outputs to GlobalReverb)
> ;
> ; Effects:
> ; StereoDelay (outputs to GlobalReverb)
> ; GlobalReverb (outputs to file/speakers)
>
>
> Even though both of the instruments are incredibly simplistic, they
> already sound better due to the application of the sound effects
> (particularly the plucked string)(*). I discovered that Csound now
> has an easy way to turn on effects instruments from the orchestra for
> the entire duration of the performance. This avoids having to add
> i-statements to the score for them which simplifies things
> considerably for BP users.
>
> The only problem is that these instruments are shut off immediately
> after the last note ends which cuts off the tail of delay-based
> effects like reverberation. We need a way in BP3 to extend the
> performance by a few seconds (preferably user-specified) at the end.
> I'm thinking that the "fade out" option could be used for this.
> Csound does allow the score to have an arbitrary end time specified by
> the "s" or "e" statement in the score.
>
> So, for example, if the last note ends at 100 seconds and the fade out
> time is 2 seconds, then BP3 should write
>
> s 102
> or
> e 102
>
> at the end of the score.
>
> I'm still planning to add several more instruments to this orchestra.
>
> Anthony
>
> (*) I also fixed a problem with the old sine wave instrument that
> caused discontinuities (audible "clicks") at the end of notes.
>
>
>
>
>
> _______________________________________________
> bolprocessor-devel mailing list
> bol...@li...
> https://lists.sourceforge.net/lists/listinfo/bolprocessor-devel
|