HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Dan Korneff
    • Profile
    • Following 1
    • Followers 7
    • Topics 197
    • Posts 2,678
    • Groups 1

    Dan Korneff

    @Dan Korneff

    1.2k
    Reputation
    1.6k
    Profile views
    2.7k
    Posts
    7
    Followers
    1
    Following
    Joined
    Last Online
    Website www.dankorneff.com
    Location New York

    Dan Korneff Unfollow Follow
    Beta Testers

    Best posts made by Dan Korneff

    • The ultimate multi-platform workstation

      I'm sure you guys know the situation... creating software for different platforms requires multiple computers. Not only do you need a Mac and PC, but you need multiple versions to test different operating systems and software updates. A few years back, I got tired of switching between multiple computers to get the job done, so I created triple boot PC/Hack/Linux machine. It works well. No complaints. Then I decided to upgrade my GPU to an RTX3090 for faster 3D rendering. It's quite a beast! The issue is MacOS does not work with Nvidia chips, so every time I wanted to boot up macos, I had to unplug my GPU. I also started to get annoyed by not being able to use multiple OS at one time. Powering down MacOS to use Windows can quickly get old.
      Since I'm relying heavily on virtualization to run my mini datacenter, I took a shot at creating a virtualized workstation. The result?
      Screen Shot 2021-11-22 at 1.38.33 PM.png
      One computer that simultaneously runs Monterey, BigSur, Win10, Win11, Linux desktop and Ubuntu server!
      I'm still in the testing stages, but it's working wonderfully. I've successfully exported plugins from HISE on each platform.
      The system is running on Proxmox. Not to be confused with things like VirtualBox or Parallels (which are type 2 hypervisors that run on top of an existing OS), Proxmox is a type 1 hypervisor. That means that your computer's actual hardware is divided up and given to each virtual machine.
      Since the allocation of hardware is sectioned off and given to a Virtual Machine, that means you need a computer with a bit of horsepower to use multiple operating systems at the same time, but you may already have what you need. Or worst case, You only run 1 OS at a time with full resources.
      By using some utilities like VirtualHere (share usb over ethernet) and Barriers (use one mouse/keyboard to control multiple computers) I'm able to use one set of hardware resources (usb sound card, dongles, etc) and share them with each computer. Each system sees the devices as if they are actually attached to the computer. No layer in between. The only downfall is since it's "directly attached", you can't share your sound card with multiple machines simultaneously.... I'm mean, that sounds like a nightmare anyway! hahahh
      Right now, the Mac virtual machines feel like they have a little bit of lag, so I'm going to have to install a GPU for those machines to use.
      If you guys are interested, I can post some details on building a machine like this.

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: vu meter

      It looks like you're trying to hook up a gain reduction meter to a dynamics module.
      here ya go! in 13 easy steps ☺
      I'm using "right click" auto complete as much as possible.

      #1 - Add Dynamics module

      1 - add dynamics.gif

      #2 - Create a reference to the module

      2 - create reference.gif

      #3 - Create a slider and add reference

      3 - add slider and create reference.gif

      #4 - create a timer

      4 - create timer.gif

      #5 - Create function for timer

      5 - create timer function.gif

      #6 - create variable to hold a reference of gain reduction

      6 - get reference to compressor reduction.gif

      #7 - convert reduction to dB

      7 - convert value to dB.gif

      #8 - set value of slider to gain reduction

      8 - set knob value to reduciton.gif

      #9 - set slider mode to decibel

      10 - set knob mode to decibel.gif

      #10 - Start Timer

      9 - start timer.gif

      #11 - test that reduction meter is working

      11 - test that gr meter is working.gif

      #12 - set slider image to your strip

      12 - set image to strip.gif

      #13 - test that strip is working

      13 - test meter.gif

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: Merry Christmas

      Merry merry everyone! ⛄⛄

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: The definitive feature request & bug fix roadmap

      I would love to have SideChain inputs available in the bus routing.

      https://docs.juce.com/master/tutorial_audio_bus_layouts.html

      posted in Feature Requests
      Dan KorneffD
      Dan Korneff
    • RE: Linking parameters to SNEX

      Finally had a second to make a quick video. I apologize for the poor quality and zero planning... but you get the idea

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: Have a nice christmas and new year vacation!

      🎄 🎄 🎄 🎄

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: Multi Instrument Host

      200.gif

      posted in Feature Requests
      Dan KorneffD
      Dan Korneff
    • RE: Still getting heap space problems

      I just ran into this when opening older projects on my new rig. Images and binary are way below 50mb.
      Did a little searching and found that this may happen if Visual Studio doesn't use the 64 bit toolset. I think it's some kind of global change between VS2017 and 2019.
      Manually setting the architecture in Environmental Variables fixed the problem for me.
      https://phoenixnap.com/kb/windows-set-environment-variable

      HEAPSPACE.png

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: Happy New Year Everyone!

      :person_cartwheeling_medium-light_skin_tone: :person_cartwheeling_light_skin_tone:

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: Multi Instrument Host

      giphy (1).gif

      posted in Feature Requests
      Dan KorneffD
      Dan Korneff

    Latest posts made by Dan Korneff

    • RE: LookandFeel not responding properly to mouse interactions

      @Christoph-Hart Performance is acceptable here. Thanks!

      posted in Bug Reports
      Dan KorneffD
      Dan Korneff
    • RE: LookandFeel not responding properly to mouse interactions

      @Christoph-Hart me too 😆😆
      But probably not nearly as much as you.

      posted in Bug Reports
      Dan KorneffD
      Dan Korneff
    • RE: Is the range warning indicator an issue for unscaled parameters?

      @ustk I've ignored them... wondering the same 😆

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: LookandFeel not responding properly to mouse interactions

      @Christoph-Hart the culprit is "isPluginParameter": 1

      posted in Bug Reports
      Dan KorneffD
      Dan Korneff
    • RE: Did anyone test plugins on macOS Tahoe 26?

      @d-healey Have you found any ways to install on Proxmox? Apparently, it's the last Intel compatible version, but I can't find a compatible loader yet.

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: LookandFeel not responding properly to mouse interactions

      @Christoph-Hart Here's a minimum script:

      HiseSnippet 1940.3ocsXrsaabikiSlh0ZWWzVzO.BgV.oTY4YjkcLpQPhutUquID4zKvHHK0LTRrhC4f4hc71lOj1+j8oc+Z1m6eP2C4bQbjjacMZzCRhm67bg7bX+HoGMNVFgrpc4sgTj0eydvshjIGLgvDndGhr9H6ClH8jbRBEeFiOEs+sgj3XpOxx5Q+cEUVq9Xj9yu778IbhviNCDB80RlG8TV.KYFz9u3DFmeLwmdIKvf5tunmmTbfjKSAK5Q1NnPh2TxX54DEYqXi9JR7Dj0SroC6RdZms82ryNa4r4lDGmcb8FRbd5NC21YmNaSF5Mzk10AY8AG4yRjQCRfMPLx5w6K8ucvD4MhLE70rX1PNUsvEM.zbF3ikbe0VTAEcvDF2uegqJFARo+LG2ixbbep8YLeVIbSGnBAdFGlNPqUpZdOph44ZZdNFl2RLIKCS5wYlzGaOvKhElLCixd9q18DIznQDHNYZJYzhVwYMaHHDmfIggeCyOYB9Y3scb1sVIzuhxFOIo.7ARPbhj1AjoziifEkhuQgDZMiql6Vql.hlwPjkhYhvzjKRgutLhErVseXsZqtwFO6O0OZQhO8hKNAu24GhO9niN88iVxUjzivwmt2wvxLOFW5weCmLBbXE9JuHJDu0jdpTNcOg+wTJuQycKECd.m4SihgUE72NhNlEC91iSEdILonQc+HxMuTlPhtMi75sviJPNtEVN76aBBP4UwvmqIQ3SVvJ5SRljo4BZBcuGDEQDio.cfNfP+awqm8OlnfHCZiAKL4hQihoprlNs2xTPjHuKmv7lJfTT.qSa24vVjD511AzRG36mTgoBxKUYnaaONkDU5OWUIIpvuzDV2zh9hbYZB6I5cy0DdJ8bYT.gy9WTeS6BPAxod8J1Zt6f.tLS32bGvijoBekCwDnZmRtZyWa3FWcbavlxNVrQ1OwsuYBCNwHPNkVtKYivMT5INczH1awOCruOudSrJ7aZ2ozKkGxhC4jayMLMPXO6B0ylD6S8XvduOGpU0wFM12go7X58Ur+lBbNqE6uec7ywt3urPUFwuLUPeqJ9cjXLSPa6KSgCGuTNHIhIF2npQzpp1ZBw4Ypa2L2pp9YONarf5qjbiRczBeE4JmW2RGJVmbUG8e6jC.9otGTbDQ8qWVTXFjTJZ33rEkD.okDe+8h7ZbUkb9MvcZgWJjrL+unBx6DAXTqWIGtkpRCNusLMRWaCEx6A4gfSDrmwzj8UIgwMJxOg8XycmOmagsStqSepPnaqRo1BaHm4JSyX7j269.SWv5vwIN6.dhxh+l6BNCvNVh+3j+HtCn3KHaYmE7Hmb+bHXMiF0sSjWSiv+3Op4wiCjQ8apKyVP8IPNZQ7X0hJrGpITTlUTk5whfyOeIwmkFabzUF6Ns6tKFtfZO+uOEtbKYBEtJPSIIFKnTnsoED0ATUKAe6bxZipG7YR52c2jd2AB2lZCa.D28z.vIR7Pn3eZIqif1NOhyYgwzFWU01Vux1t0blyxwl6hdhJUcdHu13fgHop8tFkIgvoKys6ZM+180244Jlg9JarWpRco9uj5k.2Mygc3bxL+NZyXoS2Ez7RnZqpDkw4NsVftNaAEfNZy5cy5kompIObVCd4sDoh25d+TPMZ1.Na3DgbXi5kHgNZbJjYAUf+.ZoMjFkvnwPKmA+iAWbdUdzUM0CX99bZeYLS0QT8uTY1sx8Y0gNoBG.WqqA6VBF5fAfrNbUnAsPCN.P2JrquGAfpu0pDLDHBhgqiB6E.ysnP+J3tRe5HRJOAGOEjdIsbl.pvuTpnZFzaTmqo01LkMQ267b.SjRdBKTwsQwXl2lSulxwikv0hfiFpCTnB4oiW2z.Xw8APLQeRDzRNjnqzPI1vp3Tyfoz0rv4LAkFSekvWdFQ.a5pRIP5qY6P3x3gTdcybixHlJjtP2vE88pndsZuqnwVrTbtLgdgnQyZ+.b946pgmG0nQKEmJ+IRx4znkhVMKZzuEiMDoACoQsxZEojPXdqpCwYe2CwYNioWV5rAgRQOAK4hPp3tl7DkWCnF3K2p.RSzi68g4i6kMJ.h4ql0qzEizFc9r1+yQi9e+Gzq5cHIgTHJPpypp.XGRuFlbOaRxUsOjFOMQFpoMHTJT1f0mduT7aAOhkZ79aK9S05RyWKnnnTA6m+I0m+8yCLeigu6+B0hyV9YuHqNDjrMTGhTYaYlqNaCoKl..efetBxpjLgjWFgr1v9OTYDZgpGkTsxk5RJdTOtxrhGT0ZlJ7VDv6AdxOY16und9kCGzGEVH0d9YiyW3oMZJQortcbccgu5toAFk2YyM2Zqt.TzhuYvGYelzOEzV0mvP8PO4HTQLy2MPMtu.hj2Z9PP+o8tF2WS7is6yR7lrbabkkXiPZ+6CaL+0fVy9nQifKhmYfO193u88yS+ffK9SfLzyHv8NpJgySCF.QZOJncg.FVSU2sh5vir0NE0gCfNRzK9U3SNRW0ZqbjtEHQADuH4a7xNxQ8dS+EMDvlD5T6UsOSsF6V4bFTd0N6MddUE0BL14gx3lOTF69PYbqGJia+PY7oOTF242mQ0qStWZhLHqrAgNq+Q56ErrNRPfLPc1J5+C3jSIoG
      
      posted in Bug Reports
      Dan KorneffD
      Dan Korneff
    • RE: LookandFeel not responding properly to mouse interactions

      @Christoph-Hart ugh... your right. The snip works fine. Gonna narrow down the combination now.

      posted in Bug Reports
      Dan KorneffD
      Dan Korneff
    • RE: Did anyone test plugins on macOS Tahoe 26?

      Support Tickets are starting to roll in for this. Something is definitely broken. Gonna load up Tahoe and see what's up

      posted in General Questions
      Dan KorneffD
      Dan Korneff
    • RE: LookandFeel not responding properly to mouse interactions

      @d-healey Reaper/Cubase/ProTools pc/mac

      posted in Bug Reports
      Dan KorneffD
      Dan Korneff
    • RE: LookandFeel not responding properly to mouse interactions

      Standalone is unaffected.

      posted in Bug Reports
      Dan KorneffD
      Dan Korneff