remove old beat key from hover help
This commit is contained in:
@ -243,12 +243,6 @@ const completionDatabase: CompletionDatabase = {
|
|||||||
description: "Returns list index for the current bar (with wrapping)",
|
description: "Returns list index for the current bar (with wrapping)",
|
||||||
example: "[0,1,2,3].bar()",
|
example: "[0,1,2,3].bar()",
|
||||||
},
|
},
|
||||||
beat: {
|
|
||||||
name: "beat",
|
|
||||||
category: "patterns",
|
|
||||||
description: "Returns list index for the current beat (with wrapping)",
|
|
||||||
example: "[0,1,2,3].beat()",
|
|
||||||
},
|
|
||||||
room: {
|
room: {
|
||||||
name: "room",
|
name: "room",
|
||||||
category: "effect",
|
category: "effect",
|
||||||
|
|||||||
Reference in New Issue
Block a user