This website requires JavaScript.
Explore
Help
Sign In
ardour
/
livetrax
Watch
13
Star
0
Fork
0
You've already forked livetrax
Code
37,110
Commits
1
Branch
1
Tag
194
MiB
3715154a8e
Commit Graph
4 Commits
Author
SHA1
Message
Date
Robin Gareus
76c0f42ecb
Second round of Lua script API updates
2022-09-27 20:00:50 +02:00
Paul Davis
6481b555ea
lua: changes to a few Lua scripts because of Readable->AudioRedable and AudioRegion as IS-A AudioReader API changes
2021-08-13 12:51:29 -06:00
Robin Gareus
1a69bc4a96
Fix off by one in Lua scripts
...
Lua arrays (tables) start counting at one. Also `for i = a, b do .. end` is inclusive: a <= i <= b
2020-03-03 00:28:19 +01:00
Robin Gareus
180843f9bd
Also move Lua scripts to share subfolder
2020-02-23 20:48:02 +01:00