Skip to content

Commit e573513

Browse files
committed
Update documentation
1 parent 82fb66f commit e573513

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ All Arctic Music Project songs:
8181
- MIDI CC automation
8282
- Select lines and add automation on the desired controller
8383
- Linear interpolation
84-
- Sine wave interpolation (since 1.0.0+)
85-
- Pitch Bend automation (linear interpolation)
84+
- Sine wave (since 1.0.0+) and Random modulation (since 1.8.0+)
85+
- Pitch Bend automation
8686
- Select lines and add automation on pitch bend
87+
- Linear, Sine wave, and Random modulation (since 1.8.0+)
8788
- Chord automation (since 1.2.0)
8889
- In Column Settings the user can set offsets for three notes that are relative to the root note
8990
- Step record / play notes via a MIDI controller (since 0.10.0)

src/view/qml/Manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2 style="color: orange; border-bottom: 1px solid #444; margin-top: 20px;">Adva
122122
<h3 style="color: orange;">MIDI CC & Pitch Bend Automation</h3>
123123
<ul>
124124
<li><strong>Add Automation</strong>: Select a range of lines, right-click, and choose "Add MIDI CC Automation" or "Add Pitch Bend Automation".</li>
125-
<li><strong>Interpolation</strong>: Choose between <strong>Linear</strong> for steady changes or <strong>Sine</strong> for organic, oscillating movements.</li>
125+
<li><strong>Interpolation & Modulation</strong>: Choose <strong>Linear</strong> for steady changes, or add <strong>Modulation</strong> (Sine Wave or Random) for organic, oscillating, or experimental movements.</li>
126126
</ul>
127127

128128
<h3 style="color: orange;">MIDI Side-chain</h3>

0 commit comments

Comments
 (0)