Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Web Interfaces/rxfx_Turing-complete.www
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@description Turing-complete controller
@author Rek's Effeks
@version 0.alpha2
@version 0.1beta
@provides
[main script] rxfx_Turing-complete/rxfx_Turing-complete - Cycle track record arm.lua
[main script] rxfx_Turing-complete/rxfx_Turing-complete - Set time selection from markers.lua
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@


function SendTempo()
currentPos = reaper.GetPlayPosition()
ta1, ta2, ta3, ta4, newTempo, ta5, ta6, ta7 = reaper.GetTempoTimeSigMarker(0, reaper.FindTempoTimeSigMarker(0,currentPos))
newTempo = reaper.Master_GetTempo()
reaper.SetExtState("Fanciest","CurrentTempo",tostring(newTempo), false)
end

SendTempo()
SendTempo()
Loading
Loading