Midi in for FX or Audio in for Instrument ?
-
Hi there. I’m trying to use mic input to excite a physical model Then I need to get audio in to use as input on a Faust node. Is it possible? What do you think? The Faust part is already working
-
@hisefilo I‘m pretty sure that midi in an FX plugin works, the other one is more tricky.
-
@Christoph-Hart I got this working on AudioPluginHost but no way to make it work on any daw.
I've tried as compiling as with 'Enable Midi Input for FX'
Plugin loads on Reaper and Logic but midi is not received.
Any suggestion? -
@hisefilo no idea but in ableton you should be able to route a Midi track into the plugin.
-
@Christoph-Hart Yea maybe. But I need to work on as many DAWs as possible.
The other way (Instrument with Audio Input) is that hard? is there a flag or something to start trying?
-
@hisefilo and you have "ENABLE_ALL_PEAK_METERS=1" ?
In my FX project I was unable to have containers under the Main Container for getting the Midi in to work -
@ulrik Will try!
Have you ever get FXs receiving MIDI successfully on i.e. Reaper?
-
@hisefilo yes, both as au and vst3
-
@hisefilo unfortunately it's not possible to upload pictures in the forum at the moment
-
@ulrik Weird, this. But surprisingly, when you go directly to imgur and upload (no account required), it works and you can grab the image URL and paste it with the link image tool (7th in row).
-
@ulrik damn, there's something Im missing then. Not working. ENABLE_ALL_PEAK_METERS=1 on the vst/au FX compilation? or I need to re-build HISE with that flag also ?
Thanks mate! -
@hisefilo
ENABLE_ALL_PEAK_METERS=1
shouldn't have anything to do with the issue, it just determine whether to scan the audio buffer for peaks on every sound generator / FX. -
@hisefilo hmm... here is a small snippet, it should register Note On, Off and also Midi CC, try it.
Here it's working inside Reaper, both the au and vst3 version
HiseSnippet 901.3ocsV0taSCCE0oaAQKfDHwCPT+Up1nJEFeHPH5V2FpB1HZcf.Mg.iiSi0bsiRboqBMIdj4M.t2jzlTnClJP9Qa88CeOWm6435mnY7zTcBwp9wSi4DqqaOXpxD0KhJTj96Rrtp8Ah.QeEYmowzzTd.wxZsmidspuNI64aOaGpjpX7RSDxazBF+khQBSoU+tuPHk6SC3GKFUI5s51moU8zR8X.IqY6QhorSoC4GRwvpYSrtxdABiNYfgZ3oDq02QGLcPjdhJO92HREeRxwEcHCfMJ279ZY.hXzJoWjPF3OqiSIvt3W1+qk2+2Nqcmau7b3lYNbJyn54gUsEg2ZK.uNUgmWE3sDHYUARqmCoaYOfkHhMkdP7bM69JCOIjBG6UgRdrjZSpY2SCQnLsGQOkueBrXdFtOvyaSG3iVOoQC3nO033qjoNO04jYIMja5oGEqUvB2lGpM79JHlls1zY4gzqWQ.uubOOB1wvwJlQnUtCa03KMpOrcHLCrsT51z6rvvsxdZB3nN5KE2RbLvM+qz1ShDFN5dX6fD5jskhgJdvw7yLtlHQZ6.pg19yT4X9lNYF.T8RMiJ2QOVEj55A.tICPXBO.Ky4.5ZDpSbbicDpr1tUi5wXk8g20liziMBE20+nVOYFzczJ7.3UJ2rV.y4Du2WozPa1LOhG6zzYCmCf2Sv3KhEz7giG8IdhK1EyxMgGiUCscdCmetPgg+wJEFBkZi+hBguESzRIFOVqexMxPWtmhDcUYEaSmLbMOPXrcQtf8EyEpRUY4CUUBTq5qDlWEyUWDAlTLIB+5082ENiPBTgMHtXdhQfPvZW9mA0nb5Tc6c4omZzwfvx7wWPfwj48FyHaTEWRDAHQa9vO4r4ZVe8jtSKEvdW2Ih.SzbCe7rtQbwvHS0PHWlpU2tfGcQ05qmdop0uJi.BX5fwRpYQUMTJuvA75cAoDTtPkJLSqJ0+OSp6xBwaY6KLrnkiwZKAivPv+CLVbAwMr2KLjyLk.bc68e6+maCH4hQCOfZRDv7fMvuG.phLNTcELxfzKqZHQHesGtFOAFvUAYK9N7T3rCt1pvYmYNIinrD8GX4jZ7JnqlYAvjJ61251Gfqc5PxH5Pd1ds8HifaC+.igs+c.t4xy4tqPN2aExYqUHm6uB47fUHmGtB47neaN3eDY6wF8nb5.XveuL0OKq8TTXxJaJj7C.QbRrIC
-
@ulrik Thanks mate!!! this works. I confirm MIDI is being received with this snippet!!!! thanks a lot.
[image: screenshot of Reaper UI showing your snippet compiled showing Note Off: 60 ]
:p
I still trying to get audio and MIDI on the same channel on real time but no luck. Will report I get this working.