diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-11-10 14:45:30 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-11-10 14:45:30 +0100 |
commit | 8f89d800e1223ba43b4e155a637a6346612e3f4e (patch) | |
tree | 1dcf29e8c5c3f81daeea89d8103e41ec441f7ab5 /include | |
parent | a7413ba8fcd6c1a021cc2a47113e6c85bea46d15 (diff) | |
download | synthpod-8f89d800e1223ba43b4e155a637a6346612e3f4e.tar.xz |
app: more prototyping of automation learning.
Diffstat (limited to 'include')
-rw-r--r-- | include/synthpod_patcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/synthpod_patcher.h b/include/synthpod_patcher.h index 14c8dc51..3bce8b2b 100644 --- a/include/synthpod_patcher.h +++ b/include/synthpod_patcher.h @@ -276,7 +276,7 @@ synthpod_patcher_remove_atom(reg_t *regs, LV2_Atom_Forge *forge, // patch:add aka patch:Patch static LV2_Atom_Forge_Ref synthpod_patcher_add_object(reg_t *regs, LV2_Atom_Forge *forge, LV2_Atom_Forge_Frame *frame, - LV2_URID subject, int32_t seqn, LV2_URID property) + LV2_URID subject, int32_t seqn, LV2_URID property) //FIXME add removal flag { LV2_Atom_Forge_Ref ref = _synthpod_patcher_internal_object(regs, forge, frame, regs->patch.patch.urid, subject, seqn); |