Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor fixes #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

minor fixes #7

wants to merge 2 commits into from

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