Results 1 to 7 of 7

Thread: [VB6] VbVst - VST2.x framework for VB6.

  1. #1

  2. #2
    Fanatic Member
    Join Date
    Jun 2016
    Location
    España
    Posts
    630

    Re: [VB6] VbVst - VST2.x framework for VB6.

    very good work.
    I haven't had much time to test it.
    I found a problem with the ctlKnob control when compiling.
    Overflow error in the two projects VbTrickGlitch and VbDebugVst.

    Code:
    Public Sub Refresh()
        fValue = (m_lValue - m_lMin) / (m_lMax - m_lMin)
    greetings The Trick good job as always

  3. #3

  4. #4
    Fanatic Member
    Join Date
    Jun 2016
    Location
    España
    Posts
    630

    Re: [VB6] VbVst - VST2.x framework for VB6.

    the problem is in ctlUI and not in ctlKnob.
    can't open user control or frmMain or compile.
    always overflow error.

    windows 10 vb6 8176 i dont have sp6

    a greeting

  5. #5

  6. #6
    Fanatic Member
    Join Date
    Jun 2016
    Location
    España
    Posts
    630

    Re: [VB6] VbVst - VST2.x framework for VB6.

    thank you very much now it works fine.
    Your plugin system is very interesting. I'll investigate it.
    You have a simpler version to understand it.
    a greeting crack

  7. #7

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width