Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. class cligno_gauche_1
  2. {
  3. type="hide";
  4. source="cligno_gauche_source";
  5. selection="cligno_gauche";
  6. minValue=-1;
  7. maxValue=0.5;
  8. unhidevalue=1;
  9. sourceAddress="clamp";
  10. };
  11. class cligno_L_on_1
  12. {
  13. type = "hide";
  14. selection = "cligno_gauche";
  15. source = "time";
  16. animPeriod = 0;
  17. sourceAddress = "loop";
  18. minValue = -0.5;
  19. maxValue = +0.5;
  20. hideValue = "0.5";
  21. };
  22. class cligno_gauche_2 : cligno_gauche_1
  23. {
  24. selection="cligno_gauche_2";
  25. };
  26. class cligno_L_on_2
  27. {
  28. selection = "cligno_gauche_2";
  29. minValue = -0.4;
  30. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement