-
Notifications
You must be signed in to change notification settings - Fork 2
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
CalChart's new Viewer File exporter #161
Comments
I think the easiest way to fix this up is to just prevent the viewer from predicting which "even" commands should be "move" commands, and then to re-export all of the old 2014 shows for the server so that they no longer rely on that feature of the viewer. |
I think it's fine to keep as it is, just for future error-proofing reasons. What if STUNT mislabels a step type? It's fine, because we have catching for those situations. After all, it's not like the unnecessary code will make anything wrong, it's just a bit more code we can keep in there. |
"Unnecessary code is ALWAYS a problem" - Mark Twain Brandon I disagree about this, I think we should definitely render the PDF The reason why projects get bloated and not maintainable is because we What do you think?
|
Yea, sure, sounds fine. I just assumed you would prefer the catching just-in-case |
Nope nope, with cal band code you gotta choose maintainability every time
|
@kmdurand let me know when you fix calchart so i can fix the code |
Yup, I'll let you know |
@kmdurand status on this? |
Lol haven't worked on this a ton. I'll try to check it out in the next few days and see what kind of time I'd need for this |
maybe migrate to letting @dpgrubb13 and @belinda-liu work on this? |
If they'd like to! @dpgrubb13 @belinda-liu What do you think? |
I've just added Close to CalChart with 3.7.1. Using this to add the close to CalChart Viewer. |
Adding a new Movement for Close and changing the current Stand to Stand and Play. Close should just print a direction, not for how long, and Stand & Play is CalBand convention, so using that syntax. Also, updated to allow quick gen, where we can generate PDF without having to go to the next screen.
Adding a new Movement for Close and changing the current Stand to Stand and Play. Close should just print a direction, not for how long, and Stand & Play is CalBand convention, so using that syntax. Also, updated to allow quick gen, where we can generate PDF without having to go to the next screen.
Adding a new Movement for Close and changing the current Stand to Stand and Play. Close should just print a direction, not for how long, and Stand & Play is CalBand convention, so using that syntax. Also, updated to allow quick gen, where we can generate PDF without having to go to the next screen.
Issue #161: Support CalChart's new Viewer File exporter with Close
The CalChart Online Viewer has been held back a little by the way that CalChart has been exporting viewer files. I'm updating CalChart in a couple ways right now that should improve things on the viewer side:
The main change that this will cause for the viewer, as far as I can tell, is the way that PDFs are generated. Correct me if I'm wrong, but I believe that the viewer currently looks at each even step command and convert it to a move command if the step size is right; that won't be necessary anymore, since all non-even step movements will be provided explicitly.
The text was updated successfully, but these errors were encountered: