Topic: Ptq-Client-WebApp v1.1.7

Hi Folks,

For those using the web application to remotely control Pianoteq, I have deployed a new version: 1.1.7.  This version is available online at the same usual URL. 

  http://ptq-web-client.s3-website-us-eas...onaws.com/

Also, I have put up a roadmap of what future features I'll be working on.  It can be found here:

  https://github.com/users/robert-rc2i/projects/1

If you have any suggestions please add them in GitHub (as a new issue labeled as 'Enhancement') or here in this topic.

Cheers!
Sordess

New features

  • Action - Now support more setting.

  • Moved some settings around for clarity

  • Added controls for parameters with fraction values

Bug fixes

  • Fix the spectrum profile controls - Now properly support negative/positive values


Existing features from 1.1.6

  • Piano controls

    • Volume and dynamics controls

    • Sound modes (Recording, binaural, stereo & mono)

    • Piano condition

    • Piano lid

  • Voicing controls

    • Hammer settings

    • Pedal settings

  • Effects controls

    • EQ 1 & 2

    • Delay and reverb

  • Design controls

    • Soundboard settings

    • String settings

    • Blooming settings

  • Instruments

    • Loading an instrument

    • Previous and next preset

    • Reload a preset (Useful, when you make changes to Pianoteq directly)

    • Saving a modified preset

    • A/B Switching

  • Metronome (Limited for now)

  • Media player (Midi)

Screenshots are available on the README file in the Github project repo here:

https://github.com/robert-rc2i/ptq-client-webapp

Cheers

Last edited by sordess (17-08-2022 14:03)
Sordess
Author of PTQ Client Webapp: (https://github.com/robert-rc2i/ptq-client-webapp)
Kawai CA79

Re: Ptq-Client-WebApp v1.1.7

Hi Modartt

@Modartt - if you are watching this thread. 

Browsers are now starting to implement a new security feature called PNA

* https://developer.chrome.com/blog/priva...new-in-pna

This features requires the server to reply with a proper header response to allow a public site to make a request to a local network server.  This header is:

* Access-Control-Allow-Private-Network: true

Right now the Pianoteq JSONRPC implementation does not support this pre-flight header response.  If you chose to support it, I would recommend to add an additional flag to Pianoteq command line, so that it can be manually activated and not activated by default, for security reason.

Cheers

Sordess
Author of PTQ Client Webapp: (https://github.com/robert-rc2i/ptq-client-webapp)
Kawai CA79