Update macro.lua
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
end
|
end
|
||||||
--beep
|
--beep
|
||||||
if (name == "record_beep") then
|
if (name == "record_beep") then
|
||||||
table.insert(actions, {app="tone_stream",data="L=1;%(1000, 0, 640)"});
|
table.insert(actions, {app="tone_stream",data="L=1;%(2000, 0, 640)"});
|
||||||
end
|
end
|
||||||
--to listen to the recording press 1
|
--to listen to the recording press 1
|
||||||
if (name == "to_listen_to_recording") then
|
if (name == "to_listen_to_recording") then
|
||||||
|
|||||||
Reference in New Issue
Block a user