13
0
Go to file
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
cfgtool
doc update extracted documentation (js.gz) 2016-03-31 01:19:15 +02:00
export
gtk2_ardour add Lua bindings for Range Time Selection 2016-04-11 00:31:35 +02:00
headless
icons
libs update lua related doc, add missing bindings 2016-04-10 23:01:44 +02:00
mcp
midi_maps 2 new MIDI maps from sam tuke (https://github.com/samtuke/ardour-midi-maps) 2016-03-08 08:52:13 -05:00
msvc_extra_headers
MSVCardour3 When building with MSVC don't attempt to link to the 'old' lua libs (i.e. the static libraries) 2016-04-05 12:25:24 +01:00
MSVCMixbus3
MSVCvst_scan Modify our MSVC projects to build liblua as a DLL rather than a static lib 2016-04-04 16:40:20 +01:00
patches
patchfiles
scripts Add tom's additions to tom's loop and turn it into an Action Script 2016-04-11 00:04:53 +02:00
session_utils
templates
tools update lua class documentation scripts 2016-04-10 23:34:00 +02:00
vst
.dir-locals.el
.gitignore Add small llvm/libclang util to exctract doxygen comments 2016-03-24 22:54:20 +01:00
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru convert Russian man page from KOI8-R to UTF-8 encoding 2016-03-08 08:39:58 -05:00
COPYING
foo.cc
instant.xml
instant.xml.sae
Makefile
msvc32-fixup.pl
PACKAGER_README
README
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript add luadoc binary (developer tool) to dump lua bindings 2016-03-20 20:54:36 +01:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html