GrandOrgue / grandorgue

GrandOrgue software
Other
149 stars 39 forks source link

Encapsulated types into GOSoundProviderWave #1761

Closed oleg68 closed 6 months ago

oleg68 commented 6 months ago

This PR

  1. Renames types according to GrandOrgue naming conventions:
    • attack_load_info to AttackFileInfo
    • release_load_info to ReleaseFileInfo
    • loop_load_type to LoopLoadType
  2. Moved these types inside the GOSoundProviderWave class

It is just refactoring. No GO behavior should be changed.

oleg68 commented 6 months ago

@larspalo @rousseldenis could you approve this pr?