We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1626459 commit f80ffb8Copy full SHA for f80ffb8
tiles.ts
@@ -325,8 +325,17 @@ namespace microcode {
325
paint.defaultModifier = new IconEditor()
326
327
if (Options.melody) {
328
- const music = addActuator(TID_ACTUATOR_MUSIC, ["melody_editor", "loop"])
+ const music = addActuator(TID_ACTUATOR_MUSIC, [
329
+ "melody_editor",
330
+ "loop",
331
+ ])
332
music.priority = 11
333
+ music.serviceClassName = "buzzer"
334
+ music.serviceCommand = jacs.CMD_SET_REG | 0x2
335
+ music.jdKind = JdKind.Sequence
336
+ music.jdParam = "note_sequence"
337
+ // music.jdParam2 = 6
338
+ // music.defaultModifier = new MelodyEditor()
339
}
340
341
const radio_send = addActuator(TID_ACTUATOR_RADIO_SEND, [
0 commit comments