Example #1
0
        public AmbientSoundPlayer(SongId songId)
        {
            On <EngineUpdateEvent>(e => Tick(e.DeltaSeconds));

            _songId = songId;
            _hook   = NoteHook;
        }
Example #2
0
 public static extern void adl_setNoteHook(IntPtr device, NoteHook noteHook, IntPtr userData);