G
Reaction score
0

Latest activity Postings About

    • G
      georgerosar replied to the thread AutoTune plugin.
      Look at : void setScale(AutotuneScale scale) { currentScale = scale; updateScaleNotes(); } void setCorrectionSpeed(float speed) { correctionSpeed = autotuneConstrain(speed, 0.001f, 1.0f); } void...
    • G
      georgerosar replied to the thread AutoTune plugin.
      Yes!! 🙌 Put in project with pjrc teensy Audio library just add to it
    • G
      georgerosar replied to the thread AutoTune plugin.
      If you want to do two-step shifting using a Midi notation shift. Use pitch bend lol
    • G
      georgerosar replied to the thread AutoTune plugin.
      Also Byte is obj-c so unless you using clang++ use byte
    • G
      georgerosar replied to the thread AutoTune plugin.
      If working as intended but if you add a 0.0 it’ll end seeking nah pretty solid
    • G
      georgerosar replied to the thread AutoTune plugin.
      I see an issue no definition of how long scaleNotes array is. Have fun im doing my own thing —s3raphim
    • G
      georgerosar replied to the thread AutoTune plugin.
      If you hit ::noteOn() it snaps to the note pressed plus the pitchBend otherwise the detected vocal pitch relative to A4 440.0 tuning for 12-EDO Check ::snapToScale()
  • Loading…
  • Loading…
Back
Top