Hey All,
Build 3544 is finally here! (Download link)
I’ll write up some blog posts soon, but in the meantime, here’s a quick look at what’s new…
Web UI
Cantabile Performer (not Solo/Lite) on Windows 8 or later (unavailable in Windows 7) now supports a web based UI that can be used to control Cantabile from another device.
Here’s how it works:
-
Go to Options → Miscellaneous and turn on “Enable Network Server”
-
To test this on the same machine as Cantabile is running, open a web browser and navigate to “http://localhost:35007/”. You should see something like this:
Note that most browsers support some kind of full screen mode, eg: in Chrome hit F11 to go full screen.
You could also run it as a standalone Chrome app which removes the address bar using a command like this:
Here’s the command:
"%ProgramFiles(x86)%\Google\Chrome\Application\chrome.exe" --app=http://localhost:35007
Here’s how it looks with address bar and tabs removed:
Web UI on Other Devices
To bring up the Web UI on another device, you’ll need the local IP address of the machine Cantabile is running on. To find this, bring up a command prompt and type ipconfig
and you’ll find the IPv4 address in there:
Use that IP address on any modern phone, tablet, computer that’s running on the same local network and you should see the same UI.
eg: my machine running Cantabile has IP address 10.1.1.4 so on my iPhone if I navigate to http://10.1.1.4:35007
I get this:
Don’t forget to include the :35007
port number in the URL
Web UI on iOS
Both iOS and Android have commands to add a web page to the home screen. The cool thing about this is it gets rid of the address bars and tab screens and makes them run full screen.
To do this on iOS:
- Bring up Cantabile’s WebUI in Safari.
- Click the “More Actions” button
- In the bottom row of icons you should see “Add to Home Screen”. Do it.
- Tap the new “app” on your home screen… no toolbars!
Here’s a video showing this…
Web UI on Android
Android is similar…
- Bring up the Cantabile WebUI in Chrome
- Click the … menu button in top right hand corner
- Click the Add to Home Screen menu item, follow the instructions
Here’s the same UI on my Android tablet:
About the Web UI
The web UI currently supports set lists, song states list, show notes, current time indicator, panic button, transport controls and “Continue” button (ie: next song part or song). I’ll continue to develop this, but want to get some feedback before spending more time on it.
Also, the WebUI was designed to work with a fast modern browser. If you just get a mostly black screen and nothing else then your browser it probably too old. eg: it doesn’t work on an iPad 3 but does work on a Nexus 7.
New - Network and JavaScript API
Underlying all this Web UI is a new network API that can be used to programatically control Cantabile. It includes a low level network API and a Javascript library that wraps it all up and makes it easy to use from Node.js and from within a browser.
For more details on all this, see this page.
For an example of this kinds of things you might do with this, see this post.
New - Per Song Metronome Sounds Settings
Metronome sounds can now be enabled/disabled on a per-song basis. This functionality is optional, see this video:
New - Busy Indicator
The power button now glows orange when Cantabile is busy (eg: loading songs, plugins, set lists etc…)
New - Set List Picker
Clicking on the title bar of the set list panel now brings up a “set list picker”. Note this list isn’t populated from the recently used set list menu, rather it just shows all the set list files in the directory you have configured for set list (Options → File Locations);
New - Support for 24-bit FLAC files
Not much to say about this - they now work!
New - Program Number and (N)RPN Number formatting
New option to zero pad program numbers and new option for separated MSB/LSB RPN numbers:
New - Ability to Hide Plugins in the Insert Plugin window
You can now hide plugins in the Insert Plugin window. Note the new “hidden” checkbox in the bottom right corner and the new “Hidden” category on the left (so you can get back to them to unhide them)
New - MIDI Output Ports can now be used as the source of a MIDI binding
You can now use a MIDI output port as the source of a binding. (ie: invoke bindings when particular MIDI events are sent).
Note the source column - this binding will invoke when CC 16 is sent to the External Synth port:
New - Related File Operations
Cantabile will now manage files with similar names to song files when you “rename” or “save as” a song in Cantabile. eg: suppose you have the following song file:
- YellowSubmarine.cantabileSong
and you have an associated file:
- YellowSubmarine.score.jpeg
If you opened the song file in Cantabile and then did File → Save As, Cantabile would also copy the .jpeg file (and any other similarly named files). The same thing works if you rename a song in the set list.
(Note: this only works for song files - not other file types).
Improved - Better Support for Narrow Plugins
Cantabile used to have a minimum plugin editor width which introduced gray panels each side of the plugin. This limitation has been removed. eg:
Improved - Show Notes Editor Tweaks
Cantabile used to forget where you had the show notes editor window placed. Now it remembers.
Also, Ctrl+A to select all in multi-line text fields now works
Improved - External Tools with Song Variables
If you setup an external tool (Options → Custom Tools) that uses one of the song name related variables (eg: $(SongTitle) and you try to invoke that command with an unsaved song file, you’ll now get prompted to save it first.
Improved - Transport Button Changes
Media Player slots now have a stop button again:
and the behaviour of the buttons has been tweaked:
- The play button now always commences playback (it used to toggle play/top)
- The pause button now pauses if playing, or unpauses if paused
- The stop button of course stops playback
The old behaviour wasn’t very standard, I think this is better (even though it takes up more room in the main panel for the extra button).
Improved - Renewed Subscriptions Automatically Re-activated
If you renew your subscription, Cantabile will now automatically re-activate it as required.
Bug Fixes
- Fixed - voices being dropped with custom metronome sounds at fast tempo
- Fixed - small problem with indexed object bindings when switching to new song
- Fixed - display issue with white space in show notes
- Fixed - issue with popup placement and size on hi-dpi monitors
- Fixed - enter key not working in filtered set list grid
- Fixed - focus incorrectly set on startup if set list grid visible
- Fixed - main window sometimes left disabled after plugin scan
- Fixed - main window sometimes disappears and then reappears after song load
- Fixed - toggle popups command (F4) not working
- Fixed - display issues after re-ordering show notes
- Fixed - file sharing issue when using non-zipped UI themes
- Fixed - exception when verifying set lists with unloaded embedded racks
- Fixed - several other obscure exceptions
Available Now
This build is available now (download link) but there’s been quite a few changes so definitely treat it as experimental, especially the network related stuff.
Enjoy, please report any issues!
Brad