Skip to content

Commit

Permalink
released version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeful committed May 17, 2020
1 parent b32981a commit 731f3e7
Show file tree
Hide file tree
Showing 15 changed files with 116 additions and 408 deletions.
8 changes: 4 additions & 4 deletions native/app/Source/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ class Application {
}
}

static var ignoreNextVolumeEvent = false

private static func setupDeviceEvents () {
AudioDeviceEvents.on(.outputChanged) { device in
if device.isHardware {
Expand All @@ -218,7 +220,7 @@ class Application {
}
}
AudioDeviceEvents.on(.muteChanged, onDevice: Driver.device!) {
selectedDevice.mute = Driver.device!.mute
Application.dispatchAction(VolumeAction.setMuted(Driver.device!.mute))
}

AudioDeviceEvents.onDeviceListChanged { list in
Expand Down Expand Up @@ -390,9 +392,7 @@ class Application {
Application.dispatchAction(VolumeAction.setGain(newGain, false))
}
}

static var ignoreNextVolumeEvent = false


private static func killEngine () {
engine = nil
}
Expand Down
359 changes: 0 additions & 359 deletions native/app/Source/Audio/Outputs/AUGraphOutput.swift

This file was deleted.

Loading

0 comments on commit 731f3e7

Please sign in to comment.