Advertisement
Guest User

Untitled

a guest
May 27th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. [Variables]
  3. @Include=Settings.inc
  4. LineColor=#ItemColor#
  5. LineWidth=#ItemWidth#
  6. ExtrudeMax=#VariationMax#
  7. NumOfLines=#NumOfItems#
  8.  
  9. ;=
  10. ; base measures
  11. ;============================
  12.  
  13. [mAudioOut]
  14. Bands=(#NumOfLines#+1)
  15.  
  16. ;=
  17. ; meterstyles
  18. ;============================
  19.  
  20. [styleLine]
  21. LineColor=#ItemColor#
  22. LineWidth=(#LineWidth#/2)
  23. RotationAngle=(#Inward#*PI)
  24. ControlAngle=0
  25. AntiAlias=1
  26. DynamicVariables=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement