Skip to content

Commit

Permalink
Saturday 2023-10-21 17:45:05 [dev-bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
jackokring committed Oct 21, 2023
1 parent 218b3c6 commit bcf952a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
on: [push, pull_request]

env:
rack-sdk-version: 2.3.0
rack-sdk-version: 2.4.1
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain

defaults:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Version: `RACK_VERSION.WORKING_MACHINES_COUNT.FIX_INCREMENT` supplied in tags. A

Current public version: [here](https://library.vcvrack.com/KRTPluginA) archives for older versions of the demos maybe available [here](https://github.com/jackokring/KRTPluginADemo).

Compiled with: `gcc (Debian 10.2.1-6) 10.2.1 20210110` or later. Any issues due to edge case optimizations of `float` may be corrected if they are problems.
Compiled with: `gcc version 12.2.0 (Debian 12.2.0-14)` or later. Any issues due to edge case optimizations of `float` may be corrected if they are problems.

Less technical: [Captain's log](https://jackokring.github.io/KRTPluginADemo/rocket.html) for less detail and more of an overview.

Expand Down
Binary file added plugin.so
Binary file not shown.

0 comments on commit bcf952a

Please sign in to comment.