Dear @Christoph-Hart would it also be possible to add the cursor type property to sliders as well?
Posts
-
RE: setMouseCursor consistency
-
RE: fadeComponent - values other than 0 1
Hence the feature request :-) fadeComponent has been working very well for me so far, it would just be great to have a quick and easy way to achieve fades to semi-transparent states like this.
-
RE: fadeComponent - values other than 0 1
@d-healey seems like CSS and LAF can't live together, can they?
-
RE: fadeComponent - values other than 0 1
@bendurso yeah, I know. fadeComponent is just much faster, doesn't require timers, and works with stuff other than paint routines like images etc.
-
fadeComponent - values other than 0 1
It would be fantastic if the fadeComponent would allow values other than 0 and 1, this way we could easily animate objects into semi-transparent states. Would it be very complicated to extend the functionality of this, @Christoph-Hart ? I'm thinking about being able to set the value to 0.5, 0.75 and so on.
-
RE: Voice amount and soft limit don't work when group XFades are enabled
@Christoph-Hart I think the thing is, the mulitmics actually break it. It works fine without multimics.
-
RE: Voice amount and soft limit don't work when group XFades are enabled
@Christoph-Hart you're right, my bad, I'm using multiple mic positions, too. I just reproduced it with this configuration - group xfades AND multimic - but I also found a walkaround, so it might be a semantic error. If I want a mono synth behaviour, setting the soft limit to 2 works properly, but I don't think it's actually a correct behaviour? If I get it right:
- if I have 8 round robins with xfade enabled and play a key, HISE should report 8 voices playing, right?
- multimics are handled in some other way so I guess they're not included in the count?
- anyway, if one key gives me 8 voices, setting the voice limit to 16 and soft limit to 8 would mean that essentially, the sampler should allow just one key to sound, and play that with all 8 voices
Now, this doesn't work with multimic samples. If I set the soft limit to 2, it works correctly, but should it? There are 8 rr xfade groups.
-
RE: Voice amount and soft limit don't work when group XFades are enabled
@Christoph-Hart it's very easy to reproduce, actually:
- add a sampler, load two samples in, and set each to a different RR group - sample 1 goes to group 1, sample 2 goes to group 2. You can streatch them out so that both cover the same key range.
- enable group xfade
- set the voice limit to 4 and soft limit to two
- bang on as many notes on the keyboard as you wish - the limit logic won't work
-
RE: Voice amount and soft limit don't work when group XFades are enabled
@Christoph-Hart it would be great if the voice management would work with group xfades :-)
-
RE: global.mod node not working in a Global Modulator on Global Modulators after 35
@Christoph-Hart could you please take a look at this?
-
global.mod node not working in a Global Modulator on Global Modulators after 35
I have a rather complicated project with multiple scriptnode global modulators assigned to different parameters. Some global modulators use data from other global modulators using the global.mod node.
I just found out that if there are more than 34 global modulators, in next global modulators (so global modulator 35, 36, 37 and so on), the global.mod node will not receive modulation data, regardless of the index settings.
On global modulators up to 34, everything is working fine.
-
RE: Voice amount and soft limit don't work when group XFades are enabled
@Christoph-Hart would it be possible to fix this please?
-
RE: Voice amount and soft limit don't work when group XFades are enabled
@griffinboy yes, I understand this logic, but then wouldn't it make more sense if we could set the limit with respect to the groups used? So if I have 6 round robins, I would have to set the voice limit in multiples of 6 so that all notes can be played correctly. Sticking to this example of 6 round robins per voice, if I wanted, say, a monophonic behaviour, I would set the voice limit to 12 and soft limit to 6.
-
Voice amount and soft limit don't work when group XFades are enabled
@Christoph-Hart as soon as group XFades are enabled in a Sampler, voice amount and soft limit on that sampler are ignored.
-
RE: Multichannel hardcoded Poly FX build can't be opened in a DAW
I found out that if I put NUM_MAX_CHANNELS also in the project settings, everything works just fine... :-)
-
RE: Custom Envelope?
@Morphoice no, but what I meant is that you can connect the CV out of the envelope to the control table and get customised curves this way.
-
RE: Custom Envelope?
@Morphoice you can use the cable table node to customize the envelope shapes, including inversion :-)
-
RE: Multichannel hardcoded Poly FX build can't be opened in a DAW
@Christoph-Hart it has to do with the NUM_MAX_CHANNELS preprocessor. If the network is built for the default max 16 channels, the plugin works as expected. Could you please take a look at this?