Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[make] (WIP) Fix Supercollider engine on Windows #73

Open
wants to merge 16 commits into
base: v2
Choose a base branch
from

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    7a3d948 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge pull request VCVRack#62 from sleexyz/v2

    Fix extension handling to work with the V2 SDK.
    mxa authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    739c0f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    1bd7942 View commit details
    Browse the repository at this point in the history
  2. Fixes Vult engine.

    modlfo committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    7f7199e View commit details
    Browse the repository at this point in the history
  3. Fixes LuaJIT engine on Mac OS.

    In order to make LuaJIT work on Mac it is necessary to update to LuaJIT 2.1.
    modlfo committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f55a07d View commit details
    Browse the repository at this point in the history
  4. [makefile] Update Vult header URL

    Using the v2 branch as this is the current version of VCV Rack
    SteveRussell33 authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    017f843 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96d6305 View commit details
    Browse the repository at this point in the history
  6. [makefile] Update supercollider to v3.13

    Updated PR VCVRack#59
    Conversation VCVRack#59 (comment) still relevant
    SteveRussell33 authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ac2b9f4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request VCVRack#71 from SteveRussell33/supercollider313

    [makefile] Update supercollider to v3.13
    mxa authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    2fb8164 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebdf8df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e79676 View commit details
    Browse the repository at this point in the history
  10. Merge pull request VCVRack#69 from SteveRussell33/vult

    [makefile] Update Vult header URL
    mxa authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    213614c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    1594197 View commit details
    Browse the repository at this point in the history
  2. Merge pull request VCVRack#72 from SteveRussell33/v2

    Update PureData (libPD) to v0.13.2
    mxa authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    52d0ff7 View commit details
    Browse the repository at this point in the history
  3. [make] (WIP) Fix Supercollider engine on Windows

    ```make dep``` build works on Windows.
    Currently the ```make dist``` step for the SC engine part of the module fails.
    Can be built successfully on Mac, Linux untested.
    SteveRussell33 authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    3de4a7e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    73052e1 View commit details
    Browse the repository at this point in the history