Skip to content

Commit

Permalink
Update ultraschall_developertool_MonitorParmModulation.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mespotine committed Oct 3, 2020
1 parent 5ab4e30 commit faf20c2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ function main()
tracknumber=A
fxindex=B
parmmodindex=C
Retval, TrackStateChunk = ultraschall.GetTrackStateChunk_Tracknumber(tracknumber)
FXStateChunk = ultraschall.GetFXStateChunk(TrackStateChunk)
OldParmModulationTable = ultraschall.GetParmModTable_FXStateChunk(FXStateChunk, fxindex, parmmodindex)
else
reaper.MB("Only numbers are allowed!", "Error", 0)
end
Expand Down

0 comments on commit faf20c2

Please sign in to comment.