Csound Csound-dev Csound-tekno Search About

[Csnd] Numeric score: overlapping/completely congruent sections

Date2019-06-04 20:20
From"Jeanette C."
Subject[Csnd] Numeric score: overlapping/completely congruent sections
Hey hey,
I am working on a small piece, most likely based on one repeating progression 
with increasing layers per repetition.

I have seen the m, n and s statements and done some simple testing, but 
haven't found a way to create a structure like:
sequence a
sequence a and sequence b
...
Is there a way to define a section as kind of a pattern and then start it at 
will from the score? Or should I use instruments to schedule score events?

Best wishes,

Jeanette

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

There must be another way
Cause I believe in taking chances
But who am I to say - What a girl is to do <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

Date2019-06-04 21:11
Frommskala@ANSUZ.SOOKE.BC.CA
SubjectRe: [Csnd] Numeric score: overlapping/completely congruent sections
On Tue, 4 Jun 2019, Jeanette C. wrote:
> Is there a way to define a section as kind of a pattern and then start it at
> will from the score? Or should I use instruments to schedule score events?

Maybe not a section in the technical sense, but I get a lot of use out of
macros with the first note's p2 given as an argument to the macro, and
subsequent notes using "^+1.0" syntax.

-- 
Matthew Skala
mskala@ansuz.sooke.bc.ca                 People before tribes.
https://ansuz.sooke.bc.ca/

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