HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. ally
    3. Topics
    A
    • Profile
    • Following 1
    • Followers 0
    • Topics 19
    • Posts 83
    • Groups 0

    Topics

    • A

      Instant crash when loading Hardcoded Polyphonic FX in Slot FX

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      4
      0 Votes
      4 Posts
      163 Views
      Christoph HartC

      @ally the effect slot can only host master effects but good reminder to remove the polyfx from the list.

    • A

      Force Mono button in Synth Group?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      75 Views
      No one has replied
    • A

      pitch_mod node compile error

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      1
      0 Votes
      1 Posts
      91 Views
      No one has replied
    • A

      Phase modulation/distortion possible?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      91 Views
      No one has replied
    • A

      Toggling modulator polarity button from UI?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      348 Views
      d.healeyD

      Just came looking for this again and noticed Christoph solved this a couple of weeks ago - https://github.com/christophhart/HISE/commit/2057eb72499e0be24b8effe0e908588d40d8311d

      We now have Modulator.setIsBipolar() and Modulator.isBipolar()

    • A

      Global Modulator LFO introduces noise

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      165 Views
      No one has replied
    • A

      HISE ignoring script edits except on startup?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      1 Votes
      9 Posts
      569 Views
      A

      @Christoph-Hart Woohoo, perfect! Thank you!

    • A

      How to get unison to work with Scriptnode Synth?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      192 Views
      No one has replied
    • A

      Scriptnode square wave sounds really bad?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      432 Views
      Christoph HartC

      @ally using per voice oversampling is hugely ineffective so it‘s deliberately deactivated.

      You can enable a global oversampler with Engine.setMinimumSampleRate() if you need that but usually aliasing on the oscillator level should be fixed otherwise.

    • A

      IPP on Windows 11 with VS 2022

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      1k Views
      d.healeyD

      @ally Check out Aaron's post from a few days ago - https://forum.hise.audio/topic/9280/latest-ipp-2021-10-build-issues

    • A

      RNBO compilation errors on Windows

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      591 Views
      A

      Got this working, thank you everyone for your help! The fix was just updating Visual Studio past 2017. :)

    • A

      Remove 3 vertical lines from EQ Floating Tile?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      308 Views
      A

      @d-healey thanks!

    • A

      Logic Automation Scanning Issue

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      311 Views
      A

      @ericchesek Good thinking, it does appear to be that midi cc message(s).

      After extensive testing, I think it may be a bug or at the very least a less than ideal behavior.

      I downloaded some of the various Hise instruments that are linked on the main page of the Hise site as well as even bought a couple commercial releases that were made with hise.

      It appears that if in the MIX tab <> Auto Select Automation Parameters <> is on, the behavior in the video posted above happens.

      If you have that mode unchecked, it does not happen.

    • A

      SampleStartMod LAF?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      316 Views
      A

      @d-healey You know, I kept thinking "I wish there was a way to only have to compile the changes I made" during my many hours of waiting... Good to know that exists lol

    • A

      Dynamically setting setDraggingBounds?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      173 Views
      No one has replied
    • A

      Develop branch automatic codesigning on Mac?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      261 Views
      orangeO

      @ally

      To make it easier with just one step, just add --force to the signing code. So the signing code will be codesign --force -s ......

    • A

      Native M1 Mac exports

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      15
      0 Votes
      15 Posts
      727 Views
      A

      Thanks everyone for the clarification! Based on the general consensus I thought I'd successfully exported a universal binary (I had 2 versions of Xcode on my Big Sur computer, 10.3 and 13.2.1) and didn't have a way to check until I recently borrowed a fresh, Rosetta-less M1 laptop and it didn't work. In lieu of holding the laptop hostage, I looked into how to check on any Mac via Terminal:

      Export plugin Right click > "Show package contents" > Contents > MacOS > [plugin executable file] Type "lipo -archs " into Terminal and drag the executable in. Terminal returns "x86_64 arm64" if it's a universal binary and "x86_64" if it's Intel only.

      Mine were Intel only at first because HISE was using the older version of Xcode to export (I'm guessing because that's what I used to compile HISE itself), so I just had to open the autogenerated Xcode project in the newer Xcode version and export from there. Everything was already set up correctly in the file, so I assume you would not have these issues if your whole setup was not based on an older version of Xcode.

    • A

      Logic X "Thumbnail Generator" Crash?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      422 Views
      A

      @Casey-Kolb Coming back to say thanks! I replaced those 3 waveforms with pngs and that seems to have solved it. It wasn't super reliably replicable so won't be 100% sure till the plugin is released and people do or don't complain lol... but I haven't gotten the error again yet.

    • A

      UI display issues on Big Sur

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      232 Views
      d.healeyD

      @allyesw said in UI display issues on Big Sur:

      Would compiling HISE myself avoid this

      Maybe. But you should definitely build it yourself anyway because the prebuilt version is ancient.

      Build from either the master or develop branches.