-
Notifications
You must be signed in to change notification settings - Fork 3
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
Creator: Change Description/Speech component to speak() instead of return string #172
Comments
Assuming this is also small, let's do this in tandem with #170. |
@jessegreenberg noted that this will break a lot of programs. Let's.. not do this right now. Instead, can we indicate somewhere in the Control Function for the Speech component:
|
OK, done in the above commit. If we do have some time, this would be good to do before an initial 'release'. |
We decided that earlier is better than later. So let's go ahead with it! |
OK, progress on this in the above commits. It is done on the dev branch but I need to update more usages. While working on this I found and fixed two bugs that blocked progress here - a bug saving templates (with bad characters in the template name) using the local data service, and a bug loading speech components because of #251 (comment). Next, need to start over on changing |
Ok, I have updated all templates and projects in the remote database to use Next, will need to do the same for the local templates and default projects, but that should be easier. |
Alright, I think we are finally there. Since projects on the remote database need these changes to work correctly I am going to go ahead and merge dev into main. |
@brettfiedler this is done. I tried to test as much as I could, but since I had to edit a lot of projects this is one that could introduce a bug. Assigning to you in case you want to verify anything or feel free to close. |
JG and BF noted it might be simpler to have speech mimic the Sound component view by calling a "speak()" function instead of returning a string.
To discuss at next design meeting
The text was updated successfully, but these errors were encountered: