DefaultPrefs.cs 838 B

1234567891011121314151617181920212223
  1. //-----------------------------------------------------------------------------
  2. // Verve
  3. // Copyright (C) - Violent Tulip
  4. //-----------------------------------------------------------------------------
  5. //-----------------------------------------------------------------------------
  6. //
  7. // Recent Files
  8. //
  9. //-----------------------------------------------------------------------------
  10. $Pref::VerveEditor::RecentFileSize = 10;
  11. //-----------------------------------------------------------------------------
  12. //
  13. // Event Snap
  14. //
  15. //-----------------------------------------------------------------------------
  16. $Pref::VerveEditor::Event::SnapToTime = true;
  17. $Pref::VerveEditor::Event::SnapToTimeThreshold = 100;
  18. $Pref::VerveEditor::Event::SnapToSiblings = true;
  19. $Pref::VerveEditor::Event::SnapToSiblingThreshold = 100;