Pitch tracking with Sigmund~ in Max/MSP

Поділитися
Вставка
  • Опубліковано 14 жов 2020
  • Download the 64-bit version of Sigmund~ here: github.com/v7b1/sigmund_64bit...

КОМЕНТАРІ • 9

  • @l.ongman
    @l.ongman 9 днів тому

    Hello. Is it compatible to M1 Mac? The sigmund~ object does not seem to be valid to Max. Thank you very much!

  • @runner0075
    @runner0075 3 роки тому

    thanks for the great tutorial, I would just suggest to zoom on the patch window in next tutorials, so we can watch and patch at thesame moment even on 13' screen.

  • @bmsmusician
    @bmsmusician 2 роки тому +1

    Awesome! Could you use some sort of timer that gets triggered by 85 that sends a bang to onebang after a selected amount of time?

  • @oravni626
    @oravni626 3 роки тому +1

    Hi Gabriel, thank you for all your great videos, I found them very helpfull and relaible. I am trying to build a patch that will be able to open an Additive Synth to my original Cello signal when dropping from 130.81 freq (low c note) by the object if $ i

    • @gabrielbolanos4379
      @gabrielbolanos4379  3 роки тому +1

      There are a few ways to resolve this: you can try the split object, or try some conditional statements using if (if if$i1 > 129 then $i1 else xyz). You can also try the fiddle~ object - it has similar functionality to sigmund~ and doesn't default to -1500

    • @gabrielbolanos4379
      @gabrielbolanos4379  3 роки тому +3

      Actually, I just remembered one of my students last year found a great solution to this: convert the output of sigmund~ to a signal (sig~), compare to a value (>~130), and use edge~ to send a bang when it passes that value.