Giter Club home page Giter Club logo

adc2021-workshop's Introduction

ADC 2021 Workshop: Getting Max out of Max with gen~

First steps

Make sure you have Max 8 installed. You'll also need a C++ compiler and CMake.

Get a copy of this code.

  1. Into ~/Max 8/Documents/Packages, clone this repository.
  2. cd into the root of this repository.
  3. Fetch the JUCE git submodule with
git submodule update --init --recursive

Instructions for export

In Max:

  1. In the Max host patcher, select the [gen~] object. In the inspector window, change the export_name attribute to gen_export.
  2. Back in the patcher window, create a [message] object. In the message, type exportcode. Connect the message to the [gen~] object.
  3. Click the message (in a locked patcher, or with Cmd/Ctrl pressed). This should prompt Max to ask where you should export the code. Choose the source/export directory of this repository.

In a terminal:

  1. cd into this repository.
  2. mkdir build && cd build
  3. Generate the CMake project with cmake ../source.
  4. Build the code with cmake --build --config Release .

Your VST should be created inside of build/GenFreeverb_artefacts/VST3.

Other notes

  • If you'd like to rename your VST export, you can do so at the top of source/CMakeLists.txt as instructed by the comments.
  • The main thing to notice about the export is that JUCE is essentially wrapping the gen_export.h methods, namely gen_export::perform().

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.