Skip to content

Commit

Permalink
Merge pull request #5 from MiguelGuthridge/migue/features
Browse files Browse the repository at this point in the history
Minor Improvements
  • Loading branch information
MaddyGuthridge authored Feb 12, 2022
2 parents 1b48943 + 603ce0a commit e883b70
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 27 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"flmidimsg",
"ieventpattern",
"ivaluestrategy",
"matttytel",
"launchkey",
"mappingstrategy",
"Maudio",
Expand Down
48 changes: 24 additions & 24 deletions common/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

# Version info
VERSION = (0, 2, 0)
VERSION = (0, 2, 1)

# Sub versions
VERSION_MAJOR = VERSION[0]
Expand Down Expand Up @@ -47,29 +47,29 @@ def getVersionString() -> str:
}

ASCII_HEADER_ART = """
'
';;'
;;'
',;/\\/;, ,L,
,\FFFFFFFFFF; ;L'
;FFFFFFFFFFFFFFF/;;;,, ',,;;;;;/;;'
.FLL\LFFFFFFFFFFFFFFFFFFLL;;,.'' ',L,
;//;/FFFFFFFFFFFFFFFFF\ L;
;FFFFFFFFFFFFFFFFF/ 'L/
';LFFFFFFFFFFFFFFFFL ';L,
.;;;.'/LFFFL\;;,;LL\FF/ ./L,
.;;,' '.' ;; ,; ;L/,
',;,' ;' ,\\;
.;;. ,,';\\;'
.;;' ';L\/,
;;' ',/\L;'
;/ ',;/\/,'..
/; '.,;///;;. ,'
,;;;;;;//;;,. ,
.'
..
'.' '''
'.''
'
';;'
;;'
',;/\\\\/;, ,L,
,\FFFFFFFFFF; ;L'
;FFFFFFFFFFFFFFF/;;;,, ',,;;;;;/;;'
.FLL\LFFFFFFFFFFFFFFFFFFLL;;,.'' ',L,
;//;/FFFFFFFFFFFFFFFFF\ L;
;FFFFFFFFFFFFFFFFF/ 'L/
';LFFFFFFFFFFFFFFFFL ';L,
.;;;.'/LFFFL\;;,;LL\FF/ ./L,
.;;,' '.' ;; ,; ;L/,
',;,' ;' ,\\\\;
.;;. ,,';\\\\;'
.;;' ';L\/,
;;' ',/\L;'
;/ ',;/\/,'..
/; '.,;///;;. ,'
,;;;;;;//;;,. ,
.'
..
'.' '''
'.''
"""

# The starting point for control change parameters in plugins
Expand Down
2 changes: 1 addition & 1 deletion common/defaultconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# until after initialisation (workaround for a bug in FL 20.9.1)
"delay_enquiry": True,
# How long to wait until the fallback device recognition method is used.
"detection_timeout": 10.0,
"detection_timeout": 3.0,
# Associations between device name (as shown in FL Studio) and device id
# to register (listed in class under getId() function)
# This can be used to skip using universal device enquiry messages, if
Expand Down
2 changes: 1 addition & 1 deletion device_eventforward.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# name=Universal Event Forwarder
# url=https://github.com/MiguelGuthridge/Universal-Controller-Script
# url=https://forum.image-line.com/viewtopic.php?f=1994&t=274277
"""
device_eventforward
Expand Down
2 changes: 1 addition & 1 deletion device_universal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# name=Universal Controller
# url=https://github.com/MiguelGuthridge/Universal-Controller-Script
# url=https://forum.image-line.com/viewtopic.php?f=1994&t=274277
# receiveFrom=Universal Event Forwarder
"""device_universal.py
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit e883b70

Please sign in to comment.