Obey snap setting for MIDI stuff.
[ardour.git] / gtk2_ardour / imageframe_socket_handler.h
index 5af182441786f1dba3102eb084b141fa91fe5448..3a87f5bf718e446a2267e37fa9bbe0acc4e97c55 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_gtk_imageframe_socket_handler_h__
@@ -195,7 +194,7 @@ class ImageFrameSocketHandler : public sigc::trackable
                 * @param src the identity of the object that initiated the change
                 * @param item the time axis item whos position has changed
                 */
-               void send_imageframe_view_position_change(jack_nframes_t pos, void* src, ImageFrameView* item) ;
+               void send_imageframe_view_position_change(nframes_t pos, void* src, ImageFrameView* item) ;
                
                /**
                 * Send a Image Frame View item duration changed message
@@ -204,7 +203,7 @@ class ImageFrameSocketHandler : public sigc::trackable
                 * @param src the identity of the object that initiated the change
                 * @param item the item which has had a duration change
                 */
-               void send_imageframe_view_duration_change(jack_nframes_t dur, void* src, ImageFrameView* item) ;
+               void send_imageframe_view_duration_change(nframes_t dur, void* src, ImageFrameView* item) ;
                
                /**
                 * Send a message indicating that an ImageFrameView has been renamed
@@ -234,7 +233,7 @@ class ImageFrameSocketHandler : public sigc::trackable
                 * @param src the identity of the object that initiated the change
                 * @param item the time axis item whos position has changed
                 */
-               void send_marker_view_position_change(jack_nframes_t pos, void* src, MarkerView* item) ;
+               void send_marker_view_position_change(nframes_t pos, void* src, MarkerView* item) ;
                
                /**
                 * Send a Marker View item duration changed message
@@ -243,7 +242,7 @@ class ImageFrameSocketHandler : public sigc::trackable
                 * @param src the identity of the object that initiated the change
                 * @param item the time axis item whos position has changed
                 */
-               void send_marker_view_duration_change(jack_nframes_t dur, void* src, MarkerView* item) ;
+               void send_marker_view_duration_change(nframes_t dur, void* src, MarkerView* item) ;
                
                /**
                 * Send a message indicating that a MarkerView has been renamed