implement pitch macro
TODO: test!
This commit is contained in:
parent
c743a9e96a
commit
d47a59f5f0
33 changed files with 44 additions and 39 deletions
|
|
@ -31,6 +31,8 @@ struct DivMacroStruct {
|
|||
void init() {
|
||||
pos=mode=0;
|
||||
has=had=will=false;
|
||||
// TODO: test whether this breaks anything?
|
||||
val=0;
|
||||
}
|
||||
void prepare(DivInstrumentMacro& source) {
|
||||
has=had=will=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue