Coder Social home page Coder Social logo

thezhe / soul-va2iplug2oos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iplug2/iplug2oos

1.0 1.0 0.0 1.55 MB

Create plugins from SOUL-VA using iPlug2OOS

License: MIT License

C++ 85.92% C 0.84% Makefile 0.18% Objective-C 0.11% Python 5.71% Shell 4.54% Batchfile 2.70%

soul-va2iplug2oos's Introduction

iPlug2OOS simplified for creating VST3/AUv2 plugins from SOUL-VA effects.

Features

  • Support for 64-bit Metal/Non-Metal and x86/arm64 Macs
  • SOUL code compiles pre-build when developing in Visual Studio

Use case

  • Compile SOUL to C++ and test GUI/VST3PluginTestHost locally
  • Release builds and unit testing using GitHub actions

Mac Distribution Folder

  • Default - VST3/AU built on NanoVG/Metal
  • Compatible -VST3/AU built on SKIA/CPU
  • Readme.txt

Secrets

This repo uses GitHub secrets for both sensitive information and convenience. Undefined secrets won't break your builds, but will break signing/notarization and auval tests.

auval

  • MFR_ID (same as PLUG_MFR_ID in each plugin's config.h file)
NOTE: This repo is geared towards effect plugins. If you are not making effects (e.g., you're making midi instruments, you need to change replace 'aufx' in .github/workflows/build-native.yml as well as change .cpp and .h files accordingly)

Mac Signing/Notarization

The following is information from an apple developer account in the Apple Developer Program.

  • APPLE_ID
  • APP_SPECIFIC_PWD
  • CERTIFICATES_P12: your Developer ID Application certificate converted from .p12 to base64 format
  • CERTIFICATES_P12_PASSWORD (your .p12's password)
  • CERT_NAME_HASH (your .p12's hash; find it by running security find-identity -v -p codesigning after the .p12 is imported)
  • TEAM_ID

soul-va2iplug2oos's People

Contributors

olilarkin avatar thezhe avatar jpauwels avatar

Stargazers

Shannon Matthews avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.