I was wondering if anyone has seen this talk by Matt Tytel, creator of Vital Synth
and thought about integrating this method of interpolation/optimization into the HISE Wavetable Module
https://www.youtube.com/watch?v=qlinVx60778&t=1697s
Morphoice
@Morphoice
"Sounds from the future and the past, warm summer nights at the arcade, computerized horizons. Pink neon light, unstuck in time, between the memories of yesteryear and retrofuturistic fantasies."
Best posts made by Morphoice
-
High quality wavetable oscillators
-
RE: Changing the HISE IDE font size
@Christoph-Hart I can confirm disabling OpenGL did the trick, I now have a 150% bigger hise interface which is super pleasant to work with. Thanks so much!
-
RE: Changing the HISE IDE font size
@Christoph-Hart thanks I'll give it a try.
@d-healey fit the screenshot to the height of your screen, it's painfully small. in the browser its magnified somehow
Latest posts made by Morphoice
-
Wavetable Help
I'm having some trouble with Wavetable. Assigning attributes on script level doesnt seem to do anything, it has still 256 voices and 0dB Gain also there is a weird ".hwt" table that does not exist on file level, if I select it HISE crashes.
I'm looking to create a knob to select the oscillator waveform which changes to the appropriate table and switches all the modulation on that has to go with the selected waveform
image url))
-
RE: High quality wavetable oscillators
@Christoph-Hart so it's basically safe to say they sound already as best as they can.
-
High quality wavetable oscillators
I was wondering if anyone has seen this talk by Matt Tytel, creator of Vital Synth
and thought about integrating this method of interpolation/optimization into the HISE Wavetable Module
https://www.youtube.com/watch?v=qlinVx60778&t=1697s -
RE: LFO slower than 0.5Hz?
@d-healey tried compiling with HISE_USE_EXTENDED_TEMPO_VALUES=1 which built fine but the LFO can still just go to 0.5Hz
-
LFO slower than 0.5Hz?
Sorry for asking so many stupid questions, but here's another one I can't figure out by myself. How can I make the LFO go slower than 0.5Hz?
-
RE: Strength of envelope in Code Editor
@Christoph-Hart thanks, figured it out just a second ago. can you still tell me if there is a way to set an initial attack level or does the envelope always have to start at zero?
-
RE: Strength of envelope in Code Editor
never mind the first question, I found it
VCF1Envelope.setIntensity(value);
-
Strength of envelope in Code Editor
How do you set the strength of an envelope or any modulator in general in code editor? The envelope itself just gives the following parameters
VCF1 Envelope: (AHDSR) - Parameter dump:
[0]: "Monophonic" | 0.00
[1]: "Retrigger" | 1.00
[2]: "Attack" | 325.00
[3]: "AttackLevel" | 0.00
[4]: "Hold" | 0.00
[5]: "Decay" | 2798.00
[6]: "Sustain" | -33.50
[7]: "Release" | 1.00
[8]: "AttackCurve" | 1.00
[9]: "DecayCurve" | 0.50
[10]: "EcoMode" | 1.00whats EcoMode btw?
const var VCF1Envelope = Synth.getModulator("VCF1 Envelope");
this is how I get the modulator to change attack, decay etc. but can't seem to acess the strength it has on the filter.
also, is there a way to set an initial attack level?
all the best
-
RE: turn of automatic node tree scrolling
@Christoph-Hart damn. Makes it really hard working on a long tree, I keep mixing up things and putting modifierts on the wrong nodes