Skip to content

Commit

Permalink
Add IOMutex to IO Operations
Browse files Browse the repository at this point in the history
  • Loading branch information
devinroth committed Aug 8, 2020
1 parent ba30813 commit 0408213
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BlackHole.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
INFOPLIST_FILE = "$(SRCROOT)/BlackHole/BlackHole-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 0.2.6;
MARKETING_VERSION = 0.2.7;
PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = driver;
Expand All @@ -349,7 +349,7 @@
INFOPLIST_FILE = "$(SRCROOT)/BlackHole/BlackHole-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 0.2.6;
MARKETING_VERSION = 0.2.7;
PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = driver;
Expand All @@ -369,7 +369,7 @@
INFOPLIST_FILE = "$(SRCROOT)/BlackHole/BlackHole-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 0.2.6;
MARKETING_VERSION = 0.2.7;
PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = driver;
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.7] - 2020-08-08
### Changed
- Improved Logarithmic Volume Control
- Various updates to README.

### Added
- Added IOMutex to IO operations

## [0.2.6] - 2020-02-09
### Changed
- Fixed BlackHole buffer allocation error when switching audio devices from DAW.
Expand Down

0 comments on commit 0408213

Please sign in to comment.