mklingen / RiffusionVST

A VST plugin for Riffusion
MIT License
24 stars 4 forks source link

Expand README's installation instructions #1

Open mepc36 opened 1 year ago

mepc36 commented 1 year ago

I've never used JUCE before, so these instructions are blocking me right now:

Download and install [juce](https://juce.com/get-juce/download), including Projucer.
Build this plugin in visual studio after using projucer.

As I go about my installation project I will come back here and update with instructions for any other non-C++ devs like me out there.

mepc36 commented 1 year ago

Export button is grayed out in Projucer: Screenshot 2023-01-30 at 2 37 46 PM

mklingen commented 1 year ago

readme has been updated with more instructions, but nothing yet on how to export a project. Are you using mac, windows, or Linux?

I think this is okay, but you need to just save the project, and then select "open with IDE". Here's JUCE's documentation on this project creation tool:

https://docs.juce.com/master/tutorial_new_projucer_project.html

mklingen commented 1 year ago

on windows, I have this menu when I click "File".

image

I would do "Save project and open in IDE" and it might open in an IDE. The only exporter I have is Visual Studio 2022, but there might be other options on other platforms.

You should also see this in the modules page, if I configured this thing correctly. image