@Orvillain There's a tutorial for creating your own custom Floating Tile, but it's geared towards UI Components: https://github.com/christophhart/hise_tutorial/tree/master/ExternalFloatingTileTest
Beta Testers
All developers participating in the HISE Betatest Program
Posts
-
RE: Custom filter graph output within a custom node?posted in C++ Development
-
RE: Loud click artifact when using ReleaseStart with looping enabledposted in Bug Reports
@observantsound Make a new project, add your sample to the project's Samples folder, load your snippet. Fix the errors then post the snippet again.
-
RE: Installing Hise on Mac Tahoeposted in General Questions
@Sampletekk Select build for profiling to build the release version.
-
RE: Volume Doesn’t Changeposted in General Questions
@justinfitzmusic have you added a velocity modulator to the Gain of the Sampler?
-
RE: Loud click artifact when using ReleaseStart with looping enabledposted in Bug Reports
@observantsound Just remove the square brackets from each end.
-
RE: Loud click artifact when using ReleaseStart with looping enabledposted in Bug Reports
@observantsound What settings are you using for the release start?
-
RE: [feature request] Network connectivity checkerposted in Feature Requests
@David-Healey so there's no way my server could be faster, especially since it is actually very slow...
-
RE: [feature request] Network connectivity checkerposted in Feature Requests
@ustk said in [feature request] Network connectivity checker:
Do you happen to understand the issue behind isOnline?
isOnline pings Google's server. On a slow connection this can time out. If the user is behind a firewall or in a country like China the request can be blocked entirely and just hang until it times out.
-
RE: [feature request] Network connectivity checkerposted in Feature Requests
@David-Healey that's a good point
But since I am having troubles anyway, I am currently releasing a new system so I'll use it and see. Since isOnline doesn't work for some people, I need a solution for them...
Do you happen to understand the issue behind isOnline?
Because I wonder if I shouldn't directly check if my own server is avail instead of google. in the end this is the only thing I need.
But perhaps the issue has a common ground no matter which website you check... And since I can't reproduce it...