Files
ardour/gtk2_ardour
Robin Gareus 96d0e099bd add Lua bindings for Range Time Selection
```lua
print (Editor:get_selection ().time:start ())

for ar in Editor:get_selection ().time:iter () do
  print (ar.id, ar.start, ar._end)
end
```
2016-04-11 00:31:35 +02:00
..
2016-02-22 15:31:24 -05:00
2015-10-23 02:14:03 +11:00
2016-03-05 16:27:48 +01:00
2016-03-05 16:27:48 +01:00
2016-03-30 07:26:36 -04:00
2016-02-22 15:12:11 -05:00
2015-10-27 11:15:34 +01:00
2016-02-23 15:43:03 +01:00
2015-10-27 11:15:34 +01:00
2016-03-07 17:11:47 +01:00
2016-01-31 22:18:49 -06:00
2016-03-31 01:16:07 +02:00
2016-03-31 01:16:07 +02:00
2015-10-23 02:14:03 +11:00
2016-01-08 14:22:02 +01:00
2016-02-27 16:02:36 -05:00
2015-10-05 22:15:17 +02:00
2016-02-23 22:22:19 +01:00
2015-10-30 15:55:27 +01:00
2015-10-30 15:55:27 +01:00