Skip to content

Commit

Permalink
Fixing change long
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertnormality committed Oct 23, 2023
1 parent 9c0a1c4 commit 17f1608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.2

* Chord notes trig params added. These can be used to append an additional note to trigs on a single channel, thereby forming a chord. Chords follow scales and locks.

# 0.3.1

_Breaking update. Please backup and remove your .pset and .ptn data files from previous versions._
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [Quantised fixed note](#quantised-fixed-note)
- [Random note](#random-note)
- [Random twos note](#random-twos-note)
- [Chord notes](#chord-notes)
+ [Song editor](#song-editor)
* [Save and load](#save-and-load)
* [Custom device maps](#custom-device-maps)
Expand Down Expand Up @@ -359,7 +360,7 @@ This trig param can be used to ensure trigs play only with a certain probability

##### Chord Notes

The parameters for chord notes can be used to append an additional note to your trig, thereby forming a chord. The selected device on the channel must be polyphonic; otherwise, unusual results may occur. The additional chord notes are determined relative to the existing note of the trig, and this is done post the application of any note modifiers, such as random note. These will be quantised according to the selected scale with scale locks honoured - an enourmous amount of power. The appended note will maintain the length and velocity of the original trig. You have the capability to add up to four additional notes, allowing for the creation of chords with up to five simultaneous notes, by adding four of these param locks to a channel.
The chord notes trig params can be used to append an additional note to your trig, thereby forming a chord. The selected device on the channel must be polyphonic; otherwise, unusual results may occur. The additional chord notes are determined relative to the existing note of the trig, and this is done post the application of any note modifiers, such as random note. These will be quantised according to the selected scale with scale locks honoured unlocking an enourmous amount of power. The appended note will maintain the length and velocity of the original trig. You have the capability to add up to four additional notes, allowing for the creation of chords with up to five simultaneous notes, by adding four of these param locks to a channel.

### Song editor

Expand Down

0 comments on commit 17f1608

Please sign in to comment.