trigger the Arpeggiator with artificial noteons
-
@Soundavid Ok, do you have an example of how to do that?
-
What about adding a synth module and enabling this setting?
-
@d-healey I have it enabled already.
My standalone Hise is compiled with this setting enabled and I think that is why it will not trigger synth modules, modulators or containers
-
@d-healey said in trigger the Arpeggiator with artificial noteons:
What about adding a synth module and enabling this setting?
what exactly does this do in an FX plugin?
I ask because I'm looking for a way to include Poly waveshaper in my FX plugin...
-
@Lindon I know no more than this:
-
@ulrik said in trigger the Arpeggiator with artificial noteons:
@d-healey I have it enabled already.
My standalone Hise is compiled with this setting enabled and I think that is why it will not trigger synth modules, modulators or containers
What is a MIDI effect plugin in this context? HISE doesn't have MIDI out does it?
-
@d-healey said in trigger the Arpeggiator with artificial noteons:
@ulrik said in trigger the Arpeggiator with artificial noteons:
@d-healey I have it enabled already.
My standalone Hise is compiled with this setting enabled and I think that is why it will not trigger synth modules, modulators or containers
What is a MIDI effect plugin in this context? HISE doesn't have MIDI out does it?
Yes it has midi out, when compiled as a midifx plugin.
I know you use Reaper and a midifx plugin is inserted before an instrument and sends its midi events to the instrument. -
-
@ulrik said in trigger the Arpeggiator with artificial noteons:
Yes it has midi out, when compiled as a midifx plugin.
Oh I didn't realise! Excellent.
-
@ulrik I don't have a clear example right know but the Synth.PlayNote(); works when the Arpeggiator is inside a ChildSynth, but if you try the Message.setNoteNumber(); the Arpeggiator will work fine outside, the problem here is that you want to play a chord but if you review the API the Message and MessageHolder functions have things like MakeArtificial(); so maybe you want to start there.