[PR #13] [CLOSED] PhaseFlip, PurestPan #61

Closed
opened 2026-05-05 22:03:57 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/airwindows/airwindows/pull/13
Author: @benjohnson2001
Created: 4/25/2020
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/airwindows/airwindows/pull/13 **Author:** [@benjohnson2001](https://github.com/benjohnson2001) **Created:** 4/25/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`41264cc`](https://github.com/airwindows/airwindows/commit/41264cc88565bf3785806d64954f4e67f30bd3f4) PhaseFlip - [`37719b9`](https://github.com/airwindows/airwindows/commit/37719b99ec4d6882ab0e836d423cb69a86472aac) PurestPan ### 📊 Changes **104 files changed** (+21976 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description everything works on MacVST, did my best with inspection on MacAU but couldn’t build because my laptop is too new --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:03:57 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/airwindows#61
No description provided.