Skip to content

Commit

Permalink
[lv2] ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 17, 2024
1 parent 8ce5764 commit 9471228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/score-plugin-lv2/LV2/Node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ struct lv2_node final : public ossia::graph_node

const std::size_t audio_out_size = data.audio_out_ports.size();
const std::size_t midi_out_size = data.midi_out_ports.size();
const std::size_t atom_out_size = data.atom_out_ports.size();
const std::size_t control_out_size = data.control_out_ports.size();

// Copy midi
Expand Down

0 comments on commit 9471228

Please sign in to comment.