Plugin Audio Engine Not Working
-
@d-healey Sent via the chat feature, should be a MediaFire link with the project folder zipped inside
-
@FPSzky said in Plugin Audio Engine Not Working:
i've confirmed works with MIDI-enabled FX plugins by testing a plugin ive made a while back
Midi learn isn't working in your project for me either.
This plugin you used to confirm, have you compiled that with the same version of HISE you're using to compile the project you sent me?
-
@FPSzky Nope, the one i used to confirm used a pre-built binary available for download on the hise website, the one i'm using was built from source on the latest commit, as my plugin uses Faust, and that's not enabled by default on the pre-builts
-
Rebuild the plugin you're using for testing with the same version of the source code as you're currently using and see if it still works.
Also check if that project has any preprocessor definitions set in project preferences that you're not using in your current project.
-
@d-healey I copied the parameters on the project preferences from the one that worked, and still nothing. although the one that works compiled and worked just fine, who knows whats going on with this project. On another note, is it possible to export UI data the same way you can with ScriptNode? I feel like making a new project would fix things, somehow.
-
@FPSzky If you put all the components into a panel. Then you can select the panel in the component list and press J on your keyboard. This will open the JSON view. You can select everything in there and copy it. Then in the new project you add a panel, press J, and paste.
-
@d-healey Even with the new project it didnt work, i really dont have a clue of whats causing it to misbehave this badly
-
@FPSzky said in Plugin Audio Engine Not Working:
Even with the new project it didnt work
But you recompiled the old project and it did work?
-
@d-healey Yeah, it weirdly did, and everything from how both handle midi in ScriptNode and the project settings are equal to the one that works.
-
@d-healey sigh Alright, i figured it out. I didn't tick the "IsPluginParameter" box on the buttons and knobs. It works fine now. facepalm
again, thanks for your patience, i appreciate it. you earned yourself a place in the "credits" screen of the plugin, which i need to figure out how to code so it shows up when a small button is pressed.
The buttons do show up now as MIDI-controllable, but still no sound is happening (almost like a full bypass), but that i'll figure out in a bit...