View Issue Details

IDProjectCategoryView StatusLast Update
0000762ardourbugspublic2008-11-20 23:38
Reporternmains Assigned Topaul  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Summary0000762: unable to select 'snap to smpte frames'
Descriptionselecting smpte frames as the snap type results in the snap type being set to 'none'.
Additional Informationthis patchlet fixes the buglet.
TagsNo tags attached.

Activities

2004-11-10 03:17

 

snap_bugletje.diff (474 bytes)   
--- ../Desktop/ardour/gtk_ardour/editor.cc	2004-10-28 13:59:35.000000000 +1000
+++ gtk_ardour/editor.cc	2004-11-10 14:18:09.000000000 +1100
@@ -3799,6 +3799,8 @@
 		snaptype = SnapToRegionBoundary;
 	} else if (choice == _("Region syncs")) {
 		snaptype = SnapToRegionSync;
+	} else if (choice == _("SMPTE Frames")) {
+		snaptype = SnapToSMPTEFrame;
 	} else if (choice == _("SMPTE Seconds")) {
 		snaptype = SnapToSMPTESeconds;
 	} else if (choice == _("SMPTE Minutes")) {
snap_bugletje.diff (474 bytes)   

paul

2004-11-15 12:45

administrator   ~0001595

patch applied to paul's code; CVS commit later today. thanks for the patch.

Issue History

Date Modified Username Field Change
2004-11-10 03:17 nmains New Issue
2004-11-10 03:17 nmains File Added: snap_bugletje.diff
2004-11-15 12:45 paul Status new => resolved
2004-11-15 12:45 paul Resolution open => fixed
2004-11-15 12:45 paul Assigned To => paul
2004-11-15 12:45 paul Note Added: 0001595
2008-11-20 23:38 seablade Status resolved => closed