Menu

#3 Bug when using the Converter class

head
closed-fixed
5
2014-10-24
2004-07-27
No

When creating a Converter sub class with an
extractPatch(...) which return only one Patch it won't
work.

Nothing is done.

JSynthLib version is from the newest CVS main branch.

Discussion

  • Joachim Backhaus

    • status: open --> closed-fixed
     
  • Joachim Backhaus

    Logged In: YES
    user_id=299446

    Found the problem:

    In core.SceneFrame.java and core.LibraryFrame.java
    there is an if clause:
    if (patarray.length > 1) {

    this has to be replaced with
    if (patarray.length > 0) {

    Done that.

     
  • Joachim Backhaus

    • assigned_to: nobody --> jbackhaus
     

Log in to post a comment.