Skip to content

Commit

Permalink
Reorganizing examples (#35).
Browse files Browse the repository at this point in the history
  • Loading branch information
gogins committed Jan 18, 2025
1 parent 682a35c commit e920fe1
Show file tree
Hide file tree
Showing 6 changed files with 933 additions and 84 deletions.
2 changes: 1 addition & 1 deletion examples/image_to_score/image_to_score.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ endin
csound::ImageToScore2 image_to_score_node;
rescale_node.addChild(&image_to_score_node);
image_to_score_node.setImageFilename("20180827_212842-1.png");
image_to_score_node.threshhold(80);
image_to_score_node.threshhold(60);
image_to_score_node.setMaximumVoiceCount(25);
//image_to_score_node.condense(72);
image_to_score_node.generateLocally();
Expand Down
Loading

0 comments on commit e920fe1

Please sign in to comment.