Skip to content

Commit

Permalink
Fix wrong function parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Dec 1, 2024
1 parent 2347706 commit 1e1e406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glue/channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void addChannel(std::size_t trackIndex, ChannelType type);
/* loadChannel
Fills an existing channel with a wave. */

void loadChannel(int trackIndex, const std::string& fname);
void loadChannel(ID channelId, const std::string& fname);

/* addAndLoadChannels
As above, with multiple audio file paths in input. */
Expand Down

0 comments on commit 1e1e406

Please sign in to comment.