mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 13:04:25 -04:00
refactor: rename FindSendTarget to FindUnit
This commit is contained in:
parent
43707e5fd6
commit
64270eaf68
@ -155,7 +155,7 @@ func NewBytecode(patch sointu.Patch, featureSet FeatureSet, bpm int) (*Bytecode,
|
||||
b.operand(flags)
|
||||
case "send":
|
||||
targetID := unit.Parameters["target"]
|
||||
targetInstrIndex, _, err := patch.FindSendTarget(targetID)
|
||||
targetInstrIndex, _, err := patch.FindUnit(targetID)
|
||||
targetVoice := unit.Parameters["voice"]
|
||||
addr := unit.Parameters["port"] & 7
|
||||
if err == nil {
|
||||
|
Reference in New Issue
Block a user