]> git.sesse.net Git - nageru/blobdiff - theme.lua
Ask the Lua script for number of channels.
[nageru] / theme.lua
index fbe2cbf4e0b0c7f3b31da707e0514a1757b5375c..82339f8d33db7c03d9fb8c51f1b6060373cef6b9 100644 (file)
--- a/theme.lua
+++ b/theme.lua
@@ -30,7 +30,7 @@ simple_chain:finalize(false);
 -- Returns the number of outputs in addition to the live (0) and preview (1).
 -- Called only once, at the start of the program.
 function num_channels()
-       return 0;
+       return 2;
 end
 
 -- Called every frame.