• Controller 64 (Sustain Pedal)

    Solved
    4
    1 Votes
    4 Posts
    278 Views
    J

    Just tried with latest commit and can confirm that this bug is indeed fixed!

  • Tip: Hardcode Your Dev Environment Audio Setup

    1
    2 Votes
    1 Posts
    415 Views
    No one has replied
  • drawTablePoint - point size

    5
    0 Votes
    5 Posts
    280 Views
    T

    @d-healey ok, thank you!

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    6 Views
  • range

    5
    0 Votes
    5 Posts
    283 Views
    D

    @d-healey THX for the help, got it working!!!

  • AudioLoopPlayer rootNote

    13
    0 Votes
    13 Posts
    481 Views
    WaterSpoonW

    @Orvillain Great end to a long journey. i knew it would end up being a simple few lines of coding.

    Here is what i got working!!!

    This code will keep the root note set to 60 as new samples are loaded.

    Content.makeFrontInterface(600, 600); const var asp = Synth.getAudioSampleProcessor("Audio Loop Player1"); const var af = asp.getAudioFile(0); af.setContentCallback(function() { asp.setAttribute(asp.RootNote, 60); Console.print("Root note set to 60."); });
  • How to rotate only part of an svg?

    Solved
    9
    0 Votes
    9 Posts
    660 Views
    A

    @arcy well yeah, you can draw things and change them on the spot, as well as change them dynamically (based on knob value, counter for animations etc.)

    You could argue that the advantage to use SVG over local look and feel or paint routines is that it's easier to get shapes down but I would disagree, I find it easier to get things down progfamatocally with numbers and formulas than manually dragging elements around in figma or photoshop, especially if you define everything with constants, as that makes any changes super easy to make.

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    6 Views
  • Knob to change ms of a Timer

    10
    0 Votes
    10 Posts
    426 Views
    A

    @d-healey

    It'll take 10ms but you can easily choke the message threat of you're repainting a big surface and using blur.

    Also older CPUs might complain. VMs too.

  • Loop Player Root Note

    24
    0 Votes
    24 Posts
    2k Views
    T

    @paper_lung hi, If I remove the pitch detection in the source code, which note will be loaded as root note when I insert a sound?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Detect if two paths intersect

    6
    0 Votes
    6 Posts
    469 Views
    ulrikU

    @ericchesek well that's a better solution, well done!

  • Change VoiceLimit and VoiceAmount with a Button

    Unsolved
    26
    0 Votes
    26 Posts
    1k Views
    d.healeyD

    @meto396 Correct

    You can see in the API browser that function is part of the Sampler class

    7f65115e-337c-49c7-85e7-ef816fea4781-image.png

  • Change Filter Mod with a Knob

    Solved
    4
    0 Votes
    4 Posts
    301 Views
    M

    @ulrik Thank you this worked perfect!!!

  • Set Popup value to show on hover.

    4
    0 Votes
    4 Posts
    299 Views
    CyberGenC

    @aaronventure Oh this is perfect. Thank you very much for the detailed instruction. I'll dive into it and let you know how it goes.

  • Non Repeating Round Robin Help

    23
    0 Votes
    23 Posts
    1k Views
    OrvillainO

    @aaronventure All good points!

  • OSC for Crosstalk - one manager for sending, another for receiving?

    11
    0 Votes
    11 Posts
    730 Views
    D

    @aaronventure Glad you found a solution that works for your use case. The enduser would love this feature and would soon be complaining that KT doesn't have it. I think these are the kinds of VI problems that we've gotten accustomed to that really should have better behavior.

    Unfortunately, I am trying to find a reliable solution for crosstalk in realtime between a client and host plugins and have been pulling my hair out (ok, there isn't that much left to begin with) over these same OSC behaviors. I've about given up on it, but FWIW @Christoph-Hart I would also request looking into the mentioned behaviors, because they're very unexpected.

  • Multi-Channel Routing using scripts

    2
    0 Votes
    2 Posts
    275 Views
    G

    @Gnosis33 I was able to change the number of channels to 4 and now 4 channels are passed into the ScriptFX module but I'm not sure how to get the signals to route through the script in the processBlock.

  • Bipolar Global Envelope Intensity. How to set it -100 to +100?

    13
    0 Votes
    13 Posts
    750 Views
    LindonL

    @CyberGen I think we really need to have a serious re-visit of the idea of intensity when applied to targets - for instance I'd really like to be able to modulate the depth of these (so the part currently showing 0.54 :

    2472a328-a1fb-4587-8d64-8d6332c3d2df-image.png

    Yes Im sure I could use a cable with a callback - but still it'd be nice ot have it "just there"

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied

28

Online

1.8k

Users

12.1k

Topics

105.8k

Posts