(48797133) LiveAPI scroll/zoom methods not working
Posted: Fri Mar 15, 2013 10:37 pm
Live.Application.Application.View.scroll_view()
In Arranger-View the Locator-Marker runs out of view without scrolling when scrolling horizontally. When you use left/right arrow-keys, everything works as expected. When scrolling vertically, Live goes through the tracks and even runs out of view without scrolling the vertical scrollbar. When using the arrow-keys on keyboard, the behaviour is the same.
In Clip-View this method doesn't work at all, although the m4l api reference manual says it should. - nothing happens.
used python syntax: self.application().view.scroll_view(nav.right, 'Detail/Clip', false)
When using arrow-keys, horizontal scrolling works as expected.
Live.Application.Application.View.zoom_view()
In Arranger-View, horizontal zooming works. When zooming vertically to enlarge the visible area of the selected track, automation curves and clipinfo will be displayed incorrect. It seems that this area isn't re-rendered.
In Clip-View this method doesn't work at all, although the m4l api reference manual says it should. - nothing happens.
python syntax: self.application().view.zoom_view(nav.right, 'Detail/Clip', false).
Horizontal zooming only works with +/- keys on Keyboard, vertical zooming not at all.
Cheers
MH
In Arranger-View the Locator-Marker runs out of view without scrolling when scrolling horizontally. When you use left/right arrow-keys, everything works as expected. When scrolling vertically, Live goes through the tracks and even runs out of view without scrolling the vertical scrollbar. When using the arrow-keys on keyboard, the behaviour is the same.
In Clip-View this method doesn't work at all, although the m4l api reference manual says it should. - nothing happens.
used python syntax: self.application().view.scroll_view(nav.right, 'Detail/Clip', false)
When using arrow-keys, horizontal scrolling works as expected.
Live.Application.Application.View.zoom_view()
In Arranger-View, horizontal zooming works. When zooming vertically to enlarge the visible area of the selected track, automation curves and clipinfo will be displayed incorrect. It seems that this area isn't re-rendered.
In Clip-View this method doesn't work at all, although the m4l api reference manual says it should. - nothing happens.
python syntax: self.application().view.zoom_view(nav.right, 'Detail/Clip', false).
Horizontal zooming only works with +/- keys on Keyboard, vertical zooming not at all.
Cheers
MH