• Disable Automatic MPE of Midi Controller Processors

    5
    0 Votes
    5 Posts
    544 Views
    bendursoB

    @d-healey Thanks! It's the modulation wheel. It makes sense because I just realized that the mod wheel on a normal midi keyboard does the same thing.

    Also I read the K-Board manual and it says that the pressure is sent to the mod wheel (CC1) but it can be changed to Channel Pressure massage with the software editor.

  • Automation issues - Ableton

    1
    0 Votes
    1 Posts
    172 Views
    No one has replied
  • Error During AUi/VSTi Export

    4
    0 Votes
    4 Posts
    595 Views
    N

    @Noahdeetz

    Hey @Christoph-Hart is this what you would recommend?

    Best,
    Noah Deetz

  • AU plugin set as 'My company' in Ableton

    3
    0 Votes
    3 Posts
    223 Views
    P

    @Lindon Ah I think it was the Company ID. That seems to have fixed it! Thanks.

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    16 Views
  • Look and Feel question.

    7
    0 Votes
    7 Posts
    990 Views
    CyberGenC

    @d-healey thank you for pointing me in the right direction.

  • Standalone Version popularity amongst your users?

    3
    0 Votes
    3 Posts
    535 Views
    virtuscapeaudioV

    @Christoph-Hart Makes sense and thanks for everything, legend

  • 0 Votes
    47 Posts
    7k Views
    virtuscapeaudioV

    @DanH Thank you, Dan!!!! I have a "great success!!" (-Borat voice) on my hands thanks to you!

    I had some initial trouble, but ChatGPT helped me correct it.

    I'm posting here incase it's useful to anyone at allScreen Shot 2023-11-14 at 10.36.57 AM.png
    Screen Shot 2023-11-14 at 10.37.11 AM.png

  • This topic is deleted!

    4
    0 Votes
    4 Posts
    34 Views
  • This topic is deleted!

    6
    0 Votes
    6 Posts
    16 Views
  • HISE Project Looking to Build a Team

    5
    2 Votes
    5 Posts
    1k Views
    A

    @HISEnberg Sounds great! I'll send a message your now.

  • Moving projects between Windows/Mac

    3
    0 Votes
    3 Posts
    188 Views
    P

    @d-healey Great, I'll use Git in that case. Thanks!

  • Container with parallel effects

    11
    0 Votes
    11 Posts
    1k Views
    B

    @Lindon

    oh my god, i get it! Now thats embarassing. Thank you so much!!

  • Server.downloadFile() - any extra error data?

    7
    0 Votes
    7 Posts
    339 Views
    LindonL

    @d-healey said in Server.downloadFile() - any extra error data?:

    @Lindon

    FileSystem.Downloads

    -- and Im going to assume this is user writable...

    Yes this should always be writable, otherwise it's a user issue :)

    😉

  • Difference between Engine.setZoomLevel and Settings.setZoomLevel?

    9
    0 Votes
    9 Posts
    533 Views
    Oli UllmannO

    @Christoph-Hart Ok, now it works. Thank you!

    const appData = FileSystem.getFolder(FileSystem.AppData); const settingsFile = appData.getChildFile("GeneralSettings.xml"); if(settingsFile.isFile()) Console.print("General Settings vorhanen"); else Settings.setZoomLevel(0.75);
  • Export Issue 'Building targets in manual order is deprecated '

    10
    0 Votes
    10 Posts
    2k Views
    N

    @maxtownsley

    Hey @Christoph-Hart has there been any fix to this yet or should I downgrade to 14.3?

    Figured it was worth it to check before downgrading.

    Best,
    Noah

  • Disable full screen mode

    Unsolved
    6
    0 Votes
    6 Posts
    844 Views
    ustkU

    @Evan-Splash @d-healey @Christoph-Hart Alright I've made a minimal pull-request (assuming no one needs it as Dave raised)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Adjust the fall rate (speed) of routing matrix meters?

    5
    0 Votes
    5 Posts
    528 Views
    gorangroovesG

    @d-healey Looking at the matrix output, it moves at the rate set by the floating tile.
    So, I guess the setting I was looking for was hidden in a weird place 😁

    Thank you for the tip!

  • JUCE 7

    4
    0 Votes
    4 Posts
    962 Views
    Christoph HartC

    I didn't know HISE made any modifications to JUCE.

    Mostly small getter / setter functions or other trivial things, but the most important change (which has no chance of getting pulled into the main JUCE codebase) is the addition of a custom Buffer for floating point values to be stored in the var class.

    The process of updating JUCE is rather annoying (and each time it introduces some weird glitches), so I only do it when there's a real reason for it (also my cheap ass doesn't have a JUCE 7 license yet)...

    Normally I'm doing these steps:

    Fork the master branch of JUCE exactly from the commit that I forked it into HISE Copy over the JUCE directory from the HISE repo. This mark all my changes in the git. Review them again, do some cleanup and discard the changes that are useless (sometimes I just remove an assertion that annoys me too much) Create a patch from my changes Copy the current JUCE version into HISE Apply the previously generated patch file to reapply the custom HISE changes (sometimes I need to resolve merge conflicts).

17

Online

2.2k

Users

13.5k

Topics

117.6k

Posts