Problem with notes not played (Polac vsti)

Post Reply
User avatar
chahur
Posts: 215
Joined: Sun Nov 27, 2011 5:19 pm

Problem with notes not played (Polac vsti)

Post by chahur »

Hello
I have a problem with pvsti instruments played with Polac vsti.
Image
The second G-4 is not played because the first "off" of the G-4 is not played yet.
It's the same with implicit (another note starting) or explicit "off".

I can correct manually the problem if I shift slightly the "off".
But it's very difficult to find every place where the problem occurs.

So, any idea ? Some hidden parameter somewhere :-)
Thanks !
polac
Posts: 415
Joined: Wed Nov 23, 2011 9:19 am
Contact:

Re: Problem with notes not played (Polac vsti)

Post by polac »

Hi, it's possibly vstdependant, here it seems to work correctly with some vsts.

The first g-4 note off should be processed before the second g-4 note as it is sent on sampleframe 0 in block whereas the second g-4 is sent on sampleframe 1 in the block. I'm doing a stable sort on the events later on so they should be in right order. It could be problematic If I would send both g-4 and note off on sampleframe 0, in this case the note off is processed right behind the second g-4 and cuts the note.

However there are vsts that do not position their midi events sample-exact, mostly older vsts I suppose, they ignore the sampleframe positioning completely, this could cause some problems.
User avatar
chahur
Posts: 215
Joined: Sun Nov 27, 2011 5:19 pm

Re: Problem with notes not played (Polac vsti)

Post by chahur »

Thanks Polac.
I use ARIA player VST (with Garritan Personal Orchestra sounds).
This player has a good reputation.

I import a midi file in buzz (with the pianoroll), switch to Pattern XP, then play it.
Playing the same midi file with the same ARIA player using another midi player (Reaper ...), works correctly.
But I suppose there is no reason that this is not the case.

Would you have the possibility to try with ARIA player ?
wde
Posts: 332
Joined: Sun Jan 08, 2012 9:28 am

Re: Problem with notes not played (Polac vsti)

Post by wde »

Old topic but I'm experiencing similar issues. It seems that randomly either note or note off is not being processed. I tried to find reproducible pattern or combination of buzz or polac adapter settings that could narrow down the problem but no luck.

Using midi keyboard or PC keyboard to play live works perfectly fine. But it seems that there is some sort of disconnection between pattern data and vst.

It can be reproduced with for example Omnispehre 1 when you write 3-4 note chords with note offs before next chord.

I used latest Polac adapters, Pattern XP, 121 BPM, 4 TPB, samplerate 88200 although these do not seem to be the reason for the issue.

Did you figure out what was the problem?
User avatar
HerrFornit
Posts: 435
Joined: Sat Feb 25, 2017 12:27 pm
Location: Dortmund
Contact:

Re: Problem with notes not played (Polac vsti)

Post by HerrFornit »

Hi,

on my system I had that suspect for VSTs with low number of parallel voices.
On a long sustaining pianosound you can see keys "pressed" which are definitely not pressed (but still silently played?) running into not played other notes?

For some VST you can not cut OFF the notes because its not implemented in the VST. So its a problem of the VST I suppose.
wde
Posts: 332
Joined: Sun Jan 08, 2012 9:28 am

Re: Problem with notes not played (Polac vsti)

Post by wde »

I don't think there are any issues with the VST but here is something I noticed:

Normally I'm using the "standard" parameter columns offered by Pattern XP - things like Note, Note Velocity, Note Delay, Cut etc. If I go and

1. Click 'Columns...' button from top left
2. Find the VST that the pattern is belonging to
3. Select MIDI Note, MIDI Velocity and MIDI Delay under Pattern XP. Click Ok.
4. Move data from Note to MIDI Note, Velocity to MIDI Velocity etc.

The result is that the pattern plays as it is composed. It seems that the 'MIDI' versions of the same columns somehow get the data correctly sent to VST.
wde
Posts: 332
Joined: Sun Jan 08, 2012 9:28 am

Re: Problem with notes not played (Polac vsti)

Post by wde »

Ok maybe I found something. If I add global commands 07 to 'Humanize Velocity' and 08 to 'Humanize Note Delay' the issues start to surface. Adding this to the beginning of a pattern introduces random events where either note is not played of note off is not sent to VST:

Code: Select all

.... .. 07 000A ....
.... .. 08 000A ....
User avatar
HerrFornit
Posts: 435
Joined: Sat Feb 25, 2017 12:27 pm
Location: Dortmund
Contact:

Re: Problem with notes not played (Polac vsti)

Post by HerrFornit »

interesting. could you please post a screenshot of your setup or upload a bmx file ? zip.
wde
Posts: 332
Joined: Sun Jan 08, 2012 9:28 am

Re: Problem with notes not played (Polac vsti)

Post by wde »

Start with an empty project, one instance of Omnisphere 32bit and one pattern with chords is enough to reproduce the issue.

I'm starting to think this is VST related since I could not reproduce this issue with other plugins. And I found a workaround: switching to 64bit version of Omnisphere fixes the issue. Go figure!

Anyways, thanks for the debugging support :D
Post Reply