Search found 1 match

by JaneVanceek
Wed Nov 22, 2023 10:50 am
Forum: Module Designer
Topic: Help including a Csound API library in java
Replies: 5
Views: 16773

Re: Help including a Csound API library in java

Surround the code inside your Initialize method with a try-catch block to catch any exceptions and print out the stack trace. This will give you more information about what's causing the issue.

@Override
public void Initialize() {
try {
// add your own code here
csnd6.csoundInitialize(csnd6 ...

Go to advanced search