Jump to content

david

Members
  • Posts

    125
  • Joined

  • Last visited

Posts posted by david

  1. that I know how to do 😉

    not easy to express in english for me

     

    I want to transpose the whole sequence with this transposition

    (pitch-transpose 
                '(0 5 -2 3 8 1 6 -1 4 9 2 7)

    entire sequence 0

    entire sequence 5

    entire sequence -2

    etc

  2. Hi,

    I'm a beginner, can anyone help me?

    I'm trying to figure out how to transpose the whole list.

    currently i have transposition individually to each measure in a pitch sequence

     

    (setf theme-tr  (pitch-transpose 
                '(0 5 -2 3 8 1 6 -1 4 9 2 7)
                (gen-repeat
                 12    
                 '((e f5 g5 a5 s gb5 f5 e e5 f5 g5 s e5 eb5)

                    (e d5 e5 f5 s d5 db5 e c5 d5 e5 s c5 b4)

                    (e bb4 c5 d5 s b4 bb4 e a4 bb4 c5 s a4 ab4)

                    (e g4 a4 bb4 s g4 gb4 e f4 g4 a4 -e)))))

  3. very interesting!

     

    I find it difficult to transpose to my work... my musical language being much simple. (I'm a jazz improviser and I'm more used to playing on chord sequences)

    For me, functional Harmony is a great tool if you want to understand how chord progressions flow and use that information to help you improvise better solos and spell out the harmony.

     

    Personally I will order many easier courses on composerworkshop like:
    - create chord libraries and map it,
    - create triad libraries and map it,
    - create tetrad libraries and map it etc etc.

    for you it is very easy to do a course on this

     

    sorry for my google english 😉

  4. thank you André.
    You mean when using snippet, the result is in UT?
    For my part, I want to read directly Snippet without worrying sound, what interests me is the results.

    I would like to avoid using def-score function...I want to read the results directly in snippet for tenor sax, it is possible?

  5. look at my result;-)

    I also tried same, it's not really the range of saxophone in bass

    what's wrong ?

    (setf chords.rel (ambitus 'tenor-sax (relative-closest-path chords :start '(bb3fs4g4d5) :repeat t)))

    image.png.de5393c0e6e60e12c78914de498f76fe.png

    17 minutes ago, Stephane Boussuge said:

    Utilisez la fonction ambitus avec l'ambitus souhaité comme :

     

    (setf chords.cls (ambitus '(bb2 eb5) (accords du chemin le plus proche : start '(bb3fs4g4d5))))

     

    S

    you are right stéphane, it is therefore necessary to indicate the ambitus '(bb3 fs6) and not to indicate ambitus tenor-sax!

    (setf chords.rel (ambitus '(bb3 fs6) (relative-closest-path chords :start '(bb3fs4g4d5) :repeat t)))

  6. I'm impressed, I'm going to take a private lesson soon... when I understand other OM basics exemple this;-)

     

    apparently, ambitus does not work well...I have results below the tenor saxophone range

     

    (setf name
          '(g4 fs4 bb4 d5)(c5 b4 eb5 g5) (fs5 f5 a5 cs6)(bb4 a4 cs5 f5)
            (g4 fs4 bb4 d5)(e5 eb5 g5 b5)(d5 cs5 f5 a5)(fs5 f5 a5 cs6)
          (d5 cs5 f5 a5)(g5 fs5 bb5 d6)(cs5 c5 e5 gs5)f5 e5 gs5 c6)))

     

    (setf chords (chordize name))


    (setf chords.cls (ambitus 'tenor-sax(closest-path chords :start '(bb3fs4g4d5))))

    image.png.fabccdaf73283cbdefb6f8b290884120.png

    (setf chords.rel (relative-closest-path chords :start '(bb3fs4g4d5) :repeat t))

    image.png.a3c89c2310a331e09115533b29c51d04.png

  7. it is exactly this example that should be shown on ComposerWorkshop.com;-)

    output is musescore?

    anyway it sounds great!

    it is exactly this example that should be shown on ComposerWorkshop.com;-)

    output is musescore?

    anyway it sounds great!

    ...at about 6 minutes 10 it looks like Berg!

     

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy