Skip to content

Commit

Permalink
plaits help
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Apr 19, 2024
1 parent b5626b0 commit b809563
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 208 deletions.
1 change: 1 addition & 0 deletions Code_source/Compiled/audio/plaits~/plaits~.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ void *plaits_new(t_symbol *s, int ac, t_atom *av){
x->x_morph_active = x->x_trigger_mode = x->x_level_active = false;
x->x_last_engine = x->x_last_engine_perform = 0;
x->x_transp = 60.0;
x->x_last_n = 0;
while(ac){
if((av)->a_type == A_SYMBOL){
if(floatarg)
Expand Down

0 comments on commit b809563

Please sign in to comment.