Jump to content

keni

Member
  • Posts

    2
  • Joined

  • Last visited

keni's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thank you very much. The webpage is a git repository on Gitlab. The source code repository is available here: https://gitlab.com/sumire-io/midi-velocity-curve-generator. You can use Gitlab Pages to host static HTML pages on Gitlab. Here is a step-by-step tutorial: https://about.gitlab.com/2016/04/07/gitlab-pages-setup/. If your repository consists only of a static HTML site, like in my case, it's very simple. You just need to create one file in the root folder, as instructed in the tutorial (Option A section). Github has a similar Github Pages feature as well, if you prefer Github. https://help.github.com/en/articles/what-is-github-pages
  2. Hello! I created a tool that lets you create custom MIDI velocity curves that you can load in Scripter. The tool is browser-based, and is available here: https://sumire-io.gitlab.io/midi-velocity-curve-generator/ You can move the points to generate a velocity curve that suits your playing style (double click to add or remove points). The Scripter JavaScript code is generated in real-time in the editor below. The first line of the code (comment) is the curve data in JSON format. You can paste this JSON string into the input field to load an existing velocity curve in the curve editor. I created this tool because my Yamaha keyboard has a very weird velocity curve (maximum velocity is about 110). This has caused problems with sampled piano libraries, because I cannot reach any velocities over 110 when I'm playing. I'm aware of the Velocity Processor MIDI Plugin in Logic, but it can only do very basic velocity manipulation in my opinion.
×
×
  • Create New...