-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problem with transport and tuning in Logic (#1164)
LogicProX sends an AU Reset when play begins and ends; which does a set sample rate. set sample rate was not tuning aware so would drop tuning. Fix this problem by (1) makeing setsamplerate preserve tuning and (2) making the au call setsamplerate only at the appropriate time Closes #1163
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters