Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-shepardson committed Sep 14, 2022
1 parent bc82e11 commit e66d607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notochord/notochord/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ def query_feed(self, *a, **kw):
and return result
"""
r = self.query(*a, **kw)
self.feed(r['instrument'], r['pitch'], r['time'], r['velocity'])
self.feed(r['inst'], r['pitch'], r['time'], r['vel'])
return r

def feed_query_feed(self, inst, pitch, time, vel, **kw):
Expand Down

0 comments on commit e66d607

Please sign in to comment.