Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argument types did not match #30

Open
inhahe opened this issue Jun 29, 2024 · 0 comments
Open

Argument types did not match #30

inhahe opened this issue Jun 29, 2024 · 0 comments

Comments

@inhahe
Copy link

inhahe commented Jun 29, 2024

After a few years of waiting for answers and also putting it off, I finally got renderman.dll to build (on Windows), but I'm having a problem.

Here's my code:

import librenderman as rm
engine = rm.RenderEngine(44100, 512, 512)
result = engine.load_plugin(r"D:\soundshop\vst\plugins\DSK_Saxophones_-_win64\DSK Saxophones - win64\DSK Saxophones.dll")
if not result: 
  print("plugin didn't load.")
  exit(1)

Here's the error I got:

Python argument types in
    RenderEngine.load_plugin(RenderEngine, str)
did not match C++ signature:
    load_plugin(class wrap::RenderEngineWrapper {lvalue}, class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant