Navigation

    Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    1. Home
    2. Christoph Hart
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Christoph Hart

    • Expansion Tutorial
      Blog Entries • • Christoph Hart  

      90
      9
      Votes
      90
      Posts
      741
      Views

      Definately
    • Supercharge HiseScript with SNEX
      Blog Entries • • Christoph Hart  

      11
      8
      Votes
      11
      Posts
      161
      Views

      @Christoph-Hart ok, just copy paste this git add . git commit -m "other DSP dev frameworks are death" git push
    • Notarisation for dummies
      General Questions • • Christoph Hart  

      62
      0
      Votes
      62
      Posts
      368
      Views

      Y

      @Lindon what do you call assigned plugin id? so precisely if it works on logic it will work everywhere ^^ I came back to the pkg problem. it is not possible for me to affix the certificate. it tells me that it cannot be used to sign a package or distribution because there is no associated private key. this story of notarization sincerely is really a crazy thing
    • BREAKING CHANGE: Removed workaround for inconstistent time variant modulation behaviour
      Bug Reports • • Christoph Hart  

      3
      9
      Votes
      3
      Posts
      93
      Views

      Yes someone else noticed that too in another thread.
    • New API: Server and FileSystem
      General Questions • • Christoph Hart  

      66
      9
      Votes
      66
      Posts
      869
      Views

      @dustbro I think you just need to do something like this: var folder = FileSystem.getFolder(FileSystem.Expansions).getChildFile("UserPresets"); FileSystem.browse(folder, false, "", function() {});
    • Scriptnode breaking changes
      Blog Entries • • Christoph Hart  

      6
      7
      Votes
      6
      Posts
      268
      Views

      M

      @Christoph-Hart said in Scriptnode breaking changes: core.pma (PMA stands for Parameter Multiply & Add) That node looks really interesting! I am very excited about this Scriptnode feature. I have been raving about it to my friends after my initial tests earlier today. I will for sure be reporting any bugs I come across in an effort to help get this to a stable state Also, regarding the naming 'PMA': I was just imagining myself scrolling through the node list trying to find this basic and most essential and common node required for dsp modulation and I would never think to check a node called core.pma. I think it might be worth considering a more obvious name for the node. a title more obvious to its function, such as "core.scale" or "core.*+" if that's possible. Or even "core.map" ? Just my initial thoughts.
    • PercX is released
      General Questions • • Christoph Hart  

      18
      8
      Votes
      18
      Posts
      664
      Views

      @mwplugs i can tell time stretching was implemented PercX doesn't use time stretching. It uses individual hits to create the loops.
    • Finally: Fully customize stock UI elements with a scripted LookAndFeel
      General Questions • • Christoph Hart  

      55
      8
      Votes
      55
      Posts
      1402
      Views

      A

      @Christoph-Hart Okay, so var it is.
    • API documentation suggestions
      Documentation • • Christoph Hart  

      1
      4
      Votes
      1
      Posts
      69
      Views

      No one has replied

    • SNEX - my next attempt at DSP prototyping
      Blog Entries • • Christoph Hart  

      12
      7
      Votes
      12
      Posts
      376
      Views

      you can also just compile the project snex_playground found in the tools subdirectory, it gives you the window without any actual audio processing but has a function plotter that draws the rendered signal.
    • Who uses AMD CPUs
      Bug Reports • • Christoph Hart  

      20
      1
      Votes
      20
      Posts
      571
      Views

      ?

      Pity it's a hard compile and no runtime check.
    • Support for mono-to-stereo
      Feature Requests • • Christoph Hart  

      8
      4
      Votes
      8
      Posts
      156
      Views

      F

      @Christoph-Hart Yeah in Logic pro X and Pro Tools, the stereo versions are not showing. Did you fix that?
    • New feature: Global Sample Path
      Blog Entries • • Christoph Hart  

      1
      3
      Votes
      1
      Posts
      160
      Views

      No one has replied

    • BREAKING CHANGE: Labels are not persistent by default anymore.
      General Questions • • Christoph Hart  

      8
      3
      Votes
      8
      Posts
      109
      Views

      I merged develop into master on May, the 2nd. After this nothing serious was done there, so yes, the MIDI fix should be in master: https://github.com/christophhart/HISE/commit/28cd62db5a0ff0fdb763469b3a7f30d869aca672#diff-92e91672213b28c75f3810b73b0329e5
    • I'll just leave this here
      General Questions • • Christoph Hart  

      23
      9
      Votes
      23
      Posts
      738
      Views

      @Christoph-Hart can't wait you rock man!!!!!!
    • Waveform Generator
      Documentation Discussions • • Christoph Hart  

      1
      2
      Votes
      1
      Posts
      194
      Views

      No one has replied

    • UI Components
      Documentation Discussions • • Christoph Hart  

      1
      0
      Votes
      1
      Posts
      202
      Views

      No one has replied

    • Simple copy protection done right :)
      Presets / Snippets • • Christoph Hart  

      119
      7
      Votes
      119
      Posts
      3962
      Views

      @Natan said in Simple copy protection done right : Anyone Has Scripted a Volume Muter And Attached To The Serial Protection? I Need This For Demo Purpose! So Users Can Use The demo And Register It Anytime They Get A Serial Number. Thank You yes its pretty easy to do - replace the MIDI Muter with a simple gain in the master effect chain (lets call it MuterGain). Set its gain level to -100dB, bypass it, and then in your authorisation refer to it instead of the midi muter.
    • Staiff's question
      General Questions • • Christoph Hart  

      4
      0
      Votes
      4
      Posts
      338
      Views

      That's what I thought. moreover, it would require the plugin to connect to the internet each time. Which could be embarrassing if the user uses the plugin without connection.