Giter Site home page Giter Site logo

Comments (10)

mzuther avatar mzuther commented on May 31, 2024

Which version did you try - 2.6.1 or 2.2.0? And which version of Windows are you on? 32 or 64 bit?

from k-meter.

Coirt avatar Coirt commented on May 31, 2024

I'm on version 2.6.1
Sorry forgot to add that.

Windows 7 Pro 64bit

from k-meter.

mzuther avatar mzuther commented on May 31, 2024

I haven't got a clue why this happens and I also don't use Reason myself. Have you tried version 2.2.0? The code is mostly the same, it may just look a little different.

from k-meter.

Coirt avatar Coirt commented on May 31, 2024

I'm going to try older builds. The only thing I can think of is the buffer size of K-Meter. Reason uses 64 for internal buffer to process real time audio. There is no way to change that it uses 64 for CV modulation. The clicks/pops are like buffer clicks/pops. Reason has got a changeable buffer size but it makes no difference what it is on because the internal is stuck on 64.

from k-meter.

mzuther avatar mzuther commented on May 31, 2024

This sounds like a possible solution. I guess you can code, as you have just forked K-Meter. If this is the case, open "plugin_processor.cpp" and try to change lines 58 and 70 from "nTrakmeterBufferSize(1024)" to "nTrakmeterBufferSize(64)". K-Meter runs this way, although it does not match its specs.

Otherwise, please send me a private message with your email address and I'll send you a test build.

from k-meter.

Coirt avatar Coirt commented on May 31, 2024

Oh okay Thanks. Actually just learning how to code very green! I have no idea how to make a build if I changed anything.

Line 49 is the only one with nTrakmeterBufferSize(1024) in plugin_processor.cpp on build 2.6.1

from k-meter.

mzuther avatar mzuther commented on May 31, 2024

Hi Coirt,

this is just a short reminder that I haven't forgotten you.

I have just been able to reproduce the problem which is a first step in fixing the issue. I'm also fairly confident that I have a solution in mind, but as it is quite complicated, you will still need patience. Possibly a lot... :)

Best,

Martin

from k-meter.

Coirt avatar Coirt commented on May 31, 2024

No worries Martin, Thanks. Have not had a lot of time to produce lately, learning Java.

from k-meter.

mzuther avatar mzuther commented on May 31, 2024

Hi Coirt,

I have released K-Meter 2.8.0 which fixes the problem for me. Could you please try it and report back?

Thanks,

Martin

from k-meter.

mzuther avatar mzuther commented on May 31, 2024

No answer yet, so I consider this issue fixed. Feel free to open this again if you still have problems.

from k-meter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.