Skip to content

Commit

Permalink
Introduce note colors and mode indicators earlier (#17)
Browse files Browse the repository at this point in the history
* Add mention of note colors and manual mode indicators on the Piano
  Roll page in the Quickstart section
* Remove manual mode indicators from screenshots where they're not
  relevant
* New example of parameter curves on the Editing Parameters page
* Collapse the update summary on the home page now that the update has
  been out for a while
  • Loading branch information
claire-west authored Jul 17, 2023
1 parent cd8b65a commit f90b794
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/advanced/pitch-mode-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Experienced users will often want the most manual control over the vocals, witho

Notes in Manual pitch mode have a triangle indicator in their upper right corner, and have a flattened pitch line by default.

The color of the note will be based on whether the Sing or Rap pitch mode was selected before swiching to Manual pitch mode, or will default to green if the note is created in Manual mode.
The color of the note will be based on whether the Sing or Rap pitch mode was selected before swiching to Manual pitch mode, or will default to green if the note is created in Manual mode. This can be used to visually delineate song and rap sequences within the project, but has no effect on the rendered output.

<figure markdown>
![Manual Pitch Mode setting](../img/advanced/pitch-mode-manual.png)
Expand Down
Binary file added docs/img/note-properties/one-phoneme-per-note.pdn
Binary file not shown.
Binary file modified docs/img/note-properties/one-phoneme-per-note.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/note-properties/phoneme-allocation.pdn
Binary file not shown.
Binary file modified docs/img/note-properties/phoneme-allocation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/parameters/parameter-curve-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/quickstart/pitch-mode-colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/quickstart/pitch-mode-indicator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This website serves as an unofficial user manual for Synthesizer V Studio, since

For official instructional content for SynthV Studio, check the Dreamtonics [video tutorial series](https://www.youtube.com/playlist?list=PLmYtpIFKN5iKaUlB6mRGzFJ0SGRJgRIPz).

!!! info "Update 1.9.0 now available!"
??? info "Update 1.9.0 now available! (click here for more information)"

Dreamtonics has released Synthesizer V Studio version 1.9.0, introducing a major rework of Instant Mode, the addition of Rap vocals, and Cantonese cross-lingual synthesis.

Expand Down
8 changes: 8 additions & 0 deletions docs/parameters/editing-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ Parameters offer detailed manual control over various aspects of a vocal sequenc

!!! note "Pro Feature - Vocal Modes are only available in Synthesizer V Studio Pro."

### A Simple Example

In this example, SOLARIA's "Light" Vocal Mode and the Breathiness parameter are modified over the duration of a phrase.

The vertical position of a curve at a given point in time dictates the value of its respective parameter or vocal mode at that moment. For example, the "Light" Vocal Mode curve shown in the foreground is at approximately 105% at the start of the phrase, then slowly falls to around 30%, building to approximately 135% near the end of the phrase.

![Base Parameter Sliders](../img/parameters/parameter-curve-example.png)

## Base Values

The base value of most parameters can be set in the Voice panel. The curves in the parameters panel will modify the value from this base setting.
Expand Down
10 changes: 10 additions & 0 deletions docs/workspace/piano-roll.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ The chain-link (:material-link:) icon can be toggled on to toggle both the selec
### 1. Notes
Notes are displayed in the piano roll as colored rectangles, with their vertical position (pitch) corresponding to the piano key on the left and their horizontal position (timing) corresponding to the time axis above.

Green notes represent [singing](../ai-functions/pitch-mode-sing.md), while red notes are for [rap](../ai-functions/pitch-mode-rap.md). A solid green or red note as shown below will have its pitch curve generated automatically based on the selected pitch mode ("Sing" or "Rap").

![Notes in Sing and Rap mode](../img/quickstart/pitch-mode-colors.png)

If a small triangle is present in the upper-right corner of a note, this indicates that it has been set to [Manual Mode](../advanced/pitch-mode-manual.md), which allows the user full control over the note's pitch curve.

When a note is set to Manual Mode, its color represents the mode it was assigned *prior to* the user taking manual control, however the pitch curve will no longer be generated automatically. The color of a note set to Manual Mode has no effect on the output, and is only used to visually delineate song and rap sequences within a project.

![Notes in Manual Mode](../img/quickstart/pitch-mode-indicator.png)

### 2. Phonemes
Phonemes represent the actual sounds produced by a singer. Each lyric entered in a note will automatically be converted to phonemes.

Expand Down

0 comments on commit f90b794

Please sign in to comment.