pac-dev / protoplug

Create audio plugins on-the-fly with LuaJIT.
Other
285 stars 36 forks source link

Link to api is broken #25

Open boonier opened 5 years ago

boonier commented 5 years ago

From the plugin Help menu

pac-dev commented 5 years ago

Interesting, it works correctly on my side. It opens the local protoplugfiles/doc/index.html file. Try clicking on "File > Open Protoplug Folder", it should open the folder with all the scripts and the doc. Then open index.html in the doc subfolder (also to verify that your OS/environment has a default handler for the html filetype). This might help isolate what's not working. If everything above works, then maybe it's a platform-specific bug I missed depending on what OS you're running.

The API is also available online here. (That was also broken but is now fixed and should be unrelated to the problem you're describing).

boonier commented 5 years ago

Hmm I should qualify this is on macOs High Sierra, sorry! Your steps above seem to work fine for me, just the API reference menu item doesn't respond.

THanks p.s. Are you aware of any Lua DSP libs or examples other than what is included in the examples folder?