HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. CyberGen
    • Profile
    • Following 0
    • Followers 0
    • Topics 102
    • Posts 445
    • Groups 0

    CyberGen

    @CyberGen

    I only know that I know nothing.

    73
    Reputation
    70
    Profile views
    445
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    CyberGen Unfollow Follow

    Best posts made by CyberGen

    • One-Click Fold All Component List and Module Tree sub-menus/groups/containers.

      Hello HISEaholics,

      I'd like to propose a simple time-saver.

      A one-click option to fold all Component List panel submenus and Module Tree groups/containers.

      Additionally, it would be great if they remained closed after recompilation. As of now, they reopen upon recompilation.

      It could be as simple as Shift + click on a submenu arrow to close/open all of them.

      Upvote if you need this as much as I do!

      Cheers!

      posted in Feature Requests
      CyberGenC
      CyberGen
    • RE: Next HISE Developer Hang

      Hi,

      There are many technical topics I’d like you guys to cover. However, as a musician who got into HISE primarily to develop tools for personal use—and someone still on the fence about releasing anything commercially—I’d like to propose dedicating some time to discussing the state of the audio tools business.

      I understand that the main goal of these meetings is to focus on HISE’s technical aspects, and the amazing folks in the forum have been great at answering any questions I’ve had so far. But I’d be very interested in hearing you discuss the business side of things.

      Looking at today’s audio tool ads, you’ll often see absurd discounts (70%-80%), even for top brands. This raises the question: is it profitable at all?

      Perhaps the more experienced among us could share insights about what it’s really like. Here are some of the questions I’d ask:

      • What kind of tools do you release?
      • Which ones have sold well, and which haven’t?
      • How many units has your top-selling product sold?
      • What pitfalls would you warn against?
      • I imagine most companies are one-person operations, but do you hire help occasionally?
      • What other tools (besides HISE) do you rely on in your workflow to release a product?
      • Which services and fees do you pay monthly or yearly to keep things running?
      • What kind of copy protection do you use, if any?
      • Do you release for mobile platforms?
      • What DAWs do you prioritize or release for?
      • What back-end servers do you use?
      • What is your pricing model: one-time purchase, subscription, or something else?
      • How do you advertise? Do you create your own ads or pay "content creators"?
      • Which platforms have yielded the best results, and which ones have been a waste of money?

      I'm looking forward to the meet.
      Cheers!

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Filter Display bug... is it fixed yet

      @Christoph-Hart Tested it, works perfectly here! :folded_hands_light_skin_tone:

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Wavetable Index at 100% Kills Sound

      @CyberGen New findings update: Even though changing the slices setting had initially yielded positive results, it was not solving the problem 100% of the time for me. After much trial and error I found a better fix by going into the sample editor window and moving the sample end just a few cycles short from the very end. This has been giving me consistent wavetable all the way to the end.

      Hope this helps. Cheers.

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Next HISE Developer Hang

      @d-healey This is really helpful info David. Much appreciated. Thanks.

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Next HISE Developer Hang

      @clevername27 Yes! Exactly. This is the kind of guidance I believe so many of us are hoping to hear during the group call. Posts like this are not often seen in the forum itself, even though these issues affect all of us who are releasing or considering releasing products. Thank you—more of this, please!

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Engine.saveUserPreset() no confirm dialog

      @aaronventure Oh, I see now.

      "CONFIRM_PRESET_OVERWRITE=0" no semicolon at the end.
      :beaming_face_with_smiling_eyes:

      It works now.
      Thank You.

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Look and Feel question.

      @aaronventure trace is more for like properties, I mean something like (see below) but instead of this customized code, the original or default look and feel code. It would be so useful as a starting point reference.

      //	ALERT WINDOW
       	laf.registerFunction("drawAlertWindow", function(g, obj)
      		{
      			Console.print(trace(obj));
      
      			var a = obj.area;
      			var mA = [a[3]*0.01, a[3]*0.01, a[2]*0.99, a[3]*0.99];
      			g.setColour(Colours.darkgrey);	
      		 	g.drawRect(mA, 1);
      		});
      
      posted in General Questions
      CyberGenC
      CyberGen
    • RE: HISE performance slowing down when using SVG project?

      @d-healey Is pretty straight forward, below an example.

      David, thank you again.

      I will change all my paths to stings, its going to take me a minute. I'll let you how it goes.

      Cheers!

      //	GLARE 1
      	g.beginLayer(0);
      	g.gaussianBlur(a[3]*0.04);
      	g.setColour(Colours.withAlpha(Colours.white, 0.9));	
      	glarePath.loadFromData(glarePathData);
      	g.fillPath(glarePath, glareArea);
      	g.endLayer();	
      
      
      posted in General Questions
      CyberGenC
      CyberGen
    • QWERTY Keyboard Octave - setKeyPressBaseOctave - Feature Request

      Hello,

      I'm moving this from a general question into a feature request.

      Kindly requesting a way to change the base octave triggered by the QWERTY keyboard into HISE. This would be very useful for when you don't have a midi keyboard at hand and need to input notes directly from the computer-keyboard. "Z" and "X" are a very popular choice for + and - one octave. I've also seen apps that use the keyboard numbers for direct octave jump.

      Below the original topic.
      Re: Computer Keyboard Octave

      Thank you.

      posted in Feature Requests
      CyberGenC
      CyberGen

    Latest posts made by CyberGen

    • RE: Script Processor component state does not load with preset.

      @d-healey said in Script Processor component state does not load with preset.:

      Maybe it's the order of your scripts, put the secondary script below the Interface script.

      So, I was able to move the glide/arp script below the interface one. Unfortunately, the problem persists. I can't think of a reason why it would work inside of HISE and not in the compiled version. Any other suggestions?

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Script Processor component state does not load with preset.

      @d-healey Let me experiment moving things around a bit. Maybe a can split things up. I'll get back to you. I do think the solution could be there.

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Script Processor component state does not load with preset.

      @d-healey said in Script Processor component state does not load with preset.:

      Maybe it's the order of your scripts, put the secondary script below the Interface scrip

      I've thought about that, but I believe that is not an option for me. I've tried that in the past (not because of this issue) and nothing works. That processor handles arpeggiator and glide functionality.

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Script Processor component state does not load with preset.

      @d-healey yeah, that is the way I have all the controls linked. But that does not seem to automatically recall the state of the non-UI script for me. Even recalling all the controllCallbacks post load only works inside HISE but not in the exported app.

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Script Processor component state does not load with preset.

      @d-healey sorry, so when I link a control from the property editor, It takes over the controlCallback and only operates the linked component but does not run the controlCallback. Is there any other way to link them without loosing the controllCallback?

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Script Processor component state does not load with preset.

      @d-healey in doing that don't I loose the other parts of the controlCallback for that knob in the UI?

      posted in General Questions
      CyberGenC
      CyberGen
    • Script Processor component state does not load with preset.

      Hi,

      I have a script processor that handles arpeggiator and glide functionality. The components in this processor do not load their values when a preset is loaded, unlike the UI script. I’ve tried using customLoadSave and encountered the same issue. Looking for a solution, I created a callback that invokes all the control callbacks from an object after loading a preset. This works in the HISE editor but does nothing in the compiled application.

      I’ve put together a minimal snippet with a couple of knobs to demonstrate the problem.

      I think there might be a bug here, but I’m not sure. Can you help me confirm?

      thx.

      HiseSnippet 751.3oc0V0saSCCE1tqdhVfASvCPubCMgZZ65ZEWvX8GnZzsJxXh6lbcbVrVhcjiyfJDuI7vviDuAfcR1RKsZqqZfD4hHcNG+4yWN9ymSFIEDZTjPBfkOYRHE.eDxdBW40wCy3fAcAvMPCwQJprRpqClDhihnN.Hbs2Zb.KUDj77yWe.1GyIzbW.voBFg9dV.Sk6cz9Gx786icnmvBlZ0M1e.Qv6H7EwZ9rFpJHDSt.eN8HrYYEPf2gi7.vWfp4NlTycu5srZa0duFssr1s03FUqQb1sc85Mq63VqEtYKMn064vTBosBqnQ5M8.gyDaOwm4oI3TVDarO0XXAr0YN0MniGy2YzUEmH..VbTdoZszR0yQCYNrq8mWxdZRfJ4HltnAKbSTx5NPoBSQohoTZSjMQxBU4QL74YYdyYj0LTJMJ.9cTE2XNQwD7JB9QBE8X9VaW9qkKU9akmKjq6Bi0QvURguOUtvvlib4MAbKdbvXpbmJWh8ioWuP8m3r0MzxU2zJJEkqlZgB9.NScbHMyd9JKnSJHcMFlwJ8RUIU3Mxpk19LGpDvbLG2inZWdTI1+PtXLHg4SeK.7wAcwJ7U6mdq0oKjJULyWBrK8R8sjzSvRntznKThvj0FDJ3Fh.Kt7Y+KSm4IyPikUv7Pz.MKktX8k4EIT9AJ6y3kA3Kn8kZiqArUspU2oh901u5+Gwz52Who9BeGSs5dQX8j7ig+85p+L42IYktCnvI1GqlssnYfQV.8wzLRKSx3QL0joGnbG5UV8F6UtrTbSzHlh3sXNVXAbzzF9u.Gylv7XTOWWJQkSvhn9eZUGmbKo+ChXEie9PrRxzG1nihCr0ShITc14bpuomKrfQDmZW0Xap.1TtShwuzOYAsL1vrfVWEDDfIRwYjTouYF1CR7n4DOYFeI8OansqXMuVOPOR8LBY1sZNf0VUf0WUfMVUf6tp.atp.2aUA151AZ9im2DqDAoWa.fgi5kzaBB6wwZEXhZE7a.EOM24A
      
      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Wavetable Synth Hard Sync?

      @DanH Unfortunately no. I requested it as a feature a some point. If I recall correctly @Christoph-Hart replied "I wouldn't hold my breath" suggesting it was not feasible. I have no idea how it works but I believe a new wavetable synth with dual oscillators would be required. Would be great to have it though. I'm still hopeful.

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Channel Amount Mismatch

      @T-B-Guang Having this same problem with no obvious reason. Trying this in a new tester project. only a few samples. sampler channels are the same as master channels. Have you found a solution?

      posted in General Questions
      CyberGenC
      CyberGen
    • RE: Loading Wavetables from Expansions

      @bendurso thank you for this.

      posted in General Questions
      CyberGenC
      CyberGen