Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ideoforms/isobar
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Jan 19, 2025
2 parents c35cd46 + da806c8 commit 4523890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2011-2020 Daniel John Jones
Copyright (c) 2011-2025 Daniel John Jones

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion isobar/timelines/clock_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self,
clock_target: Any = None,
tempo: float = DEFAULT_TEMPO,
ticks_per_beat: int = DEFAULT_TICKS_PER_BEAT):
self.link_client = link.Link(120)
self.link_client = link.Link(tempo)
self.link_client.enabled = True
self.link_client.startStopSyncEnabled = True
self.link_client.setTempoCallback(self.tempo_changed_callback)
Expand Down

0 comments on commit 4523890

Please sign in to comment.