medokin / soundpad-connector

.NET Connector for remote controlling Soundpad
https://medokin.github.io/soundpad-connector/
MIT License
25 stars 5 forks source link

Index returned in GetSoundList function does not match actual index in SoundPad #9

Closed BarRaider closed 5 years ago

BarRaider commented 5 years ago

GetSoundList() returns a list of sounds and an index for each. The index shown in the list does not match the actual index shown in the UI. Soundpad

medokin commented 5 years ago

This seems to be an issue due to categories. Thanks for reporting.

Probably related to https://github.com/medokin/soundpad-connector/issues/8

medokin commented 5 years ago

Well it's not an issue rather than a missing implementation of categories in soundpads rpc. The index from GetSoundList is not category scoped. So if you use categories, it may be different inside the GUI. PlaySound() will play the sound by the index from GetSoundList().