#define FEATUREREQUESTMODE_H_
bool syncedOscilators = true;
#endif

Bastiaan de Waard
@Bastiaan
Posts made by Bastiaan
-
RE: Preparing for HISE 2.0
-
RE: AAX dosen't recognized in Pro tools 2018
Is it AAX 64? ProTools 2018 does only 64 Bit AAX.
-
RE: My Project : GoldPiano
Nice work, but maybe use a more complex piano piece for your demo that has some nice dynamics, ex. some Bach classic like prelude or Chopin - Nocturne.
-
RE: Add/Remove "Sound Generators" at runtime using scripting
@christoph-hart: Your assumption is right and thank you for the offer. I think we can work something out here (which works constructive in both directions), i'll contact you as soon as i get back to the office.
-
RE: 1 Filmstrip to display various parameters
Could you please explain a bit more on what you trying to achieve?
-
Add/Remove "Sound Generators" at runtime using scripting
Hi.
Is it possible to create/remove instances of sound generators (for example a Waveform Generator) at runtime from the Javascript Engine?
Thanks!
-
RE: oscillator sync script ?
+1 ! A sync option on the oscillator would be more then welcome. Also built in Legato and Portamento would be nice.
-
RE: Bug in scope of FOR loop
@d-healey said in Bug in scope of FOR loop:
I know I keep saying this, but HISE Script is not Javascript
I understand your point, but i didn't expected such elementary behaviour to differ from Javascript. But thank you for pointing out the local keyword. That indeed solves my problem. As Javascript developer this is kind of mind f*ckery to my mind