• Exiting the Preset Browser

    4
    0 Votes
    4 Posts
    1k Views
    C

    In regards to this problem, I had it and found a temporary workaround: how large is your instrument GUI? Setting my own to something large enough (in my case, 720x480) revealed the option to close the preset window on the upper right.

  • Preset folder not found bug

    11
    0 Votes
    11 Posts
    3k Views
    d.healeyD

    Ah okay, that makes sense

  • Text Colour Hex

    3
    0 Votes
    3 Posts
    1k Views
    d.healeyD

    I'm copying the font colours from my design in inkscape, which are provided as hex. I've tried using a hex to decimal conversion but that hasn't produced the same result that the JSON gives. My solution is to use the hex sliders in the colour picker and then copy what the JSON provides into my script - no big deal :)

  • Adjusting sample start position in one sample affects another

    5
    0 Votes
    5 Posts
    1k Views
    d.healeyD

    That makes sense, I can see how it will be a little tricky to solve

  • Changing sample's RR group

    4
    0 Votes
    4 Posts
    1k Views
    Christoph HartC

    Ah ok now I get it. It might be the case that if you say cancel it resets the group amount to 1, which would be pretty annoying. i'll take a look.

  • Getting out of the routing view

    2
    0 Votes
    2 Posts
    808 Views
    Christoph HartC

    Yes this is already fixed but I think I forgot to push this commit.

  • Velocity modulator invert button

    1
    0 Votes
    1 Posts
    602 Views
    No one has replied
  • Sample mapper CTRL+A Single Group

    4
    0 Votes
    4 Posts
    1k Views
    d.healeyD

    In the sample editor could you we have a read out in ms for the start mod? Or perhaps overlay a ms scale onto the waveform.

  • Iterator variable clashes

    3
    0 Votes
    3 Posts
    1k Views
    d.healeyD

    Yep that will work :)

  • Synth.sendController() crash

    2
    0 Votes
    2 Posts
    850 Views
    Christoph HartC

    Ah yes, I forgot a safe check... It's fixed now (Synth.addVolumeFade() was also crashing).

  • Build 647: ComboBox's Don't Work

    3
    0 Votes
    3 Posts
    1k Views
    Christoph HartC

    That's embarrassing. JUCE did change the internal handling for comboboxes in the last version. Should be fixed now.

  • Note Off by ID doesn't work on same note

    14
    0 Votes
    14 Posts
    5k Views
    Christoph HartC

    I'll need to read the MPE specs to get a full image of how it works, but internally I am using an own message format which allows a little bit more information than just the pure MIDI messages (eg. 256 MIDI channels etc). I think adding MPE support shouldn't be too hard. It's a kind of niche thing right now (apart from Bigwig I don't know any host that supports this yet), but in the future it will become interesting.

    But if I understand you correctly, even with the Linnstrument it's only one active note per MIDI channel? If that's the case, my assumption is still correct, I'll just need to add the storage for different channels (which I need to do anyway for any sort of multitimbral sampler).

  • Radio group controlled from another script

    5
    0 Votes
    5 Posts
    1k Views
    Christoph HartC

    Yeah, let me know how it works on Linux.

    I uploaded the new build version 647 anyway, so you don't have to build it for Windows.

  • Old project won't open in latest build

    17
    0 Votes
    17 Posts
    4k Views
    d.healeyD

    Aha! I just moved my external files and it loaded up no problem. It was crashing as soon as I opened the preset, no clicking on anything. So my next task is to narrow down which file is causing the crash and then which bit of code.

  • Voice count doubled

    2
    0 Votes
    2 Posts
    752 Views
    Christoph HartC

    Yes I introduced this glitch when I rewrote the voice count system but I think I already fixed it again (but I may have not uploaded the most recent changes).

  • Fade in timer callback crash

    10
    0 Votes
    10 Posts
    2k Views
    d.healeyD

    This issue seems to be fixed now :)

  • Synth.getAttribute() not recognised

    2
    0 Votes
    2 Posts
    835 Views
    Christoph HartC

    The Synth.getAttribute() method is working, but you need a getAttribute() method for connected modules, which was indeed missing. I added it for all module types.

    BTW, it is a bit more efficient (and more compact) to write toggle behavior like this:

    MidiMuter.setAttribute(0, 1.0 - MidiMuter.getAttribute(0));

    because you'll get away without branching...

  • Ghosting UI

    2
    0 Votes
    2 Posts
    841 Views
    Christoph HartC

    Yes this is a weird one. I also encountered it a while ago but I was too lazy to fix it - and I thought it was my crappy computer acting up :)

  • Table Envelope 0ms Crash

    2
    0 Votes
    2 Posts
    750 Views
    Christoph HartC

    Thanks for spotting this. I'll fix it for the next build. In the meantime you can just do this:

    TableEnvelope.setAttribute(0, Math.max(1, value));
  • Multi-mic issues

    16
    0 Votes
    16 Posts
    4k Views
    Christoph HartC

    It's online.

16

Online

2.0k

Users

12.7k

Topics

110.1k

Posts