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

Updating some Ardura Plugins #22

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions src/plugins/ardura/Scrollscope/1.4.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Scrollscope
author: Ardura
homepage: https://github.com/ardura/Scrollscope
description: A simple scrolling oscilloscope in rust with multichannel inputs and an analyzer
date: 2024-07-12T07:00:00.000Z
license: gpl-3.0
tags:
- Effect
- Analysis
files:
image:
name: https://studiorack.github.io/studiorack-registry/plugins/ardura/Scrollscope/scrollscope.jpg
size: 109513
linux:
name: https://github.com/ardura/Scrollscope/releases/download/v1.4.1/Scrollscope_v141_linux_build.zip
size: 7528497
mac:
name: https://github.com/ardura/Scrollscope/releases/download/v1.4.1/Scrollscope_v141_macos_build.zip
size: 6925944
win:
name: https://github.com/ardura/Scrollscope/releases/download/v1.4.1/Scrollscope_v141_windows_build.zip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have forced these fields to be url instead of name for consistency.
So you just need to replace and it should pass the validations!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is fixed and now failing for a different error in validation

size: 6749313
27 changes: 27 additions & 0 deletions src/plugins/ardura/actuate/1.3.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Actuate
author: Ardura
homepage: https://github.com/ardura/Actuate
description: A Subtractive and Additive Synthesizer, Sampler, and Granulizer built in Rust + Nih-Plug
date: 2024-07-12T07:00:00.000Z
license: gpl-3.0
tags:
- Instrument
- Synth
- Sampler
files:
audio:
url: https://studiorack.github.io/studiorack-registry/plugins/ardura/actuate/actuate.flac
size: 3251736
image:
url: https://studiorack.github.io/studiorack-registry/plugins/ardura/actuate/actuate.jpg
size: 158795
linux:
url: https://github.com/ardura/Actuate/releases/download/v1.3.5/Actuate_v135_linux_build.zip
size: 8369198
mac:
url: https://github.com/ardura/Actuate/releases/download/v1.3.5/Actuate_v135_macos_build.zip
size: 6125534
win:
url: https://github.com/ardura/Actuate/releases/download/v1.3.5/Actuate_v135_windows_build.zip
size: 5573640
Loading