View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008549 | ardour | bugs | public | 2021-01-23 20:02 | 2023-11-01 14:10 |
Reporter | bachstudies | Assigned To | x42 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU | OS | Linux | OS Version | (any) |
Product Version | 6.5 | ||||
Summary | 0008549: VST3 plugin is given mono pin connection instead of stereo | ||||
Description | https://steinbergmedia.github.io/vst3_doc/vstinterfaces/structSteinberg_1_1Vst_1_1BusInfo.html#ab22e24964d55652336d526a41e5a2309 As per the spec, IAudioProcessor::setBusArrangements() should be called once to query and anothe time to set. | ||||
Tags | No tags attached. | ||||
|
Demo version of Seventh Heaven iLok code: 3267-6374-6049-4539-6744-9222-7327-88 https://www.liquidsonics.com/software/seventh-heaven/ |
|
Email from Matt @ Liquidsonics 01/23/21: "It’s down to a combination of using an old channel declaration format in Juce, the order of the channel declaration (from memory it indicates mono to stereo first, stereo to stereo first would have been better, and how the host then uses this information for the default as the first in the list). Only Seventh Heaven uses this approach as its older, hence is the only affected plugin. I have a candidate fix, but a lot of testing is going to be needed to check it doesn’t break recall in some hosts. As it’s host dependent, it was certainly work putting that request into Ardour, I’m on the fence about whether the responsibility lies my end or the host end, but nevertheless, it’s on the radar for 2021." |
|
Could you try if the `vst3rio` git branch fixes this?git fetch git checkout -b vst3rio origin/vst3rio ./waf gtk2_ardour/ardev (and later back: `git checkout master; ./waf`) |
|
This doesn't fix it, I'm afraid. |
|
Fixed since Ardour 7.3 (with further improvements in 7.4) |
|
Hi, if fixed in 7.4 I'm afraid it appears broken again in v8.1.0 launching LX480 v4 on a Stereo bus results in mono inputs only. Do you need screenshots? |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-23 20:02 | bachstudies | New Issue | |
2021-01-23 20:27 | bachstudies | Note Added: 0025452 | |
2021-01-23 21:36 | bachstudies | Note Added: 0025453 | |
2021-01-25 01:10 | x42 | Note Added: 0025467 | |
2021-01-25 01:10 | x42 | Assigned To | => x42 |
2021-01-25 02:34 | bachstudies | Note Added: 0025469 | |
2023-06-17 21:28 | x42 | Note Added: 0027793 | |
2023-06-17 21:28 | x42 | Status | new => resolved |
2023-06-17 21:28 | x42 | Resolution | open => fixed |
2023-11-01 14:10 | DeeKay789 | Note Added: 0028288 |