Skip to content

Commit

Permalink
update faust
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Aug 4, 2020
1 parent 569140a commit 1127b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion faust
Submodule faust updated 1441 files
2 changes: 1 addition & 1 deletion src/faust_tilde_ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ t_faust_ui_manager* faust_ui_manager_new(t_object* owner)

ui_manager->f_glue.addHorizontalBargraph = (addHorizontalBargraphFun)faust_ui_manager_ui_add_bargraph;
ui_manager->f_glue.addVerticalBargraph = (addVerticalBargraphFun)faust_ui_manager_ui_add_bargraph;
ui_manager->f_glue.addSoundFile = (addSoundFileFun)faust_ui_manager_ui_add_sound_file;
ui_manager->f_glue.addSoundfile = (addSoundfileFun)faust_ui_manager_ui_add_sound_file;
ui_manager->f_glue.declare = (declareFun)faust_ui_manager_ui_declare;

ui_manager->f_owner = owner;
Expand Down

0 comments on commit 1127b60

Please sign in to comment.