Jump to content

Opusmodus 2.2.26558


Recommended Posts

2.1.26558

 

– New Functions:

  • COLLECT-STREAM
  • DISTRIBUTE-STREAM
  • REPLACE-STREAM
  • COLLECT-SCORE-INSTRUMENTS


– Changes and Improvements:

  • ELEMENT-ANALYSIS
  • SEARCH-FOR-PATTERN
  • SERIES-ANALYSIS
  • STATISTIC-ANALYSIS


– German Documentation:

  • Binaere Ordnung


– System Library Directory:

  • Name changes

 

 

replace-stream

 

 

This function replaces pitches in all voices with a new pitch stream distribution.

In the following example we replace the pitch stream from Webern "Sechs Bagatellen" with a Bach choral "bwv-0004" pitch stream.

 

(setf webern (collect-score-instruments 'Anton-Webern-OP-9-I))
(setf bach (collect-score-instruments 'bach-bwv-0004))
(setf stream (collect-stream :pitch bach))

(replace-stream stream webern :index 'v)

(ps 'vsl
    :sq (list v1 v2 v3 v4)
    :time-signature (get-time-signature vn1)
    :tempo tempo
    )

 

Link to comment
Share on other sites

  • opmo changed the title to Opusmodus 2.2.26558
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy