Skip to content

Commit

Permalink
to 0.7.1
Browse files Browse the repository at this point in the history
fixed tab issue
  • Loading branch information
forgery810 committed Apr 6, 2022
1 parent 5f7fb62 commit 7001bc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions device_presonusatomsq.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# name=Presonus Atom SQ
# Author: ts-forgery
# Version 0.7.0
# Version 0.7.1

import device
import mixer
Expand Down Expand Up @@ -65,7 +65,8 @@ def OnUpdateBeatIndicator(data):
steps.reset_bar_count()

def OnIdle():
"""called by FL whether or not in play"""
"""called by FL whether or not in play"""

if transport.isPlaying() == True and Modes.mode == 1 and config.options['follow_step']:
Modes.mode_init()
device.midiOutMsg(144, 0, get_led_step(), 127)
Expand Down
1 change: 1 addition & 0 deletions version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

-done-

# fixed tab error 0.7.1
# accumulator is now under alter mode 0.7.0
# fixed lighting issue when mute/selected channels used with more than 16 channels 0.6.9
# fixed shifter bugs 0.6.9
Expand Down

0 comments on commit 7001bc5

Please sign in to comment.