Skip to content

Commit

Permalink
Update unique VST plugin ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Sep 16, 2020
1 parent 924b6a1 commit dd7a5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl Plugin for FuzzBall {
Info {
name: "Fuzz Ball".to_string(),
vendor: "Fake Industries".to_string(),
unique_id: 999666999,
unique_id: 46494642,
version: 1,
inputs: 2,
outputs: 2,
Expand Down

0 comments on commit dd7a5ee

Please sign in to comment.