Skip to content

Commit

Permalink
clear vesrsions conflits
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Jul 2, 2020
2 parents a52c013 + a9709d8 commit b09b814
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,22 @@

. **x**, stands for rest note

__
__


## 0.3.1


. Validations in some helper functions

. Improved sync

. Short-typed note duration pattern; eg. short-typed {4,3,6,8} parses into {4,3,3,3,6,6,6,6,6,6,8,8}. 1st 1/4 = 4, 2nd 1/4 = 3,3,3, etc.

. New helper functions - **edger**, **edgerx**, **swarm**, **chop**, **insync** and **bounce**

. Instruments +1 to work as a metronome (metro()), alias **sync**

. Rename **istep** to **isync**, **ccstep** to **ccsync**, **whenMod** to **when**

__
1 change: 0 additions & 1 deletion wide/wide.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ class Generator {
if (notes.dur.size() == 1) {
notes.dur.resize(BAR_DUR_REF/duration[(notes.dur.front())]);
fill(notes.dur.begin(),notes.dur.end(),notes.dur.front());

return notes.dur;
}

Expand Down

0 comments on commit b09b814

Please # to comment.