Skip to content

Commit

Permalink
#12 ReplayGain unit view skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-venugopal committed Aug 17, 2024
1 parent adbcb7c commit ff25189
Show file tree
Hide file tree
Showing 6 changed files with 342 additions and 23 deletions.
18 changes: 17 additions & 1 deletion Aural.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,8 @@
3ED373DB2C70CC8100836511 /* ReplayGainUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ED373DA2C70CC8100836511 /* ReplayGainUnit.swift */; };
3ED373E42C70D99400836511 /* ReplayGainUnitDelegateProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ED373E32C70D99400836511 /* ReplayGainUnitDelegateProtocol.swift */; };
3ED373E62C70DA4800836511 /* ReplayGainUnitDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ED373E52C70DA4800836511 /* ReplayGainUnitDelegate.swift */; };
3ED373EB2C70E4F500836511 /* ReplayGainUnit.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3ED373EA2C70E4F500836511 /* ReplayGainUnit.xib */; };
3ED373ED2C70EBB400836511 /* ReplayGainUnitViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ED373EC2C70EBB400836511 /* ReplayGainUnitViewController.swift */; };
3ED65A532C45BA3000859677 /* PlayerViewController+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ED65A522C45BA3000859677 /* PlayerViewController+Actions.swift */; };
3ED65A552C45BAD000859677 /* PlayerViewController+Theming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ED65A542C45BAD000859677 /* PlayerViewController+Theming.swift */; };
3ED8E74A281482C9002E313F /* TableImageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ED8E749281482C9002E313F /* TableImageCell.swift */; };
Expand Down Expand Up @@ -2086,6 +2088,8 @@
3ED373DA2C70CC8100836511 /* ReplayGainUnit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReplayGainUnit.swift; sourceTree = "<group>"; };
3ED373E32C70D99400836511 /* ReplayGainUnitDelegateProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReplayGainUnitDelegateProtocol.swift; sourceTree = "<group>"; };
3ED373E52C70DA4800836511 /* ReplayGainUnitDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReplayGainUnitDelegate.swift; sourceTree = "<group>"; };
3ED373EA2C70E4F500836511 /* ReplayGainUnit.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ReplayGainUnit.xib; sourceTree = "<group>"; };
3ED373EC2C70EBB400836511 /* ReplayGainUnitViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReplayGainUnitViewController.swift; sourceTree = "<group>"; };
3ED65A522C45BA3000859677 /* PlayerViewController+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PlayerViewController+Actions.swift"; sourceTree = "<group>"; };
3ED65A542C45BAD000859677 /* PlayerViewController+Theming.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PlayerViewController+Theming.swift"; sourceTree = "<group>"; };
3ED8E749281482C9002E313F /* TableImageCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableImageCell.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4427,15 +4431,16 @@
3E3633E12685FB2C006A88ED /* EffectsUnitViewController.swift */,
3E2D09DB2AD4C5430062D3C9 /* RenderQualityMenu.xib */,
3E2D09DA2AD4C5430062D3C9 /* RenderQualityMenuViewController.swift */,
3EC793832B7466DC00AF7E9E /* SheetView */,
3ECFA87B2AE1EAC9001096DC /* Container */,
3EC793832B7466DC00AF7E9E /* SheetView */,
3E6C100525CEB98600BF0D07 /* Master */,
3E6C0FF725CEB98600BF0D07 /* EQ */,
3E6C0FEE25CEB98600BF0D07 /* PitchShift */,
3E6C100125CEB98600BF0D07 /* TimeStretch */,
3E6C0FFD25CEB98600BF0D07 /* Reverb */,
3E6C101525CEB98600BF0D07 /* Delay */,
3E6C100D25CEB98600BF0D07 /* Filter */,
3ED373E92C70E49200836511 /* ReplayGain */,
3ECBF3042619D55F00AD5C30 /* AudioUnits */,
3E9D706D27C1DDFB00CAC4F1 /* Devices */,
3E68727226A9CC5900BD1057 /* Views */,
Expand Down Expand Up @@ -5286,6 +5291,15 @@
path = Master;
sourceTree = "<group>";
};
3ED373E92C70E49200836511 /* ReplayGain */ = {
isa = PBXGroup;
children = (
3ED373EA2C70E4F500836511 /* ReplayGainUnit.xib */,
3ED373EC2C70EBB400836511 /* ReplayGainUnitViewController.swift */,
);
path = ReplayGain;
sourceTree = "<group>";
};
3ED5090228472A35001A190A /* Utils */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -5622,6 +5636,7 @@
3EC079422B7848A3008CB68C /* MenuBarPlayQueue.xib in Resources */,
3E25B65627F7875700D10A5F /* PlayQueueSimpleView.xib in Resources */,
3EC079472B78549F008CB68C /* MenuBarSettings.xib in Resources */,
3ED373EB2C70E4F500836511 /* ReplayGainUnit.xib in Resources */,
3E6C12ED25CEBE8100BF0D07 /* DelayUnit.xib in Resources */,
3E6668B82ADB651500BBD119 /* ThemeSetup.xib in Resources */,
3E51F346262AFDCA0048452F /* ThemesManager.xib in Resources */,
Expand Down Expand Up @@ -5684,6 +5699,7 @@
3E02194C2C23490E00865AC2 /* CoverArtCache.swift in Sources */,
3E6C0EC325CEB3ED00BF0D07 /* AppDelegate.swift in Sources */,
3EF28DBB2694E46B005D5B43 /* AppMode.swift in Sources */,
3ED373ED2C70EBB400836511 /* ReplayGainUnitViewController.swift in Sources */,
3E0218212C23490E00865AC2 /* BookmarksDelegateProtocol.swift in Sources */,
3E02187C2C23490E00865AC2 /* PlaylistNotifications.swift in Sources */,
3E02192E2C23490E00865AC2 /* WMParser.swift in Sources */,
Expand Down
Binary file not shown.
Loading

0 comments on commit ff25189

Please sign in to comment.