//----------------------------------------------------------------------------- // Verve // Copyright (C) - Violent Tulip //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- // // Recent Files // //----------------------------------------------------------------------------- $Pref::VerveEditor::RecentFileSize = 10; //----------------------------------------------------------------------------- // // Event Snap // //----------------------------------------------------------------------------- $Pref::VerveEditor::Event::SnapToTime = true; $Pref::VerveEditor::Event::SnapToTimeThreshold = 100; $Pref::VerveEditor::Event::SnapToSiblings = true; $Pref::VerveEditor::Event::SnapToSiblingThreshold = 100;