Skip to content

Commit

Permalink
Merge pull request #15 from togrupe/release/2.0.1
Browse files Browse the repository at this point in the history
Release/2.0.1
  • Loading branch information
togrupe authored Jan 6, 2023
2 parents 69a02c0 + 58f64ca commit 96a991f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dawsession/SessionCreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ def generate_hwout_item(channel):
def create_reaper_session(sheet):
project = Project()

project.props = [
["MASTERHWOUT", ""]
]

for item in sheet.get_channel_model():
track = Track()
name = item.get_name()
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

logging.basicConfig(filename='main.log', level=logging.DEBUG)

version = "2.0.0"
version = "2.0.1"

is_network_communication_allowed = dliveConstants.allow_network_communication

Expand Down

0 comments on commit 96a991f

Please sign in to comment.