mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 14:16:00 -06:00
[PR #13] [CLOSED] PhaseFlip, PurestPan #61
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/airwindows#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/airwindows/airwindows/pull/13
Author: @benjohnson2001
Created: 4/25/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
41264ccPhaseFlip37719b9PurestPan📊 Changes
104 files changed (+21976 additions, -0 deletions)
View changed files
📝
plugins/LinuxVST/CMakeLists.txt(+2 -0)➕
plugins/LinuxVST/src/PhaseFlip/PhaseFlip.cpp(+76 -0)➕
plugins/LinuxVST/src/PhaseFlip/PhaseFlip.h(+56 -0)➕
plugins/LinuxVST/src/PhaseFlip/PhaseFlipProc.cpp(+48 -0)➕
plugins/LinuxVST/src/PurestPan/.vs/Console4Channel64/v14/.suo(+0 -0)➕
plugins/LinuxVST/src/PurestPan/.vs/VSTProject/v14/.suo(+0 -0)➕
plugins/LinuxVST/src/PurestPan/PurestPan.cpp(+125 -0)➕
plugins/LinuxVST/src/PurestPan/PurestPan.h(+68 -0)➕
plugins/LinuxVST/src/PurestPan/PurestPanProc.cpp(+270 -0)➕
plugins/MacAU/PhaseFlip/English.lproj/InfoPlist.strings(+0 -0)➕
plugins/MacAU/PhaseFlip/Info.plist(+28 -0)➕
plugins/MacAU/PhaseFlip/PhaseFlip.cpp(+197 -0)➕
plugins/MacAU/PhaseFlip/PhaseFlip.exp(+1 -0)➕
plugins/MacAU/PhaseFlip/PhaseFlip.h(+113 -0)➕
plugins/MacAU/PhaseFlip/PhaseFlip.r(+61 -0)➕
plugins/MacAU/PhaseFlip/PhaseFlip.xcodeproj/christopherjohnson.mode1v3(+1359 -0)➕
plugins/MacAU/PhaseFlip/PhaseFlip.xcodeproj/christopherjohnson.pbxuser(+136 -0)➕
plugins/MacAU/PhaseFlip/PhaseFlip.xcodeproj/christopherjohnson.perspectivev3(+1484 -0)➕
plugins/MacAU/PhaseFlip/PhaseFlip.xcodeproj/project.pbxproj(+490 -0)➕
plugins/MacAU/PhaseFlip/PhaseFlip.xcodeproj/project.xcworkspace/contents.xcworkspacedata(+7 -0)...and 80 more files
📄 Description
everything works on MacVST, did my best with inspection on MacAU but couldn’t build because my laptop is too new
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.