Burnham310 / Octave

Music Programming Language
https://burnham310.github.io/Octave
2 stars 0 forks source link

Goal for this week #3

Closed TwinIsland closed 1 month ago

TwinIsland commented 1 month ago

Functionality

@TwinIsland @Tesseract22

Web

@KugouHu

Example


// tchaikovsky
main = | c=[1 3 5], r=rand(0, 4), resolve=[r r+2 r+4] :scale=/F 5 MIN/, bpm=90, instrument=piano:

  #'1..  ##'c..  -4'6...  o'5.... 
  [3 5]..  s#'4.. [4 6]...  3...

  1..  c..  6...  5....
  [2 4]..  3...  2...  1....

<drop>[volumn=50% linear]
  [5 7]..  [4 6]...  5....  [3 5]...
  1..  c..  6...  5....

<drop_end>[volumn: 100%]
  1...  [1 4 6]..  b4....  [2 5]...
  6..  4..  [3 5]...  2.... resolve.

|