Skip to content

Commit

Permalink
Update One Small Step 0.9.1 > 0.9.2 (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTalagan authored Feb 17, 2024
1 parent 77108f3 commit ad86ded
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions MIDI Editor/talagan_OneSmallStep.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
@description One Small Step : Alternative Step Input
@version 0.9.1
@version 0.9.2
@author Ben 'Talagan' Babut
@license MIT
@metapackage
Expand All @@ -25,6 +25,7 @@
[main=main,midi_editor] talagan_OneSmallStep Change note len.lua > talagan_OneSmallStep Change note len - 1.lua
[main=main,midi_editor] talagan_OneSmallStep Cleanup helper JSFXs.lua
[main=main,midi_editor] talagan_OneSmallStep Commit.lua
[main=main,midi_editor] talagan_OneSmallStep Playback.lua
[nomain] talagan_OneSmallStep/classes/*.lua
[nomain] talagan_OneSmallStep/images/*.lua
[nomain] talagan_OneSmallStep/talagan_OneSmallStep Engine lib.lua
Expand All @@ -35,9 +36,7 @@
@screenshot
https://stash.reaper.fm/48222/OSS%200.9.1.png
@changelog
- [Feature] Added playback (rewind and play) action (n measures)
- [Feature] Added playback marker support
- [Feature] Added Keyboard Press mode
[Bug fix] The Playback script was not indexed
@about
# Purpose
Expand Down Expand Up @@ -791,7 +790,7 @@ function ui_loop()

-- Since we use a trick to give back the focus to reaper, we don't want the window to glitch.
reaper.ImGui_PushStyleColor(ctx, reaper.ImGui_Col_TitleBgActive(), 0x0A0A0AFF);
local visible, open = reaper.ImGui_Begin(ctx, 'One Small Step v0.9.1', true, flags);
local visible, open = reaper.ImGui_Begin(ctx, 'One Small Step v0.9.2', true, flags);
reaper.ImGui_PopStyleColor(ctx,1);

if visible then
Expand Down

0 comments on commit ad86ded

Please sign in to comment.