You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moresampler requires expressions of its own, which have to be manually added. The problem occurs when I try to add the distortion flag ("MD") after adding the dryness flag ("Md").
Explains how to reproduce the bug
Open openUTAU
Choose singer
Choose Moresampler as the resampler
Open the track and add expressions
Add the dryness flag ("Md")
Add the distortion flag ("MD")
Get the error
OS & Version
Windows 10
Logs
An item with the same key has already been added. Key: md
System.ArgumentException: An item with the same key has already been added. Key: md
at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at System.Collections.Generic.Dictionary2.Add(TKey key, TValue value)
at System.Linq.Enumerable.ToDictionary[TSource,TKey](TSource[] source, Func2 keySelector, IEqualityComparer1 comparer)
at System.Linq.Enumerable.ToDictionary[TSource,TKey](IEnumerable1 source, Func2 keySelector, IEqualityComparer1 comparer) at System.Linq.Enumerable.ToDictionary[TSource,TKey](IEnumerable1 source, Func`2 keySelector)
at OpenUtau.Core.ConfigureExpressionsCommand.Execute() in C:\projects\openutau\OpenUtau.Core\Commands\ProjectCommands.cs:line 169
at OpenUtau.Core.DocManager.ExecuteCmd(UCommand cmd) in C:\projects\openutau\OpenUtau.Core\DocManager.cs:line 244
at OpenUtau.App.ViewModels.ExpressionsViewModel.Apply() in C:\projects\openutau\OpenUtau\ViewModels\ExpressionsViewModel.cs:line 152
at OpenUtau.App.Views.ExpressionsDialog.ApplyButtonClicked(Object sender, RoutedEventArgs _) in C:\projects\openutau\OpenUtau\Views\ExpressionsDialog.axaml.cs:line 15
0.1.529.0
The text was updated successfully, but these errors were encountered:
Huh, odd... well, good thing we have a workaround, you can include manifests that allow you to use the big "load expressions from resampler" button instead so you don't need to add the expressions manually for every project.
The example provided here is for moresampler (we have more premade ones available too), but importantly it seems if you use this it WILL differentiate the flags. The issue is just when adding them in-editor it seems-- which is of course still an issue to address. Thank you for the report!
Acknowledgement
🐛 Describe the bug
Moresampler requires expressions of its own, which have to be manually added. The problem occurs when I try to add the distortion flag ("MD") after adding the dryness flag ("Md").
Explains how to reproduce the bug
OS & Version
Windows 10
Logs
An item with the same key has already been added. Key: md
System.ArgumentException: An item with the same key has already been added. Key: md
at System.Collections.Generic.Dictionary
2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at System.Collections.Generic.Dictionary
2.Add(TKey key, TValue value)at System.Linq.Enumerable.ToDictionary[TSource,TKey](TSource[] source, Func
2 keySelector, IEqualityComparer
1 comparer)at System.Linq.Enumerable.ToDictionary[TSource,TKey](IEnumerable
1 source, Func
2 keySelector, IEqualityComparer1 comparer) at System.Linq.Enumerable.ToDictionary[TSource,TKey](IEnumerable
1 source, Func`2 keySelector)at OpenUtau.Core.ConfigureExpressionsCommand.Execute() in C:\projects\openutau\OpenUtau.Core\Commands\ProjectCommands.cs:line 169
at OpenUtau.Core.DocManager.ExecuteCmd(UCommand cmd) in C:\projects\openutau\OpenUtau.Core\DocManager.cs:line 244
at OpenUtau.App.ViewModels.ExpressionsViewModel.Apply() in C:\projects\openutau\OpenUtau\ViewModels\ExpressionsViewModel.cs:line 152
at OpenUtau.App.Views.ExpressionsDialog.ApplyButtonClicked(Object sender, RoutedEventArgs _) in C:\projects\openutau\OpenUtau\Views\ExpressionsDialog.axaml.cs:line 15
0.1.529.0
The text was updated successfully, but these errors were encountered: