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

Commit e66d607

Browse files
fix
1 parent bc82e11 commit e66d607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notochord/notochord/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def query_feed(self, *a, **kw):
717717
and return result
718718
"""
719719
r = self.query(*a, **kw)
720-
self.feed(r['instrument'], r['pitch'], r['time'], r['velocity'])
720+
self.feed(r['inst'], r['pitch'], r['time'], r['vel'])
721721
return r
722722

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

0 commit comments

Comments
 (0)