Bug when using both audio and midi in delay block

Found a bug? Post it here.
Post Reply
philipbergwerf
Posts: 174
Joined: Sat Mar 17, 2018 4:23 pm

Bug when using both audio and midi in delay block

Post by philipbergwerf »

I found a bug which happens if you use this configuration:

Code: Select all

meta1IN > multisynth > generator > meta1OUT > meta2IN > delay > generator > meta2OUT
                                                          |__________________^
In this configuration meta1 keeps playing on midi input when it's not selected. Maybe it's something small but since both audio and midi at the same time is a great future I hope this can be fixed. It behaves weird ;) There is no midi connection between meta1 and meta2 and still both synths are playing.
Attachments
little Bug.sunvox
(5.84 KiB) Downloaded 115 times
User avatar
AutumnCheney
Posts: 503
Joined: Sun Dec 29, 2019 8:16 am
Location: tahlequah, ok, usa
Contact:

Re: Bug when using both audio and midi in delay block

Post by AutumnCheney »

i've noticed this too. a workaround is to route a multisynth to meta2 and play it, then only meta2 plays
my website: https://acheney.xyz

it features my music, sunvox content, and social media links!
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: Bug when using both audio and midi in delay block

Post by NightRadio »

It's a feature of MetaModule :)
It automatically detects whether it can accept notes from the keyboard or not.
Delay confuses him - it thinks that Delay is just an effect without input port for the notes.
I will add two additional options to MetaModule:
"Receive notes from the keyboard" and "Don't receive notes from the keyboard"

There are two workarounds:
1) use additional multisynth, as AutumnCheney noted;
2) set "Play patterns" to nonzero value;
Post Reply