Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 724 Bytes

akkastreamsmusic.md

File metadata and controls

29 lines (20 loc) · 724 Bytes

Music with akka streams


Author: Twitter:


Architecture

  • Events to rules (window events, muse events, keyboard events) -> (pitch change, play note, etc)

    • Hub
      • Screen/Music output
  • Akka Streams

    • Messages to the actor are messages that are joined into the stream

    Source.actorRef

    Extracting by type:

  • Can run on Raspberry pi