The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.4.4 (Linux)
|
![]() |
MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - Printable Version +- MobileSheets Forums (https://www.zubersoft.com/mobilesheets/forum) +-- Forum: General Information (https://www.zubersoft.com/mobilesheets/forum/forum-4.html) +--- Forum: News (https://www.zubersoft.com/mobilesheets/forum/forum-5.html) +--- Thread: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released (/thread-4039.html) Pages:
1
2
|
MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - Zubersoft - 05-27-2017 I'm happy to announce that MobileSheetsPro v1.8.1 (Android), MobileSheets v1.8.1 (Windows 10) and MobileSheetsPro Companion v2.5.6 have been released. This is a very large update, especially for Windows 10 where a lot of important bugs have been addressed. I've added quite a few new features in this release centered around MIDI including MIDI Actions (the ability to tie MIDI commands to actions in the application like turning pages), programmable smart buttons (these can be used to trigger other actions as well) and a slew of new supported MIDI commands. I know some users have been anxious to have support for having MobileSheetsPro send MIDI timing messages so that the metronome can be used to control the tempo of their MIDI device. This is now supported and can be triggered when a song is loaded, or by using a smart button. This update contains a lot of database changes, so you must update both the tablet app and the companion app at the same time. The full list of changes can be seen below: MobileSheetsPro v1.8.1 (Android)
RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - Zubersoft - 05-27-2017 Quick update: I just realized that I didn't update the companion app to support all of the new MIDI commands in the MIDI edit dialog, so another update will follow to add in support for those. RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - lionking - 05-27-2017 Quote: Sorry to ask, but where can i find them? How can i set them up? Thanks. Edit: Found them in the meantime in the bottom bar. RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - pawlikp100 - 05-29-2017 Linking could you attach screen showing where is this smart button localized? RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - Zubersoft - 05-29-2017 It's at the bottom right of the overlay, next to the link points icon. It's set up in the same manner - tap the plus button to add a new smart button, tap on the score where you want it to be, and then configure the action for it. RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - sciurius - 05-29-2017 (05-27-2017, 05:58 AM)Zuberman Wrote: This update contains a lot of database changes, ... May I kindly suggest to turn this into a major release (2.0) instead of a minor update (1.8.0 → 1.8.1)? Also, there are 3rd party tools that work with the MSPro database. Is there information in the database that reflects the schema version so tools can check whether it is still safe to use this database? EDIT: I'd probably better change that into "Could you please add a database item that flects the schema version ...". RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - lionking - 05-29-2017 (05-29-2017, 04:44 PM)sciurius Wrote: Also, there are 3rd party tools that work with the MSPro database. Is there information in the database that reflects the schema version so tools can check whether it is still safe to use this database? What are this 3rd party tools? Is there list of them? Anything interesting? RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - Zubersoft - 05-29-2017 I'm afraid it's a little late for me to change the version number as I've already released it unless you want me to use 2.0.0 instead of 1.8.2 for the next release. I use the pragma version in the database to track the version information. You can use that to see when changes have occurred to the database. RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - sciurius - 05-29-2017 @lionking: E.g. https://github.com/sciurius/MSPro-Tools @zuberman: You mean pragma schema_version? RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - Zubersoft - 05-30-2017 PRAGMA user_version RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - Alan Evans - 05-30-2017 But I already have 1.8.2,(with the issues listed in the Windows 10 list. Now I'm confused.... (05-29-2017, 04:59 PM)Zuberman Wrote: I'm afraid it's a little late for me to change the version number as I've already released it unless you want me to use 2.0.0 instead of 1.8.2 for the next release. RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - Zubersoft - 05-30-2017 Android is 1.8.1, Windows 10 is 1.8.2 at the moment. I might jump to 1.8.3 to keep them the same unless it makes sense to jump to 2.0.0 for both of them. RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - itsme - 06-01-2017 (05-29-2017, 08:14 PM)sciurius Wrote: @lionking: E.g. https://github.com/sciurius/MSPro-Tools Does the existing MSPro-Tools version still cooperate with the latest MSPro? Or did the database change cause any issues? RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - sciurius - 06-01-2017 I haven't checked yet... too busy with gigs. My gut feeling is that there's >90% chance it will still work. If not, well that is where backups are for ![]() RE: MobileSheets v1.8.1 (Android + Windows 10) and MSPro Companion v2.5.6 Released - Zubersoft - 06-02-2017 The change I made to the database was to switch from having one table entry per annotation point to using one single table entry as a blob of data. This drastically reduces the number of entries needed and reduces the size of the database file. I'm not sure if that affects the tools or not, but if they deal with annotations in any way, then it very well may. |