Skip to content

Conversation

@dstroud
Copy link

@dstroud dstroud commented Aug 28, 2024

  • moved creation of note_players and aliasing of nb.players to nb:init() to resolve error launching nb.lua demo script multiple times.
  • fixed issue with description>>name field not being populated with MIDI v port name
  • fixed typo in voice_mod_targets
  • modified sorting of players to handle uppercase names
  • added nb:stop_all() to cleanup() fn in nb.lua
  • fix for system issue with pset loading breaking text param

- moved creation of note_players and aliasing of nb.players to nb:init() to resolve error launching nb.lua demo script multiple times.
- fixed issue with description>>name field not being populated with MIDI v port name
- fixed typo in `voice_mod_targets`
- modified sorting of players to handle uppercase names
- added nb:stop_all() to cleanup() fn in nb.lua
- When saving and loading a pset, text params can be inadvertently converted from strings to numbers.
- This results in a player name like "1.1" being added to nb_player_refcounts with a num index rather than string index, preventing the player:active()/inactive() functions from firing as expected.
- This fix just forces the text param value to always be a string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant