vanderlokken / rust-vst-gui

An extension to the 'rust-vst' crate to create VST plugin GUIs
MIT License
41 stars 14 forks source link

Update to vst 0.2, allow custom window size #6

Closed andersforsgren closed 3 years ago

andersforsgren commented 4 years ago

This fixes issue #3 and also updates the vst dependency to the latest (0.2)

vst-0.2 is unfortunately a breaking change for existing users of rust-vst-gui so I suggest bumping the version of rust-vst-gui to 0.2.0 to match.

Boscop commented 3 years ago

@vanderlokken It would be great if you could merge this :)

vanderlokken commented 3 years ago

Done. Not gonna lie, I'm actually quite surprised this whole library turned out to be useful for someone :)

Boscop commented 3 years ago

Yeah, it's very useful for VSTs that need a basic GUI with input fields etc. Something that doesn't have to look professional but can't be done with the built-in GUI. Also printing status messages to the user.