Page 5 of 9

Re: Bitwig 2.4 MPE fixed?

Posted: Thu Aug 09, 2018 2:02 pm
by BobDog
Also not using the Linnstrument script you can get pitch bends recorder in MPE correctly, apart from an annoying bug where it strangely adds a 24 down pitchbend at the start of each note even though everything is set to 12!

Re: Bitwig 2.4 MPE fixed?

Posted: Thu Aug 09, 2018 2:07 pm
by BobDog
Ps. the Roli scripts also have the same problem so I'm guessing it is something deeper than the scripts.

Re: Bitwig 2.4 MPE fixed?

Posted: Thu Aug 09, 2018 3:25 pm
by Roger_Linn
Hi Bob,

I’m afraid you’ll have difficulty getting results from any European during the month of August because pretty much everyone is on vacation. I’ve written to the principal programmer Claes about this but I wouldn’t expect any action until end of August. And Bitwig does have a LinnStrument.

Re: Bitwig 2.4 MPE fixed?

Posted: Thu Aug 09, 2018 4:32 pm
by BobDog
Ok, super I will give up then as I can't get past the first level of support :)

Re: Bitwig 2.4 MPE fixed?

Posted: Fri Aug 17, 2018 5:07 pm
by BobDog
DBL Post

Re: Bitwig 2.4 MPE fixed?

Posted: Fri Aug 17, 2018 5:07 pm
by BobDog
Hi Guys,

If you are fed up with waiting for BW to fix this you can find a Bitwig controller script that works at 12/24/48/96 here: https://github.com/AndrewCapon/BitwigScripts

Copy the GenericMPE.control.js to your controller scripts folder as follows:

Windows: %USERPROFILE%\Documents\Bitwig Studio\Controller Scripts\
Mac and Linux: ~/Bitwig Studio/Controller Scripts/

In BW Remove the Linnstrument controller and add "Generic->Generic MPE". Then set your midi channels and choose your PB range.

On your BW track set MPE on and set the same PB range.

You need to set the PB on the Linnstrument manually, I did have it doing it automatically but it was buggy so I removed it!

If you change your PB range you need to change it on the controller screen and in the MPE box on BW.

Cheers

Andy

Re: Bitwig 2.4 MPE fixed?

Posted: Sat Aug 18, 2018 3:56 pm
by pdxindy
One behavior I don't like with Bitwig MPE

If I play say a C3 note, slide it up to D3, then play another C3 note, at that point releasing the held D3 (which started as a C3) stops both notes. It should only stop the first note not both of them. Not sure if that is a bug, or how it is designed (it's the same in 2.3.4), but it gets in the way of expressive playing.

In Logic, doing the same thing behaves as I expect... releasing the first note only ends that note, not both. This is the 'correct' way... meaning most natural and expressive for playing.

I sent Bitwig an email about this.

Re: Bitwig 2.4 MPE fixed?

Posted: Sat Aug 18, 2018 5:34 pm
by Tj Shredder
It is a bug, I reported it. If you construct MPE polyphony with an Instrument Layer and Midi Channel Filters in front of multiple synths, it behaves correctly even in Bitwig...
Obviously it assigns the same Midi channel to the note I played previously, If I bend a note and then play the original pitch the bend is undefined varying between the bent not and the not bend note...
It is not keeping its Midi channel, as the Linnstrument certainly plays different Midi channels...

Re: Bitwig 2.4 MPE fixed?

Posted: Sun Aug 19, 2018 11:42 am
by BobDog
I'm guessing the problem is in the beta it works the same way it always has when it come to multiple notes of the same value.

Data like PB is attached to a note, all I think they have done is add "channel" to the note as well rather than the more logical idea of storing notes in channels.

Re: Bitwig 2.4 MPE fixed?

Posted: Mon Aug 20, 2018 2:08 pm
by Tj Shredder
Yes, it seems so, but then it will never be able to playback MPE as it had been recorded. There is a quirk in the concept. The principle for any recording should be: never touch it unless I tell you...

Re: Bitwig 2.4 MPE fixed?

Posted: Mon Aug 20, 2018 2:40 pm
by BobDog
When it plays it back though it uses the channel that is attached to the note, so it fixes the main problem of channel information being lost.

I think Bitwig originally took on the VST3 idea of Note expression and built upon that idea when they implemented their instruments and means of storing expressive data. Changing this way of doing things entirely now is probably a lot of work, so adding channel to notes is an "easy" solution.


I guess if we all report it as a problem something may be done about the multiple same notes problem though?

Re: Bitwig 2.4 MPE fixed?

Posted: Mon Aug 20, 2018 4:12 pm
by pdxindy
BobDog wrote:When it plays it back though it uses the channel that is attached to the note, so it fixes the main problem of channel information being lost.

I think Bitwig originally took on the VST3 idea of Note expression and built upon that idea when they implemented their instruments and means of storing expressive data. Changing this way of doing things entirely now is probably a lot of work, so adding channel to notes is an "easy" solution.


I guess if we all report it as a problem something may be done about the multiple same notes problem though?
I heard back from Bitwig. It is filed as a bug, but not fixed yet

Re: Bitwig 2.4 MPE fixed?

Posted: Mon Aug 20, 2018 6:34 pm
by BobDog
Nice one, I will email as well, the more the merrier.

Re: Bitwig 2.4 MPE fixed?

Posted: Wed Aug 22, 2018 9:55 pm
by pdxindy
BobDog wrote:Nice one, I will email as well, the more the merrier.
Fixed in beta 3!!

Re: Bitwig 2.4 MPE fixed?

Posted: Thu Aug 23, 2018 5:39 am
by BobDog
Wow, I wasn't expecting that!