Skip to content

Commit

Permalink
VoiceOfFaust: fix pitchTracker (#23394)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon authored and joachifm committed Mar 3, 2017
1 parent 3971876 commit 3d3096b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

patchPhase = ''
sed -i "s@pd -nodac@${pitchTracker}/bin/pd -nodac@g" launchers/synthWrapper
sed -i "s@../PureData/OscSendVoc.pd@$out/PureData/OscSendVoc.pd@g" launchers/synthWrapper
sed -i "s@../PureData/OscSendVoc.pd@$out/PureData/OscSendVoc.pd@g" launchers/pitchTracker
'';

buildPhase = ''
Expand Down

0 comments on commit 3d3096b

Please sign in to comment.