I wanted to ask if a file path is “D:\Scripting _ Practice\Tech Readers\TECH rider example_classified.json”
write a lua script in ardour to get this json content in lua program and print it.
write code in such a way that it works scripting window of ardour
local f = io.open ("D:\Scripting _ Practice\Tech Readers\TECH rider example_classified.json", "r")
for line in f:lines () do
print (line)
end
2 Likes
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.