Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"midionly" plugins not working as VST3 #238

Closed
anxefaraldo opened this issue Feb 2, 2021 · 3 comments
Closed

"midionly" plugins not working as VST3 #238

anxefaraldo opened this issue Feb 2, 2021 · 3 comments

Comments

@anxefaraldo
Copy link

Hi there,

I am preparing a few didactic MIDI patches/plugins for a class. I used to work with 1.0.6 before, but as I upgraded and tested v 1.0.7 and 1.0.8 beta, I realised that the behaviour of MIDI plugins differs between the discontinued VST2 and VST3.

In particular, for midi-only plugins I used to write “midionly true;” in the properties file, and the bus/iolayout property set to “0 0”. After some experimentation, I have realised in VST3 plugins the following:

“midionly true;” AND/OR “bus 0 0” caused that MIDI plugins:

  • do not initialise values (as specified in the parameters list)
  • do not receive nor output any midi data.
  • when inserted in an FX chain, they break it (i.e. do not receive nor output any midi data.)

When I set the midionly property to “false” and choose at least 1 chan of audio in/out (seems to be indifferent), the plugin works as expected. This behaviour has been tested in the following systems:

OS: Mac OSX Catalina 10.15.7
DAW: Reaper 6, Ableton Live 10
Plugins: VST3 (1.0.6 VST2 works as desired in v.1.0.6) ???
Audio interface: RME Babyface Pro at 44.1 / 48 KHz.

(i attach a simple fixed velocity plugin for illustration)

Additionally (and perhaps related, but perhaps a limitation of Ableton's track management), creating an audio-in / midi-out plugin seems impossible in Ableton Live, possibly to the differentiation between audio and midi tracks (I wanted to make a simple pitch to midi transcription plugin), but results in an error message inside ableton (I could open a different issue for this, if relevant/useful)

Screenshot 2021-02-02 at 23 27 39

FIXEDVEL.zip

@pierreguillot
Copy link
Owner

I think this is a duplicate of #149 (comment) and #231.

@anxefaraldo
Copy link
Author

oooops... really sorry about making a dupe issue... I tried searching the issue list, but obviously I failed in doing it... your reply on #149 is quite clarifying. thanks for that, and sorry for the redundancy!

@pierreguillot
Copy link
Owner

No problem ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants