Advertisement
Guest User

Yamaha FM algorithms

a guest
Jul 30th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Algorithm values: (Feedback value only affects OP0)
  2. $00 = OP0 > OP2 > OP1 > OP3
  3. $01 = (OP0 + OP2) > OP1 > OP3
  4. $02 = (OP0 + (OP2 > OP1)) > OP3
  5. $03 = ((OP0 > OP2) + OP1) > OP3
  6. $04 = (OP0 > OP2) + (OP1 > OP3)
  7. $05 = (OP0 > 0P1) + (OP0 > OP2) + (OP0 > OP3)
  8. $06 = (OP0 > OP2) + OP1 + OP3
  9. $07 = OP0 + OP1 + OP2 + OP3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement