[
  {
    "path": ".calva/output-window/output.calva-repl",
    "content": "; This is the Calva evaluation results output window.\n; TIPS: The keyboard shortcut `ctrl+alt+o o` shows and focuses this window\n;   when connected to a REPL session.\n; Please see https://calva.io/output/ for more info.\n; Happy coding! ♥️\n\n; Jacking in...\n; Connecting using \"shadow-cljs\" project type.\n; You can make Calva auto-select this:\n; \"calva.autoSelectReplConnectProjectType\": \"shadow-cljs\"\n;   - See https://calva.io/connect/#auto-select-project-type\n; \n; Starting Jack-in Terminal: npx.cmd shadow-cljs -d cider/cider-nrepl:0.28.5 watch :app\n; Hooking up nREPL sessions...\n; Connected session: clj\n; TIPS:\n;   - You can edit the contents here. Use it as a REPL if you like.\n;   - `alt+enter` evaluates the current top level form.\n;   - `ctrl+enter` evaluates the current form.\n;   - `alt+up` and `alt+down` traverse up and down the REPL command history\n;      when the cursor is after the last contents at the prompt\n;   - Clojure lines in stack traces are peekable and clickable.\nclj꞉shadow.user꞉>  ; Use `alt+enter` to evaluate\n; Creating cljs repl session...\n; Connecting cljs repl: shadow-cljs...\n;   The Calva Connection Log might have more connection progress information.\n; Connected session: cljs, repl: :app\n; TIPS: You can choose which REPL to use (clj or cljs):\n;    *Calva: Toggle REPL connection*\n;    (There is a button in the status bar for this)\n; Jack-in done.\ncljs꞉cljs.user꞉>  ; Use `alt+enter` to evaluate\n"
  },
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\n\ngithub: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\npatreon: BobbiCodes \nopen_collective: # Replace with a single Open Collective username\nko_fi: # Replace with a single Ko-fi username\ntidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel\ncommunity_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry\nliberapay: # Replace with a single Liberapay username\nissuehunt: # Replace with a single IssueHunt username\notechie: # Replace with a single Otechie username\nlfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry\ncustom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']\n"
  },
  {
    "path": ".gitignore",
    "content": "pom.xml\n*jar\n/lib/\n/classes/\n/out/\n/target/\n/node_modules/\n.lein-deps-sum\n.lein-repl-history\n.lein-plugins/\n.repl\n.nrepl-port\n.cpcache/\n.rebel_readline_history\n\npublic/js/cljs-runtime/*\n.clj-kondo/.cache/\n.shadow-cljs/\n"
  },
  {
    "path": "README.md",
    "content": "# MECCA Music Platform\n\nThe Music Education, Composition, Creation Application\n\nMECCA is a live music coding environment for Clojure code inspired by Mario Paint.\n\nIt was originally meant to be a chiptune tracker that would simply emulate the 4 channels of the NES. But then I started playing around with alternative interfaces and while working on an SVG music notation rendering engine I realized that my priorities were definitely out of whack, and what my program really needed was a jumping Mario and animal noises.\n\nI found that the specific subset of musical features used in the Mario Paint music maker provides a delightful scope of creative possibilities while remaining very approachable. And by using distinctively styled note heads that play samples of a common length, a whole set of elements to implement goes away, like rests, stems, beams, and the need for multiple staves for each voice. Besides providing a more quickly acheivable development path, this choice burdens a new music student with less advanced music theory from the start, making for a more compact interface where the composition can be tracked without any mental context switching.\n\nCheck out the inspiring paper [Mario Paint: An Accessible Environment of Musical Creativity\nand Sound Exploration](docs/Mario_Paint_An_Accessible_Environment_of.pdf).\n\n[Try it live](https://bobbicodes.github.io/mecca/)\n\n![Screenshot](mecca.png)\n\nI ended up getting a bit carried away with the pixel art, after trying every SVG tool I could find I was still unsatisfied with the results, so ended up coding it all by hand as basic lines, shapes and paths. For example, the [castle](https://github.com/porkostomus/mecca/blob/master/src/mecca/castle.cljs) in the picture above is actually a function that outputs staggered rows of dashed lines representing bricks and mortar organized in a [stretcher bond](https://en.wikipedia.org/wiki/Brickwork#Stretcher,_or_running_bond) masonry pattern. And that Mario is not even a sprite - he's a group of vector paths connected to form his limbs, hat and [moustache](https://laughingsquid.com/origin-of-marios-mustache-and-his-name/). And once this app blows up and I get sued by Nintendo, a new version will be out with a character called *Mr. Moustache*, who will in fact be nothing more than a bouncing moustache on a stick with a red hat on.\n\n## Future ideas\n\nIt would be cool to be able to record, link or upload your own samples. However, when [Koji Kondo](https://en.wikipedia.org/wiki/Koji_Kondo) said that composing for the SNES is 1000 times harder than composing for the NES<sup>[[citation needed - discuss](https://github.com/porkostomus/mecca/wiki/Where-the-%23%25%5E&-is-that-quote-from%3F)]</sup>, he was warning us about the *choose-a-phone* problem. Being sample based, the SNES can play any sound you throw at it, while the NES only plays one set of built-in sounds. See, once you have no idea what instrument you are composing for, all bets are off. The nature of art is defined at least in part by the limitations of the medium. \n\nAs [Rich Hickey said](https://github.com/matthiasn/talk-transcripts/blob/master/Hickey_Rich/DesignCompositionPerformance.md), \"no one wants to compose for a choose-a-phone ensemble\".\n\nSee the paper, [Game Scoring: Towards a Broader Theory](/docs/game-scoring.pdf) for a fantastic treatment of the specific musical inventions that came about through creatively overcoming the technological limitations historically involved in the development of game music.\n\nSo how can we expand the sonic palette without turning it into a choose-a-phone?\n\nThis question goes right to the heart of a creative platform's design philosophy, and mine is something like (to put it in one line): \"to subtly encourage the use of effective idioms while maintaining maximal expressivity.\"\n\nOne idea is to make an 8-bit / 16-bit switch that will transform the whole UI respectively from synth oscillator to sample mode.\n\nFor the synths, I believe that by using the very efficient algorithms from Blargg's [blip-buf](https://github.com/nesbox/blip-buf) library, a full emulation can be done in the browser quite easily. Since the [NES APU](https://wiki.nesdev.com/w/index.php/APU) produces sound via a [sample/hold](https://en.wikipedia.org/wiki/Sample_and_hold) circuit, it is only necessary to generate the ends of the waveforms (the transitions) since the middle part is the same regardless of frequency, differing only in length.\n\n* Noise channel produces pseudo-random bits by [linear feedback shift register](https://en.wikipedia.org/wiki/Linear-feedback_shift_register) method. This is then played back at 16 possible sample rates to produce hihats, snares and other percussive sounds. A much shorter bit sequence is also possible, which is perceived by the human cognitive auditory system as a metallic tone rather than noise due to its periodicity.\n\n* The triangle channel (for bass and kick drums/toms) is actually a 16 step quantized triangle-ish wave with a slight shark fin shape that also has tiny sawteeth on it. Gotta get this stuff right. That's what gives the Nintendo basslines those really sweet whirling harmonic overtones. The waveform is actually produced by hijacking the channel's velocity control on the chip and using it as a 16-step counter. For this reason the bass channel has no adjustable velocity, notes are either _on_ or _off_.\n\n* The 2 pulse-wave (lead) channels offer a variable duty cycle, so the standard Web Audio square wave will also not do here. However, we do have the option of using a wavetable, which can produce an arbitrary periodic waveform defined by a list of sin/cosine terms for the Fourier coefficients, which can be easily derived for any sound by playing it through the FFT ~~provided by the Web Audio analyzer node~~ EDIT: it seems we will need a separate FFT library for this (or write one) because, quite annoyingly, the analyzer node's FFT doesn't provide the sine/cosine values, only the frequencies...\n\n* Linear-interpolated bandlimiting will be good enough, since we have the ability to use the hardware clock exposed by the Web Audio API to oversample at an extremely high rate, supressing aliasing far below perceptible limits.\n\n## Development\n\nDo the thing:\n\n```bash\n$ npm install\nadded 97 packages from 106 contributors in 5.984s\n```\n\nStart the development process by running:\n\n```bash\n$ npx shadow-cljs watch app\n...\n[:app] Build completed. (134 files, 35 compiled, 0 warnings, 5.80s)\n```\n\nOr simply `jack-in` from your editor if you use CIDER/Emacs/Calva, etc. Your app will be served at: at [http://localhost:3000](http://localhost:3000).\n\n## Production build\n\n```bash\nnpx shadow-cljs release app\n```\n\nThanks to [Bruce Hauman](https://github.com/bhauman), [Chris Ford](https://github.com/ctford) and [Dave Yarwood](https://github.com/daveyarwood) for blazing the CLJS Web Audio trail. No way could I have figured this all out myself.\n\n## Funding\n\nMy greatest passion is making music with code, and I believe that there is a vital connection between these domains that is being missed in our educational culture. When the execution of a program results in a richer sensory experience, it facilitates an intuitive understanding of algorithms by engaging the student in a more tangible feedback loop. By teaching these disciplines together, it can unlock an appreciation and continued interest in each of them, and may result in more people building stuff we never thought possible! Sponsor me on [Patreon](https://www.patreon.com/porkostomus) to help me build software for music education.\n"
  },
  {
    "path": "deps.edn",
    "content": "{:paths [\"src/\"\n         \"test/\"]\n :deps\n {reagent/reagent {:mvn/version \"1.1.0\"}\n  re-frame/re-frame {:mvn/version \"1.3.0\"}\n  re-pressed/re-pressed {:mvn/version \"0.3.2\"}\n  day8.re-frame/undo {:mvn/version \"0.3.3\"}\n  thheller/shadow-cljs {:mvn/version \"2.14.5\"}\n  borkdude/sci {:mvn/version \"0.2.6\"}\n  applied-science/js-interop {:mvn/version \"0.2.5\"}\n  nextjournal/clojure-mode {:git/url \"https://github.com/nextjournal/clojure-mode\"\n                            :sha \"a83c87cd2bd2049b70613f360336a096d15c5518\"}}}"
  },
  {
    "path": "docs/apu_ref.txt",
    "content": "NES APU Sound Hardware Reference\n--------------------------------\n\nThis reference covers Nintendo Entertainment System (NES) sound hardware in as\nmuch detail as I know. It is intended primarily to assist in the implementation\nof emulators and might also be useful as a programmer reference.\n\nTables, diagrams, and formulas are formatted for a mono-spaced font, like\nCourier. \n\nThe latest version is kept at http://www.slack.net/~ant/nes-emu/apu_ref.txt\n\n\n-----\nIntro\n-----\n\nThis reference is based on the results of tests I have run on a 1988-model US\nNTSC NES which contains the G revision of the 2A03 CPU/APU and the NES-CPU-07\nversion of the main board. PAL hardware will be covered once tests are\nperformed on it. Feel free to incorporate this information in references and\nother documentation.\n\nWhile implementing a NES sound emulator, even after reading the available\ndocumentation I still had many unanswered questions, so I made a simple\ndevelopment cartridge to test on a real NES. This was very successful and\nrevealed many new details. My notes consisted of differences from existing\ndocumentation, but this didn't seem to be a very reliable way to release my\nfindings, so I decided to write a concise reference.\n\nFor those familiar with NESSOUND.TXT and DMC.TXT, the following differences\nshould be specifically noted:\n\nCorrections:\n    - DMC table entry $D should be $2A0 instead of $2A8\n    - Frame sequencer\n    - Square's duty generator\n\nClarifications:\n    - DMC\n    - Triangle's linear counter\n    - Length Counter operation and status register behavior\n\nIt should go without saying that the model presented here probably doesn't\nmatch the actual logic gate arrangement in the NES. It makes no difference how\nthe hardware is implemented, as long as its behavior matches what is described\nhere\n\nCorrections, questions and additions are welcome. I keep up with the forum at\nhttp://nesdev.parodius.com/ and can be contacted via blargg at the mail.com\ndomain.\n\n\n-----\nTo Do\n-----\n\n- See if comprehensive emulator test ROM is even practical.\n\n- Probe complete power-up state and reset state.\n\n- Test PAL hardware to determine APU frame rate, DMC and noise period tables.\n\n- Check complete behavior of each unit of each channel to be sure common units\nbehave the same for all channels.\n\n- Double-check details on NES hardware again.\n\n- Determine post-DAC filtering done before output.\n\n\n--------\nOverview\n--------\n\nThe APU is composed of five channels: square 1, square 2, triangle, noise,\ndelta modulation channel (DMC). Each has a variable-rate timer clocking a\nwaveform generator, and various modulators driven by low-frequency clocks from\na frame sequencer. The DMC plays samples while the other channels play\nwaveforms. The waveform channels have duration control, some have a volume\nenvelope unit, and a couple have a frequency sweep unit.\n\n        Square 1/Square 2\n\n$4000/4 ddle nnnn   duty, loop env/disable length, env disable, vol/env\nperiod\n$4001/5 eppp nsss   enable sweep, period, negative, shift\n$4002/6 pppp pppp   period low\n$4003/7 llll lppp   length index, period high\n\n        Triangle\n\n$4008   clll llll   control, linear counter load\n$400A   pppp pppp   period low\n$400B   llll lppp   length index, period high\n\n        Noise\n\n$400C   --le nnnn   loop env/disable length, env disable, vol/env period\n$400E   s--- pppp   short mode, period index\n$400F   llll l---   length index\n\n        DMC\n\n$4010   il-- ffff   IRQ enable, loop, frequency index\n$4011   -ddd dddd   DAC\n$4012   aaaa aaaa   sample address\n$4013   llll llll   sample length\n\n        Common\n\n$4015   ---d nt21   length ctr enable: DMC, noise, triangle, pulse 2, 1\n$4017   fd-- ----   5-frame cycle, disable frame interrupt\n\n        Status (read)\n\n$4015   if-d nt21   DMC IRQ, frame IRQ, length counter statuses\n\n\n------\nBasics\n------\n\nHexadecimal values are prefixed by a $ except for some single-hex-digit\nsequences where it's clear that they are hex. Bits are numbered from 0 to 7,\ncorresponding with the least to most significant bits of a byte; bit n has a\nbinary weight of 2^n.\n\nA flag is a two-state variable that can be either set or clear. When\nimplemented in a bit, clear = 0 and set = 1.\n\nA divider outputs a clock every n input clocks, where n is the divider's\nperiod. It contains a counter which is decremented on the arrival of each\nclock. When it reaches 0, it is reloaded with the period and an output clock is\ngenerated. Resetting a divider reloads its counter without generating an output\nclock. Changing a divider's period doesn't affect its current count.\n\nA sequencer generates a series of values or events based on the repetition of a\nseries of steps, starting with the first. When clocked the next step of the\nsequence is generated.\n\nIn the block diagrams, the triangular symbol is a control gate; if control is\nnon-zero, the input is passed unchanged to the output, otherwise the output is\n0.\n\n        control\n           | \n           v \n          |\\\n    in -->| >-- out\n          |/\n\n\nExcept for the status register, all other registers are write-only. The \"value\nof the register\" refers to the last value written to the register.\n\nThe NTSC NES has a master clock based on a 21.47727 MHz crystal which is\ndivided by 12 to obtain a ~1.79 MHz clock source. Both clocks are used by the\nAPU.\n\nThe CPU's IRQ line is level-sensitive, so the APU's interrupt flags must be\ncleared once a CPU IRQ is acknowledged, otherwise the CPU will immediately be\ninterrupt again once its inhibit flag is cleared.\n\nIn general, the APU is a collection of many independent units which are always\nrunning in parallel. Modification of a channel's parameter usually affects only\none sub-unit and doesn't take effect until that unit's next internal cycle\nbegins.\n\nEach section begins with an overview and an optional block diagram, which\nprovide a framework for the information that follows. In order to reduce\nambiguity, there is very little re-statement of information.\n\n\n---------------\nFrame Sequencer\n---------------\n\nThe frame sequencer contains a divider and a sequencer which clocks various\nunits.\n\nThe divider generates an output clock rate of just under 240 Hz, and appears to\nbe derived by dividing the 21.47727 MHz system clock by 89490. The sequencer is\nclocked by the divider's output.\n\nOn a write to $4017, the divider and sequencer are reset, then the sequencer is\nconfigured. Two sequences are available, and frame IRQ generation can be\ndisabled.\n\n    mi-- ----       mode, IRQ disable\n\nIf the mode flag is clear, the 4-step sequence is selected, otherwise the\n5-step sequence is selected and the sequencer is immediately clocked once.\n\n    f = set interrupt flag\n    l = clock length counters and sweep units\n    e = clock envelopes and triangle's linear counter\n\nmode 0: 4-step  effective rate (approx)\n---------------------------------------\n    - - - f      60 Hz\n    - l - l     120 Hz\n    e e e e     240 Hz\n\nmode 1: 5-step  effective rate (approx)\n---------------------------------------\n    - - - - -   (interrupt flag never set)\n    l - l - -    96 Hz\n    e e e e -   192 Hz\n\nAt any time if the interrupt flag is set and the IRQ disable is clear, the\nCPU's IRQ line is asserted.\n\n\n--------------\nLength Counter\n--------------\n\nA length counter allows automatic duration control. Counting can be halted and\nthe counter can be disabled by clearing the appropriate bit in the status\nregister, which immediately sets the counter to 0 and keeps it there.\n\nThe halt flag is in the channel's first register. For the square and noise\nchannels, it is bit 5, and for the triangle, bit 7:\n\n    --h- ----       halt (noise and square channels)\n    h--- ----       halt (triangle channel)\n\nNote that the bit position for the halt flag is also mapped to another flag in\nthe Envelope Generator (noise and square) or Linear Counter (triangle).\n\nUnless disabled, a write the channel's fourth register immediately reloads the\ncounter with the value from a lookup table, based on the index formed by the\nupper 5 bits:\n\n    iiii i---       length index\n    \n    bits  bit 3\n    7-4   0   1\n        -------\n    0   $0A $FE\n    1   $14 $02\n    2   $28 $04\n    3   $50 $06\n    4   $A0 $08\n    5   $3C $0A\n    6   $0E $0C\n    7   $1A $0E\n    8   $0C $10\n    9   $18 $12\n    A   $30 $14\n    B   $60 $16\n    C   $C0 $18\n    D   $48 $1A\n    E   $10 $1C\n    F   $20 $1E\n\nSee the clarifications section for a possible explanation for the values left\ncolumn of the table.\n\nWhen clocked by the frame sequencer, if the halt flag is clear and the counter\nis non-zero, it is decremented.\n\n\n---------------\nStatus Register\n---------------\n\nThe status register at $4015 allows control and query of the channels' length\ncounters, and query of the DMC and frame interrupts. It is the only register\nwhich can also be read.\n\nWhen $4015 is read, the status of the channels' length counters and bytes\nremaining in the current DMC sample, and interrupt flags are returned.\nAfterwards the Frame Sequencer's frame interrupt flag is cleared.\n\n    if-d nt21\n    \n    IRQ from DMC\n    frame interrupt\n    DMC sample bytes remaining > 0\n    triangle length counter > 0\n    square 2 length counter > 0\n    square 1 length counter > 0\n\nWhen $4015 is written to, the channels' length counter enable flags are set, \nthe DMC is possibly started or stopped, and the DMC's IRQ occurred flag is\ncleared.\n\n    ---d nt21   DMC, noise, triangle, square 2, square 1\n\nIf d is set and the DMC's DMA reader has no more sample bytes to fetch, the DMC\nsample is restarted. If d is clear then the DMA reader's sample bytes remaining\nis set to 0.\n\n\n------------------\nEnvelope Generator\n------------------\n\nAn envelope generator can generate a constant volume or a saw envelope with\noptional looping. It contains a divider and a counter.\n\nA channel's first register controls the envelope:\n\n    --ld nnnn       loop, disable, n\n\nNote that the bit position for the loop flag is also mapped to a flag in the\nLength Counter.\n\nThe divider's period is set to n + 1.\n\nWhen clocked by the frame sequencer, one of two actions occurs: if there was a\nwrite to the fourth channel register since the last clock, the counter is set\nto 15 and the divider is reset, otherwise the divider is clocked.\n\nWhen the divider outputs a clock, one of two actions occurs: if loop is set and\ncounter is zero, it is set to 15, otherwise if counter is non-zero, it is\ndecremented.\n\nWhen disable is set, the channel's volume is n, otherwise it is the value in\nthe counter. Unless overridden by some other condition, the channel's DAC\nreceives the channel's volume value.\n\n\n-----\nTimer\n-----\n\nAll channels use a timer which is a divider driven by the ~1.79 MHz clock.\n\nThe noise channel and DMC use lookup tables to set the timer's period. For the\nsquare and triangle channels, the third and fourth registers form an 11-bit\nvalue and the divider's period is set to this value *plus one*.\n\n    llll llll       low 8 bits of period   (third register)\n    ---- -hhh       upper 3 bits of period (fourth register)\n\n\n----------\nSweep Unit\n----------\n\nThe sweep unit can adjust a square channel's period periodically. It contains a\ndivider and a shifter.\n\nA channel's second register configures the sweep unit:\n\n    eppp nsss       enable, period, negate, shift\n\nThe divider's period is set to p + 1.\n\nThe shifter continuously calculates a result based on the channel's period. The\nchannel's period (from the third and fourth registers) is first shifted right\nby s bits. If negate is set, the shifted value's bits are inverted, and on the\nsecond square channel, the inverted value is incremented by 1. The resulting\nvalue is added with the channel's current period, yielding the final result.\n\nWhen the sweep unit is clocked, the divider is *first* clocked and then if\nthere was a write to the sweep register since the last sweep clock, the divider\nis reset.\n\nWhen the channel's period is less than 8 or the result of the shifter is\ngreater than $7FF, the channel's DAC receives 0 and the sweep unit doesn't\nchange the channel's period. Otherwise, if the sweep unit is enabled and the\nshift count is greater than 0, when the divider outputs a clock, the channel's\nperiod in the third and fourth registers are updated with the result of the\nshifter.\n\n\n--------------\nSquare Channel\n--------------\n\n                   +---------+    +---------+\n                   |  Sweep  |--->|Timer / 2|\n                   +---------+    +---------+\n                        |              |\n                        |              v \n                        |         +---------+    +---------+\n                        |         |Sequencer|    | Length  |\n                        |         +---------+    +---------+\n                        |              |              |\n                        v              v              v\n    +---------+        |\\             |\\             |\\          +---------+\n    |Envelope |------->| >----------->| >----------->| >-------->|   DAC   |\n    +---------+        |/             |/             |/          +---------+\n\nThere are two square channels beginning at registers $4000 and $4004. Each\ncontains the following: Envelope Generator, Sweep Unit, Timer with\ndivide-by-two on the output, 8-step sequencer, Length Counter.\n\n$4000/$4004: duty, envelope\n$4001/$4005: sweep unit\n$4002/$4006: period low\n$4003/$4007: reload length counter, period high\n\nIn addition to the envelope, the first register controls the duty cycle of the\nsquare wave, without resetting the position of the sequencer:\n\n    dd-- ----       duty cycle select\n    \n    d   waveform sequence\n    ---------------------\n         _       1\n    0   - ------ 0 (12.5%)\n\n         __      1\n    1   -  ----- 0 (25%)\n\n         ____    1\n    2   -    --- 0 (50%)\n\n        _  _____ 1\n    3    --      0 (25% negated)\n\n\nWhen the fourth register is written to, the sequencer is restarted.\n\nThe sequencer is clocked by the divided timer output.\n\nWhen the sequencer output is low, the DAC receives 0.\n\n\n--------------\nLinear Counter\n--------------\n\nThe Linear Counter serves as a second more-accurate duration counter for the\ntriangle channel. It contains a counter and an internal halt flag.\n\nRegister $4008 contains a control flag and reload value:\n\n    crrr rrrr   control flag, reload value\n\nNote that the bit position for the control flag is also mapped to a flag in the\nLength Counter.\n\nWhen register $400B is written to, the halt flag is set.\n\nWhen clocked by the frame sequencer, the following actions occur in order:\n\n    1) If halt flag is set, set counter to reload value, otherwise if counter\nis non-zero, decrement it.\n\n    2) If control flag is clear, clear halt flag.\n\n\n----------------\nTriangle Channel\n----------------\n\n                   +---------+    +---------+\n                   |LinearCtr|    | Length  |\n                   +---------+    +---------+\n                        |              |\n                        v              v\n    +---------+        |\\             |\\         +---------+    +---------+ \n    |  Timer  |------->| >----------->| >------->|Sequencer|--->|   DAC   |\n    +---------+        |/             |/         +---------+    +---------+ \n\nThe triangle channel contains the following: Timer, 32-step sequencer, Length\nCounter, Linear Counter, 4-bit DAC.\n\n$4008: length counter disable, linear counter\n$400A: period low\n$400B: length counter reload, period high\n\nWhen the timer generates a clock and the Length Counter and Linear Counter both\nhave a non-zero count, the sequencer is clocked.\n\nThe sequencer feeds the following repeating 32-step sequence to the DAC:\n\n    F E D C B A 9 8 7 6 5 4 3 2 1 0 0 1 2 3 4 5 6 7 8 9 A B C D E F\n\nAt the lowest two periods ($400B = 0 and $400A = 0 or 1), the resulting\nfrequency is so high that the DAC effectively outputs a value half way between\n7 and 8.\n\n\n-------------   \nNoise Channel\n-------------\n\n    +---------+    +---------+    +---------+\n    |  Timer  |--->| Random  |    | Length  |\n    +---------+    +---------+    +---------+\n                        |              |\n                        v              v\n    +---------+        |\\             |\\         +---------+\n    |Envelope |------->| >----------->| >------->|   DAC   |\n    +---------+        |/             |/         +---------+\n\nThe noise channel starts at register $400C and contains the following: Length\nCounter, Envelope Generator, Timer, 15-bit right shift register with feedback,\n4-bit DAC.\n\n$400C: envelope\n$400E: mode, period\n$400F: reload length counter                   \n\nRegister $400E sets the random generator mode and timer period based on a 4-bit\nindex into a period table:\n\n    m--- iiii       mode, period index \n    \n    i   timer period\n    ----------------\n    0     $004\n    1     $008\n    2     $010\n    3     $020\n    4     $040\n    5     $060\n    6     $080\n    7     $0A0\n    8     $0CA\n    9     $0FE\n    A     $17C\n    B     $1FC\n    C     $2FA\n    D     $3F8\n    E     $7F2\n    F     $FE4\n\nThe shift register is clocked by the timer and the vacated bit 14 is filled\nwith the exclusive-OR of *pre-shifted* bits 0 and 1 (mode = 0) or bits 0 and 6\n(mode = 1), resulting in 32767-bit and 93-bit sequences, respectively.\n\nWhen bit 0 of the shift register is set, the DAC receives 0.\n\nOn power-up, the shift register is loaded with the value 1.\n\n\n------------------------------\nDelta Modulation Channel (DMC)\n------------------------------\n\n    +----------+    +---------+\n    |DMA Reader|    |  Timer  |\n    +----------+    +---------+\n         |               |\n         |               v\n    +----------+    +---------+     +---------+     +---------+ \n    |  Buffer  |----| Output  |---->| Counter |---->|   DAC   |\n    +----------+    +---------+     +---------+     +---------+ \n\nThe DMC can output samples composed of 1-bit deltas and its DAC can be directly\nchanged. It contains the following: DMA reader, interrupt flag, sample buffer,\nTimer, output unit, 7-bit counter tied to 7-bit DAC.\n\n$4010: mode, frequency\n$4011: DAC\n$4012: address\n$4013: length\n\nOn power-up, the DAC counter contains 0.\n\nRegister $4010 sets the interrupt enable, loop, and timer period. If the new\ninterrupt enabled status is clear, the interrupt flag is cleared.\n\n    il-- ffff       interrupt enabled, loop, frequency index\n    \n    f   period\n    ----------\n    0   $1AC\n    1   $17C\n    2   $154\n    3   $140\n    4   $11E\n    5   $0FE\n    6   $0E2\n    7   $0D6\n    8   $0BE\n    9   $0A0\n    A   $08E\n    B   $080\n    C   $06A\n    D   $054\n    E   $048\n    F   $036\n\nA write to $4011 sets the counter and DAC to a new value:\n\n    -ddd dddd       new DAC value\n\nSample Buffer\n-------------\nThe sample buffer either holds a single sample byte or is empty. It is filled\nby the DMA reader and can only be emptied by the output unit, so once loaded\nwith a sample it will be eventually output.\n\nDMA Reader\n----------\nThe DMA reader fills the sample buffer with successive bytes from the current\nsample, whenever it becomes empty. It has an address counter and a bytes remain\ncounter.\n\nWhen the DMC sample is restarted, the address counter is set to register $4012\n* $40 + $C000 and the bytes counter is set to register $4013 * $10 + 1.\n\nWhen the sample buffer is in an empty state and the bytes counter is non-zero,\nthe following occur: The sample buffer is filled with the next sample byte read\nfrom memory at the current address, subject to whatever mapping hardware is\npresent (the same as CPU memory accesses). The address is incremented; if it\nexceeds $FFFF, it is wrapped around to $8000. The bytes counter is decremented;\nif it becomes zero and the loop flag is set, the sample is restarted (see\nabove), otherwise if the bytes counter becomes zero and the interrupt enabled\nflag is set, the interrupt flag is set.\n\nWhen the DMA reader accesses a byte of memory, the CPU is suspended for 4 clock\ncycles.\n\nOutput Unit\n-----------\nThe output unit continually outputs complete sample bytes or silences of equal\nduration. It contains an 8-bit right shift register, a counter, and a silence\nflag.\n\nWhen an output cycle is started, the counter is loaded with 8 and if the sample\nbuffer is empty, the silence flag is set, otherwise the silence flag is cleared\nand the sample buffer is emptied into the shift register.\n\nOn the arrival of a clock from the timer, the following actions occur in order:\n\n    1. If the silence flag is clear, bit 0 of the shift register is applied to\nthe DAC counter: If bit 0 is clear and the counter is greater than 1, the\ncounter is decremented by 2, otherwise if bit 0 is set and the counter is less\nthan 126, the counter is incremented by 2.\n\n    1) The shift register is clocked.\n    \n    2) The counter is decremented. If it becomes zero, a new cycle is started.\n\n\n----------\nDAC Output\n----------\n\nThe DACs for each channel are implemented in a way that causes non-linearity\nand interaction between channels, so calculation of the resulting amplitude is\nsomewhat involved.\n\nThe normalized audio output level is the sum of two groups of channels:\n\n    output = square_out + tnd_out\n    \n    \n                          95.88\n    square_out = -----------------------\n                        8128\n                 ----------------- + 100\n                 square1 + square2\n\n\n                          159.79\n    tnd_out = ------------------------------\n                          1\n              ------------------------ + 100\n              triangle   noise    dmc\n              -------- + ----- + -----\n                8227     12241   22638\n\n\nwhere triangle, noise, dmc, square1 and square2 are the values fed to their\nDACs. The dmc ranges from 0 to 127 and the others range from 0 to 15. When the\nsub-denominator of a group is zero, its output is 0. The output ranges from 0.0\nto 1.0.\n\n\nImplementation Using Lookup Table \n---------------------------------\nThe formulas can be efficiently implemented using two lookup tables: a 31-entry\ntable for the two square channels and a 203-entry table for the remaining\nchannels (due to the approximation of tnd_out, the numerators are adjusted\nslightly to preserve the normalized output range).\n\n    square_table [n] = 95.52 / (8128.0 / n + 100)\n    \n    square_out = square_table [square1 + square2]\n    \nThe latter table is approximated (within 4%) by using a base unit close to the\nDMC's DAC.\n\n    tnd_table [n] = 163.67 / (24329.0 / n + 100)\n    \n    tnd_out = tnd_table [3 * triangle + 2 * noise + dmc]\n\n\nLinear Approximation\n--------------------\nA linear approximation can also be used, which results in slightly louder DMC\nsamples, but otherwise fairly accurate operation since the wave channels use a\nsmall portion of the transfer curve. The overall volume will be reduced due to\nthe headroom required by the DMC approximation.\n\n    square_out = 0.00752 * (square1 + square2)\n    \n    tnd_out = 0.00851 * triangle + 0.00494 * noise + 0.00335 * dmc\n\nThis linear approximation neglects the attenuating effect the DMC has when its\nDAC is in the upper level. This factor can be calculated using the main formula\nto form a ratio, and precalculated into a 128-entry lookup table.\n\n                     tnd_out(triangle=15,dmc=d) - tnd_out(triangle=0,dmc=d)\n    attenuation(d) = ------------------------------------------------------\n                                  tnd_out(triangle=15,dmc=0)\n\n-------------------\nUnreliable Behavior\n-------------------\n\n(The following behaviors probably don't need to be emulated due to their\nunreliability since stable code will avoid invoking it, and since their\nbehavior is somewhat difficult to precisely predict.)\n\nIf the frame IRQ is set just as register $4015 is being read, it seems to be\nignored (similar to polling $2002 for the vbl flag).\n\nThe DMC's DMA reader seems to check for an empty buffer every few CPU cycles,\nrather than every cycle or continuously.\n\nWriting to the DAC register ($4011) while a sample is playing sometimes has no\neffect, probably because the DMC's output unit is clocking the counter at the\nsame moment as the write.\n\n\n--------------\nClarifications\n--------------\n\n(The following are meant only as re-statements of the main content, rather than\nadditions of new content.)\n\nBecause the envelope loop and length counter disable flags are mapped to the\nsame bit, the length counter can't be used while the envelope is in loop mode.\nSimilar applies to the triangle channel, where the linear counter and length\ncounter are both controlled by the same bit in register $4008.\n\nUnlike the other waveform channels, the triangle channel is silenced by\nstopping its waveform at whatever phase it's at, rather than causing zero to be\nsent to its DAC.\n\nThe length counter table seems to be set up for standard note durations for 4/4\ntime at 160 bpm and 180 bpm. If bit 3 is 0, the following results (Dn is bit n\nof the fourth channel register):\n\n            180bpm  160bpm\n    D6-D4   D7=0    D7=1    note\n    -------------------------------\n    $00     10      12      16th\n    $01     20      24      8th\n    $02     40      48      4th (one beat)\n    $03     80      96      half\n    $04     160     192     whole\n    $05     60      72      4th dotted\n    $06     14      16      8th triplet (*3 = a 4th)\n    $07     26      32      4th triplet (*3 = a half)\n\n\n-------------\nCollaborators\n-------------\n\nBrad Taylor's NESSOUND.TXT and DMC.TXT as a starting point for testing.\nNTSC NES for testing on.\nNesdev forum for feedback.\nxodnizel for testing results, correction to DMC table, feedback.\nBloopaws/Draci for feedback, possible explanation of length counter table\nvalues.\n\n\n-------\nHistory\n-------\n\n2003.12.01\n    Made development cartridge and started testing on NES hardware.\n\n2003.12.14\n    Started project.\n\n2003.12.20\n    A few draft sections were posted to Nesdev or e-mailed privately.\n\n2004.01.02\n    Draft version posted to Nesdev. Corrected tnd_table formula.\n\n2004.01.02\n    Corrected incorrect \"correction\" to tnd_table formula. Double-checked them.\n\n2004.01.03\n    Corrected envelope flag name to \"disable\" (it was named \"enable\").\n    Added effective frequencies of frame sequencer outputs.\n    Added Overview, Unreliable Behavior, Clarifications, and Collaborators\nsections.\n\n2004.01.04\n    Adjusted linear approximation (difficult to find a compromise).\n    A few minor edits.\n\n2004.01.30\n    First release. Probably won't be doing much with it for a while.\n\n"
  },
  {
    "path": "index.html",
    "content": "<!DOCTYPE html>\n<html>\n  <head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link href=\"/mecca/public/css/style.css\" rel=\"stylesheet\" type=\"text/css\">\n    <link rel=\"icon\" href=\"/mecca/public/images/favicon.ico\">\n  </head>\n  <body>\n    <div id=\"app\"></div>\n    <script src=\"/mecca/public/js/main.js\" type=\"text/javascript\"></script>\n  </body>\n</html>\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"mecca\",\n  \"version\": \"1.0.0\",\n  \"description\": \"The Music Education, Composition, Creation Application\",\n  \"main\": \"index.js\",\n  \"directories\": {\n    \"doc\": \"docs\",\n    \"test\": \"test\"\n  },\n  \"scripts\": {\n    \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"git+https://github.com/porkostomus/mecca.git\"\n  },\n  \"keywords\": [],\n  \"author\": \"\",\n  \"license\": \"ISC\",\n  \"bugs\": {\n    \"url\": \"https://github.com/porkostomus/mecca/issues\"\n  },\n  \"homepage\": \"https://github.com/porkostomus/mecca#readme\",\n  \"dependencies\": {\n    \"@codemirror/autocomplete\": \"0.18.0\",\n    \"@codemirror/closebrackets\": \"0.18.0\",\n    \"@codemirror/commands\": \"0.18.0\",\n    \"@codemirror/comment\": \"0.18.0\",\n    \"@codemirror/fold\": \"0.18.0\",\n    \"@codemirror/gutter\": \"0.18.0\",\n    \"@codemirror/highlight\": \"0.18.0\",\n    \"@codemirror/history\": \"0.18.0\",\n    \"@codemirror/language\": \"0.18.0\",\n    \"@codemirror/lint\": \"0.18.0\",\n    \"@codemirror/matchbrackets\": \"0.18.0\",\n    \"@codemirror/rectangular-selection\": \"0.18.0\",\n    \"@codemirror/search\": \"0.18.0\",\n    \"@codemirror/state\": \"0.18.0\",\n    \"@codemirror/view\": \"0.18.0\",\n    \"create-react-class\": \"^15.6.3\",\n    \"lezer-clojure\": \"0.1.10\",\n    \"lezer-generator\": \"^0.13.4\",\n    \"react\": \"^16.12.0\",\n    \"react-dom\": \"^16.12.0\",\n    \"shadow-cljs\": \"^2.8.83\"\n  }\n}\n"
  },
  {
    "path": "public/audio/.directory",
    "content": "[Dolphin]\nSortRole=type\nTimestamp=2019,9,27,10,58,2\nVersion=4\nViewMode=2\n\n[Settings]\nHiddenFilesShown=true\n"
  },
  {
    "path": "public/css/style.css",
    "content": ":root {\n  --orange: hsla(32, 100%, 50%, 1);\n  --yellow: hsla(49, 99%, 50%, 1);\n  --lime: hsla(82, 90%, 45%, 1);\n  --green: hsla(127, 81%, 41%, 1);\n  --red: hsla(342, 93%, 53%, 1);\n  --pink: hsla(314, 85%, 45%, 1);\n  --blue: hsla(211, 92%, 52%, 1);\n  --purple: hsla(283, 92%, 44%, 1);\n  --cyan: hsla(195, 98%, 55%, 1);\n  --sky: hsla(226.6, 94%, 70%, 1);\n  --white: hsla(0, 0%, 95%, 1);\n  --black: hsla(0, 0%, 10%, 1);\n\n  /* abstract our colours */\n  --boxMain: var(--pink);\n  --boxSecond: var(--purple);\n  --boxHigh: var(--yellow);\n  --border: 1vmin solid var(--black);\n  --borderRad: 2px;\n}\n\n* {\n  box-sizing: border-box;\n}\n\nbody {\n  background-color: var(--sky);\n  padding: 0;\n  font-family: sans-serif, system-ui;\n  font-size: 100%;\n  color: var(--black);\n}\n\nh2 {\n  font-size: 1.2em;\n}\n\n  h1 {\n    font-size: 2em;\n    color: purple;\n    /* 2x body copy size = 32px */\n    line-height: 1;\n    padding : 3px;\n    margin : 0;\n    /* 45px / 36px */\n  }\n\n  p {\n    font-size : 16px;\n    padding : 2px;\n    color: black;\n    margin : 0;\n    line-height : 10px;\n}\n\nlabel {\n  font-size : 16px;\n  padding : 8px;\n  color: blue;\n  margin : 0;\n  line-height : 8px;\n}\n\n.hand {\n  cursor: url('data:image/svg+xml;charset=utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -0.5 27 24\" shape-rendering=\"crispEdges\"><path stroke=\"#ff80ff\" d=\"M0 0h2m3 0h7m3 0h1m2 0h9M0 1h1m5 0h3m10 0h8M7 2h1m12 0h7m-6 1h6m-6 1h6m-6 1h6M0 6h1m21 0h5M0 7h2m20 0h5M0 8h3m19 0h5M0 9h4m18 0h5M0 10h4m19 0h4M0 11h3m22 0h2M0 12h3m23 0h1M0 13h3m23 0h1M0 14h3m-3 1h4m-4 1h4m22 0h1M0 17h5m21 0h1M0 18h6m19 0h2M0 19h7m17 0h3M0 20h9m5 0h1m8 0h4M0 21h16m6 0h5M0 22h16m5 0h6M0 23h17m3 0h7\"/><path stroke=\"gray\" d=\"M2 0h3m7 0h3m1 0h2M1 1h1m3 0h1m3 0h3m3 0h1m2 0h1M0 2h1m5 0h1m1 0h1m3 0h1m6 0h1M0 3h1m6 0h1m12 0h1M0 4h1m7 0h1m7 0h2m2 0h1M0 5h1m8 0h1m7 0h1m2 0h1M1 6h1m12 0h2m2 0h1m2 0h1M2 7h1m12 0h1m5 0h1M3 8h1m7 0h2m3 0h1m4 0h1M4 9h1m7 0h2m7 0h1M4 10h2m8 0h1m7 0h1M3 11h4m15 0h3M3 12h1m2 0h2m13 0h1m2 0h2M3 13h1m3 0h2m16 0h1M3 14h1m22 0h1M4 15h1m21 0h1M4 16h1m20 0h1M5 17h1m11 0h1m7 0h1M6 18h2m8 0h1m7 0h1M7 19h3m4 0h3m6 0h1M9 20h5m1 0h2m5 0h1m-7 1h1m4 0h1m-6 1h2m1 0h2m-4 1h3\"/><path stroke=\"#f8f8f8\" d=\"M2 1h3m7 0h3m1 0h2M1 2h5m3 0h3m1 0h6M1 3h6m2 0h4m1 0h5M2 4h6m2 0h6m2 0h2M3 5h6m1 0h7m1 0h2M4 6h10m2 0h2m1 0h1M5 7h10m1 0h5M6 8h5m2 0h3m1 0h4M7 9h5m2 0h7M8 10h6m1 0h6M9 11h12M4 12h2m4 0h10m2 0h2M5 13h2m3 0h9m2 0h4M6 14h2m2 0h8m1 0h7M6 15h11m2 0h7M8 16h7m3 0h7m-14 1h2m5 0h5m-5 1h4m-3 1h2\"/><path stroke=\"silver\" d=\"M8 3h1m4 0h1m5 0h1M1 4h1m7 0h1M1 5h2M2 6h2m16 0h1M3 7h2M4 8h2M5 9h2m-1 1h2m13 0h1M7 11h2m12 0h1M8 12h2m10 0h1M4 13h1m4 0h1m9 0h2M4 14h2m2 0h2m8 0h1M5 15h1m11 0h2M5 16h3m7 0h3M6 17h5m2 0h4m6 0h2M8 18h8m1 0h1m4 0h2m-14 1h4m3 0h2m2 0h2m-6 1h5m-5 1h4m-3 1h1\"/></svg>')\n}\n\n.jump1 {\n  transform: translateY(-70px);\n  animation: jumpup 0.4s 0s ease infinite;\n}\n\n.jump2 {\n  transform: translateY(-70px);\n  animation: jumpdown 0.5s 0s ease infinite;\n}\n \n.fade {\n  animation: fade 0.7s 0s infinite;\n}\n\n@keyframes fade {\n  0% {\n    opacity: 0;\n  }\n  \n  100% {\n    opacity: 1;\n  }\n}\n\n\n\n\n.flex-container {\n  display: flex;\n  flex-flow: row wrap;\n  justify-content: flex-start;\n  column-count: 2;\n}\n\n.flex-item {\n  width: 560px;\n  height: 500px;\n  line-height: 20px;\n  text-align: left;\n}"
  },
  {
    "path": "public/images/.directory",
    "content": "[Dolphin]\nTimestamp=2019,9,19,2,50,25\nVersion=4\n\n[Settings]\nHiddenFilesShown=true\n"
  },
  {
    "path": "public/images/characters/.directory",
    "content": "[Dolphin]\nSortRole=type\nTimestamp=2019,9,22,12,21,26\nVersion=4\nViewMode=2\n\n[Settings]\nHiddenFilesShown=true\n"
  },
  {
    "path": "public/images/lilypond-notes.ly",
    "content": "\\version \"2.18.2\"\n\\relative c' {\n  b''8 a,, r4  b''8 b,, r4 \n  b''8 c,, r4  b''8 d,, r4 \n  b''8 e,, r4  b''8 f, r4 \n  b'8  g, r4 b'8 a, r4 \n  b'8  b, r4   b'8 c, r4 \n  b'8  d, r4   b'8 e, r4 \n  b'8  f r4   b8 g r4\n  b8  a r4   b8 b r4\n  b8  c r4   b8 d r4\n  b8  e r4   b8 f' r4\n\n  a,8 a,, r4  a''8 b,, r4 \n  a''8 c,, r4  a''8 d,, r4 \n  a''8 e, r4   a'8 f, r4 \n  a'8  g, r4   a'8 a, r4 \n  a'8  b, r4   a'8 c, r4 \n  a'8  d, r4   a'8 e r4 \n  a8  f r4   a8 g r4\n  a8  a r4   a8 b r4\n  a8  c r4   a8 d r4\n  a8  e' r4   a,8 f' r4\n \n  g,8 a,, r4  g''8 b,, r4 \n  g''8 c,, r4  g''8 d, r4 \n  g'8 e, r4   g'8 f, r4 \n  g'8  g, r4  g'8 a, r4 \n  g'8  b, r4  g'8 c, r4 \n  g'8  d r4  g8 e r4 \n  g8  f r4  g8 g r4\n  g8  a r4  g8 b r4\n  g8  c r4  g8 d' r4\n  g,8  e' r4  g,8 f' r4\n  \n  f,8 a,, r4  f''8 b,, r4 \n  f''8 c, r4   f'8 d, r4 \n  f'8 e, r4   f'8 f, r4 \n  f'8  g, r4  f'8 a, r4 \n  f'8  b, r4  f'8 c r4 \n  f8  d r4  f8 e r4 \n  f8  f r4  f8 g r4\n\n  e8 a,, r4  e''8 b, r4 \n  e'8 c, r4   e'8 d, r4 \n  e'8 e, r4   e'8 f, r4 \n  e'8  g, r4  e'8 a, r4 \n  e'8  b, r4  e'8 c, r4 \n  e'8  d, r4  e'8 e, r4 \n  e'8  f, r4  e'8 g, r4\n  \n  d'8 a, r4 d'8 b, r4 \n  d'8 c, r4 d'8 d, r4 \n  d'8 e, r4 d'8 f r4 \n  d8 g r4 d8 a r4 \n  d8 b r4 d8 c r4 \n  d8 d r4 d8 e r4 \n  d8 f r4 d8 g r4\n  \n  c,8 a, r4 c'8 b, r4\n  c'8 c, r4 c'8 d, r4 \n  c'8 e, r4 c'8 f, r4 \n  c'8 g r4 c8 a r4 \n  c8 b r4 c8 c r4 \n  c8 d r4 c8 e r4 \n  c8 f r4 c8 g' r4 \n  c,8 a' r4 c,8 b' r4 \n  c,8 c' r4 c,8 d' r4 \n  c,8 e' r4 c,8 f' r4\n  \n  b,,8 g, r4 b'8 a, r4 \n  b'8 b, r4 b'8 c, r4 \n   b'8 d, r4 b'8 e, r4\n   b'8 f, r4 b'8 g, r4\n  b'8 a, r4 b'8 b, r4 \n  b'8 c, r4 b'8 d, r4 \n  b'8 e, r4 b'8 f r4 \n  b8 g r4 b8 a r4 \n  b8 b r4 b8 c r4 \n  b8 d r4 b8 e r4 \n  b8 f' r4 b,8 g' r4\n  b,8 a' r4 b,8 b' r4\n  b,8 c' r4 b,8 d' r4 \n  b,8 e' r4 b,8 f'' r4 \n  \n  a,,8 d, r4 a'8 e r4 \n  a8 f r4 a8 g r4\n  a8 a r4 a8 b r4\n  a8 c r4 a8 d r4 \n  a8 e' r4 a,8 f' r4 \n  a,8 g' r4 a,8 a' r4 \n  a,8 b' r4 a,8 c' r4 \n   a,8 d' r4 a,8 e'' r4\n   a,,8 f'' r4 a,,8 g'' r4\n\n  g,,8 d r4  g8 e r4 \n  g8 f r4     g8 g r4\n  g8 a r4     g8 b r4\n  g8 c r4     g8 d' r4 \n  g,8 e' r4    g,8 f' r4 \n  g,8 g' r4   g,8 a' r4 \n  g,8 b' r4   g,8 c' r4 \n  g,8 d'' r4   g,,8 e'' r4\n  g,,8 f'' r4 g,,8 g'' r4\n\n  f,,8 d r4   f8 e r4 \n  f8 f r4     f8 g r4\n  f8 a r4     f8 b r4\n  f8 c' r4     f,8 d' r4 \n  f,8 e' r4   f,8 f' r4 \n  f,8 g' r4   f,8 a' r4 \n  f,8 b' r4   f,8 c'' r4 \n  f,,8 d'' r4  f,,8 e'' r4\n  f,,8 f'' r4 f,,8 g'' r4\n\n  e,,8 g, r4   e'8 a, r4 \n  e'8 b r4     e8 c r4  \n  e8 d r4     e8 e r4  \n  e8 f r4     e8 g r4\n  e8 a r4     e8 b' r4\n  e,8 c' r4    e,8 d' r4 \n  e,8 e' r4   e,8 f' r4 \n  e,8 g' r4   e,8 a' r4 \n  e,8 b'' r4   e,,8 c'' r4 \n  e,,8 d'' r4 e,,8 e'' r4\n  e,,8 f'' r4 e,,8 g'' r4\n\n  d,,8 g, r4  d'8 a r4 \n  d8 b r4    d8 c r4  \n  d8 d r4     d8 e r4  \n  d8 f r4     d8 g r4\n  d8 a' r4     d,8 b' r4\n  d,8 c' r4   d,8 d' r4 \n  d,8 e' r4   d,8 f' r4 \n  d,8 g' r4   d,8 a'' r4 \n  d,,8 b'' r4  d,,8 c'' r4 \n  d,,8 d'' r4 d,,8 e'' r4\n  d,,8 f'' r4 d,,8 g'' r4\n\n  c,,,8 g r4  c8 a r4 \n  c8 b r4     c8 c r4  \n  c8 d r4     c8 e r4  \n  c8 f r4     c8 g' r4\n  c,8 a' r4    c,8 b' r4\n  c,8 c' r4   c,8 d' r4 \n  c,8 e' r4   c,8 f' r4 \n  c,8 g'' r4   c,,8 a'' r4 \n  c,,8 b'' r4 c,,8 c'' r4 \n  c,,8 d'' r4 c,,8 e'' r4\n  c,,8 f'' r4 c,,8 g''' r4  \n\n  b,,,8 g r4  b8 a r4 \n  b8 b r4     b8 c r4  \n  b8 d r4     b8 e r4  \n  b8 f' r4     b,8 g' r4\n  b,8 a' r4   b,8 b' r4\n  b,8 c' r4   b,8 d' r4 \n  b,8 e' r4   b,8 f'' r4 \n  b,,8 g'' r4  b,,8 a'' r4 \n  b,,8 b'' r4 b,,8 c'' r4 \n  b,,8 d'' r4 b,,8 e'' r4\n  b,,8 f''' r4 b,,,8 g''' r4 \n}\n\n"
  },
  {
    "path": "public/index.html",
    "content": "<!DOCTYPE html>\n<html>\n  <head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <link href=\"/css/style.css\" rel=\"stylesheet\" type=\"text/css\">\n      <!-- inter fonts -->\n      <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n      <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n      <link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap\" rel=\"stylesheet\">\n      <link href=\"https://cdn.jsdelivr.net/npm/katex@0.13.13/dist/katex.min.css\" rel=\"stylesheet\">\n  \n      <link href=\"https://cdn.nextjournal.com/data/QmSaHZCU6U2DeNohfW2PuXDHkayw7w21uvUWL5oEqVWKwH?filename=viewer-1c61aac61ffa4da89b828d538c5e4eff188e7b56.css&content-type=text/css\" rel=\"stylesheet\">\n      <link href=\"https://cdn.nextjournal.com/data/QmZZpjcdZDa8WT27QpcepDfqwuGik6Y3Ueyxaxs1Gqpk9w?filename=nextjournal-c81d440c5a7312046bbc5a2c3f2c5567d9ea9131.css&content-type=text/css\" rel=\"stylesheet\">\n  \n      <script src=\"https://cdn.tailwindcss.com?plugins=typography\"></script>\n      <style type=\"text/tailwindcss\" id=\"viewer-stylesheet\"></style>\n      <!-- filled with tailwind styles from js -->\n  \n      <script src=\"https://twemoji.maxcdn.com/v/latest/twemoji.min.js\" crossorigin=\"anonymous\"></script>\n    <link rel=\"icon\" href=\"/images/favicon.ico\">\n  </head>\n  <body>\n    <div id=\"app\"></div>\n    <script src=\"/js/main.js\" type=\"text/javascript\"></script>\n  </body>\n</html>\n"
  },
  {
    "path": "public/js/manifest.edn",
    "content": "[{:module-id :main, :name :main, :output-name \"main.js\", :entries [shadow.cljs.devtools.client.console shadow.cljs.devtools.client.browser shadow.cljs.devtools.client.env mecca.core], :depends-on nil, :sources [\"goog/base.js\" \"goog/debug/error.js\" \"goog/dom/nodetype.js\" \"goog/asserts/asserts.js\" \"goog/reflect/reflect.js\" \"goog/math/long.js\" \"goog/math/integer.js\" \"goog/dom/asserts.js\" \"goog/functions/functions.js\" \"goog/array/array.js\" \"goog/dom/htmlelement.js\" \"goog/dom/tagname.js\" \"goog/object/object.js\" \"goog/dom/tags.js\" \"goog/string/typedstring.js\" \"goog/string/const.js\" \"goog/html/trustedtypes.js\" \"goog/html/safescript.js\" \"goog/fs/url.js\" \"goog/fs/blob.js\" \"goog/i18n/bidi.js\" \"goog/html/trustedresourceurl.js\" \"goog/string/internal.js\" \"goog/html/safeurl.js\" \"goog/html/safestyle.js\" \"goog/html/safestylesheet.js\" \"goog/labs/useragent/util.js\" \"goog/labs/useragent/browser.js\" \"goog/html/safehtml.js\" \"goog/html/uncheckedconversions.js\" \"goog/dom/safe.js\" \"goog/string/string.js\" \"goog/structs/structs.js\" \"goog/math/math.js\" \"goog/iter/iter.js\" \"goog/structs/map.js\" \"goog/uri/utils.js\" \"goog/uri/uri.js\" \"goog/string/stringbuffer.js\" \"cljs/core.cljs\" \"clojure/string.cljs\" \"shadow/cljs/devtools/client/console.cljs\" \"goog/labs/useragent/engine.js\" \"goog/labs/useragent/platform.js\" \"goog/useragent/useragent.js\" \"goog/dom/browserfeature.js\" \"goog/math/coordinate.js\" \"goog/math/size.js\" \"goog/dom/dom.js\" \"goog/useragent/product.js\" \"shadow/json.cljs\" \"cljs/tools/reader/impl/utils.cljs\" \"cljs/tools/reader/reader_types.cljs\" \"cljs/tools/reader/impl/inspect.cljs\" \"cljs/tools/reader/impl/errors.cljs\" \"cljs/tools/reader/impl/commons.cljs\" \"cljs/tools/reader.cljs\" \"cljs/pprint.cljs\" \"clojure/set.cljs\" \"shadow/cljs/devtools/client/env.cljs\" \"goog/dom/inputtype.js\" \"goog/window/window.js\" \"goog/dom/forms.js\" \"goog/dom/classlist.js\" \"goog/dom/vendor.js\" \"goog/math/box.js\" \"goog/math/irect.js\" \"goog/math/rect.js\" \"goog/disposable/idisposable.js\" \"goog/disposable/disposable.js\" \"goog/events/eventid.js\" \"goog/events/event.js\" \"goog/style/style.js\" \"goog/style/transition.js\" \"cljs/core/async/impl/protocols.cljs\" \"cljs/core/async/impl/buffers.cljs\" \"goog/debug/entrypointregistry.js\" \"goog/async/nexttick.js\" \"cljs/core/async/impl/dispatch.cljs\" \"cljs/core/async/impl/channels.cljs\" \"cljs/core/async/impl/timers.cljs\" \"cljs/core/async/impl/ioc_helpers.cljs\" \"cljs/core/async.cljs\" \"shadow/dom.cljs\" \"clojure/data.cljs\" \"shadow/util.cljs\" \"shadow/object.cljs\" \"shadow/animate.cljs\" \"com/cognitect/transit/util.js\" \"com/cognitect/transit/delimiters.js\" \"com/cognitect/transit/caching.js\" \"com/cognitect/transit/eq.js\" \"com/cognitect/transit/types.js\" \"com/cognitect/transit/impl/decoder.js\" \"com/cognitect/transit/impl/reader.js\" \"com/cognitect/transit/handlers.js\" \"com/cognitect/transit/impl/writer.js\" \"com/cognitect/transit.js\" \"cognitect/transit.cljs\" \"shadow/remote/runtime/api.cljc\" \"clojure/core/protocols.cljs\" \"clojure/datafy.cljs\" \"shadow/remote/runtime/writer.cljs\" \"shadow/remote/runtime/shared.cljc\" \"shadow/remote/runtime/cljs/js_builtins.cljs\" \"clojure/walk.cljs\" \"cljs/spec/gen/alpha.cljs\" \"cljs/spec/alpha.cljs\" \"goog/string/stringformat.js\" \"cljs/repl.cljs\" \"shadow/remote/runtime/obj_support.cljc\" \"shadow/remote/runtime/tap_support.cljc\" \"shadow/remote/runtime/eval_support.cljs\" \"shadow/cljs/devtools/client/shared.cljs\" \"shadow/cljs/devtools/client/hud.cljs\" \"shadow/cljs/devtools/client/websocket.cljs\" \"shadow/cljs/devtools/client/browser.cljs\" \"shadow/js.js\" \"node_modules/object-assign/index.js\" \"node_modules/prop-types/lib/ReactPropTypesSecret.js\" \"node_modules/prop-types/checkPropTypes.js\" \"node_modules/react/cjs/react.development.js\" \"node_modules/react/index.js\" \"reagent/debug.cljs\" \"reagent/impl/util.cljs\" \"reagent/impl/batching.cljs\" \"reagent/impl/protocols.cljs\" \"reagent/ratom.cljs\" \"reagent/impl/component.cljs\" \"reagent/impl/input.cljs\" \"reagent/impl/template.cljs\" \"reagent/core.cljs\" \"node_modules/scheduler/cjs/scheduler.development.js\" \"node_modules/scheduler/index.js\" \"node_modules/scheduler/cjs/scheduler-tracing.development.js\" \"node_modules/scheduler/tracing.js\" \"node_modules/react-dom/cjs/react-dom.development.js\" \"node_modules/react-dom/index.js\" \"reagent/dom.cljs\" \"node_modules/@codemirror/text/dist/index.cjs\" \"node_modules/@codemirror/state/dist/index.cjs\" \"node_modules/style-mod/dist/style-mod.cjs\" \"node_modules/@codemirror/rangeset/dist/index.cjs\" \"node_modules/w3c-keyname/index.cjs\" \"node_modules/@codemirror/view/dist/index.cjs\" \"node_modules/lezer-tree/dist/tree.cjs\" \"node_modules/@codemirror/language/dist/index.cjs\" \"node_modules/@codemirror/gutter/dist/index.cjs\" \"node_modules/@codemirror/fold/dist/index.cjs\" \"node_modules/@codemirror/closebrackets/dist/index.cjs\" \"node_modules/@codemirror/highlight/dist/index.cjs\" \"node_modules/@codemirror/history/dist/index.cjs\" \"mecca/max_or_throw.cljs\" \"applied_science/js_interop/impl.cljs\" \"applied_science/js_interop.cljs\" \"nextjournal/clojure_mode/selections.cljs\" \"nextjournal/clojure_mode/util.cljs\" \"node_modules/process/browser.js\" \"node_modules/lezer/dist/index.cjs\" \"node_modules/lezer-clojure/dist/index.cjs\" \"nextjournal/clojure_mode/node.cljs\" \"nextjournal/clojure_mode/extensions/eval_region.cljs\" \"sci/impl/destructure.cljc\" \"sci/impl/types.cljc\" \"sci/impl/macros.cljc\" \"sci/impl/unrestrict.cljc\" \"sci/lang.cljc\" \"sci/impl/vars.cljc\" \"sci/impl/utils.cljc\" \"sci/impl/doseq_macro.cljc\" \"sci/impl/faster.cljc\" \"sci/impl/interop.cljc\" \"sci/impl/records.cljc\" \"sci/impl/evaluator.cljc\" \"sci/impl/fns.cljc\" \"sci/impl/for_macro.cljc\" \"sci/impl/load.cljc\" \"sci/impl/resolve.cljc\" \"sci/impl/analyzer.cljc\" \"cljs/tools/reader/edn.cljs\" \"cljs/reader.cljs\" \"sci/impl/core_protocols.cljc\" \"sci/impl/hierarchies.cljc\" \"sci/impl/io.cljc\" \"sci/impl/multimethods.cljc\" \"edamame/impl/read_fn.cljc\" \"edamame/impl/syntax_quote.cljc\" \"edamame/impl/parser.cljc\" \"sci/impl/parser.cljc\" \"sci/impl/protocols.cljc\" \"sci/impl/read.cljc\" \"sci/impl/reify.cljc\" \"sci/impl/namespaces.cljc\" \"sci/impl/opts.cljc\" \"sci/impl/interpreter.cljc\" \"sci/core.cljc\" \"mecca/sci.cljs\" \"goog/debug/errorcontext.js\" \"goog/debug/debug.js\" \"goog/events/browserfeature.js\" \"goog/events/eventtype.js\" \"goog/events/browserevent.js\" \"goog/events/listenable.js\" \"goog/events/listener.js\" \"goog/events/listenermap.js\" \"goog/log/log.js\" \"goog/debug/logger.js\" \"goog/structs/simplepool.js\" \"goog/debug/tracer.js\" \"goog/debug/errorhandler.js\" \"goog/events/eventtarget.js\" \"goog/events/eventhandler.js\" \"goog/events/eventwrapper.js\" \"goog/events/events.js\" \"re_frame/interop.cljs\" \"re_frame/db.cljc\" \"re_frame/loggers.cljc\" \"re_frame/utils.cljc\" \"re_frame/settings.cljc\" \"re_frame/registrar.cljc\" \"re_frame/trace.cljc\" \"re_frame/interceptor.cljc\" \"re_frame/events.cljc\" \"re_frame/subs.cljc\" \"re_frame/router.cljc\" \"re_frame/fx.cljc\" \"re_frame/cofx.cljc\" \"re_frame/std_interceptors.cljc\" \"re_frame/core.cljc\" \"nextjournal/clojure_mode/chars.cljs\" \"node_modules/@codemirror/matchbrackets/dist/index.cjs\" \"node_modules/@codemirror/commands/dist/index.cjs\" \"nextjournal/clojure_mode/extensions/formatting.cljs\" \"nextjournal/clojure_mode/test_utils.cljs\" \"nextjournal/clojure_mode/extensions/selection_history.cljs\" \"nextjournal/clojure_mode/commands.cljs\" \"nextjournal/clojure_mode/extensions/close_brackets.cljs\" \"nextjournal/clojure_mode/extensions/match_brackets.cljs\" \"nextjournal/clojure_mode/keymap.cljs\" \"nextjournal/clojure_mode.cljs\" \"node_modules/lezer-generator/dist/index.cjs\" \"shadow/resource.cljs\" \"nextjournal/clojure_mode/live_grammar.cljs\" \"mecca/sci_editor.cljs\" \"re_pressed/impl.cljs\" \"re_pressed/core.cljs\" \"day8/re_frame/undo.cljs\" \"mecca/mario.cljs\" \"mecca/songs/megaman.cljs\" \"mecca/songs/zelda.cljs\" \"mecca/songs/city.cljs\" \"mecca/music.cljs\" \"mecca/events.cljs\" \"mecca/subs.cljs\" \"mecca/castle.cljs\" \"mecca/transport.cljs\" \"mecca/editor.cljs\" \"clojure/edn.cljs\" \"mecca/view.cljs\" \"mecca/core.cljs\" \"shadow/module/main/append.js\"]}]"
  },
  {
    "path": "public/main.js",
    "content": "var $jscomp = {};\nvar shadow$provide = {};\nif(typeof Math.imul == \"undefined\" || (Math.imul(0xffffffff,5) == 0)) {\n    Math.imul = function (a, b) {\n        var ah  = (a >>> 16) & 0xffff;\n        var al = a & 0xffff;\n        var bh  = (b >>> 16) & 0xffff;\n        var bl = b & 0xffff;\n        // the shift by 0 fixes the sign on the high part\n        // the final |0 converts the unsigned value into a signed value\n        return ((al * bl) + (((ah * bl + al * bh) << 16) >>> 0)|0);\n    }\n}\n(function(){\nshadow$provide[0]=function(l,n,r,h){var f=Object.getOwnPropertySymbols,u=Object.prototype.hasOwnProperty,F=Object.prototype.propertyIsEnumerable;r.exports=function(){try{if(!Object.assign)return!1;var f=new String(\"abc\");f[5]=\"de\";if(\"5\"===Object.getOwnPropertyNames(f)[0])return!1;var h={};for(f=0;10>f;f++)h[\"_\"+String.fromCharCode(f)]=f;if(\"0123456789\"!==Object.getOwnPropertyNames(h).map(function(f){return h[f]}).join(\"\"))return!1;var l={};\"abcdefghijklmnopqrst\".split(\"\").forEach(function(f){l[f]=\nf});return\"abcdefghijklmnopqrst\"!==Object.keys(Object.assign({},l)).join(\"\")?!1:!0}catch(ma){return!1}}()?Object.assign:function(h,l){if(null===h||void 0===h)throw new TypeError(\"Object.assign cannot be called with null or undefined\");var n=Object(h);for(var r,H=1;H<arguments.length;H++){var I=Object(arguments[H]);for(var Z in I)u.call(I,Z)&&(n[Z]=I[Z]);if(f){r=f(I);for(var S=0;S<r.length;S++)F.call(I,r[S])&&(n[r[S]]=I[r[S]])}}return n}};\nshadow$provide[1]=function(l,n,r,h){function f(g){for(var f=\"https://reactjs.org/docs/error-decoder.html?invariant\\x3d\"+g,q=1;q<arguments.length;q++)f+=\"\\x26args[]\\x3d\"+encodeURIComponent(arguments[q]);return\"Minified React error #\"+g+\"; visit \"+f+\" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\"}function u(g,f,q){this.props=g;this.context=f;this.refs=bb;this.updater=q||P}function F(){}function Z(g,f,q){this.props=g;this.context=f;this.refs=\nbb;this.updater=q||P}function Sa(g,f,q){var z,h={},p=null,aa=null;if(null!=f)for(z in void 0!==f.ref&&(aa=f.ref),void 0!==f.key&&(p=\"\"+f.key),f)va.call(f,z)&&!na.hasOwnProperty(z)&&(h[z]=f[z]);var l=arguments.length-2;if(1===l)h.children=q;else if(1<l){for(var n=Array(l),X=0;X<l;X++)n[X]=arguments[X+2];h.children=n}if(g&&g.defaultProps)for(z in l=g.defaultProps,l)void 0===h[z]&&(h[z]=l[z]);return{$$typeof:w,type:g,key:p,ref:aa,props:h,_owner:N.current}}function Ta(g,f){return{$$typeof:w,type:g.type,\nkey:f,ref:g.ref,props:g.props,_owner:g._owner}}function ma(g){return\"object\"===typeof g&&null!==g&&g.$$typeof===w}function H(g){var f={\"\\x3d\":\"\\x3d0\",\":\":\"\\x3d2\"};return\"$\"+(\"\"+g).replace(/[=:]/g,function(g){return f[g]})}function I(g,f,h,w){if(q.length){var z=q.pop();z.result=g;z.keyPrefix=f;z.func=h;z.context=w;z.count=0;return z}return{result:g,keyPrefix:f,func:h,context:w,count:0}}function tb(g){g.result=null;g.keyPrefix=null;g.func=null;g.context=null;g.count=0;10>q.length&&q.push(g)}function S(g,\nz,q,h){var p=typeof g;if(\"undefined\"===p||\"boolean\"===p)g=null;var l=!1;if(null===g)l=!0;else switch(p){case \"string\":case \"number\":l=!0;break;case \"object\":switch(g.$$typeof){case w:case X:l=!0}}if(l)return q(h,g,\"\"===z?\".\"+U(g,0):z),1;l=0;z=\"\"===z?\".\":z+\":\";if(Array.isArray(g))for(var n=0;n<g.length;n++){p=g[n];var aa=z+U(p,n);l+=S(p,aa,q,h)}else if(null===g||\"object\"!==typeof g?aa=null:(aa=K&&g[K]||g[\"@@iterator\"],aa=\"function\"===typeof aa?aa:null),\"function\"===typeof aa)for(g=aa.call(g),n=0;!(p=\ng.next()).done;)p=p.value,aa=z+U(p,n++),l+=S(p,aa,q,h);else if(\"object\"===p)throw q=\"\"+g,Error(f(31,\"[object Object]\"===q?\"object with keys {\"+Object.keys(g).join(\", \")+\"}\":q,\"\"));return l}function ha(g,f,q){return null==g?0:S(g,\"\",f,q)}function U(g,f){return\"object\"===typeof g&&null!==g&&null!=g.key?H(g.key):f.toString(36)}function oa(g,f){g.func.call(g.context,f,g.count++)}function ba(g,f,q){var z=g.result,h=g.keyPrefix;g=g.func.call(g.context,f,g.count++);Array.isArray(g)?pa(g,z,q,function(g){return g}):\nnull!=g&&(ma(g)&&(g=Ta(g,h+(!g.key||f&&f.key===g.key?\"\":(\"\"+g.key).replace(wa,\"$\\x26/\")+\"/\")+q)),z.push(g))}function pa(g,f,q,h,p){var z=\"\";null!=q&&(z=(\"\"+q).replace(wa,\"$\\x26/\")+\"/\");f=I(f,z,h,p);ha(g,ba,f);tb(f)}function T(){var g=Q.current;if(null===g)throw Error(f(321));return g}var xa=n(0),p=\"function\"===typeof Symbol&&Symbol.for,w=p?Symbol.for(\"react.element\"):60103,X=p?Symbol.for(\"react.portal\"):60106;l=p?Symbol.for(\"react.fragment\"):60107;n=p?Symbol.for(\"react.strict_mode\"):60108;h=p?Symbol.for(\"react.profiler\"):\n60114;var Ga=p?Symbol.for(\"react.provider\"):60109,Ha=p?Symbol.for(\"react.context\"):60110,ub=p?Symbol.for(\"react.forward_ref\"):60112,Jb=p?Symbol.for(\"react.suspense\"):60113;p&&Symbol.for(\"react.suspense_list\");var Kb=p?Symbol.for(\"react.memo\"):60115,D=p?Symbol.for(\"react.lazy\"):60116;p&&Symbol.for(\"react.fundamental\");p&&Symbol.for(\"react.responder\");p&&Symbol.for(\"react.scope\");var K=\"function\"===typeof Symbol&&Symbol.iterator,P={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},\nenqueueSetState:function(){}},bb={};u.prototype.isReactComponent={};u.prototype.setState=function(g,z){if(\"object\"!==typeof g&&\"function\"!==typeof g&&null!=g)throw Error(f(85));this.updater.enqueueSetState(this,g,z,\"setState\")};u.prototype.forceUpdate=function(g){this.updater.enqueueForceUpdate(this,g,\"forceUpdate\")};F.prototype=u.prototype;p=Z.prototype=new F;p.constructor=Z;xa(p,u.prototype);p.isPureReactComponent=!0;var Q={current:null},N={current:null},va=Object.prototype.hasOwnProperty,na={key:!0,\nref:!0,__self:!0,__source:!0},wa=/\\/+/g,q=[];l={Children:{map:function(g,f,q){if(null==g)return g;var z=[];pa(g,z,null,f,q);return z},forEach:function(g,f,q){if(null==g)return g;f=I(null,null,f,q);ha(g,oa,f);tb(f)},count:function(g){return ha(g,function(){return null},null)},toArray:function(g){var f=[];pa(g,f,null,function(g){return g});return f},only:function(g){if(!ma(g))throw Error(f(143));return g}},createRef:function(){return{current:null}},Component:u,PureComponent:Z,createContext:function(g,\nf){void 0===f&&(f=null);g={$$typeof:Ha,_calculateChangedBits:f,_currentValue:g,_currentValue2:g,_threadCount:0,Provider:null,Consumer:null};g.Provider={$$typeof:Ga,_context:g};return g.Consumer=g},forwardRef:function(g){return{$$typeof:ub,render:g}},lazy:function(g){return{$$typeof:D,_ctor:g,_status:-1,_result:null}},memo:function(g,f){return{$$typeof:Kb,type:g,compare:void 0===f?null:f}},useCallback:function(g,f){return T().useCallback(g,f)},useContext:function(g,f){return T().useContext(g,f)},useEffect:function(g,\nf){return T().useEffect(g,f)},useImperativeHandle:function(g,f,q){return T().useImperativeHandle(g,f,q)},useDebugValue:function(){},useLayoutEffect:function(g,f){return T().useLayoutEffect(g,f)},useMemo:function(g,f){return T().useMemo(g,f)},useReducer:function(g,f,q){return T().useReducer(g,f,q)},useRef:function(g){return T().useRef(g)},useState:function(g){return T().useState(g)},Fragment:l,Profiler:h,StrictMode:n,Suspense:Jb,createElement:Sa,cloneElement:function(g,q,h){if(null===g||void 0===g)throw Error(f(267,\ng));var p=xa({},g.props),z=g.key,l=g.ref,n=g._owner;if(null!=q){void 0!==q.ref&&(l=q.ref,n=N.current);void 0!==q.key&&(z=\"\"+q.key);if(g.type&&g.type.defaultProps)var X=g.type.defaultProps;for(r in q)va.call(q,r)&&!na.hasOwnProperty(r)&&(p[r]=void 0===q[r]&&void 0!==X?X[r]:q[r])}var r=arguments.length-2;if(1===r)p.children=h;else if(1<r){X=Array(r);for(var u=0;u<r;u++)X[u]=arguments[u+2];p.children=X}return{$$typeof:w,type:g.type,key:z,ref:l,props:p,_owner:n}},createFactory:function(g){var f=Sa.bind(null,\ng);f.type=g;return f},isValidElement:ma,version:\"16.12.0\",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:Q,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:N,IsSomeRendererActing:{current:!1},assign:xa}};l=(n={default:l},l)||n;r.exports=l.default||l};\nshadow$provide[5]=function(l,n,r,h){r.exports=n(1)};\nshadow$provide[6]=function(l,n,r,h){r.exports={}};\nshadow$provide[7]=function(l,n,r,h){r.exports=function(f,h,l,n,r,Ta,ma,H){if(!f){if(void 0===h)f=Error(\"Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.\");else{var u=[l,n,r,Ta,ma,H],F=0;f=Error(h.replace(/%s/g,function(){return u[F++]}));f.name=\"Invariant Violation\"}f.framesToPop=1;throw f;}}};\nshadow$provide[10]=function(l,n,r,h){var f=n(0),u=n(6),F=n(7);r.exports=function(h,l,n){function r(f,h){if(h){F(\"function\"!==typeof h,\"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object.\");F(!l(h),\"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.\");var p=f.prototype,n=p.__reactAutoBindPairs;h.hasOwnProperty(\"mixins\")&&oa.mixins(f,h.mixins);for(var w in h)if(h.hasOwnProperty(w)&&\"mixins\"!==\nw){var r=h[w],u=p.hasOwnProperty(w),H=u,D=w,K=ha.hasOwnProperty(D)?ha[D]:null;T.hasOwnProperty(D)&&F(\"OVERRIDE_BASE\"===K,\"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.\",D);H&&F(\"DEFINE_MANY\"===K||\"DEFINE_MANY_MERGED\"===K,\"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.\",D);if(oa.hasOwnProperty(w))oa[w](f,r);else H=\nha.hasOwnProperty(w),\"function\"!==typeof r||H||u||!1===h.autobind?u?(u=ha[w],F(H&&(\"DEFINE_MANY_MERGED\"===u||\"DEFINE_MANY\"===u),\"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.\",u,w),\"DEFINE_MANY_MERGED\"===u?p[w]=I(p[w],r):\"DEFINE_MANY\"===u&&(p[w]=Z(p[w],r))):p[w]=r:(n.push(w,r),p[w]=r)}}}function H(f,h){F(f&&h&&\"object\"===typeof f&&\"object\"===typeof h,\"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.\");for(var p in h)h.hasOwnProperty(p)&&(F(void 0===f[p],\n\"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.\",p),f[p]=h[p]);return f}function I(f,h){return function(){var p=f.apply(this,arguments),l=h.apply(this,arguments);if(null==p)return l;if(null==l)return p;var w={};H(w,p);H(w,l);return w}}function Z(f,h){return function(){f.apply(this,arguments);h.apply(this,\narguments)}}var S=[],ha={mixins:\"DEFINE_MANY\",statics:\"DEFINE_MANY\",propTypes:\"DEFINE_MANY\",contextTypes:\"DEFINE_MANY\",childContextTypes:\"DEFINE_MANY\",getDefaultProps:\"DEFINE_MANY_MERGED\",getInitialState:\"DEFINE_MANY_MERGED\",getChildContext:\"DEFINE_MANY_MERGED\",render:\"DEFINE_ONCE\",componentWillMount:\"DEFINE_MANY\",componentDidMount:\"DEFINE_MANY\",componentWillReceiveProps:\"DEFINE_MANY\",shouldComponentUpdate:\"DEFINE_ONCE\",componentWillUpdate:\"DEFINE_MANY\",componentDidUpdate:\"DEFINE_MANY\",componentWillUnmount:\"DEFINE_MANY\",\nUNSAFE_componentWillMount:\"DEFINE_MANY\",UNSAFE_componentWillReceiveProps:\"DEFINE_MANY\",UNSAFE_componentWillUpdate:\"DEFINE_MANY\",updateComponent:\"OVERRIDE_BASE\"},U={getDerivedStateFromProps:\"DEFINE_MANY_MERGED\"},oa={displayName:function(f,h){f.displayName=h},mixins:function(f,h){if(h)for(var p=0;p<h.length;p++)r(f,h[p])},childContextTypes:function(h,l){h.childContextTypes=f({},h.childContextTypes,l)},contextTypes:function(h,l){h.contextTypes=f({},h.contextTypes,l)},getDefaultProps:function(f,h){f.getDefaultProps=\nf.getDefaultProps?I(f.getDefaultProps,h):h},propTypes:function(h,l){h.propTypes=f({},h.propTypes,l)},statics:function(f,h){a:if(h)for(var l in h){var p=h[l];if(h.hasOwnProperty(l)){F(!(l in oa),'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\\'t be on the \"statics\" key. Define it as an instance property instead; it will still be accessible on the constructor.',l);if(l in f){h=U.hasOwnProperty(l)?U[l]:null;F(\"DEFINE_MANY_MERGED\"===h,\"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.\",\nl);f[l]=I(f[l],p);break a}f[l]=p}}},autobind:function(){}},ba={componentDidMount:function(){this.__isMounted=!0}},pa={componentWillUnmount:function(){this.__isMounted=!1}},T={replaceState:function(f,h){this.updater.enqueueReplaceState(this,f,h)},isMounted:function(){return!!this.__isMounted}},xa=function(){};f(xa.prototype,h.prototype,T);return function(f){var h=function(f,l,p){if(this.__reactAutoBindPairs.length)for(var r=this.__reactAutoBindPairs,w=0;w<r.length;w+=2){var D=r[w];var H=r[w+1].bind(this);\nthis[D]=H}this.props=f;this.context=l;this.refs=u;this.updater=p||n;this.state=null;f=this.getInitialState?this.getInitialState():null;F(\"object\"===typeof f&&!Array.isArray(f),\"%s.getInitialState(): must return an object or null\",h.displayName||\"ReactCompositeComponent\");this.state=f};h.prototype=new xa;h.prototype.constructor=h;h.prototype.__reactAutoBindPairs=[];S.forEach(r.bind(null,h));r(h,ba);r(h,f);r(h,pa);h.getDefaultProps&&(h.defaultProps=h.getDefaultProps());F(h.prototype.render,\"createClass(...): Class specification must implement a `render` method.\");\nfor(var l in ha)h.prototype[l]||(h.prototype[l]=null);return h}}};\nshadow$provide[11]=function(l,n,r,h){l=n(5);n=n(10);if(\"undefined\"===typeof l)throw Error(\"create-react-class could not find the React object. If you are using script tags, make sure that React is being loaded before create-react-class.\");h=(new l.Component).updater;r.exports=n(l.Component,l.isValidElement,h)};\nshadow$provide[12]=function(l,n,r,h){function f(f,g){var h=f.length;f.push(g);a:for(;;){var q=Math.floor((h-1)/2),l=f[q];if(void 0!==l&&0<Z(l,g))f[q]=g,f[h]=l,h=q;else break a}}function u(f){f=f[0];return void 0===f?null:f}function F(f){var g=f[0];if(void 0!==g){var h=f.pop();if(h!==g){f[0]=h;var q=0,l=f.length;a:for(;q<l;){var p=2*(q+1)-1,r=f[p],n=p+1,u=f[n];if(void 0!==r&&0>Z(r,h))void 0!==u&&0>Z(u,r)?(f[q]=u,f[n]=h,q=n):(f[q]=r,f[p]=h,q=p);else if(void 0!==u&&0>Z(u,h))f[q]=u,f[n]=h,q=n;else break a}}return g}return null}\nfunction Z(f,g){var h=f.sortIndex-g.sortIndex;return 0!==h?h:f.id-g.id}function Sa(h){for(var g=u(P);null!==g;){if(null===g.callback)F(P);else if(g.startTime<=h)F(P),g.sortIndex=g.expirationTime,f(K,g);else break;g=u(P)}}function Ta(f){wa=!1;Sa(f);if(!na)if(null!==u(K))na=!0,U(ma);else{var g=u(P);null!==g&&oa(Ta,g.startTime-f)}}function ma(f,g){na=!1;wa&&(wa=!1,ba());va=!0;var l=N;try{Sa(g);for(Q=u(K);null!==Q&&(!(Q.expirationTime>g)||f&&!pa());){var q=Q.callback;if(null!==q){Q.callback=null;N=Q.priorityLevel;\nvar p=q(Q.expirationTime<=g);g=h.unstable_now();\"function\"===typeof p?Q.callback=p:Q===u(K)&&F(K);Sa(g)}else F(K);Q=u(K)}if(null!==Q)var r=!0;else{var n=u(P);null!==n&&oa(Ta,n.startTime-g);r=!1}return r}finally{Q=null,N=l,va=!1}}function H(f){switch(f){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1E4;default:return 5E3}}Object.defineProperty(h,\"__esModule\",{value:!0});if(\"undefined\"===typeof window||\"function\"!==typeof MessageChannel){var I=null,tb=null,S=function(){if(null!==\nI)try{var f=h.unstable_now();I(!0,f);I=null}catch(g){throw setTimeout(S,0),g;}},ha=Date.now();h.unstable_now=function(){return Date.now()-ha};var U=function(f){null!==I?setTimeout(U,0,f):(I=f,setTimeout(S,0))};var oa=function(f,g){tb=setTimeout(f,g)};var ba=function(){clearTimeout(tb)};var pa=function(){return!1};l=h.unstable_forceFrameRate=function(){}}else{var T=window.performance,xa=window.Date,p=window.setTimeout,w=window.clearTimeout;\"undefined\"!==typeof console&&(l=window.cancelAnimationFrame,\n\"function\"!==typeof window.requestAnimationFrame&&console.error(\"This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\"),\"function\"!==typeof l&&console.error(\"This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\"));if(\"object\"===typeof T&&\"function\"===typeof T.now)h.unstable_now=function(){return T.now()};else{var X=xa.now();h.unstable_now=\nfunction(){return xa.now()-X}}var Ga=!1,Ha=null,ub=-1,Jb=5,Kb=0;pa=function(){return h.unstable_now()>=Kb};l=function(){};h.unstable_forceFrameRate=function(f){0>f||125<f?console.error(\"forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported\"):Jb=0<f?Math.floor(1E3/f):5};n=new MessageChannel;var D=n.port2;n.port1.onmessage=function(){if(null!==Ha){var f=h.unstable_now();Kb=f+Jb;try{Ha(!0,f)?D.postMessage(null):(Ga=!1,Ha=null)}catch(g){throw D.postMessage(null),\ng;}}else Ga=!1};U=function(f){Ha=f;Ga||(Ga=!0,D.postMessage(null))};oa=function(f,g){ub=p(function(){f(h.unstable_now())},g)};ba=function(){w(ub);ub=-1}}var K=[],P=[],bb=1,Q=null,N=3,va=!1,na=!1,wa=!1;h.unstable_ImmediatePriority=1;h.unstable_UserBlockingPriority=2;h.unstable_NormalPriority=3;h.unstable_IdlePriority=5;h.unstable_LowPriority=4;h.unstable_runWithPriority=function(f,g){switch(f){case 1:case 2:case 3:case 4:case 5:break;default:f=3}var h=N;N=f;try{return g()}finally{N=h}};h.unstable_next=\nfunction(f){switch(N){case 1:case 2:case 3:var g=3;break;default:g=N}var h=N;N=g;try{return f()}finally{N=h}};h.unstable_scheduleCallback=function(l,g,p){var r=h.unstable_now();if(\"object\"===typeof p&&null!==p){var n=p.delay;n=\"number\"===typeof n&&0<n?r+n:r;p=\"number\"===typeof p.timeout?p.timeout:H(l)}else p=H(l),n=r;p=n+p;l={id:bb++,callback:g,priorityLevel:l,startTime:n,expirationTime:p,sortIndex:-1};n>r?(l.sortIndex=n,f(P,l),null===u(K)&&l===u(P)&&(wa?ba():wa=!0,oa(Ta,n-r))):(l.sortIndex=p,f(K,\nl),na||va||(na=!0,U(ma)));return l};h.unstable_cancelCallback=function(f){f.callback=null};h.unstable_wrapCallback=function(f){var g=N;return function(){var h=N;N=g;try{return f.apply(this,arguments)}finally{N=h}}};h.unstable_getCurrentPriorityLevel=function(){return N};h.unstable_shouldYield=function(){var f=h.unstable_now();Sa(f);var g=u(K);return g!==Q&&null!==Q&&null!==g&&null!==g.callback&&g.startTime<=f&&g.expirationTime<Q.expirationTime||pa()};h.unstable_requestPaint=l;h.unstable_continueExecution=\nfunction(){na||va||(na=!0,U(ma))};h.unstable_pauseExecution=function(){};h.unstable_getFirstCallbackNode=function(){return u(K)};h.unstable_Profiling=null};\nshadow$provide[14]=function(l,n,r,h){r.exports=n(12)};\nshadow$provide[15]=function(l,n,r,h){function f(a){for(var b=\"https://reactjs.org/docs/error-decoder.html?invariant\\x3d\"+a,c=1;c<arguments.length;c++)b+=\"\\x26args[]\\x3d\"+encodeURIComponent(arguments[c]);return\"Minified React error #\"+a+\"; visit \"+b+\" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\"}function u(){if(Wc)for(var a in Lb){var b=Lb[a],c=Wc.indexOf(a);if(!(-1<c))throw Error(f(96,a));if(!Xc[c]){if(!b.extractEvents)throw Error(f(97,\na));Xc[c]=b;c=b.eventTypes;for(var d in c){var e=void 0,k=c[d],A=b,v=d;if($d.hasOwnProperty(v))throw Error(f(99,v));$d[v]=k;var m=k.phasedRegistrationNames;if(m){for(e in m)m.hasOwnProperty(e)&&F(m[e],A,v);e=!0}else k.registrationName?(F(k.registrationName,A,v),e=!0):e=!1;if(!e)throw Error(f(98,d,a));}}}}function F(a,b,c){if(Mb[a])throw Error(f(100,a));Mb[a]=b;ae[a]=b.eventTypes[c].dependencies}function Z(a,b,c,d,e,k,f,v,m){var A=Array.prototype.slice.call(arguments,3);try{b.apply(c,A)}catch(ia){this.onError(ia)}}\nfunction Sa(a,b,c,d,e,k,f,v,m){ic=!1;Yc=null;Z.apply(Ai,arguments)}function Ta(a,b,c,d,e,k,A,v,m){Sa.apply(this,arguments);if(ic){if(ic){var g=Yc;ic=!1;Yc=null}else throw Error(f(198));Zc||(Zc=!0,be=g)}}function ma(a,b,c){var d=a.type||\"unknown-event\";a.currentTarget=Mf(c);Ta(d,b,void 0,a);a.currentTarget=null}function H(a,b){if(null==b)throw Error(f(30));if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):\n[a,b]}function I(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}function tb(a){if(a){var b=a._dispatchListeners,c=a._dispatchInstances;if(Array.isArray(b))for(var d=0;d<b.length&&!a.isPropagationStopped();d++)ma(a,b[d],c[d]);else b&&ma(a,b,c);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}function S(a){null!==a&&(jc=H(jc,a));a=jc;jc=null;if(a){I(a,tb);if(jc)throw Error(f(95));if(Zc)throw a=be,Zc=!1,be=null,a;}}function ha(a,b){var c=a.stateNode;\nif(!c)return null;var d=ce(c);if(!d)return null;c=d[b];a:switch(b){case \"onClick\":case \"onClickCapture\":case \"onDoubleClick\":case \"onDoubleClickCapture\":case \"onMouseDown\":case \"onMouseDownCapture\":case \"onMouseMove\":case \"onMouseMoveCapture\":case \"onMouseUp\":case \"onMouseUpCapture\":(d=!d.disabled)||(a=a.type,d=!(\"button\"===a||\"input\"===a||\"select\"===a||\"textarea\"===a));a=!d;break a;default:a=!1}if(a)return null;if(c&&\"function\"!==typeof c)throw Error(f(231,b,typeof c));return c}function U(a){if(null===\na||\"object\"!==typeof a)return null;a=Nf&&a[Nf]||a[\"@@iterator\"];return\"function\"===typeof a?a:null}function oa(a){if(-1===a._status){a._status=0;var b=a._ctor;b=b();a._result=b;b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)})}}function ba(a){if(null==a)return null;if(\"function\"===typeof a)return a.displayName||a.name||null;if(\"string\"===typeof a)return a;switch(a){case cb:return\"Fragment\";case Nb:return\"Portal\";case $c:return\"Profiler\";\ncase Of:return\"StrictMode\";case ad:return\"Suspense\";case de:return\"SuspenseList\"}if(\"object\"===typeof a)switch(a.$$typeof){case Pf:return\"Context.Consumer\";case Qf:return\"Context.Provider\";case ee:var b=a.render;b=b.displayName||b.name||\"\";return a.displayName||(\"\"!==b?\"ForwardRef(\"+b+\")\":\"ForwardRef\");case fe:return ba(a.type);case Rf:if(a=1===a._status?a._result:null)return ba(a)}return null}function pa(a){var b=\"\";do{a:switch(a.tag){case 3:case 4:case 6:case 7:case 10:case 9:var c=\"\";break a;default:var d=\na._debugOwner,e=a._debugSource,k=ba(a.type);c=null;d&&(c=ba(d.type));d=k;k=\"\";e?k=\" (at \"+e.fileName.replace(Bi,\"\")+\":\"+e.lineNumber+\")\":c&&(k=\" (created by \"+c+\")\");c=\"\\n    in \"+(d||\"Unknown\")+k}b+=c;a=a.return}while(a);return b}function T(a){if(a=Sf(a)){if(\"function\"!==typeof ge)throw Error(f(280));var b=ce(a.stateNode);ge(a.stateNode,a.type,b)}}function xa(a){Ob?Pb?Pb.push(a):Pb=[a]:Ob=a}function p(){if(Ob){var a=Ob,b=Pb;Pb=Ob=null;T(a);if(b)for(a=0;a<b.length;a++)T(b[a])}}function w(a,b){return a(b)}\nfunction X(a,b,c,d){return a(b,c,d)}function Ga(){}function Ha(){if(null!==Ob||null!==Pb)Ga(),p()}function ub(a){if(Tf.call(Uf,a))return!0;if(Tf.call(Vf,a))return!1;if(Ci.test(a))return Uf[a]=!0;Vf[a]=!0;return!1}function Jb(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \"function\":case \"symbol\":return!0;case \"boolean\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return\"data-\"!==a&&\"aria-\"!==a;default:return!1}}function Kb(a,b,c,d){if(null===b||\n\"undefined\"===typeof b||Jb(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function D(a,b,c,d,e,k){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b;this.sanitizeURL=k}function K(a){return a[1].toUpperCase()}function P(a){switch(typeof a){case \"boolean\":case \"number\":case \"object\":case \"string\":case \"undefined\":return a;\ndefault:return\"\"}}function bb(a,b,c,d){var e=Y.hasOwnProperty(b)?Y[b]:null;(null!==e?0===e.type:d?0:2<b.length&&(\"o\"===b[0]||\"O\"===b[0])&&(\"n\"===b[1]||\"N\"===b[1]))||(Kb(b,c,e,d)&&(c=null),d||null===e?ub(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\"\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\"\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?\"\":\"\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}function Q(a){var b=\na.type;return(a=a.nodeName)&&\"input\"===a.toLowerCase()&&(\"checkbox\"===b||\"radio\"===b)}function N(a){var b=Q(a)?\"checked\":\"value\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\"\"+a[b];if(!a.hasOwnProperty(b)&&\"undefined\"!==typeof c&&\"function\"===typeof c.get&&\"function\"===typeof c.set){var e=c.get,k=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=\"\"+a;k.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},\nsetValue:function(a){d=\"\"+a},stopTracking:function(){a._valueTracker=null;delete a[b]}}}}function va(a){a._valueTracker||(a._valueTracker=N(a))}function na(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue(),d=\"\";a&&(d=Q(a)?a.checked?\"true\":\"false\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}function wa(a,b){var c=b.checked;return ea({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}function q(a,b){var c=null==\nb.defaultValue?\"\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=P(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\"checkbox\"===b.type||\"radio\"===b.type?null!=b.checked:null!=b.value}}function g(a,b){b=b.checked;null!=b&&bb(a,\"checked\",b,!1)}function z(a,b){g(a,b);var c=P(b.value),d=b.type;if(null!=c)if(\"number\"===d){if(0===c&&\"\"===a.value||a.value!=c)a.value=\"\"+c}else a.value!==\"\"+c&&(a.value=\"\"+c);else if(\"submit\"===d||\"reset\"===d){a.removeAttribute(\"value\");\nreturn}b.hasOwnProperty(\"value\")?Xd(a,b.type,c):b.hasOwnProperty(\"defaultValue\")&&Xd(a,b.type,P(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}function aa(a,b,c){if(b.hasOwnProperty(\"value\")||b.hasOwnProperty(\"defaultValue\")){var d=b.type;if(!(\"submit\"!==d&&\"reset\"!==d||void 0!==b.value&&null!==b.value))return;b=\"\"+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b}c=a.name;\"\"!==c&&(a.name=\"\");a.defaultChecked=!a.defaultChecked;\na.defaultChecked=!!a._wrapperState.initialChecked;\"\"!==c&&(a.name=c)}function Xd(a,b,c){if(\"number\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\"\"+a._wrapperState.initialValue:a.defaultValue!==\"\"+c&&(a.defaultValue=\"\"+c)}function zi(a){var b=\"\";bd.Children.forEach(a,function(a){null!=a&&(b+=a)});return b}function Yd(a,b){a=ea({children:void 0},b);if(b=zi(b.children))a.children=b;return a}function Ib(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\"$\"+c[e]]=!0;for(c=\n0;c<a.length;c++)e=b.hasOwnProperty(\"$\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=\"\"+P(c);b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}function Zd(a,b){if(null!=b.dangerouslySetInnerHTML)throw Error(f(91));return ea({},b,{value:void 0,defaultValue:void 0,children:\"\"+a._wrapperState.initialValue})}function Kf(a,b){var c=b.value;if(null==\nc){c=b.defaultValue;b=b.children;if(null!=b){if(null!=c)throw Error(f(92));if(Array.isArray(b)){if(!(1>=b.length))throw Error(f(93));b=b[0]}c=b}null==c&&(c=\"\")}a._wrapperState={initialValue:P(c)}}function Lf(a,b){var c=P(b.value),d=P(b.defaultValue);null!=c&&(c=\"\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&a.defaultValue!==c&&(a.defaultValue=c));null!=d&&(a.defaultValue=\"\"+d)}function Wf(a){var b=a.textContent;b===a._wrapperState.initialValue&&\"\"!==b&&null!==b&&(a.value=b)}function Xf(a){switch(a){case \"svg\":return\"http://www.w3.org/2000/svg\";\ncase \"math\":return\"http://www.w3.org/1998/Math/MathML\";default:return\"http://www.w3.org/1999/xhtml\"}}function he(a,b){return null==a||\"http://www.w3.org/1999/xhtml\"===a?Xf(b):\"http://www.w3.org/2000/svg\"===a&&\"foreignObject\"===b?\"http://www.w3.org/1999/xhtml\":a}function kc(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}function cd(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\"Webkit\"+a]=\"webkit\"+b;c[\"Moz\"+a]=\"moz\"+b;return c}function dd(a){if(ie[a])return ie[a];\nif(!Qb[a])return a;var b=Qb[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in Yf)return ie[a]=b[c];return a}function vb(a){var b=a,c=a;if(a.alternate)for(;b.return;)b=b.return;else{a=b;do b=a,0!==(b.effectTag&1026)&&(c=b.return),a=b.return;while(a)}return 3===b.tag?c:null}function Zf(a){if(13===a.tag){var b=a.memoizedState;null===b&&(a=a.alternate,null!==a&&(b=a.memoizedState));if(null!==b)return b.dehydrated}return null}function $f(a){if(vb(a)!==a)throw Error(f(188));}function Di(a){var b=a.alternate;\nif(!b){b=vb(a);if(null===b)throw Error(f(188));return b!==a?null:a}for(var c=a,d=b;;){var e=c.return;if(null===e)break;var k=e.alternate;if(null===k){d=e.return;if(null!==d){c=d;continue}break}if(e.child===k.child){for(k=e.child;k;){if(k===c)return $f(e),a;if(k===d)return $f(e),b;k=k.sibling}throw Error(f(188));}if(c.return!==d.return)c=e,d=k;else{for(var A=!1,v=e.child;v;){if(v===c){A=!0;c=e;d=k;break}if(v===d){A=!0;d=e;c=k;break}v=v.sibling}if(!A){for(v=k.child;v;){if(v===c){A=!0;c=k;d=e;break}if(v===\nd){A=!0;d=k;c=e;break}v=v.sibling}if(!A)throw Error(f(189));}}if(c.alternate!==d)throw Error(f(190));}if(3!==c.tag)throw Error(f(188));return c.stateNode.current===c?a:b}function ag(a){a=Di(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}function Ei(a){var b=je(a);ke.forEach(function(c){le(c,a,b)});Fi.forEach(function(c){le(c,\na,b)})}function me(a,b,c,d){return{blockedOn:a,topLevelType:b,eventSystemFlags:c|32,nativeEvent:d}}function bg(a,b){switch(a){case \"focus\":case \"blur\":db=null;break;case \"dragenter\":case \"dragleave\":eb=null;break;case \"mouseover\":case \"mouseout\":fb=null;break;case \"pointerover\":case \"pointerout\":lc.delete(b.pointerId);break;case \"gotpointercapture\":case \"lostpointercapture\":mc.delete(b.pointerId)}}function nc(a,b,c,d,e){if(null===a||a.nativeEvent!==e)return a=me(b,c,d,e),null!==b&&(b=oc(b),null!==\nb&&cg(b)),a;a.eventSystemFlags|=d;return a}function Gi(a,b,c,d){switch(b){case \"focus\":return db=nc(db,a,b,c,d),!0;case \"dragenter\":return eb=nc(eb,a,b,c,d),!0;case \"mouseover\":return fb=nc(fb,a,b,c,d),!0;case \"pointerover\":var e=d.pointerId;lc.set(e,nc(lc.get(e)||null,a,b,c,d));return!0;case \"gotpointercapture\":return e=d.pointerId,mc.set(e,nc(mc.get(e)||null,a,b,c,d)),!0}return!1}function Hi(a){var b=pc(a.target);if(null!==b){var c=vb(b);if(null!==c)if(b=c.tag,13===b){if(b=Zf(c),null!==b){a.blockedOn=\nb;O.unstable_runWithPriority(a.priority,function(){Ii(c)});return}}else if(3===b&&c.stateNode.hydrate){a.blockedOn=3===c.tag?c.stateNode.containerInfo:null;return}}a.blockedOn=null}function ed(a){if(null!==a.blockedOn)return!1;var b=ne(a.topLevelType,a.eventSystemFlags,a.nativeEvent);if(null!==b){var c=oc(b);null!==c&&cg(c);a.blockedOn=b;return!1}return!0}function dg(a,b,c){ed(a)&&c.delete(b)}function Ji(){for(oe=!1;0<Ia.length;){var a=Ia[0];if(null!==a.blockedOn){a=oc(a.blockedOn);null!==a&&Ki(a);\nbreak}var b=ne(a.topLevelType,a.eventSystemFlags,a.nativeEvent);null!==b?a.blockedOn=b:Ia.shift()}null!==db&&ed(db)&&(db=null);null!==eb&&ed(eb)&&(eb=null);null!==fb&&ed(fb)&&(fb=null);lc.forEach(dg);mc.forEach(dg)}function qc(a,b){a.blockedOn===b&&(a.blockedOn=null,oe||(oe=!0,O.unstable_scheduleCallback(O.unstable_NormalPriority,Ji)))}function eg(a){function b(b){return qc(b,a)}if(0<Ia.length){qc(Ia[0],a);for(var c=1;c<Ia.length;c++){var d=Ia[c];d.blockedOn===a&&(d.blockedOn=null)}}null!==db&&qc(db,\na);null!==eb&&qc(eb,a);null!==fb&&qc(fb,a);lc.forEach(b);mc.forEach(b);for(c=0;c<rc.length;c++)d=rc[c],d.blockedOn===a&&(d.blockedOn=null);for(;0<rc.length&&(c=rc[0],null===c.blockedOn);)Hi(c),null===c.blockedOn&&rc.shift()}function pe(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}function Ua(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}function fg(a,b,c){if(b=ha(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=\nH(c._dispatchListeners,b),c._dispatchInstances=H(c._dispatchInstances,a)}function Li(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b=a._targetInst,c=[];b;)c.push(b),b=Ua(b);for(b=c.length;0<b--;)fg(c[b],\"captured\",a);for(b=0;b<c.length;b++)fg(c[b],\"bubbled\",a)}}function qe(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=ha(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=H(c._dispatchListeners,b),c._dispatchInstances=H(c._dispatchInstances,a))}function Mi(a){a&&a.dispatchConfig.registrationName&&\nqe(a._targetInst,null,a)}function Rb(a){I(a,Li)}function fd(){return!0}function gd(){return!1}function qa(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\"target\"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?fd:gd;this.isPropagationStopped=gd;return this}function Ni(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();\nthis.call(e,a,b,c,d);return e}return new this(a,b,c,d)}function Oi(a){if(!(a instanceof this))throw Error(f(279));a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}function gg(a){a.eventPool=[];a.getPooled=Ni;a.release=Oi}function hd(a){var b=a.keyCode;\"charCode\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}function Pi(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=Qi[a])?!!b[a]:!1}function re(){return Pi}function Ri(a){var b=\na.targetInst,c=b;do{if(!c){a.ancestors.push(c);break}var d=c;if(3===d.tag)d=d.stateNode.containerInfo;else{for(;d.return;)d=d.return;d=3!==d.tag?null:d.stateNode.containerInfo}if(!d)break;b=c.tag;5!==b&&6!==b||a.ancestors.push(c);c=pc(d)}while(c);for(c=0;c<a.ancestors.length;c++){b=a.ancestors[c];var e=pe(a.nativeEvent);d=a.topLevelType;for(var k=a.nativeEvent,f=a.eventSystemFlags,v=null,m=0;m<Xc.length;m++){var g=Xc[m];g&&(g=g.extractEvents(d,b,k,e,f))&&(v=H(v,g))}S(v)}}function J(a,b){sc(b,a,!1)}\nfunction sc(a,b,c){switch(Si(b)){case 0:var d=Ti.bind(null,b,1);break;case 1:d=Ui.bind(null,b,1);break;default:d=id.bind(null,b,1)}c?a.addEventListener(b,d,!0):a.addEventListener(b,d,!1)}function Ti(a,b,c){wb||Ga();var d=id,e=wb;wb=!0;try{X(d,a,b,c)}finally{(wb=e)||Ha()}}function Ui(a,b,c){Vi(Wi,id.bind(null,a,b,c))}function hg(a,b,c,d){if(jd.length){var e=jd.pop();e.topLevelType=a;e.eventSystemFlags=b;e.nativeEvent=c;e.targetInst=d;a=e}else a={topLevelType:a,eventSystemFlags:b,nativeEvent:c,targetInst:d,\nancestors:[]};try{if(b=Ri,c=a,se)b(c,void 0);else{se=!0;try{ig(b,c,void 0)}finally{se=!1,Ha()}}}finally{a.topLevelType=null,a.nativeEvent=null,a.targetInst=null,a.ancestors.length=0,jd.length<Xi&&jd.push(a)}}function id(a,b,c){if(kd)if(0<Ia.length&&-1<ke.indexOf(a))a=me(null,a,b,c),Ia.push(a);else{var d=ne(a,b,c);null===d?bg(a,c):-1<ke.indexOf(a)?(a=me(d,a,b,c),Ia.push(a)):Gi(d,a,b,c)||(bg(a,c),hg(a,b,c,null))}}function ne(a,b,c){var d=pe(c);d=pc(d);if(null!==d){var e=vb(d);if(null===e)d=null;else{var k=\ne.tag;if(13===k){d=Zf(e);if(null!==d)return d;d=null}else if(3===k){if(e.stateNode.hydrate)return 3===e.tag?e.stateNode.containerInfo:null;d=null}else e!==d&&(d=null)}}hg(a,b,c,d);return null}function jg(a){if(!gb)return!1;a=\"on\"+a;var b=a in document;b||(b=document.createElement(\"div\"),b.setAttribute(a,\"return;\"),b=\"function\"===typeof b[a]);return b}function je(a){var b=kg.get(a);void 0===b&&(b=new Set,kg.set(a,b));return b}function le(a,b,c){if(!c.has(a)){switch(a){case \"scroll\":sc(b,\"scroll\",!0);\nbreak;case \"focus\":case \"blur\":sc(b,\"focus\",!0);sc(b,\"blur\",!0);c.add(\"blur\");c.add(\"focus\");break;case \"cancel\":case \"close\":jg(a)&&sc(b,a,!0);break;case \"invalid\":case \"submit\":case \"reset\":break;default:-1===tc.indexOf(a)&&J(a,b)}c.add(a)}}function lg(a,b,c){return null==b||\"boolean\"===typeof b||\"\"===b?\"\":c||\"number\"!==typeof b||0===b||uc.hasOwnProperty(a)&&uc[a]?(\"\"+b).trim():b+\"px\"}function mg(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\"--\"),e=lg(c,b[c],d);\"float\"===\nc&&(c=\"cssFloat\");d?a.setProperty(c,e):a[c]=e}}function te(a,b){if(b){if(Yi[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML))throw Error(f(137,a,\"\"));if(null!=b.dangerouslySetInnerHTML){if(null!=b.children)throw Error(f(60));if(!(\"object\"===typeof b.dangerouslySetInnerHTML&&\"__html\"in b.dangerouslySetInnerHTML))throw Error(f(61));}if(null!=b.style&&\"object\"!==typeof b.style)throw Error(f(62,\"\"));}}function ue(a,b){if(-1===a.indexOf(\"-\"))return\"string\"===typeof b.is;switch(a){case \"annotation-xml\":case \"color-profile\":case \"font-face\":case \"font-face-src\":case \"font-face-uri\":case \"font-face-format\":case \"font-face-name\":case \"missing-glyph\":return!1;\ndefault:return!0}}function Va(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=je(a);b=ae[b];for(var d=0;d<b.length;d++)le(b[d],a,c)}function ld(){}function ve(a){a=a||(\"undefined\"!==typeof document?document:void 0);if(\"undefined\"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}function ng(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function og(a,b){var c=ng(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,\noffset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=ng(c)}}function pg(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?pg(a,b.parentNode):\"contains\"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1}function qg(){for(var a=window,b=ve();b instanceof a.HTMLIFrameElement;){try{var c=\"string\"===typeof b.contentWindow.location.href}catch(d){c=!1}if(c)a=b.contentWindow;else break;b=ve(a.document)}return b}\nfunction we(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\"input\"===b&&(\"text\"===a.type||\"search\"===a.type||\"tel\"===a.type||\"url\"===a.type||\"password\"===a.type)||\"textarea\"===b||\"true\"===a.contentEditable)}function rg(a,b){switch(a){case \"button\":case \"input\":case \"select\":case \"textarea\":return!!b.autoFocus}return!1}function xe(a,b){return\"textarea\"===a||\"option\"===a||\"noscript\"===a||\"string\"===typeof b.children||\"number\"===typeof b.children||\"object\"===typeof b.dangerouslySetInnerHTML&&\nnull!==b.dangerouslySetInnerHTML&&null!=b.dangerouslySetInnerHTML.__html}function Sb(a){for(;null!=a;a=a.nextSibling){var b=a.nodeType;if(1===b||3===b)break}return a}function sg(a){a=a.previousSibling;for(var b=0;a;){if(8===a.nodeType){var c=a.data;if(c===tg||c===ye||c===ze){if(0===b)return a;b--}else c===ug&&b++}a=a.previousSibling}return null}function pc(a){var b=a[hb];if(b)return b;for(var c=a.parentNode;c;){if(b=c[vc]||c[hb]){c=b.alternate;if(null!==b.child||null!==c&&null!==c.child)for(a=sg(a);null!==\na;){if(c=a[hb])return c;a=sg(a)}return b}a=c;c=a.parentNode}return null}function oc(a){a=a[hb]||a[vc];return!a||5!==a.tag&&6!==a.tag&&13!==a.tag&&3!==a.tag?null:a}function xb(a){if(5===a.tag||6===a.tag)return a.stateNode;throw Error(f(33));}function Ae(a){return a[md]||null}function vg(){if(nd)return nd;var a,b=Be,c=b.length,d,e=\"value\"in ib?ib.value:ib.textContent,k=e.length;for(a=0;a<c&&b[a]===e[a];a++);var f=c-a;for(d=1;d<=f&&b[c-d]===e[k-d];d++);return nd=e.slice(a,1<d?1-d:void 0)}function wg(a,\nb){switch(a){case \"keyup\":return-1!==Zi.indexOf(b.keyCode);case \"keydown\":return 229!==b.keyCode;case \"keypress\":case \"mousedown\":case \"blur\":return!0;default:return!1}}function xg(a){a=a.detail;return\"object\"===typeof a&&\"data\"in a?a.data:null}function $i(a,b){switch(a){case \"compositionend\":return xg(b);case \"keypress\":if(32!==b.which)return null;yg=!0;return zg;case \"textInput\":return a=b.data,a===zg&&yg?null:a;default:return null}}function aj(a,b){if(Tb)return\"compositionend\"===a||!Ce&&wg(a,b)?\n(a=vg(),nd=Be=ib=null,Tb=!1,a):null;switch(a){case \"paste\":return null;case \"keypress\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \"compositionend\":return Ag&&\"ko\"!==b.locale?null:b.data;default:return null}}function Bg(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return\"input\"===b?!!bj[a.type]:\"textarea\"===b?!0:!1}function Cg(a,b,c){a=qa.getPooled(Dg.change,a,b,c);a.type=\"change\";\nxa(c);Rb(a);return a}function cj(a){S(a)}function od(a){var b=xb(a);if(na(b))return a}function dj(a,b){if(\"change\"===a)return b}function Eg(){wc&&(wc.detachEvent(\"onpropertychange\",Fg),xc=wc=null)}function Fg(a){if(\"value\"===a.propertyName&&od(xc))if(a=Cg(xc,a,pe(a)),wb)S(a);else{wb=!0;try{w(cj,a)}finally{wb=!1,Ha()}}}function ej(a,b,c){\"focus\"===a?(Eg(),wc=b,xc=c,wc.attachEvent(\"onpropertychange\",Fg)):\"blur\"===a&&Eg()}function fj(a){if(\"selectionchange\"===a||\"keyup\"===a||\"keydown\"===a)return od(xc)}\nfunction gj(a,b){if(\"click\"===a)return od(b)}function hj(a,b){if(\"input\"===a||\"change\"===a)return od(b)}function ij(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}function yc(a,b){if(yb(a,b))return!0;if(\"object\"!==typeof a||null===a||\"object\"!==typeof b||null===b)return!1;var c=Object.keys(a),d=Object.keys(b);if(c.length!==d.length)return!1;for(d=0;d<c.length;d++)if(!jj.call(b,c[d])||!yb(a[c[d]],b[c[d]]))return!1;return!0}function Gg(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerDocument;\nif(De||null==Ub||Ub!==ve(c))return null;c=Ub;\"selectionStart\"in c&&we(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset});return zc&&yc(zc,c)?null:(zc=c,a=qa.getPooled(Hg.select,Ee,a,b),a.type=\"select\",a.target=Ub,Rb(a),a)}function R(a){0>Vb||(a.current=Fe[Vb],Fe[Vb]=null,Vb--)}function L(a,b){Vb++;Fe[Vb]=a.current;a.current=\nb}function Wb(a,b){var c=a.type.contextTypes;if(!c)return jb;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},k;for(k in c)e[k]=b[k];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function ja(a){a=a.childContextTypes;return null!==a&&void 0!==a}function pd(a){R(ya,a);R(ka,a)}function Ge(a){R(ya,a);R(ka,a)}function Ig(a,b,c){if(ka.current!==\njb)throw Error(f(168));L(ka,b,a);L(ya,c,a)}function Jg(a,b,c){var d=a.stateNode;a=b.childContextTypes;if(\"function\"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)if(!(e in a))throw Error(f(108,ba(b)||\"Unknown\",e));return ea({},c,{},d)}function qd(a){var b=a.stateNode;b=b&&b.__reactInternalMemoizedMergedChildContext||jb;zb=ka.current;L(ka,b,a);L(ya,ya.current,a);return!0}function Kg(a,b,c){var d=a.stateNode;if(!d)throw Error(f(169));c?(b=Jg(a,b,zb),d.__reactInternalMemoizedMergedChildContext=\nb,R(ya,a),R(ka,a),L(ka,b,a)):R(ya,a);L(ya,c,a)}function He(){switch(kj()){case rd:return 99;case Lg:return 98;case Mg:return 97;case Ng:return 96;case Og:return 95;default:throw Error(f(332));}}function Pg(a){switch(a){case 99:return rd;case 98:return Lg;case 97:return Mg;case 96:return Ng;case 95:return Og;default:throw Error(f(332));}}function Xb(a,b){a=Pg(a);return lj(a,b)}function Qg(a,b,c){a=Pg(a);return Ie(a,b,c)}function Rg(a){null===Wa?(Wa=[a],sd=Ie(rd,Sg)):Wa.push(a);return Tg}function Ja(){if(null!==\nsd){var a=sd;sd=null;Ug(a)}Sg()}function Sg(){if(!Je&&null!==Wa){Je=!0;var a=0;try{var b=Wa;Xb(99,function(){for(;a<b.length;a++){var c=b[a];do c=c(!0);while(null!==c)}});Wa=null}catch(c){throw null!==Wa&&(Wa=Wa.slice(a+1)),Ie(rd,Ja),c;}finally{Je=!1}}}function td(a,b,c){c/=10;return 1073741821-(((1073741821-a+b/10)/c|0)+1)*c}function Aa(a,b){if(a&&a.defaultProps){b=ea({},b);a=a.defaultProps;for(var c in a)void 0===b[c]&&(b[c]=a[c])}return b}function Vg(a,b){var c=a.type._context;L(Ke,c._currentValue,\na);c._currentValue=b}function Le(a){var b=Ke.current;R(Ke,a);a.type._context._currentValue=b}function Wg(a,b){for(;null!==a;){var c=a.alternate;if(a.childExpirationTime<b)a.childExpirationTime=b,null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);else if(null!==c&&c.childExpirationTime<b)c.childExpirationTime=b;else break;a=a.return}}function Yb(a,b){Zb=a;$b=kb=null;a=a.dependencies;null!==a&&null!==a.firstContext&&(a.expirationTime>=b&&(Ka=!0),a.firstContext=null)}function La(a,b){if($b!==\na&&!1!==b&&0!==b){if(\"number\"!==typeof b||1073741823===b)$b=a,b=1073741823;b={context:a,observedBits:b,next:null};if(null===kb){if(null===Zb)throw Error(f(308));kb=b;Zb.dependencies={expirationTime:0,firstContext:b,responders:null}}else kb=kb.next=b}return a._currentValue}function ud(a){return{baseState:a,firstUpdate:null,lastUpdate:null,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function Me(a){return{baseState:a.baseState,\nfirstUpdate:a.firstUpdate,lastUpdate:a.lastUpdate,firstCapturedUpdate:null,lastCapturedUpdate:null,firstEffect:null,lastEffect:null,firstCapturedEffect:null,lastCapturedEffect:null}}function lb(a,b){return{expirationTime:a,suspenseConfig:b,tag:0,payload:null,callback:null,next:null,nextEffect:null}}function vd(a,b){null===a.lastUpdate?a.firstUpdate=a.lastUpdate=b:(a.lastUpdate.next=b,a.lastUpdate=b)}function mb(a,b){var c=a.alternate;if(null===c){var d=a.updateQueue,e=null;null===d&&(d=a.updateQueue=\nud(a.memoizedState))}else d=a.updateQueue,e=c.updateQueue,null===d?null===e?(d=a.updateQueue=ud(a.memoizedState),e=c.updateQueue=ud(c.memoizedState)):d=a.updateQueue=Me(e):null===e&&(e=c.updateQueue=Me(d));null===e||d===e?vd(d,b):null===d.lastUpdate||null===e.lastUpdate?(vd(d,b),vd(e,b)):(vd(d,b),e.lastUpdate=b)}function Xg(a,b){var c=a.updateQueue;c=null===c?a.updateQueue=ud(a.memoizedState):Yg(a,c);null===c.lastCapturedUpdate?c.firstCapturedUpdate=c.lastCapturedUpdate=b:(c.lastCapturedUpdate.next=\nb,c.lastCapturedUpdate=b)}function Yg(a,b){var c=a.alternate;null!==c&&b===c.updateQueue&&(b=a.updateQueue=Me(b));return b}function Zg(a,b,c,d,e,k){switch(c.tag){case 1:return a=c.payload,\"function\"===typeof a?a.call(k,d,e):a;case 3:a.effectTag=a.effectTag&-4097|64;case 0:a=c.payload;e=\"function\"===typeof a?a.call(k,d,e):a;if(null===e||void 0===e)break;return ea({},d,e);case 2:nb=!0}return d}function Ac(a,b,c,d,e){nb=!1;b=Yg(a,b);for(var k=b.baseState,f=null,v=0,m=b.firstUpdate,g=k;null!==m;){var h=\nm.expirationTime;h<e?(null===f&&(f=m,k=g),v<h&&(v=h)):($g(h,m.suspenseConfig),g=Zg(a,b,m,g,c,d),null!==m.callback&&(a.effectTag|=32,m.nextEffect=null,null===b.lastEffect?b.firstEffect=b.lastEffect=m:(b.lastEffect.nextEffect=m,b.lastEffect=m)));m=m.next}h=null;for(m=b.firstCapturedUpdate;null!==m;){var l=m.expirationTime;l<e?(null===h&&(h=m,null===f&&(k=g)),v<l&&(v=l)):(g=Zg(a,b,m,g,c,d),null!==m.callback&&(a.effectTag|=32,m.nextEffect=null,null===b.lastCapturedEffect?b.firstCapturedEffect=b.lastCapturedEffect=\nm:(b.lastCapturedEffect.nextEffect=m,b.lastCapturedEffect=m)));m=m.next}null===f&&(b.lastUpdate=null);null===h?b.lastCapturedUpdate=null:a.effectTag|=32;null===f&&null===h&&(k=g);b.baseState=k;b.firstUpdate=f;b.firstCapturedUpdate=h;wd(v);a.expirationTime=v;a.memoizedState=g}function ah(a,b,c){null!==b.firstCapturedUpdate&&(null!==b.lastUpdate&&(b.lastUpdate.next=b.firstCapturedUpdate,b.lastUpdate=b.lastCapturedUpdate),b.firstCapturedUpdate=b.lastCapturedUpdate=null);bh(b.firstEffect,c);b.firstEffect=\nb.lastEffect=null;bh(b.firstCapturedEffect,c);b.firstCapturedEffect=b.lastCapturedEffect=null}function bh(a,b){for(;null!==a;){var c=a.callback;if(null!==c){a.callback=null;var d=b;if(\"function\"!==typeof c)throw Error(f(191,c));c.call(d)}a=a.nextEffect}}function xd(a,b,c,d){b=a.memoizedState;c=c(d,b);c=null===c||void 0===c?b:ea({},b,c);a.memoizedState=c;d=a.updateQueue;null!==d&&0===a.expirationTime&&(d.baseState=c)}function ch(a,b,c,d,e,k,f){a=a.stateNode;return\"function\"===typeof a.shouldComponentUpdate?\na.shouldComponentUpdate(d,k,f):b.prototype&&b.prototype.isPureReactComponent?!yc(c,d)||!yc(e,k):!0}function dh(a,b,c){var d=!1,e=jb,k=b.contextType;\"object\"===typeof k&&null!==k?k=La(k):(e=ja(b)?zb:ka.current,d=b.contextTypes,k=(d=null!==d&&void 0!==d)?Wb(a,e):jb);b=new b(c,k);a.memoizedState=null!==b.state&&void 0!==b.state?b.state:null;b.updater=yd;a.stateNode=b;b._reactInternalFiber=a;d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=e,a.__reactInternalMemoizedMaskedChildContext=\nk);return b}function eh(a,b,c,d){a=b.state;\"function\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\"function\"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&yd.enqueueReplaceState(b,b.state,null)}function Ne(a,b,c,d){var e=a.stateNode;e.props=c;e.state=a.memoizedState;e.refs=fh;var k=b.contextType;\"object\"===typeof k&&null!==k?e.context=La(k):(k=ja(b)?zb:ka.current,e.context=Wb(a,k));k=a.updateQueue;null!==k&&(Ac(a,k,c,e,\nd),e.state=a.memoizedState);k=b.getDerivedStateFromProps;\"function\"===typeof k&&(xd(a,b,k,c),e.state=a.memoizedState);\"function\"===typeof b.getDerivedStateFromProps||\"function\"===typeof e.getSnapshotBeforeUpdate||\"function\"!==typeof e.UNSAFE_componentWillMount&&\"function\"!==typeof e.componentWillMount||(b=e.state,\"function\"===typeof e.componentWillMount&&e.componentWillMount(),\"function\"===typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),b!==e.state&&yd.enqueueReplaceState(e,e.state,\nnull),k=a.updateQueue,null!==k&&(Ac(a,k,c,e,d),e.state=a.memoizedState));\"function\"===typeof e.componentDidMount&&(a.effectTag|=4)}function Bc(a,b,c){a=c.ref;if(null!==a&&\"function\"!==typeof a&&\"object\"!==typeof a){if(c._owner){if(c=c._owner){if(1!==c.tag)throw Error(f(309));var d=c.stateNode}if(!d)throw Error(f(147,a));var e=\"\"+a;if(null!==b&&null!==b.ref&&\"function\"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs;b===fh&&(b=d.refs={});null===a?delete b[e]:b[e]=a};b._stringRef=\ne;return b}if(\"string\"!==typeof a)throw Error(f(284));if(!c._owner)throw Error(f(290,a));}return a}function zd(a,b){if(\"textarea\"!==a.type)throw Error(f(31,\"[object Object]\"===Object.prototype.toString.call(b)?\"object with keys {\"+Object.keys(b).join(\", \")+\"}\":b,\"\"));}function gh(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}\nfunction d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b,c){a=Ab(a,b,c);a.index=0;a.sibling=null;return a}function k(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=2,c):d;b.effectTag=2;return c}function A(b){a&&null===b.alternate&&(b.effectTag=2);return b}function v(a,b,c,d){if(null===b||6!==b.tag)return b=Oe(c,a.mode,d),b.return=a,b;b=e(b,c,d);b.return=a;return b}function m(a,b,c,d){if(null!==\nb&&b.elementType===c.type)return d=e(b,c.props,d),d.ref=Bc(a,b,c),d.return=a,d;d=Ad(c.type,c.key,c.props,null,a.mode,d);d.ref=Bc(a,b,c);d.return=a;return d}function g(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==c.implementation)return b=Pe(c,a.mode,d),b.return=a,b;b=e(b,c.children||[],d);b.return=a;return b}function h(a,b,c,d,k){if(null===b||7!==b.tag)return b=ob(c,a.mode,d,k),b.return=a,b;b=e(b,c,d);b.return=a;return b}function l(a,b,\nc){if(\"string\"===typeof b||\"number\"===typeof b)return b=Oe(\"\"+b,a.mode,c),b.return=a,b;if(\"object\"===typeof b&&null!==b){switch(b.$$typeof){case Bd:return c=Ad(b.type,b.key,b.props,null,a.mode,c),c.ref=Bc(a,null,b),c.return=a,c;case Nb:return b=Pe(b,a.mode,c),b.return=a,b}if(Cd(b)||U(b))return b=ob(b,a.mode,c,null),b.return=a,b;zd(a,b)}return null}function p(a,b,c,d){var e=null!==b?b.key:null;if(\"string\"===typeof c||\"number\"===typeof c)return null!==e?null:v(a,b,\"\"+c,d);if(\"object\"===typeof c&&null!==\nc){switch(c.$$typeof){case Bd:return c.key===e?c.type===cb?h(a,b,c.props.children,d,e):m(a,b,c,d):null;case Nb:return c.key===e?g(a,b,c,d):null}if(Cd(c)||U(c))return null!==e?null:h(a,b,c,d,null);zd(a,c)}return null}function r(a,b,c,d,e){if(\"string\"===typeof d||\"number\"===typeof d)return a=a.get(c)||null,v(b,a,\"\"+d,e);if(\"object\"===typeof d&&null!==d){switch(d.$$typeof){case Bd:return a=a.get(null===d.key?c:d.key)||null,d.type===cb?h(b,a,d.props.children,e,d.key):m(b,a,d,e);case Nb:return a=a.get(null===\nd.key?c:d.key)||null,g(b,a,d,e)}if(Cd(d)||U(d))return a=a.get(c)||null,h(b,a,d,e,null);zd(b,d)}return null}function n(e,f,A,v){for(var m=null,g=null,h=f,E=f=0,n=null;null!==h&&E<A.length;E++){h.index>E?(n=h,h=null):n=h.sibling;var ia=p(e,h,A[E],v);if(null===ia){null===h&&(h=n);break}a&&h&&null===ia.alternate&&b(e,h);f=k(ia,f,E);null===g?m=ia:g.sibling=ia;g=ia;h=n}if(E===A.length)return c(e,h),m;if(null===h){for(;E<A.length;E++)h=l(e,A[E],v),null!==h&&(f=k(h,f,E),null===g?m=h:g.sibling=h,g=h);return m}for(h=\nd(e,h);E<A.length;E++)n=r(h,e,E,A[E],v),null!==n&&(a&&null!==n.alternate&&h.delete(null===n.key?E:n.key),f=k(n,f,E),null===g?m=n:g.sibling=n,g=n);a&&h.forEach(function(a){return b(e,a)});return m}function q(e,A,v,m){var g=U(v);if(\"function\"!==typeof g)throw Error(f(150));v=g.call(v);if(null==v)throw Error(f(151));for(var h=g=null,E=A,n=A=0,ia=null,q=v.next();null!==E&&!q.done;n++,q=v.next()){E.index>n?(ia=E,E=null):ia=E.sibling;var t=p(e,E,q.value,m);if(null===t){null===E&&(E=ia);break}a&&E&&null===\nt.alternate&&b(e,E);A=k(t,A,n);null===h?g=t:h.sibling=t;h=t;E=ia}if(q.done)return c(e,E),g;if(null===E){for(;!q.done;n++,q=v.next())q=l(e,q.value,m),null!==q&&(A=k(q,A,n),null===h?g=q:h.sibling=q,h=q);return g}for(E=d(e,E);!q.done;n++,q=v.next())q=r(E,e,n,q.value,m),null!==q&&(a&&null!==q.alternate&&E.delete(null===q.key?n:q.key),A=k(q,A,n),null===h?g=q:h.sibling=q,h=q);a&&E.forEach(function(a){return b(e,a)});return g}return function(a,d,k,v){var g=\"object\"===typeof k&&null!==k&&k.type===cb&&null===\nk.key;g&&(k=k.props.children);var m=\"object\"===typeof k&&null!==k;if(m)switch(k.$$typeof){case Bd:a:{m=k.key;for(g=d;null!==g;){if(g.key===m)if(7===g.tag?k.type===cb:g.elementType===k.type){c(a,g.sibling);d=e(g,k.type===cb?k.props.children:k.props,v);d.ref=Bc(a,g,k);d.return=a;a=d;break a}else{c(a,g);break}else b(a,g);g=g.sibling}k.type===cb?(d=ob(k.props.children,a.mode,v,k.key),d.return=a,a=d):(v=Ad(k.type,k.key,k.props,null,a.mode,v),v.ref=Bc(a,d,k),v.return=a,a=v)}return A(a);case Nb:a:{for(g=\nk.key;null!==d;){if(d.key===g)if(4===d.tag&&d.stateNode.containerInfo===k.containerInfo&&d.stateNode.implementation===k.implementation){c(a,d.sibling);d=e(d,k.children||[],v);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=d.sibling}d=Pe(k,a.mode,v);d.return=a;a=d}return A(a)}if(\"string\"===typeof k||\"number\"===typeof k)return k=\"\"+k,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,k,v),d.return=a,a=d):(c(a,d),d=Oe(k,a.mode,v),d.return=a,a=d),A(a);if(Cd(k))return n(a,d,k,v);if(U(k))return q(a,d,k,\nv);m&&zd(a,k);if(\"undefined\"===typeof k&&!g)switch(a.tag){case 1:case 0:throw a=a.type,Error(f(152,a.displayName||a.name||\"Component\"));}return c(a,d)}}function Bb(a){if(a===Cc)throw Error(f(174));return a}function Qe(a,b){L(Dc,b,a);L(Ec,a,a);L(Ma,Cc,a);var c=b.nodeType;switch(c){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:he(null,\"\");break;default:c=8===c?b.parentNode:b,b=c.namespaceURI||null,c=c.tagName,b=he(b,c)}R(Ma,a);L(Ma,b,a)}function ac(a){R(Ma,a);R(Ec,a);R(Dc,a)}function hh(a){Bb(Dc.current);\nvar b=Bb(Ma.current),c=he(b,a.type);b!==c&&(L(Ec,a,a),L(Ma,c,a))}function Re(a){Ec.current===a&&(R(Ma,a),R(Ec,a))}function Dd(a){for(var b=a;null!==b;){if(13===b.tag){var c=b.memoizedState;if(null!==c&&(c=c.dehydrated,null===c||c.data===ze||c.data===ye))return b}else if(19===b.tag&&void 0!==b.memoizedProps.revealOrder){if(0!==(b.effectTag&64))return b}else if(null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return null;b=b.return}b.sibling.return=\nb.return;b=b.sibling}return null}function ih(a,b){return{responder:a,props:b}}function ra(){throw Error(f(321));}function Se(a,b){if(null===b)return!1;for(var c=0;c<b.length&&c<a.length;c++)if(!yb(a[c],b[c]))return!1;return!0}function Te(a,b,c,d,e,k){Fc=k;pb=b;Na=null!==a?a.memoizedState:null;Ed.current=null===Na?mj:jh;b=c(d,e);if(Gc){do Gc=!1,Hc+=1,Na=null!==a?a.memoizedState:null,bc=cc,Oa=la=ca=null,Ed.current=jh,b=c(d,e);while(Gc);Xa=null;Hc=0}Ed.current=Fd;a=pb;a.memoizedState=cc;a.expirationTime=\ndc;a.updateQueue=Oa;a.effectTag|=Ic;a=null!==ca&&null!==ca.next;Fc=0;bc=la=cc=Na=ca=pb=null;dc=0;Oa=null;Ic=0;if(a)throw Error(f(300));return b}function kh(){Ed.current=Fd;Fc=0;bc=la=cc=Na=ca=pb=null;dc=0;Oa=null;Ic=0;Gc=!1;Xa=null;Hc=0}function ec(){var a={memoizedState:null,baseState:null,queue:null,baseUpdate:null,next:null};null===la?cc=la=a:la=la.next=a;return la}function Jc(){if(null!==bc)la=bc,bc=la.next,ca=Na,Na=null!==ca?ca.next:null;else{if(null===Na)throw Error(f(310));ca=Na;var a={memoizedState:ca.memoizedState,\nbaseState:ca.baseState,queue:ca.queue,baseUpdate:ca.baseUpdate,next:null};la=null===la?cc=a:la.next=a;Na=ca.next}return la}function lh(a,b){return\"function\"===typeof b?b(a):b}function mh(a){var b=Jc(),c=b.queue;if(null===c)throw Error(f(311));c.lastRenderedReducer=a;if(0<Hc){var d=c.dispatch;if(null!==Xa){var e=Xa.get(c);if(void 0!==e){Xa.delete(c);var k=b.memoizedState;do k=a(k,e.action),e=e.next;while(null!==e);yb(k,b.memoizedState)||(Ka=!0);b.memoizedState=k;b.baseUpdate===c.last&&(b.baseState=\nk);c.lastRenderedState=k;return[k,d]}}return[b.memoizedState,d]}d=c.last;var A=b.baseUpdate;k=b.baseState;null!==A?(null!==d&&(d.next=null),d=A.next):d=null!==d?d.next:null;if(null!==d){var v=e=null,g=d,h=!1;do{var l=g.expirationTime;l<Fc?(h||(h=!0,v=A,e=k),l>dc&&(dc=l,wd(dc))):($g(l,g.suspenseConfig),k=g.eagerReducer===a?g.eagerState:a(k,g.action));A=g;g=g.next}while(null!==g&&g!==d);h||(v=A,e=k);yb(k,b.memoizedState)||(Ka=!0);b.memoizedState=k;b.baseUpdate=v;b.baseState=e;c.lastRenderedState=k}return[b.memoizedState,\nc.dispatch]}function Ue(a){var b=ec();\"function\"===typeof a&&(a=a());b.memoizedState=b.baseState=a;a=b.queue={last:null,dispatch:null,lastRenderedReducer:lh,lastRenderedState:a};a=a.dispatch=nh.bind(null,pb,a);return[b.memoizedState,a]}function Ve(a){return mh(lh,a)}function We(a,b,c,d){a={tag:a,create:b,destroy:c,deps:d,next:null};null===Oa?(Oa={lastEffect:null},Oa.lastEffect=a.next=a):(b=Oa.lastEffect,null===b?Oa.lastEffect=a.next=a:(c=b.next,b.next=a,a.next=c,Oa.lastEffect=a));return a}function Xe(a,\nb,c,d){var e=ec();Ic|=a;e.memoizedState=We(b,c,void 0,void 0===d?null:d)}function Ye(a,b,c,d){var e=Jc();d=void 0===d?null:d;var k=void 0;if(null!==ca){var f=ca.memoizedState;k=f.destroy;if(null!==d&&Se(d,f.deps)){We(0,c,k,d);return}}Ic|=a;e.memoizedState=We(b,c,k,d)}function oh(a,b){return Xe(516,192,a,b)}function ph(a,b){return Ye(516,192,a,b)}function qh(a,b){if(\"function\"===typeof b)return a=a(),b(a),function(){b(null)};if(null!==b&&void 0!==b)return a=a(),b.current=a,function(){b.current=null}}\nfunction rh(){}function sh(a,b){ec().memoizedState=[a,void 0===b?null:b];return a}function th(a,b){var c=Jc();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&Se(b,d[1]))return d[0];c.memoizedState=[a,b];return a}function nh(a,b,c){if(!(25>Hc))throw Error(f(301));var d=a.alternate;if(a===pb||null!==d&&d===pb)if(Gc=!0,a={expirationTime:Fc,suspenseConfig:null,action:c,eagerReducer:null,eagerState:null,next:null},null===Xa&&(Xa=new Map),c=Xa.get(b),void 0===c)Xa.set(b,a);else{for(b=c;null!==\nb.next;)b=b.next;b.next=a}else{var e=Ba(),k=Kc.suspense;e=Cb(e,a,k);k={expirationTime:e,suspenseConfig:k,action:c,eagerReducer:null,eagerState:null,next:null};var A=b.last;if(null===A)k.next=k;else{var g=A.next;null!==g&&(k.next=g);A.next=k}b.last=k;if(0===a.expirationTime&&(null===d||0===d.expirationTime)&&(d=b.lastRenderedReducer,null!==d))try{var m=b.lastRenderedState,h=d(m,c);k.eagerReducer=d;k.eagerState=h;if(yb(h,m))return}catch(ia){}finally{}qb(a,e)}}function uh(a,b){var c=Pa(5,null,null,0);\nc.elementType=\"DELETED\";c.type=\"DELETED\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}function vh(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\"\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;case 13:return!1;default:return!1}}function Ze(a){if(Ya){var b=Qa;if(b){var c=b;if(!vh(a,\nb)){b=Sb(c.nextSibling);if(!b||!vh(a,b)){a.effectTag=a.effectTag&-1025|2;Ya=!1;Ca=a;return}uh(Ca,c)}Ca=a;Qa=Sb(b.firstChild)}else a.effectTag=a.effectTag&-1025|2,Ya=!1,Ca=a}}function wh(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&13!==a.tag;)a=a.return;Ca=a}function Gd(a){if(a!==Ca)return!1;if(!Ya)return wh(a),Ya=!0,!1;var b=a.type;if(5!==a.tag||\"head\"!==b&&\"body\"!==b&&!xe(b,a.memoizedProps))for(b=Qa;b;)uh(a,b),b=Sb(b.nextSibling);wh(a);if(13===a.tag){a=a.memoizedState;a=null!==a?a.dehydrated:\nnull;if(!a)throw Error(f(317));a:{a=a.nextSibling;for(b=0;a;){if(8===a.nodeType){var c=a.data;if(c===ug){if(0===b){Qa=Sb(a.nextSibling);break a}b--}else c!==tg&&c!==ye&&c!==ze||b++}a=a.nextSibling}Qa=null}}else Qa=Ca?Sb(a.stateNode.nextSibling):null;return!0}function sa(a,b,c,d){b.child=null===a?$e(b,null,c,d):fc(b,a.child,c,d)}function xh(a,b,c,d,e){c=c.render;var k=b.ref;Yb(b,e);d=Te(a,b,c,d,k,e);if(null!==a&&!Ka)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=\n0),Za(a,b,e);b.effectTag|=1;sa(a,b,d,e);return b.child}function yh(a,b,c,d,e,k){if(null===a){var f=c.type;if(\"function\"===typeof f&&!af(f)&&void 0===f.defaultProps&&null===c.compare&&void 0===c.defaultProps)return b.tag=15,b.type=f,zh(a,b,f,d,e,k);a=Ad(c.type,null,d,null,b.mode,k);a.ref=b.ref;a.return=b;return b.child=a}f=a.child;if(e<k&&(e=f.memoizedProps,c=c.compare,c=null!==c?c:yc,c(e,d)&&a.ref===b.ref))return Za(a,b,k);b.effectTag|=1;a=Ab(f,d,k);a.ref=b.ref;a.return=b;return b.child=a}function zh(a,\nb,c,d,e,k){return null!==a&&yc(a.memoizedProps,d)&&a.ref===b.ref&&(Ka=!1,e<k)?Za(a,b,k):bf(a,b,c,d,k)}function Ah(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function bf(a,b,c,d,e){var k=ja(c)?zb:ka.current;k=Wb(b,k);Yb(b,e);c=Te(a,b,c,d,k,e);if(null!==a&&!Ka)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),Za(a,b,e);b.effectTag|=1;sa(a,b,c,e);return b.child}function Bh(a,b,c,d,e){if(ja(c)){var k=!0;qd(b)}else k=!1;Yb(b,\ne);if(null===b.stateNode)null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),dh(b,c,d,e),Ne(b,c,d,e),d=!0;else if(null===a){var f=b.stateNode,g=b.memoizedProps;f.props=g;var m=f.context,h=c.contextType;\"object\"===typeof h&&null!==h?h=La(h):(h=ja(c)?zb:ka.current,h=Wb(b,h));var l=c.getDerivedStateFromProps,n=\"function\"===typeof l||\"function\"===typeof f.getSnapshotBeforeUpdate;n||\"function\"!==typeof f.UNSAFE_componentWillReceiveProps&&\"function\"!==typeof f.componentWillReceiveProps||(g!==d||\nm!==h)&&eh(b,f,d,h);nb=!1;var p=b.memoizedState;m=f.state=p;var q=b.updateQueue;null!==q&&(Ac(b,q,d,f,e),m=b.memoizedState);g!==d||p!==m||ya.current||nb?(\"function\"===typeof l&&(xd(b,c,l,d),m=b.memoizedState),(g=nb||ch(b,c,g,d,p,m,h))?(n||\"function\"!==typeof f.UNSAFE_componentWillMount&&\"function\"!==typeof f.componentWillMount||(\"function\"===typeof f.componentWillMount&&f.componentWillMount(),\"function\"===typeof f.UNSAFE_componentWillMount&&f.UNSAFE_componentWillMount()),\"function\"===typeof f.componentDidMount&&\n(b.effectTag|=4)):(\"function\"===typeof f.componentDidMount&&(b.effectTag|=4),b.memoizedProps=d,b.memoizedState=m),f.props=d,f.state=m,f.context=h,d=g):(\"function\"===typeof f.componentDidMount&&(b.effectTag|=4),d=!1)}else f=b.stateNode,g=b.memoizedProps,f.props=b.type===b.elementType?g:Aa(b.type,g),m=f.context,h=c.contextType,\"object\"===typeof h&&null!==h?h=La(h):(h=ja(c)?zb:ka.current,h=Wb(b,h)),l=c.getDerivedStateFromProps,(n=\"function\"===typeof l||\"function\"===typeof f.getSnapshotBeforeUpdate)||\n\"function\"!==typeof f.UNSAFE_componentWillReceiveProps&&\"function\"!==typeof f.componentWillReceiveProps||(g!==d||m!==h)&&eh(b,f,d,h),nb=!1,m=b.memoizedState,p=f.state=m,q=b.updateQueue,null!==q&&(Ac(b,q,d,f,e),p=b.memoizedState),g!==d||m!==p||ya.current||nb?(\"function\"===typeof l&&(xd(b,c,l,d),p=b.memoizedState),(l=nb||ch(b,c,g,d,m,p,h))?(n||\"function\"!==typeof f.UNSAFE_componentWillUpdate&&\"function\"!==typeof f.componentWillUpdate||(\"function\"===typeof f.componentWillUpdate&&f.componentWillUpdate(d,\np,h),\"function\"===typeof f.UNSAFE_componentWillUpdate&&f.UNSAFE_componentWillUpdate(d,p,h)),\"function\"===typeof f.componentDidUpdate&&(b.effectTag|=4),\"function\"===typeof f.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\"function\"!==typeof f.componentDidUpdate||g===a.memoizedProps&&m===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof f.getSnapshotBeforeUpdate||g===a.memoizedProps&&m===a.memoizedState||(b.effectTag|=256),b.memoizedProps=d,b.memoizedState=p),f.props=d,f.state=p,f.context=h,d=l):\n(\"function\"!==typeof f.componentDidUpdate||g===a.memoizedProps&&m===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof f.getSnapshotBeforeUpdate||g===a.memoizedProps&&m===a.memoizedState||(b.effectTag|=256),d=!1);return cf(a,b,c,d,k,e)}function cf(a,b,c,d,e,k){Ah(a,b);var f=0!==(b.effectTag&64);if(!d&&!f)return e&&Kg(b,c,!1),Za(a,b,k);d=b.stateNode;nj.current=b;var g=f&&\"function\"!==typeof c.getDerivedStateFromError?null:d.render();b.effectTag|=1;null!==a&&f?(b.child=fc(b,a.child,null,k),b.child=\nfc(b,null,g,k)):sa(a,b,g,k);b.memoizedState=d.state;e&&Kg(b,c,!0);return b.child}function Ch(a){var b=a.stateNode;b.pendingContext?Ig(a,b.pendingContext,b.pendingContext!==b.context):b.context&&Ig(a,b.context,!1);Qe(a,b.containerInfo)}function Dh(a,b,c){var d=b.mode,e=b.pendingProps,k=M.current,f=!1,g;(g=0!==(b.effectTag&64))||(g=0!==(k&2)&&(null===a||null!==a.memoizedState));g?(f=!0,b.effectTag&=-65):null!==a&&null===a.memoizedState||void 0===e.fallback||!0===e.unstable_avoidThisFallback||(k|=1);\nL(M,k&1,b);if(null===a){void 0!==e.fallback&&Ze(b);if(f){f=e.fallback;e=ob(null,d,0,null);e.return=b;if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=ob(f,d,c,null);c.return=b;e.sibling=c;b.memoizedState=df;b.child=e;return c}d=e.children;b.memoizedState=null;return b.child=$e(b,null,d,c)}if(null!==a.memoizedState){a=a.child;d=a.sibling;if(f){e=e.fallback;c=Ab(a,a.pendingProps,0);c.return=b;if(0===(b.mode&2)&&(f=null!==b.memoizedState?\nb.child.child:b.child,f!==a.child))for(c.child=f;null!==f;)f.return=c,f=f.sibling;d=Ab(d,e,d.expirationTime);d.return=b;c.sibling=d;c.childExpirationTime=0;b.memoizedState=df;b.child=c;return d}c=fc(b,a.child,e.children,c);b.memoizedState=null;return b.child=c}a=a.child;if(f){f=e.fallback;e=ob(null,d,0,null);e.return=b;e.child=a;null!==a&&(a.return=e);if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=ob(f,d,c,null);c.return=b;e.sibling=\nc;c.effectTag|=2;e.childExpirationTime=0;b.memoizedState=df;b.child=e;return c}b.memoizedState=null;return b.child=fc(b,a,e.children,c)}function Eh(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);Wg(a.return,b)}function ef(a,b,c,d,e,f){var k=a.memoizedState;null===k?a.memoizedState={isBackwards:b,rendering:null,last:d,tail:c,tailExpiration:0,tailMode:e,lastEffect:f}:(k.isBackwards=b,k.rendering=null,k.last=d,k.tail=c,k.tailExpiration=\n0,k.tailMode=e,k.lastEffect=f)}function Fh(a,b,c){var d=b.pendingProps,e=d.revealOrder,f=d.tail;sa(a,b,d.children,c);d=M.current;if(0!==(d&2))d=d&1|2,b.effectTag|=64;else{if(null!==a&&0!==(a.effectTag&64))a:for(a=b.child;null!==a;){if(13===a.tag)null!==a.memoizedState&&Eh(a,c);else if(19===a.tag)Eh(a,c);else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===b)break a;for(;null===a.sibling;){if(null===a.return||a.return===b)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}d&=1}L(M,\nd,b);if(0===(b.mode&2))b.memoizedState=null;else switch(e){case \"forwards\":c=b.child;for(e=null;null!==c;)a=c.alternate,null!==a&&null===Dd(a)&&(e=c),c=c.sibling;c=e;null===c?(e=b.child,b.child=null):(e=c.sibling,c.sibling=null);ef(b,!1,e,c,f,b.lastEffect);break;case \"backwards\":c=null;e=b.child;for(b.child=null;null!==e;){a=e.alternate;if(null!==a&&null===Dd(a)){b.child=e;break}a=e.sibling;e.sibling=c;c=e;e=a}ef(b,!0,c,null,f,b.lastEffect);break;case \"together\":ef(b,!1,null,null,void 0,b.lastEffect);\nbreak;default:b.memoizedState=null}return b.child}function Za(a,b,c){null!==a&&(b.dependencies=a.dependencies);var d=b.expirationTime;0!==d&&wd(d);if(b.childExpirationTime<c)return null;if(null!==a&&b.child!==a.child)throw Error(f(153));if(null!==b.child){a=b.child;c=Ab(a,a.pendingProps,a.expirationTime);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=Ab(a,a.pendingProps,a.expirationTime),c.return=b;c.sibling=null}return b.child}function Hd(a,b){switch(a.tailMode){case \"hidden\":b=\na.tail;for(var c=null;null!==b;)null!==b.alternate&&(c=b),b=b.sibling;null===c?a.tail=null:c.sibling=null;break;case \"collapsed\":c=a.tail;for(var d=null;null!==c;)null!==c.alternate&&(d=c),c=c.sibling;null===d?b||null===a.tail?a.tail=null:a.tail.sibling=null:d.sibling=null}}function oj(a){switch(a.tag){case 1:ja(a.type)&&pd(a);var b=a.effectTag;return b&4096?(a.effectTag=b&-4097|64,a):null;case 3:ac(a);Ge(a);b=a.effectTag;if(0!==(b&64))throw Error(f(285));a.effectTag=b&-4097|64;return a;case 5:return Re(a),\nnull;case 13:return R(M,a),b=a.effectTag,b&4096?(a.effectTag=b&-4097|64,a):null;case 19:return R(M,a),null;case 4:return ac(a),null;case 10:return Le(a),null;default:return null}}function ff(a,b){return{value:a,source:b,stack:pa(b)}}function gf(a,b){var c=b.source,d=b.stack;null===d&&null!==c&&(d=pa(c));null!==c&&ba(c.type);b=b.value;null!==a&&1===a.tag&&ba(a.type);try{console.error(b)}catch(e){setTimeout(function(){throw e;})}}function pj(a,b){try{b.props=a.memoizedProps,b.state=a.memoizedState,\nb.componentWillUnmount()}catch(c){Db(a,c)}}function Gh(a){var b=a.ref;if(null!==b)if(\"function\"===typeof b)try{b(null)}catch(c){Db(a,c)}else b.current=null}function qj(a,b){switch(b.tag){case 0:case 11:case 15:Lc(2,0,b);break;case 1:if(b.effectTag&256&&null!==a){var c=a.memoizedProps,d=a.memoizedState;a=b.stateNode;b=a.getSnapshotBeforeUpdate(b.elementType===b.type?c:Aa(b.type,c),d);a.__reactInternalSnapshotBeforeUpdate=b}break;case 3:case 5:case 6:case 4:case 17:break;default:throw Error(f(163));\n}}function Lc(a,b,c){c=c.updateQueue;c=null!==c?c.lastEffect:null;if(null!==c){var d=c=c.next;do{if(0!==(d.tag&a)){var e=d.destroy;d.destroy=void 0;void 0!==e&&e()}0!==(d.tag&b)&&(e=d.create,d.destroy=e());d=d.next}while(d!==c)}}function Hh(a,b,c){\"function\"===typeof hf&&hf(b);switch(b.tag){case 0:case 11:case 14:case 15:a=b.updateQueue;if(null!==a&&(a=a.lastEffect,null!==a)){var d=a.next;Xb(97<c?97:c,function(){var a=d;do{var c=a.destroy;if(void 0!==c){var f=b;try{c()}catch(v){Db(f,v)}}a=a.next}while(a!==\nd)})}break;case 1:Gh(b);c=b.stateNode;\"function\"===typeof c.componentWillUnmount&&pj(b,c);break;case 5:Gh(b);break;case 4:Ih(a,b,c)}}function Jh(a){var b=a.alternate;a.return=null;a.child=null;a.memoizedState=null;a.updateQueue=null;a.dependencies=null;a.alternate=null;a.firstEffect=null;a.lastEffect=null;a.pendingProps=null;a.memoizedProps=null;null!==b&&Jh(b)}function Kh(a){return 5===a.tag||3===a.tag||4===a.tag}function Lh(a){a:{for(var b=a.return;null!==b;){if(Kh(b)){var c=b;break a}b=b.return}throw Error(f(160));\n}b=c.stateNode;switch(c.tag){case 5:var d=!1;break;case 3:b=b.containerInfo;d=!0;break;case 4:b=b.containerInfo;d=!0;break;default:throw Error(f(161));}c.effectTag&16&&(kc(b,\"\"),c.effectTag&=-17);c=a;a:b:for(;;){for(;null===c.sibling;){if(null===c.return||Kh(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag&&18!==c.tag;){if(c.effectTag&2)continue b;if(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;\nbreak a}}for(var e=a;;){var k=5===e.tag||6===e.tag;if(k){var g=k?e.stateNode:e.stateNode.instance;if(c)if(d){k=b;var h=g;g=c;8===k.nodeType?k.parentNode.insertBefore(h,g):k.insertBefore(h,g)}else b.insertBefore(g,c);else d?(h=b,8===h.nodeType?(k=h.parentNode,k.insertBefore(g,h)):(k=h,k.appendChild(g)),h=h._reactRootContainer,null!==h&&void 0!==h||null!==k.onclick||(k.onclick=ld)):b.appendChild(g)}else if(4!==e.tag&&null!==e.child){e.child.return=e;e=e.child;continue}if(e===a)break;for(;null===e.sibling;){if(null===\ne.return||e.return===a)return;e=e.return}e.sibling.return=e.return;e=e.sibling}}function Ih(a,b,c){for(var d=b,e=!1,k,g;;){if(!e){e=d.return;a:for(;;){if(null===e)throw Error(f(160));k=e.stateNode;switch(e.tag){case 5:g=!1;break a;case 3:k=k.containerInfo;g=!0;break a;case 4:k=k.containerInfo;g=!0;break a}e=e.return}e=!0}if(5===d.tag||6===d.tag){var h=a,m=d,l=c,n=m;a:for(;;)if(Hh(h,n,l),null!==n.child&&4!==n.tag)n.child.return=n,n=n.child;else{if(n===m)break;for(;null===n.sibling;){if(null===n.return||\nn.return===m)break a;n=n.return}n.sibling.return=n.return;n=n.sibling}g?(h=k,m=d.stateNode,8===h.nodeType?h.parentNode.removeChild(m):h.removeChild(m)):k.removeChild(d.stateNode)}else if(4===d.tag){if(null!==d.child){k=d.stateNode.containerInfo;g=!0;d.child.return=d;d=d.child;continue}}else if(Hh(a,d,c),null!==d.child){d.child.return=d;d=d.child;continue}if(d===b)break;for(;null===d.sibling;){if(null===d.return||d.return===b)return;d=d.return;4===d.tag&&(e=!1)}d.sibling.return=d.return;d=d.sibling}}\nfunction jf(a,b){switch(b.tag){case 0:case 11:case 14:case 15:Lc(4,8,b);break;case 1:break;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps,e=null!==a?a.memoizedProps:d;a=b.type;var k=b.updateQueue;b.updateQueue=null;if(null!==k){c[md]=d;\"input\"===a&&\"radio\"===d.type&&null!=d.name&&g(c,d);ue(a,e);b=ue(a,d);for(e=0;e<k.length;e+=2){var h=k[e],v=k[e+1];\"style\"===h?mg(c,v):\"dangerouslySetInnerHTML\"===h?Mh(c,v):\"children\"===h?kc(c,v):bb(c,h,v,b)}switch(a){case \"input\":z(c,d);break;case \"textarea\":Lf(c,\nd);break;case \"select\":b=c._wrapperState.wasMultiple,c._wrapperState.wasMultiple=!!d.multiple,a=d.value,null!=a?Ib(c,!!d.multiple,a,!1):b!==!!d.multiple&&(null!=d.defaultValue?Ib(c,!!d.multiple,d.defaultValue,!0):Ib(c,!!d.multiple,d.multiple?[]:\"\",!1))}}}break;case 6:if(null===b.stateNode)throw Error(f(162));b.stateNode.nodeValue=b.memoizedProps;break;case 3:b=b.stateNode;b.hydrate&&(b.hydrate=!1,eg(b.containerInfo));break;case 12:break;case 13:c=b;null===b.memoizedState?d=!1:(d=!0,c=b.child,kf=Da());\nif(null!==c)a:for(a=c;;){if(5===a.tag)k=a.stateNode,d?(k=k.style,\"function\"===typeof k.setProperty?k.setProperty(\"display\",\"none\",\"important\"):k.display=\"none\"):(k=a.stateNode,e=a.memoizedProps.style,e=void 0!==e&&null!==e&&e.hasOwnProperty(\"display\")?e.display:null,k.style.display=lg(\"display\",e));else if(6===a.tag)a.stateNode.nodeValue=d?\"\":a.memoizedProps;else if(13===a.tag&&null!==a.memoizedState&&null===a.memoizedState.dehydrated){k=a.child.sibling;k.return=a;a=k;continue}else if(null!==a.child){a.child.return=\na;a=a.child;continue}if(a===c)break a;for(;null===a.sibling;){if(null===a.return||a.return===c)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}Nh(b);break;case 19:Nh(b);break;case 17:break;case 20:break;case 21:break;default:throw Error(f(163));}}function Nh(a){var b=a.updateQueue;if(null!==b){a.updateQueue=null;var c=a.stateNode;null===c&&(c=a.stateNode=new rj);b.forEach(function(b){var d=sj.bind(null,a,b);c.has(b)||(c.add(b),b.then(d,d))})}}function Oh(a,b,c){c=lb(c,null);c.tag=3;c.payload=\n{element:null};var d=b.value;c.callback=function(){Id||(Id=!0,lf=d);gf(a,b)};return c}function Ph(a,b,c){c=lb(c,null);c.tag=3;var d=a.type.getDerivedStateFromError;if(\"function\"===typeof d){var e=b.value;c.payload=function(){gf(a,b);return d(e)}}var f=a.stateNode;null!==f&&\"function\"===typeof f.componentDidCatch&&(c.callback=function(){\"function\"!==typeof d&&(null===rb?rb=new Set([this]):rb.add(this),gf(a,b));var c=b.stack;this.componentDidCatch(b.value,{componentStack:null!==c?c:\"\"})});return c}\nfunction Ba(){return(y&(Ea|Ra))!==V?1073741821-(Da()/10|0):0!==Jd?Jd:Jd=1073741821-(Da()/10|0)}function Cb(a,b,c){b=b.mode;if(0===(b&2))return 1073741823;var d=He();if(0===(b&4))return 99===d?1073741823:1073741822;if((y&Ea)!==V)return fa;if(null!==c)a=td(a,c.timeoutMs|0||5E3,250);else switch(d){case 99:a=1073741823;break;case 98:a=td(a,150,100);break;case 97:case 96:a=td(a,5E3,250);break;case 95:a=2;break;default:throw Error(f(326));}null!==ta&&a===fa&&--a;return a}function qb(a,b){if(50<Mc)throw Mc=\n0,mf=null,Error(f(185));a=Kd(a,b);if(null!==a){var c=He();1073741823===b?(y&nf)!==V&&(y&(Ea|Ra))===V?of(a):(ua(a),y===V&&Ja()):ua(a);(y&4)===V||98!==c&&99!==c||(null===Eb?Eb=new Map([[a,b]]):(c=Eb.get(a),(void 0===c||c>b)&&Eb.set(a,b)))}}function Kd(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);var d=a.return,e=null;if(null===d&&3===a.tag)e=a.stateNode;else for(;null!==d;){c=d.alternate;d.childExpirationTime<b&&(d.childExpirationTime=\nb);null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);if(null===d.return&&3===d.tag){e=d.stateNode;break}d=d.return}null!==e&&(ta===e&&(wd(b),W===Ld&&Fb(e,fa)),Qh(e,b));return e}function Md(a){var b=a.lastExpiredTime;if(0!==b)return b;b=a.firstPendingTime;if(!Rh(a,b))return b;b=a.lastPingedTime;a=a.nextKnownPendingLevel;return b>a?b:a}function ua(a){if(0!==a.lastExpiredTime)a.callbackExpirationTime=1073741823,a.callbackPriority=99,a.callbackNode=Rg(of.bind(null,a));else{var b=Md(a),c=a.callbackNode;\nif(0===b)null!==c&&(a.callbackNode=null,a.callbackExpirationTime=0,a.callbackPriority=90);else{var d=Ba();1073741823===b?d=99:1===b||2===b?d=95:(d=10*(1073741821-b)-10*(1073741821-d),d=0>=d?99:250>=d?98:5250>=d?97:95);if(null!==c){var e=a.callbackPriority;if(a.callbackExpirationTime===b&&e>=d)return;c!==Tg&&Ug(c)}a.callbackExpirationTime=b;a.callbackPriority=d;b=1073741823===b?Rg(of.bind(null,a)):Qg(d,Sh.bind(null,a),{timeout:10*(1073741821-b)-Da()});a.callbackNode=b}}}function Sh(a,b){Jd=0;if(b)return b=\nBa(),pf(a,b),ua(a),null;var c=Md(a);if(0!==c){b=a.callbackNode;if((y&(Ea|Ra))!==V)throw Error(f(327));gc();a===ta&&c===fa||Gb(a,c);if(null!==C){var d=y;y|=Ea;var e=Th(a);do try{for(;null!==C&&!tj();)C=Uh(C);break}catch(v){Vh(a,v)}while(1);$b=kb=Zb=null;y=d;Nd.current=e;if(W===Od)throw b=Pd,Gb(a,c),Fb(a,c),ua(a),b;if(null===C)switch(e=a.finishedWork=a.current.alternate,a.finishedExpirationTime=c,d=W,ta=null,d){case Hb:case Od:throw Error(f(345));case Wh:pf(a,2<c?2:c);break;case Qd:Fb(a,c);d=a.lastSuspendedTime;\nc===d&&(a.nextKnownPendingLevel=qf(e));if(1073741823===$a&&(e=kf+Xh-Da(),10<e)){if(Rd){var k=a.lastPingedTime;if(0===k||k>=c){a.lastPingedTime=c;Gb(a,c);break}}k=Md(a);if(0!==k&&k!==c)break;if(0!==d&&d!==c){a.lastPingedTime=d;break}a.timeoutHandle=rf(sb.bind(null,a),e);break}sb(a);break;case Ld:Fb(a,c);d=a.lastSuspendedTime;c===d&&(a.nextKnownPendingLevel=qf(e));if(Rd&&(e=a.lastPingedTime,0===e||e>=c)){a.lastPingedTime=c;Gb(a,c);break}e=Md(a);if(0!==e&&e!==c)break;if(0!==d&&d!==c){a.lastPingedTime=\nd;break}1073741823!==Nc?d=10*(1073741821-Nc)-Da():1073741823===$a?d=0:(d=10*(1073741821-$a)-5E3,e=Da(),c=10*(1073741821-c)-e,d=e-d,0>d&&(d=0),d=(120>d?120:480>d?480:1080>d?1080:1920>d?1920:3E3>d?3E3:4320>d?4320:1960*uj(d/1960))-d,c<d&&(d=c));if(10<d){a.timeoutHandle=rf(sb.bind(null,a),d);break}sb(a);break;case sf:if(1073741823!==$a&&null!==Sd){k=$a;var g=Sd;d=g.busyMinDurationMs|0;0>=d?d=0:(e=g.busyDelayMs|0,k=Da()-(10*(1073741821-k)-(g.timeoutMs|0||5E3)),d=k<=e?0:e+d-k);if(10<d){Fb(a,c);a.timeoutHandle=\nrf(sb.bind(null,a),d);break}}sb(a);break;default:throw Error(f(329));}ua(a);if(a.callbackNode===b)return Sh.bind(null,a)}}return null}function of(a){var b=a.lastExpiredTime;b=0!==b?b:1073741823;if(a.finishedExpirationTime===b)sb(a);else{if((y&(Ea|Ra))!==V)throw Error(f(327));gc();a===ta&&b===fa||Gb(a,b);if(null!==C){var c=y;y|=Ea;var d=Th(a);do try{for(;null!==C;)C=Uh(C);break}catch(e){Vh(a,e)}while(1);$b=kb=Zb=null;y=c;Nd.current=d;if(W===Od)throw c=Pd,Gb(a,b),Fb(a,b),ua(a),c;if(null!==C)throw Error(f(261));\na.finishedWork=a.current.alternate;a.finishedExpirationTime=b;ta=null;sb(a);ua(a)}}return null}function vj(){if(null!==Eb){var a=Eb;Eb=null;a.forEach(function(a,c){pf(c,a);ua(c)});Ja()}}function Yh(a,b){var c=y;y|=1;try{return a(b)}finally{y=c,y===V&&Ja()}}function Zh(a,b){var c=y;y&=-2;y|=nf;try{return a(b)}finally{y=c,y===V&&Ja()}}function Gb(a,b){a.finishedWork=null;a.finishedExpirationTime=0;var c=a.timeoutHandle;-1!==c&&(a.timeoutHandle=-1,wj(c));if(null!==C)for(c=C.return;null!==c;){var d=c;\nswitch(d.tag){case 1:var e=d.type.childContextTypes;null!==e&&void 0!==e&&pd(d);break;case 3:ac(d);Ge(d);break;case 5:Re(d);break;case 4:ac(d);break;case 13:R(M,d);break;case 19:R(M,d);break;case 10:Le(d)}c=c.return}ta=a;C=Ab(a.current,null,b);fa=b;W=Hb;Pd=null;Nc=$a=1073741823;Sd=null;Oc=0;Rd=!1}function Vh(a,b){do{try{$b=kb=Zb=null;kh();if(null===C||null===C.return)return W=Od,Pd=b,null;a:{var c=a,d=C.return,e=C,f=b;b=fa;e.effectTag|=2048;e.firstEffect=e.lastEffect=null;if(null!==f&&\"object\"===\ntypeof f&&\"function\"===typeof f.then){var g=f,h=0!==(M.current&1),m=d;do{var l;if(l=13===m.tag){var n=m.memoizedState;if(null!==n)l=null!==n.dehydrated?!0:!1;else{var p=m.memoizedProps;l=void 0===p.fallback?!1:!0!==p.unstable_avoidThisFallback?!0:h?!1:!0}}if(l){var q=m.updateQueue;if(null===q){var r=new Set;r.add(g);m.updateQueue=r}else q.add(g);if(0===(m.mode&2)){m.effectTag|=64;e.effectTag&=-2981;if(1===e.tag)if(null===e.alternate)e.tag=17;else{var t=lb(1073741823,null);t.tag=2;mb(e,t)}e.expirationTime=\n1073741823;break a}f=void 0;e=b;var u=c.pingCache;null===u?(u=c.pingCache=new xj,f=new Set,u.set(g,f)):(f=u.get(g),void 0===f&&(f=new Set,u.set(g,f)));if(!f.has(e)){f.add(e);var y=yj.bind(null,c,g,e);g.then(y,y)}m.effectTag|=4096;m.expirationTime=b;break a}m=m.return}while(null!==m);f=Error((ba(e.type)||\"A React component\")+\" suspended while rendering, but no fallback UI was specified.\\n\\nAdd a \\x3cSuspense fallback\\x3d...\\x3e component higher in the tree to provide a loading indicator or placeholder to display.\"+\npa(e))}W!==sf&&(W=Wh);f=ff(f,e);m=d;do{switch(m.tag){case 3:g=f;m.effectTag|=4096;m.expirationTime=b;var z=Oh(m,g,b);Xg(m,z);break a;case 1:g=f;var w=m.type,G=m.stateNode;if(0===(m.effectTag&64)&&(\"function\"===typeof w.getDerivedStateFromError||null!==G&&\"function\"===typeof G.componentDidCatch&&(null===rb||!rb.has(G)))){m.effectTag|=4096;m.expirationTime=b;var x=Ph(m,g,b);Xg(m,x);break a}}m=m.return}while(null!==m)}C=$h(C)}catch(B){b=B;continue}break}while(1)}function Th(){var a=Nd.current;Nd.current=\nFd;return null===a?Fd:a}function $g(a,b){a<$a&&2<a&&($a=a);null!==b&&a<Nc&&2<a&&(Nc=a,Sd=b)}function wd(a){a>Oc&&(Oc=a)}function Uh(a){var b=zj(a.alternate,a,fa);a.memoizedProps=a.pendingProps;null===b&&(b=$h(a));ai.current=null;return b}function $h(a){C=a;do{var b=C.alternate;a=C.return;if(0===(C.effectTag&2048)){a:{var c=b;b=C;var d=fa,e=b.pendingProps;switch(b.tag){case 2:break;case 16:break;case 15:case 0:break;case 1:ja(b.type)&&pd(b);break;case 3:ac(b);Ge(b);e=b.stateNode;e.pendingContext&&\n(e.context=e.pendingContext,e.pendingContext=null);null!==c&&null!==c.child||!Gd(b)||(b.effectTag|=4);bi(b);break;case 5:Re(b);d=Bb(Dc.current);var k=b.type;if(null!==c&&null!=b.stateNode)Aj(c,b,k,e,d),c.ref!==b.ref&&(b.effectTag|=128);else if(e){var g=Bb(Ma.current);if(Gd(b)){e=b;var h=e.stateNode;c=e.type;var m=e.memoizedProps,l=d;h[hb]=e;h[md]=m;k=void 0;d=h;switch(c){case \"iframe\":case \"object\":case \"embed\":J(\"load\",d);break;case \"video\":case \"audio\":for(h=0;h<tc.length;h++)J(tc[h],d);break;case \"source\":J(\"error\",\nd);break;case \"img\":case \"image\":case \"link\":J(\"error\",d);J(\"load\",d);break;case \"form\":J(\"reset\",d);J(\"submit\",d);break;case \"details\":J(\"toggle\",d);break;case \"input\":q(d,m);J(\"invalid\",d);Va(l,\"onChange\");break;case \"select\":d._wrapperState={wasMultiple:!!m.multiple};J(\"invalid\",d);Va(l,\"onChange\");break;case \"textarea\":Kf(d,m),J(\"invalid\",d),Va(l,\"onChange\")}te(c,m);h=null;for(k in m)m.hasOwnProperty(k)&&(g=m[k],\"children\"===k?\"string\"===typeof g?d.textContent!==g&&(h=[\"children\",g]):\"number\"===\ntypeof g&&d.textContent!==\"\"+g&&(h=[\"children\",\"\"+g]):Mb.hasOwnProperty(k)&&null!=g&&Va(l,k));switch(c){case \"input\":va(d);aa(d,m,!0);break;case \"textarea\":va(d);Wf(d,m);break;case \"select\":case \"option\":break;default:\"function\"===typeof m.onClick&&(d.onclick=ld)}k=h;e.updateQueue=k;if(e=null!==k?!0:!1)b.effectTag|=4}else{c=b;l=k;m=e;h=9===d.nodeType?d:d.ownerDocument;g===tf.html&&(g=Xf(l));g===tf.html?\"script\"===l?(m=h.createElement(\"div\"),m.innerHTML=\"\\x3cscript\\x3e\\x3c/script\\x3e\",h=m.removeChild(m.firstChild)):\n\"string\"===typeof m.is?h=h.createElement(l,{is:m.is}):(h=h.createElement(l),\"select\"===l&&(l=h,m.multiple?l.multiple=!0:m.size&&(l.size=m.size))):h=h.createElementNS(g,l);m=h;m[hb]=c;m[md]=e;Bj(m,b,!1,!1);b.stateNode=m;l=k;c=e;var n=d,p=ue(l,c);switch(l){case \"iframe\":case \"object\":case \"embed\":J(\"load\",m);d=c;break;case \"video\":case \"audio\":for(d=0;d<tc.length;d++)J(tc[d],m);d=c;break;case \"source\":J(\"error\",m);d=c;break;case \"img\":case \"image\":case \"link\":J(\"error\",m);J(\"load\",m);d=c;break;case \"form\":J(\"reset\",\nm);J(\"submit\",m);d=c;break;case \"details\":J(\"toggle\",m);d=c;break;case \"input\":q(m,c);d=wa(m,c);J(\"invalid\",m);Va(n,\"onChange\");break;case \"option\":d=Yd(m,c);break;case \"select\":m._wrapperState={wasMultiple:!!c.multiple};d=ea({},c,{value:void 0});J(\"invalid\",m);Va(n,\"onChange\");break;case \"textarea\":Kf(m,c);d=Zd(m,c);J(\"invalid\",m);Va(n,\"onChange\");break;default:d=c}te(l,d);h=void 0;g=l;var r=m,t=d;for(h in t)if(t.hasOwnProperty(h)){var u=t[h];\"style\"===h?mg(r,u):\"dangerouslySetInnerHTML\"===h?(u=\nu?u.__html:void 0,null!=u&&Mh(r,u)):\"children\"===h?\"string\"===typeof u?(\"textarea\"!==g||\"\"!==u)&&kc(r,u):\"number\"===typeof u&&kc(r,\"\"+u):\"suppressContentEditableWarning\"!==h&&\"suppressHydrationWarning\"!==h&&\"autoFocus\"!==h&&(Mb.hasOwnProperty(h)?null!=u&&Va(n,h):null!=u&&bb(r,h,u,p))}switch(l){case \"input\":va(m);aa(m,c,!1);break;case \"textarea\":va(m);Wf(m,c);break;case \"option\":null!=c.value&&m.setAttribute(\"value\",\"\"+P(c.value));break;case \"select\":d=m;d.multiple=!!c.multiple;m=c.value;null!=m?Ib(d,\n!!c.multiple,m,!1):null!=c.defaultValue&&Ib(d,!!c.multiple,c.defaultValue,!0);break;default:\"function\"===typeof d.onClick&&(m.onclick=ld)}rg(k,e)&&(b.effectTag|=4)}null!==b.ref&&(b.effectTag|=128)}else if(null===b.stateNode)throw Error(f(166));break;case 6:if(c&&null!=b.stateNode)Cj(c,b,c.memoizedProps,e);else{if(\"string\"!==typeof e&&null===b.stateNode)throw Error(f(166));d=Bb(Dc.current);Bb(Ma.current);Gd(b)?(e=b,k=e.stateNode,d=e.memoizedProps,k[hb]=e,k.nodeValue!==d&&(b.effectTag|=4)):(k=b,e=(9===\nd.nodeType?d:d.ownerDocument).createTextNode(e),e[hb]=k,b.stateNode=e)}break;case 11:break;case 13:R(M,b);e=b.memoizedState;if(0!==(b.effectTag&64)){b.expirationTime=d;break a}e=null!==e;k=!1;null===c?void 0!==b.memoizedProps.fallback&&Gd(b):(d=c.memoizedState,k=null!==d,e||null===d||(d=c.child.sibling,null!==d&&(m=b.firstEffect,null!==m?(b.firstEffect=d,d.nextEffect=m):(b.firstEffect=b.lastEffect=d,d.nextEffect=null),d.effectTag=8)));if(e&&!k&&0!==(b.mode&2))if(null===c&&!0!==b.memoizedProps.unstable_avoidThisFallback||\n0!==(M.current&1))W===Hb&&(W=Qd);else{if(W===Hb||W===Qd)W=Ld;0!==Oc&&null!==ta&&(Fb(ta,fa),Qh(ta,Oc))}if(e||k)b.effectTag|=4;break;case 7:break;case 8:break;case 12:break;case 4:ac(b);bi(b);break;case 10:Le(b);break;case 9:break;case 14:break;case 17:ja(b.type)&&pd(b);break;case 19:R(M,b);e=b.memoizedState;if(null===e)break;k=0!==(b.effectTag&64);m=e.rendering;if(null===m)if(k)Hd(e,!1);else{if(W!==Hb||null!==c&&0!==(c.effectTag&64))for(c=b.child;null!==c;){m=Dd(c);if(null!==m){b.effectTag|=64;Hd(e,\n!1);k=m.updateQueue;null!==k&&(b.updateQueue=k,b.effectTag|=4);null===e.lastEffect&&(b.firstEffect=null);b.lastEffect=e.lastEffect;e=d;for(k=b.child;null!==k;)d=k,c=e,d.effectTag&=2,d.nextEffect=null,d.firstEffect=null,d.lastEffect=null,m=d.alternate,null===m?(d.childExpirationTime=0,d.expirationTime=c,d.child=null,d.memoizedProps=null,d.memoizedState=null,d.updateQueue=null,d.dependencies=null):(d.childExpirationTime=m.childExpirationTime,d.expirationTime=m.expirationTime,d.child=m.child,d.memoizedProps=\nm.memoizedProps,d.memoizedState=m.memoizedState,d.updateQueue=m.updateQueue,c=m.dependencies,d.dependencies=null===c?null:{expirationTime:c.expirationTime,firstContext:c.firstContext,responders:c.responders}),k=k.sibling;L(M,M.current&1|2,b);b=b.child;break a}c=c.sibling}}else{if(!k)if(c=Dd(m),null!==c){if(b.effectTag|=64,k=!0,d=c.updateQueue,null!==d&&(b.updateQueue=d,b.effectTag|=4),Hd(e,!0),null===e.tail&&\"hidden\"===e.tailMode&&!m.alternate){b=b.lastEffect=e.lastEffect;null!==b&&(b.nextEffect=\nnull);break}}else Da()>e.tailExpiration&&1<d&&(b.effectTag|=64,k=!0,Hd(e,!1),b.expirationTime=b.childExpirationTime=d-1);e.isBackwards?(m.sibling=b.child,b.child=m):(d=e.last,null!==d?d.sibling=m:b.child=m,e.last=m)}if(null!==e.tail){0===e.tailExpiration&&(e.tailExpiration=Da()+500);d=e.tail;e.rendering=d;e.tail=d.sibling;e.lastEffect=b.lastEffect;d.sibling=null;e=M.current;e=k?e&1|2:e&1;L(M,e,b);b=d;break a}break;case 20:break;case 21:break;default:throw Error(f(156,b.tag));}b=null}e=C;if(1===fa||\n1!==e.childExpirationTime){k=0;for(d=e.child;null!==d;)c=d.expirationTime,m=d.childExpirationTime,c>k&&(k=c),m>k&&(k=m),d=d.sibling;e.childExpirationTime=k}if(null!==b)return b;null!==a&&0===(a.effectTag&2048)&&(null===a.firstEffect&&(a.firstEffect=C.firstEffect),null!==C.lastEffect&&(null!==a.lastEffect&&(a.lastEffect.nextEffect=C.firstEffect),a.lastEffect=C.lastEffect),1<C.effectTag&&(null!==a.lastEffect?a.lastEffect.nextEffect=C:a.firstEffect=C,a.lastEffect=C))}else{b=oj(C,fa);if(null!==b)return b.effectTag&=\n2047,b;null!==a&&(a.firstEffect=a.lastEffect=null,a.effectTag|=2048)}b=C.sibling;if(null!==b)return b;C=a}while(null!==C);W===Hb&&(W=sf);return null}function qf(a){var b=a.expirationTime;a=a.childExpirationTime;return b>a?b:a}function sb(a){var b=He();Xb(99,Dj.bind(null,a,b));return null}function Dj(a,b){do gc();while(null!==Pc);if((y&(Ea|Ra))!==V)throw Error(f(327));var c=a.finishedWork,d=a.finishedExpirationTime;if(null===c)return null;a.finishedWork=null;a.finishedExpirationTime=0;if(c===a.current)throw Error(f(177));\na.callbackNode=null;a.callbackExpirationTime=0;a.callbackPriority=90;a.nextKnownPendingLevel=0;var e=qf(c);a.firstPendingTime=e;d<=a.lastSuspendedTime?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:d<=a.firstSuspendedTime&&(a.firstSuspendedTime=d-1);d<=a.lastPingedTime&&(a.lastPingedTime=0);d<=a.lastExpiredTime&&(a.lastExpiredTime=0);a===ta&&(C=ta=null,fa=0);1<c.effectTag?null!==c.lastEffect?(c.lastEffect.nextEffect=c,e=c.firstEffect):e=c:e=c.firstEffect;if(null!==e){var k=y;y|=\nRa;ai.current=null;uf=kd;var g=qg();if(we(g)){if(\"selectionStart\"in g)var h={start:g.selectionStart,end:g.selectionEnd};else a:{h=(h=g.ownerDocument)&&h.defaultView||window;var m=h.getSelection&&h.getSelection();if(m&&0!==m.rangeCount){h=m.anchorNode;var l=m.anchorOffset,n=m.focusNode;m=m.focusOffset;try{h.nodeType,n.nodeType}catch(hc){h=null;break a}var p=0,q=-1,r=-1,u=0,z=0,w=g,D=null;b:for(;;){for(var F;;){w!==h||0!==l&&3!==w.nodeType||(q=p+l);w!==n||0!==m&&3!==w.nodeType||(r=p+m);3===w.nodeType&&\n(p+=w.nodeValue.length);if(null===(F=w.firstChild))break;D=w;w=F}for(;;){if(w===g)break b;D===h&&++u===l&&(q=p);D===n&&++z===m&&(r=p);if(null!==(F=w.nextSibling))break;w=D;D=w.parentNode}w=F}h=-1===q||-1===r?null:{start:q,end:r}}else h=null}h=h||{start:0,end:0}}else h=null;vf={focusedElem:g,selectionRange:h};kd=!1;t=e;do try{Ej()}catch(hc){if(null===t)throw Error(f(330));Db(t,hc);t=t.nextEffect}while(null!==t);t=e;do try{for(g=a,h=b;null!==t;){var G=t.effectTag;G&16&&kc(t.stateNode,\"\");if(G&128){var x=\nt.alternate;if(null!==x){var B=x.ref;null!==B&&(\"function\"===typeof B?B(null):B.current=null)}}switch(G&1038){case 2:Lh(t);t.effectTag&=-3;break;case 6:Lh(t);t.effectTag&=-3;jf(t.alternate,t);break;case 1024:t.effectTag&=-1025;break;case 1028:t.effectTag&=-1025;jf(t.alternate,t);break;case 4:jf(t.alternate,t);break;case 8:l=t,Ih(g,l,h),Jh(l)}t=t.nextEffect}}catch(hc){if(null===t)throw Error(f(330));Db(t,hc);t=t.nextEffect}while(null!==t);B=vf;x=qg();G=B.focusedElem;h=B.selectionRange;if(x!==G&&G&&\nG.ownerDocument&&pg(G.ownerDocument.documentElement,G)){null!==h&&we(G)&&(x=h.start,B=h.end,void 0===B&&(B=x),\"selectionStart\"in G?(G.selectionStart=x,G.selectionEnd=Math.min(B,G.value.length)):(B=(x=G.ownerDocument||document)&&x.defaultView||window,B.getSelection&&(B=B.getSelection(),l=G.textContent.length,g=Math.min(h.start,l),h=void 0===h.end?g:Math.min(h.end,l),!B.extend&&g>h&&(l=h,h=g,g=l),l=og(G,g),n=og(G,h),l&&n&&(1!==B.rangeCount||B.anchorNode!==l.node||B.anchorOffset!==l.offset||B.focusNode!==\nn.node||B.focusOffset!==n.offset)&&(x=x.createRange(),x.setStart(l.node,l.offset),B.removeAllRanges(),g>h?(B.addRange(x),B.extend(n.node,n.offset)):(x.setEnd(n.node,n.offset),B.addRange(x))))));x=[];for(B=G;B=B.parentNode;)1===B.nodeType&&x.push({element:B,left:B.scrollLeft,top:B.scrollTop});\"function\"===typeof G.focus&&G.focus();for(G=0;G<x.length;G++)B=x[G],B.element.scrollLeft=B.left,B.element.scrollTop=B.top}vf=null;kd=!!uf;uf=null;a.current=c;t=e;do try{for(G=d;null!==t;){var H=t.effectTag;if(H&\n36){var I=t.alternate;x=t;B=G;switch(x.tag){case 0:case 11:case 15:Lc(16,32,x);break;case 1:var J=x.stateNode;if(x.effectTag&4)if(null===I)J.componentDidMount();else{var N=x.elementType===x.type?I.memoizedProps:Aa(x.type,I.memoizedProps);J.componentDidUpdate(N,I.memoizedState,J.__reactInternalSnapshotBeforeUpdate)}var K=x.updateQueue;null!==K&&ah(x,K,J,B);break;case 3:var M=x.updateQueue;if(null!==M){g=null;if(null!==x.child)switch(x.child.tag){case 5:g=x.child.stateNode;break;case 1:g=x.child.stateNode}ah(x,\nM,g,B)}break;case 5:var Q=x.stateNode;null===I&&x.effectTag&4&&rg(x.type,x.memoizedProps)&&Q.focus();break;case 6:break;case 4:break;case 12:break;case 13:if(null===x.memoizedState){var O=x.alternate;if(null!==O){var P=O.memoizedState;if(null!==P){var R=P.dehydrated;null!==R&&eg(R)}}}break;case 19:case 17:case 20:case 21:break;default:throw Error(f(163));}}if(H&128){x=void 0;var L=t.ref;if(null!==L){var S=t.stateNode;switch(t.tag){case 5:x=S;break;default:x=S}\"function\"===typeof L?L(x):L.current=\nx}}t=t.nextEffect}}catch(hc){if(null===t)throw Error(f(330));Db(t,hc);t=t.nextEffect}while(null!==t);t=null;Fj();y=k}else a.current=c;if(Td)Td=!1,Pc=a,Qc=b;else for(t=e;null!==t;)b=t.nextEffect,t.nextEffect=null,t=b;b=a.firstPendingTime;0===b&&(rb=null);1073741823===b?a===mf?Mc++:(Mc=0,mf=a):Mc=0;\"function\"===typeof wf&&wf(c.stateNode,d);ua(a);if(Id)throw Id=!1,a=lf,lf=null,a;if((y&nf)!==V)return null;Ja();return null}function Ej(){for(;null!==t;){var a=t.effectTag;0!==(a&256)&&qj(t.alternate,t);\n0===(a&512)||Td||(Td=!0,Qg(97,function(){gc();return null}));t=t.nextEffect}}function gc(){if(90!==Qc){var a=97<Qc?97:Qc;Qc=90;return Xb(a,Gj)}}function Gj(){if(null===Pc)return!1;var a=Pc;Pc=null;if((y&(Ea|Ra))!==V)throw Error(f(331));var b=y;y|=Ra;for(a=a.current.firstEffect;null!==a;){try{var c=a;if(0!==(c.effectTag&512))switch(c.tag){case 0:case 11:case 15:Lc(128,0,c),Lc(0,64,c)}}catch(d){if(null===a)throw Error(f(330));Db(a,d)}c=a.nextEffect;a.nextEffect=null;a=c}y=b;Ja();return!0}function ci(a,\nb,c){b=ff(c,b);b=Oh(a,b,1073741823);mb(a,b);a=Kd(a,1073741823);null!==a&&ua(a)}function Db(a,b){if(3===a.tag)ci(a,a,b);else for(var c=a.return;null!==c;){if(3===c.tag){ci(c,a,b);break}else if(1===c.tag){var d=c.stateNode;if(\"function\"===typeof c.type.getDerivedStateFromError||\"function\"===typeof d.componentDidCatch&&(null===rb||!rb.has(d))){a=ff(b,a);a=Ph(c,a,1073741823);mb(c,a);c=Kd(c,1073741823);null!==c&&ua(c);break}}c=c.return}}function yj(a,b,c){var d=a.pingCache;null!==d&&d.delete(b);ta===a&&\nfa===c?W===Ld||W===Qd&&1073741823===$a&&Da()-kf<Xh?Gb(a,fa):Rd=!0:Rh(a,c)&&(b=a.lastPingedTime,0!==b&&b<c||(a.lastPingedTime=c,a.finishedExpirationTime===c&&(a.finishedExpirationTime=0,a.finishedWork=null),ua(a)))}function sj(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=0;0===b&&(b=Ba(),b=Cb(b,a,null));a=Kd(a,b);null!==a&&ua(a)}function Hj(a){if(\"undefined\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=\nb.inject(a);wf=function(a){try{b.onCommitFiberRoot(c,a,void 0,64===(a.current.effectTag&64))}catch(e){}};hf=function(a){try{b.onCommitFiberUnmount(c,a)}catch(e){}}}catch(d){}return!0}function Ij(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=\nnull;this.childExpirationTime=this.expirationTime=0;this.alternate=null}function Pa(a,b,c,d){return new Ij(a,b,c,d)}function af(a){a=a.prototype;return!(!a||!a.isReactComponent)}function Jj(a){if(\"function\"===typeof a)return af(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===ee)return 11;if(a===fe)return 14}return 2}function Ab(a,b){var c=a.alternate;null===c?(c=Pa(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=\nb,c.effectTag=0,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childExpirationTime=a.childExpirationTime;c.expirationTime=a.expirationTime;c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;b=a.dependencies;c.dependencies=null===b?null:{expirationTime:b.expirationTime,firstContext:b.firstContext,responders:b.responders};c.sibling=a.sibling;c.index=a.index;c.ref=a.ref;return c}function Ad(a,b,c,d,e,k){var g=2;d=a;if(\"function\"===typeof a)af(a)&&\n(g=1);else if(\"string\"===typeof a)g=5;else a:switch(a){case cb:return ob(c.children,e,k,b);case Kj:g=8;e|=7;break;case Of:g=8;e|=1;break;case $c:return a=Pa(12,c,b,e|8),a.elementType=$c,a.type=$c,a.expirationTime=k,a;case ad:return a=Pa(13,c,b,e),a.type=ad,a.elementType=ad,a.expirationTime=k,a;case de:return a=Pa(19,c,b,e),a.elementType=de,a.expirationTime=k,a;default:if(\"object\"===typeof a&&null!==a)switch(a.$$typeof){case Qf:g=10;break a;case Pf:g=9;break a;case ee:g=11;break a;case fe:g=14;break a;\ncase Rf:g=16;d=null;break a}throw Error(f(130,null==a?a:typeof a,\"\"));}b=Pa(g,c,b,e);b.elementType=a;b.type=d;b.expirationTime=k;return b}function ob(a,b,c,d){a=Pa(7,a,d,b);a.expirationTime=c;return a}function Oe(a,b,c){a=Pa(6,a,null,b);a.expirationTime=c;return a}function Pe(a,b,c){b=Pa(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}function Lj(a,b,c){this.tag=b;this.current=null;\nthis.containerInfo=a;this.pingCache=this.pendingChildren=null;this.finishedExpirationTime=0;this.finishedWork=null;this.timeoutHandle=-1;this.pendingContext=this.context=null;this.hydrate=c;this.callbackNode=null;this.callbackPriority=90;this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function Rh(a,b){var c=a.firstSuspendedTime;a=a.lastSuspendedTime;return 0!==c&&c>=b&&a<=b}function Fb(a,b){var c=a.firstSuspendedTime,\nd=a.lastSuspendedTime;c<b&&(a.firstSuspendedTime=b);if(d>b||0===c)a.lastSuspendedTime=b;b<=a.lastPingedTime&&(a.lastPingedTime=0);b<=a.lastExpiredTime&&(a.lastExpiredTime=0)}function Qh(a,b){b>a.firstPendingTime&&(a.firstPendingTime=b);var c=a.firstSuspendedTime;0!==c&&(b>=c?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:b>=a.lastSuspendedTime&&(a.lastSuspendedTime=b+1),b>a.nextKnownPendingLevel&&(a.nextKnownPendingLevel=b))}function pf(a,b){var c=a.lastExpiredTime;if(0===c||c>\nb)a.lastExpiredTime=b}function Ud(a,b,c,d){var e=b.current,k=Ba(),g=Kc.suspense;k=Cb(k,e,g);a:if(c){c=c._reactInternalFiber;b:{if(vb(c)!==c||1!==c.tag)throw Error(f(170));var h=c;do{switch(h.tag){case 3:h=h.stateNode.context;break b;case 1:if(ja(h.type)){h=h.stateNode.__reactInternalMemoizedMergedChildContext;break b}}h=h.return}while(null!==h);throw Error(f(171));}if(1===c.tag){var m=c.type;if(ja(m)){c=Jg(c,m,h);break a}}c=h}else c=jb;null===b.context?b.context=c:b.pendingContext=c;b=lb(k,g);b.payload=\n{element:a};d=void 0===d?null:d;null!==d&&(b.callback=d);mb(e,b);qb(e,k);return k}function xf(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}function di(a,b){a=a.memoizedState;null!==a&&null!==a.dehydrated&&a.retryTime<b&&(a.retryTime=b)}function yf(a,b){di(a,b);(a=a.alternate)&&di(a,b)}function zf(a,b,c){c=null!=c&&!0===c.hydrate;var d=new Lj(a,b,c),e=Pa(3,null,null,2===b?7:1===b?3:0);d.current=e;e.stateNode=d;a[vc]=d.current;\nc&&0!==b&&Ei(9===a.nodeType?a:a.ownerDocument);this._internalRoot=d}function Rc(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\" react-mount-point-unstable \"!==a.nodeValue))}function Mj(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\"data-reactroot\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new zf(a,0,b?{hydrate:!0}:void 0)}function Vd(a,b,c,d,e){var f=c._reactRootContainer;if(f){var g=f._internalRoot;\nif(\"function\"===typeof e){var h=e;e=function(){var a=xf(g);h.call(a)}}Ud(b,g,a,e)}else{f=c._reactRootContainer=Mj(c,d);g=f._internalRoot;if(\"function\"===typeof e){var m=e;e=function(){var a=xf(g);m.call(a)}}Zh(function(){Ud(b,g,a,e)})}return xf(g)}function Nj(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:Nb,key:null==d?null:\"\"+d,children:a,containerInfo:b,implementation:c}}function ei(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;\nif(!Rc(b))throw Error(f(200));return Nj(a,b,null,c)}var bd=n(5),ea=n(0),O=n(14);if(!bd)throw Error(f(227));var Wc=null,Lb={},Xc=[],$d={},Mb={},ae={},ic=!1,Yc=null,Zc=!1,be=null,Ai={onError:function(a){ic=!0;Yc=a}},ce=null,Sf=null,Mf=null,jc=null,Af={injectEventPluginOrder:function(a){if(Wc)throw Error(f(101));Wc=Array.prototype.slice.call(a);u()},injectEventPluginsByName:function(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];if(!Lb.hasOwnProperty(c)||Lb[c]!==d){if(Lb[c])throw Error(f(102,\nc));Lb[c]=d;b=!0}}b&&u()}},Fa=bd.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Fa.hasOwnProperty(\"ReactCurrentDispatcher\")||(Fa.ReactCurrentDispatcher={current:null});Fa.hasOwnProperty(\"ReactCurrentBatchConfig\")||(Fa.ReactCurrentBatchConfig={suspense:null});var Bi=/^(.*)[\\\\\\/]/,da=\"function\"===typeof Symbol&&Symbol.for,Bd=da?Symbol.for(\"react.element\"):60103,Nb=da?Symbol.for(\"react.portal\"):60106,cb=da?Symbol.for(\"react.fragment\"):60107,Of=da?Symbol.for(\"react.strict_mode\"):60108,$c=da?Symbol.for(\"react.profiler\"):\n60114,Qf=da?Symbol.for(\"react.provider\"):60109,Pf=da?Symbol.for(\"react.context\"):60110,Kj=da?Symbol.for(\"react.concurrent_mode\"):60111,ee=da?Symbol.for(\"react.forward_ref\"):60112,ad=da?Symbol.for(\"react.suspense\"):60113,de=da?Symbol.for(\"react.suspense_list\"):60120,fe=da?Symbol.for(\"react.memo\"):60115,Rf=da?Symbol.for(\"react.lazy\"):60116;da&&Symbol.for(\"react.fundamental\");da&&Symbol.for(\"react.responder\");da&&Symbol.for(\"react.scope\");var Nf=\"function\"===typeof Symbol&&Symbol.iterator,gb=!(\"undefined\"===\ntypeof window||\"undefined\"===typeof window.document||\"undefined\"===typeof window.document.createElement),ge=null,Ob=null,Pb=null,ig=w,wb=!1,se=!1;new Map;var Ci=/^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$/,\nTf=Object.prototype.hasOwnProperty,Vf={},Uf={},Y={};\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\".split(\" \").forEach(function(a){Y[a]=new D(a,0,!1,a,null,!1)});[[\"acceptCharset\",\"accept-charset\"],[\"className\",\"class\"],[\"htmlFor\",\"for\"],[\"httpEquiv\",\"http-equiv\"]].forEach(function(a){var b=a[0];Y[b]=new D(b,1,!1,a[1],null,!1)});[\"contentEditable\",\"draggable\",\"spellCheck\",\"value\"].forEach(function(a){Y[a]=new D(a,\n2,!1,a.toLowerCase(),null,!1)});[\"autoReverse\",\"externalResourcesRequired\",\"focusable\",\"preserveAlpha\"].forEach(function(a){Y[a]=new D(a,2,!1,a,null,!1)});\"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\".split(\" \").forEach(function(a){Y[a]=new D(a,3,!1,a.toLowerCase(),null,!1)});[\"checked\",\"multiple\",\"muted\",\"selected\"].forEach(function(a){Y[a]=\nnew D(a,3,!0,a,null,!1)});[\"capture\",\"download\"].forEach(function(a){Y[a]=new D(a,4,!1,a,null,!1)});[\"cols\",\"rows\",\"size\",\"span\"].forEach(function(a){Y[a]=new D(a,6,!1,a,null,!1)});[\"rowSpan\",\"start\"].forEach(function(a){Y[a]=new D(a,5,!1,a.toLowerCase(),null,!1)});var Bf=/[\\-:]([a-z])/g;\"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height\".split(\" \").forEach(function(a){var b=\na.replace(Bf,K);Y[b]=new D(b,1,!1,a,null,!1)});\"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type\".split(\" \").forEach(function(a){var b=a.replace(Bf,K);Y[b]=new D(b,1,!1,a,\"http://www.w3.org/1999/xlink\",!1)});[\"xml:base\",\"xml:lang\",\"xml:space\"].forEach(function(a){var b=a.replace(Bf,K);Y[b]=new D(b,1,!1,a,\"http://www.w3.org/XML/1998/namespace\",!1)});[\"tabIndex\",\"crossOrigin\"].forEach(function(a){Y[a]=new D(a,1,!1,a.toLowerCase(),null,!1)});Y.xlinkHref=new D(\"xlinkHref\",1,!1,\n\"xlink:href\",\"http://www.w3.org/1999/xlink\",!0);[\"src\",\"href\",\"action\",\"formAction\"].forEach(function(a){Y[a]=new D(a,1,!1,a.toLowerCase(),null,!0)});var tf={html:\"http://www.w3.org/1999/xhtml\",mathml:\"http://www.w3.org/1998/Math/MathML\",svg:\"http://www.w3.org/2000/svg\"},Wd,Mh=function(a){return\"undefined\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==tf.svg||\"innerHTML\"in a)a.innerHTML=\nb;else{Wd=Wd||document.createElement(\"div\");Wd.innerHTML=\"\\x3csvg\\x3e\"+b.valueOf().toString()+\"\\x3c/svg\\x3e\";for(b=Wd.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}}),Qb={animationend:cd(\"Animation\",\"AnimationEnd\"),animationiteration:cd(\"Animation\",\"AnimationIteration\"),animationstart:cd(\"Animation\",\"AnimationStart\"),transitionend:cd(\"Transition\",\"TransitionEnd\")},ie={},Yf={};gb&&(Yf=document.createElement(\"div\").style,\"AnimationEvent\"in window||\n(delete Qb.animationend.animation,delete Qb.animationiteration.animation,delete Qb.animationstart.animation),\"TransitionEvent\"in window||delete Qb.transitionend.transition);var fi=dd(\"animationend\"),gi=dd(\"animationiteration\"),hi=dd(\"animationstart\"),ii=dd(\"transitionend\"),tc=\"abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\".split(\" \"),\noe=!1,Ia=[],db=null,eb=null,fb=null,lc=new Map,mc=new Map,rc=[],ke=\"mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit\".split(\" \"),Fi=\"focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture\".split(\" \");ea(qa.prototype,{preventDefault:function(){this.defaultPrevented=\n!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\"unknown\"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=fd)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\"unknown\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=fd)},persist:function(){this.isPersistent=fd},isPersistent:gd,destructor:function(){var a=this.constructor.Interface,b;for(b in a)this[b]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=\nnull;this.isPropagationStopped=this.isDefaultPrevented=gd;this._dispatchInstances=this._dispatchListeners=null}});qa.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};qa.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;ea(e,c.prototype);c.prototype=e;c.prototype.constructor=\nc;c.Interface=ea({},d.Interface,a);c.extend=d.extend;gg(c);return c};gg(qa);var Oj=qa.extend({animationName:null,elapsedTime:null,pseudoElement:null}),Pj=qa.extend({clipboardData:function(a){return\"clipboardData\"in a?a.clipboardData:window.clipboardData}}),Sc=qa.extend({view:null,detail:null}),Qj=Sc.extend({relatedTarget:null}),Rj={Esc:\"Escape\",Spacebar:\" \",Left:\"ArrowLeft\",Up:\"ArrowUp\",Right:\"ArrowRight\",Down:\"ArrowDown\",Del:\"Delete\",Win:\"OS\",Menu:\"ContextMenu\",Apps:\"ContextMenu\",Scroll:\"ScrollLock\",\nMozPrintableKey:\"Unidentified\"},Sj={8:\"Backspace\",9:\"Tab\",12:\"Clear\",13:\"Enter\",16:\"Shift\",17:\"Control\",18:\"Alt\",19:\"Pause\",20:\"CapsLock\",27:\"Escape\",32:\" \",33:\"PageUp\",34:\"PageDown\",35:\"End\",36:\"Home\",37:\"ArrowLeft\",38:\"ArrowUp\",39:\"ArrowRight\",40:\"ArrowDown\",45:\"Insert\",46:\"Delete\",112:\"F1\",113:\"F2\",114:\"F3\",115:\"F4\",116:\"F5\",117:\"F6\",118:\"F7\",119:\"F8\",120:\"F9\",121:\"F10\",122:\"F11\",123:\"F12\",144:\"NumLock\",145:\"ScrollLock\",224:\"Meta\"},Qi={Alt:\"altKey\",Control:\"ctrlKey\",Meta:\"metaKey\",Shift:\"shiftKey\"},\nTj=Sc.extend({key:function(a){if(a.key){var b=Rj[a.key]||a.key;if(\"Unidentified\"!==b)return b}return\"keypress\"===a.type?(a=hd(a),13===a?\"Enter\":String.fromCharCode(a)):\"keydown\"===a.type||\"keyup\"===a.type?Sj[a.keyCode]||\"Unidentified\":\"\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:re,charCode:function(a){return\"keypress\"===a.type?hd(a):0},keyCode:function(a){return\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0},which:function(a){return\"keypress\"===\na.type?hd(a):\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0}}),ji=0,ki=0,li=!1,mi=!1,Tc=Sc.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:re,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)},movementX:function(a){if(\"movementX\"in a)return a.movementX;var b=ji;ji=a.screenX;return li?\"mousemove\"===a.type?a.screenX-\nb:0:(li=!0,0)},movementY:function(a){if(\"movementY\"in a)return a.movementY;var b=ki;ki=a.screenY;return mi?\"mousemove\"===a.type?a.screenY-b:0:(mi=!0,0)}}),ni=Tc.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Uj=Tc.extend({dataTransfer:null}),Vj=Sc.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:re}),Wj=qa.extend({propertyName:null,\nelapsedTime:null,pseudoElement:null}),Xj=Tc.extend({deltaX:function(a){return\"deltaX\"in a?a.deltaX:\"wheelDeltaX\"in a?-a.wheelDeltaX:0},deltaY:function(a){return\"deltaY\"in a?a.deltaY:\"wheelDeltaY\"in a?-a.wheelDeltaY:\"wheelDelta\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),oi=[[\"blur\",\"blur\",0],[\"cancel\",\"cancel\",0],[\"click\",\"click\",0],[\"close\",\"close\",0],[\"contextmenu\",\"contextMenu\",0],[\"copy\",\"copy\",0],[\"cut\",\"cut\",0],[\"auxclick\",\"auxClick\",0],[\"dblclick\",\"doubleClick\",0],[\"dragend\",\"dragEnd\",\n0],[\"dragstart\",\"dragStart\",0],[\"drop\",\"drop\",0],[\"focus\",\"focus\",0],[\"input\",\"input\",0],[\"invalid\",\"invalid\",0],[\"keydown\",\"keyDown\",0],[\"keypress\",\"keyPress\",0],[\"keyup\",\"keyUp\",0],[\"mousedown\",\"mouseDown\",0],[\"mouseup\",\"mouseUp\",0],[\"paste\",\"paste\",0],[\"pause\",\"pause\",0],[\"play\",\"play\",0],[\"pointercancel\",\"pointerCancel\",0],[\"pointerdown\",\"pointerDown\",0],[\"pointerup\",\"pointerUp\",0],[\"ratechange\",\"rateChange\",0],[\"reset\",\"reset\",0],[\"seeked\",\"seeked\",0],[\"submit\",\"submit\",0],[\"touchcancel\",\"touchCancel\",\n0],[\"touchend\",\"touchEnd\",0],[\"touchstart\",\"touchStart\",0],[\"volumechange\",\"volumeChange\",0],[\"drag\",\"drag\",1],[\"dragenter\",\"dragEnter\",1],[\"dragexit\",\"dragExit\",1],[\"dragleave\",\"dragLeave\",1],[\"dragover\",\"dragOver\",1],[\"mousemove\",\"mouseMove\",1],[\"mouseout\",\"mouseOut\",1],[\"mouseover\",\"mouseOver\",1],[\"pointermove\",\"pointerMove\",1],[\"pointerout\",\"pointerOut\",1],[\"pointerover\",\"pointerOver\",1],[\"scroll\",\"scroll\",1],[\"toggle\",\"toggle\",1],[\"touchmove\",\"touchMove\",1],[\"wheel\",\"wheel\",1],[\"abort\",\"abort\",\n2],[fi,\"animationEnd\",2],[gi,\"animationIteration\",2],[hi,\"animationStart\",2],[\"canplay\",\"canPlay\",2],[\"canplaythrough\",\"canPlayThrough\",2],[\"durationchange\",\"durationChange\",2],[\"emptied\",\"emptied\",2],[\"encrypted\",\"encrypted\",2],[\"ended\",\"ended\",2],[\"error\",\"error\",2],[\"gotpointercapture\",\"gotPointerCapture\",2],[\"load\",\"load\",2],[\"loadeddata\",\"loadedData\",2],[\"loadedmetadata\",\"loadedMetadata\",2],[\"loadstart\",\"loadStart\",2],[\"lostpointercapture\",\"lostPointerCapture\",2],[\"playing\",\"playing\",2],[\"progress\",\n\"progress\",2],[\"seeking\",\"seeking\",2],[\"stalled\",\"stalled\",2],[\"suspend\",\"suspend\",2],[\"timeupdate\",\"timeUpdate\",2],[ii,\"transitionEnd\",2],[\"waiting\",\"waiting\",2]],pi={},Cf={},Df=0;for(;Df<oi.length;Df++){var Ef=oi[Df],qi=Ef[0],Ff=Ef[1],Yj=Ef[2],ri=\"on\"+(Ff[0].toUpperCase()+Ff.slice(1)),si={phasedRegistrationNames:{bubbled:ri,captured:ri+\"Capture\"},dependencies:[qi],eventPriority:Yj};pi[Ff]=si;Cf[qi]=si}var ti={eventTypes:pi,getEventPriority:function(a){a=Cf[a];return void 0!==a?a.eventPriority:2},\nextractEvents:function(a,b,c,d){var e=Cf[a];if(!e)return null;switch(a){case \"keypress\":if(0===hd(c))return null;case \"keydown\":case \"keyup\":a=Tj;break;case \"blur\":case \"focus\":a=Qj;break;case \"click\":if(2===c.button)return null;case \"auxclick\":case \"dblclick\":case \"mousedown\":case \"mousemove\":case \"mouseup\":case \"mouseout\":case \"mouseover\":case \"contextmenu\":a=Tc;break;case \"drag\":case \"dragend\":case \"dragenter\":case \"dragexit\":case \"dragleave\":case \"dragover\":case \"dragstart\":case \"drop\":a=Uj;break;\ncase \"touchcancel\":case \"touchend\":case \"touchmove\":case \"touchstart\":a=Vj;break;case fi:case gi:case hi:a=Oj;break;case ii:a=Wj;break;case \"scroll\":a=Sc;break;case \"wheel\":a=Xj;break;case \"copy\":case \"cut\":case \"paste\":a=Pj;break;case \"gotpointercapture\":case \"lostpointercapture\":case \"pointercancel\":case \"pointerdown\":case \"pointermove\":case \"pointerout\":case \"pointerover\":case \"pointerup\":a=ni;break;default:a=qa}b=a.getPooled(e,b,c,d);Rb(b);return b}},Wi=O.unstable_UserBlockingPriority,Vi=O.unstable_runWithPriority,\nSi=ti.getEventPriority,Xi=10,jd=[],kd=!0,kg=new (\"function\"===typeof WeakMap?WeakMap:Map),uc={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,\nopacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Zj=[\"Webkit\",\"ms\",\"Moz\",\"O\"];Object.keys(uc).forEach(function(a){Zj.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);uc[b]=uc[a]})});var Yi=ea({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}),\ntg=\"$\",ug=\"/$\",ze=\"$?\",ye=\"$!\",uf=null,vf=null,rf=\"function\"===typeof setTimeout?setTimeout:void 0,wj=\"function\"===typeof clearTimeout?clearTimeout:void 0,Gf=Math.random().toString(36).slice(2),hb=\"__reactInternalInstance$\"+Gf,md=\"__reactEventHandlers$\"+Gf,vc=\"__reactContainere$\"+Gf,ib=null,Be=null,nd=null,ak=qa.extend({data:null}),bk=qa.extend({data:null}),Zi=[9,13,27,32],Ce=gb&&\"CompositionEvent\"in window,Uc=null;gb&&\"documentMode\"in document&&(Uc=document.documentMode);var ck=gb&&\"TextEvent\"in\nwindow&&!Uc,Ag=gb&&(!Ce||Uc&&8<Uc&&11>=Uc),zg=String.fromCharCode(32),ab={beforeInput:{phasedRegistrationNames:{bubbled:\"onBeforeInput\",captured:\"onBeforeInputCapture\"},dependencies:[\"compositionend\",\"keypress\",\"textInput\",\"paste\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\"onCompositionEnd\",captured:\"onCompositionEndCapture\"},dependencies:\"blur compositionend keydown keypress keyup mousedown\".split(\" \")},compositionStart:{phasedRegistrationNames:{bubbled:\"onCompositionStart\",captured:\"onCompositionStartCapture\"},\ndependencies:\"blur compositionstart keydown keypress keyup mousedown\".split(\" \")},compositionUpdate:{phasedRegistrationNames:{bubbled:\"onCompositionUpdate\",captured:\"onCompositionUpdateCapture\"},dependencies:\"blur compositionupdate keydown keypress keyup mousedown\".split(\" \")}},yg=!1,Tb=!1,dk={eventTypes:ab,extractEvents:function(a,b,c,d){var e;if(Ce)a:{switch(a){case \"compositionstart\":var f=ab.compositionStart;break a;case \"compositionend\":f=ab.compositionEnd;break a;case \"compositionupdate\":f=\nab.compositionUpdate;break a}f=void 0}else Tb?wg(a,c)&&(f=ab.compositionEnd):\"keydown\"===a&&229===c.keyCode&&(f=ab.compositionStart);f?(Ag&&\"ko\"!==c.locale&&(Tb||f!==ab.compositionStart?f===ab.compositionEnd&&Tb&&(e=vg()):(ib=d,Be=\"value\"in ib?ib.value:ib.textContent,Tb=!0)),f=ak.getPooled(f,b,c,d),e?f.data=e:(e=xg(c),null!==e&&(f.data=e)),Rb(f),e=f):e=null;(a=ck?$i(a,c):aj(a,c))?(b=bk.getPooled(ab.beforeInput,b,c,d),b.data=a,Rb(b)):b=null;return null===e?b:null===b?e:[e,b]}},bj={color:!0,date:!0,\ndatetime:!0,\"datetime-local\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0},Dg={change:{phasedRegistrationNames:{bubbled:\"onChange\",captured:\"onChangeCapture\"},dependencies:\"blur change click focus input keydown keyup selectionchange\".split(\" \")}},wc=null,xc=null,Hf=!1;gb&&(Hf=jg(\"input\")&&(!document.documentMode||9<document.documentMode));var ek={eventTypes:Dg,_isInputEventSupported:Hf,extractEvents:function(a,b,c,d){var e=b?xb(b):window,f=e.nodeName&&\ne.nodeName.toLowerCase();if(\"select\"===f||\"input\"===f&&\"file\"===e.type)var g=dj;else if(Bg(e))if(Hf)g=hj;else{g=fj;var h=ej}else(f=e.nodeName)&&\"input\"===f.toLowerCase()&&(\"checkbox\"===e.type||\"radio\"===e.type)&&(g=gj);if(g&&(g=g(a,b)))return Cg(g,c,d);h&&h(a,e,b);\"blur\"===a&&(a=e._wrapperState)&&a.controlled&&\"number\"===e.type&&Xd(e,\"number\",e.value)}},Vc={mouseEnter:{registrationName:\"onMouseEnter\",dependencies:[\"mouseout\",\"mouseover\"]},mouseLeave:{registrationName:\"onMouseLeave\",dependencies:[\"mouseout\",\n\"mouseover\"]},pointerEnter:{registrationName:\"onPointerEnter\",dependencies:[\"pointerout\",\"pointerover\"]},pointerLeave:{registrationName:\"onPointerLeave\",dependencies:[\"pointerout\",\"pointerover\"]}},If,fk={eventTypes:Vc,extractEvents:function(a,b,c,d,e){var f=\"mouseover\"===a||\"pointerover\"===a,g=\"mouseout\"===a||\"pointerout\"===a;if(f&&0===(e&32)&&(c.relatedTarget||c.fromElement)||!g&&!f)return null;e=d.window===d?d:(e=d.ownerDocument)?e.defaultView||e.parentWindow:window;if(g){if(g=b,b=(b=c.relatedTarget||\nc.toElement)?pc(b):null,null!==b&&(f=vb(b),b!==f||5!==b.tag&&6!==b.tag))b=null}else g=null;if(g===b)return null;if(\"mouseout\"===a||\"mouseover\"===a)var h=Tc,m=Vc.mouseLeave,l=Vc.mouseEnter,n=\"mouse\";else if(\"pointerout\"===a||\"pointerover\"===a)h=ni,m=Vc.pointerLeave,l=Vc.pointerEnter,n=\"pointer\";a=null==g?e:xb(g);e=null==b?e:xb(b);m=h.getPooled(m,g,c,d);m.type=n+\"leave\";m.target=a;m.relatedTarget=e;d=h.getPooled(l,b,c,d);d.type=n+\"enter\";d.target=e;d.relatedTarget=a;h=g;n=b;if(h&&n)a:{l=h;a=n;g=0;for(b=\nl;b;b=Ua(b))g++;b=0;for(e=a;e;e=Ua(e))b++;for(;0<g-b;)l=Ua(l),g--;for(;0<b-g;)a=Ua(a),b--;for(;g--;){if(l===a||l===a.alternate)break a;l=Ua(l);a=Ua(a)}l=null}else l=null;a=l;for(l=[];h&&h!==a;){g=h.alternate;if(null!==g&&g===a)break;l.push(h);h=Ua(h)}for(h=[];n&&n!==a;){g=n.alternate;if(null!==g&&g===a)break;h.push(n);n=Ua(n)}for(n=0;n<l.length;n++)qe(l[n],\"bubbled\",m);for(n=h.length;0<n--;)qe(h[n],\"captured\",d);if(c===If)return If=null,[m];If=c;return[m,d]}},yb=\"function\"===typeof Object.is?Object.is:\nij,jj=Object.prototype.hasOwnProperty,gk=gb&&\"documentMode\"in document&&11>=document.documentMode,Hg={select:{phasedRegistrationNames:{bubbled:\"onSelect\",captured:\"onSelectCapture\"},dependencies:\"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange\".split(\" \")}},Ub=null,Ee=null,zc=null,De=!1,hk={eventTypes:Hg,extractEvents:function(a,b,c,d){var e=d.window===d?d.document:9===d.nodeType?d:d.ownerDocument,f;if(!(f=!e)){a:{e=je(e);f=ae.onSelect;for(var g=0;g<f.length;g++)if(!e.has(f[g])){e=\n!1;break a}e=!0}f=!e}if(f)return null;e=b?xb(b):window;switch(a){case \"focus\":if(Bg(e)||\"true\"===e.contentEditable)Ub=e,Ee=b,zc=null;break;case \"blur\":zc=Ee=Ub=null;break;case \"mousedown\":De=!0;break;case \"contextmenu\":case \"mouseup\":case \"dragend\":return De=!1,Gg(c,d);case \"selectionchange\":if(gk)break;case \"keydown\":case \"keyup\":return Gg(c,d)}return null}};Af.injectEventPluginOrder(\"ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\".split(\" \"));\nvar ik=oc;ce=Ae;Sf=ik;Mf=xb;Af.injectEventPluginsByName({SimpleEventPlugin:ti,EnterLeaveEventPlugin:fk,ChangeEventPlugin:ek,SelectEventPlugin:hk,BeforeInputEventPlugin:dk});new Set;var Fe=[],Vb=-1,jb={},ka={current:jb},ya={current:!1},zb=jb,lj=O.unstable_runWithPriority,Ie=O.unstable_scheduleCallback,Ug=O.unstable_cancelCallback,tj=O.unstable_shouldYield,ui=O.unstable_requestPaint,Jf=O.unstable_now,kj=O.unstable_getCurrentPriorityLevel,rd=O.unstable_ImmediatePriority,Lg=O.unstable_UserBlockingPriority,\nMg=O.unstable_NormalPriority,Ng=O.unstable_LowPriority,Og=O.unstable_IdlePriority,Tg={},Fj=void 0!==ui?ui:function(){},Wa=null,sd=null,Je=!1,vi=Jf(),Da=1E4>vi?Jf:function(){return Jf()-vi},jk=3,Ke={current:null},Zb=null,kb=null,$b=null,nb=!1,Kc=Fa.ReactCurrentBatchConfig,fh=(new bd.Component).refs,yd={isMounted:function(a){return(a=a._reactInternalFiber)?vb(a)===a:!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=Ba(),e=Kc.suspense;d=Cb(d,a,e);e=lb(d,e);e.payload=b;void 0!==c&&null!==\nc&&(e.callback=c);mb(a,e);qb(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=Ba(),e=Kc.suspense;d=Cb(d,a,e);e=lb(d,e);e.tag=1;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);mb(a,e);qb(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=Ba(),d=Kc.suspense;c=Cb(c,a,d);d=lb(c,d);d.tag=2;void 0!==b&&null!==b&&(d.callback=b);mb(a,d);qb(a,c)}},Cd=Array.isArray,fc=gh(!0),$e=gh(!1),Cc={},Ma={current:Cc},Ec={current:Cc},Dc={current:Cc},M={current:0},Ed=Fa.ReactCurrentDispatcher,\nza=Fa.ReactCurrentBatchConfig,Fc=0,pb=null,ca=null,Na=null,cc=null,la=null,bc=null,dc=0,Oa=null,Ic=0,Gc=!1,Xa=null,Hc=0,Fd={readContext:La,useCallback:ra,useContext:ra,useEffect:ra,useImperativeHandle:ra,useLayoutEffect:ra,useMemo:ra,useReducer:ra,useRef:ra,useState:ra,useDebugValue:ra,useResponder:ra,useDeferredValue:ra,useTransition:ra},mj={readContext:La,useCallback:sh,useContext:La,useEffect:oh,useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Xe(4,36,qh.bind(null,\nb,a),c)},useLayoutEffect:function(a,b){return Xe(4,36,a,b)},useMemo:function(a,b){var c=ec();b=void 0===b?null:b;a=a();c.memoizedState=[a,b];return a},useReducer:function(a,b,c){var d=ec();b=void 0!==c?c(b):b;d.memoizedState=d.baseState=b;a=d.queue={last:null,dispatch:null,lastRenderedReducer:a,lastRenderedState:b};a=a.dispatch=nh.bind(null,pb,a);return[d.memoizedState,a]},useRef:function(a){var b=ec();a={current:a};return b.memoizedState=a},useState:Ue,useDebugValue:rh,useResponder:ih,useDeferredValue:function(a,\nb){var c=Ue(a),d=c[0],e=c[1];oh(function(){O.unstable_next(function(){var c=za.suspense;za.suspense=void 0===b?null:b;try{e(a)}finally{za.suspense=c}})},[a,b]);return d},useTransition:function(a){var b=Ue(!1),c=b[0],d=b[1];return[sh(function(b){d(!0);O.unstable_next(function(){var c=za.suspense;za.suspense=void 0===a?null:a;try{d(!1),b()}finally{za.suspense=c}})},[a,c]),c]}},jh={readContext:La,useCallback:th,useContext:La,useEffect:ph,useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):\nnull;return Ye(4,36,qh.bind(null,b,a),c)},useLayoutEffect:function(a,b){return Ye(4,36,a,b)},useMemo:function(a,b){var c=Jc();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&Se(b,d[1]))return d[0];a=a();c.memoizedState=[a,b];return a},useReducer:mh,useRef:function(){return Jc().memoizedState},useState:Ve,useDebugValue:rh,useResponder:ih,useDeferredValue:function(a,b){var c=Ve(a),d=c[0],e=c[1];ph(function(){O.unstable_next(function(){var c=za.suspense;za.suspense=void 0===b?null:b;\ntry{e(a)}finally{za.suspense=c}})},[a,b]);return d},useTransition:function(a){var b=Ve(!1),c=b[0],d=b[1];return[th(function(b){d(!0);O.unstable_next(function(){var c=za.suspense;za.suspense=void 0===a?null:a;try{d(!1),b()}finally{za.suspense=c}})},[a,c]),c]}},Ca=null,Qa=null,Ya=!1,nj=Fa.ReactCurrentOwner,Ka=!1,df={dehydrated:null,retryTime:0};var Bj=function(a,b){for(var c=b.child;null!==c;){if(5===c.tag||6===c.tag)a.appendChild(c.stateNode);else if(4!==c.tag&&null!==c.child){c.child.return=c;c=c.child;\ncontinue}if(c===b)break;for(;null===c.sibling;){if(null===c.return||c.return===b)return;c=c.return}c.sibling.return=c.return;c=c.sibling}};var bi=function(){};var Aj=function(a,b,c,d,e){var f=a.memoizedProps;if(f!==d){var g=b.stateNode;Bb(Ma.current);a=null;switch(c){case \"input\":f=wa(g,f);d=wa(g,d);a=[];break;case \"option\":f=Yd(g,f);d=Yd(g,d);a=[];break;case \"select\":f=ea({},f,{value:void 0});d=ea({},d,{value:void 0});a=[];break;case \"textarea\":f=Zd(g,f);d=Zd(g,d);a=[];break;default:\"function\"!==\ntypeof f.onClick&&\"function\"===typeof d.onClick&&(g.onclick=ld)}te(c,d);var h,m;c=null;for(h in f)if(!d.hasOwnProperty(h)&&f.hasOwnProperty(h)&&null!=f[h])if(\"style\"===h)for(m in g=f[h],g)g.hasOwnProperty(m)&&(c||(c={}),c[m]=\"\");else\"dangerouslySetInnerHTML\"!==h&&\"children\"!==h&&\"suppressContentEditableWarning\"!==h&&\"suppressHydrationWarning\"!==h&&\"autoFocus\"!==h&&(Mb.hasOwnProperty(h)?a||(a=[]):(a=a||[]).push(h,null));for(h in d){var l=d[h];g=null!=f?f[h]:void 0;if(d.hasOwnProperty(h)&&l!==g&&(null!=\nl||null!=g))if(\"style\"===h)if(g){for(m in g)!g.hasOwnProperty(m)||l&&l.hasOwnProperty(m)||(c||(c={}),c[m]=\"\");for(m in l)l.hasOwnProperty(m)&&g[m]!==l[m]&&(c||(c={}),c[m]=l[m])}else c||(a||(a=[]),a.push(h,c)),c=l;else\"dangerouslySetInnerHTML\"===h?(l=l?l.__html:void 0,g=g?g.__html:void 0,null!=l&&g!==l&&(a=a||[]).push(h,\"\"+l)):\"children\"===h?g===l||\"string\"!==typeof l&&\"number\"!==typeof l||(a=a||[]).push(h,\"\"+l):\"suppressContentEditableWarning\"!==h&&\"suppressHydrationWarning\"!==h&&(Mb.hasOwnProperty(h)?\n(null!=l&&Va(e,h),a||g===l||(a=[])):(a=a||[]).push(h,l))}c&&(a=a||[]).push(\"style\",c);if(b.updateQueue=a)b.effectTag|=4}};var Cj=function(a,b,c,d){c!==d&&(b.effectTag|=4)};var rj=\"function\"===typeof WeakSet?WeakSet:Set,xj=\"function\"===typeof WeakMap?WeakMap:Map,uj=Math.ceil,Nd=Fa.ReactCurrentDispatcher,ai=Fa.ReactCurrentOwner,V=0,nf=8,Ea=16,Ra=32,Hb=0,Od=1,Wh=2,Qd=3,Ld=4,sf=5,y=V,ta=null,C=null,fa=0,W=Hb,Pd=null,$a=1073741823,Nc=1073741823,Sd=null,Oc=0,Rd=!1,kf=0,Xh=500,t=null,Id=!1,lf=null,rb=null,\nTd=!1,Pc=null,Qc=90,Eb=null,Mc=0,mf=null,Jd=0;var zj=function(a,b,c){var d=b.expirationTime;if(null!==a){var e=b.pendingProps;if(a.memoizedProps!==e||ya.current)Ka=!0;else{if(d<c){Ka=!1;switch(b.tag){case 3:Ch(b);Qa=Ca=null;Ya=!1;break;case 5:hh(b);if(b.mode&4&&1!==c&&e.hidden)return b.expirationTime=b.childExpirationTime=1,null;break;case 1:ja(b.type)&&qd(b);break;case 4:Qe(b,b.stateNode.containerInfo);break;case 10:Vg(b,b.memoizedProps.value);break;case 13:if(null!==b.memoizedState){d=b.child.childExpirationTime;\nif(0!==d&&d>=c)return Dh(a,b,c);L(M,M.current&1,b);b=Za(a,b,c);return null!==b?b.sibling:null}L(M,M.current&1,b);break;case 19:d=b.childExpirationTime>=c;if(0!==(a.effectTag&64)){if(d)return Fh(a,b,c);b.effectTag|=64}e=b.memoizedState;null!==e&&(e.rendering=null,e.tail=null);L(M,M.current,b);if(!d)return null}return Za(a,b,c)}Ka=!1}}else Ka=!1;b.expirationTime=0;switch(b.tag){case 2:d=b.type;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);a=b.pendingProps;e=Wb(b,ka.current);Yb(b,c);e=\nTe(null,b,d,a,e,c);b.effectTag|=1;if(\"object\"===typeof e&&null!==e&&\"function\"===typeof e.render&&void 0===e.$$typeof){b.tag=1;kh();if(ja(d)){var g=!0;qd(b)}else g=!1;b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null;var h=d.getDerivedStateFromProps;\"function\"===typeof h&&xd(b,d,h,a);e.updater=yd;b.stateNode=e;e._reactInternalFiber=b;Ne(b,d,a,c);b=cf(null,b,d,!0,g,c)}else b.tag=0,sa(null,b,e,c),b=b.child;return b;case 16:e=b.elementType;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=\n2);a=b.pendingProps;oa(e);if(1!==e._status)throw e._result;e=e._result;b.type=e;g=b.tag=Jj(e);a=Aa(e,a);switch(g){case 0:b=bf(null,b,e,a,c);break;case 1:b=Bh(null,b,e,a,c);break;case 11:b=xh(null,b,e,a,c);break;case 14:b=yh(null,b,e,Aa(e.type,a),d,c);break;default:throw Error(f(306,e,\"\"));}return b;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Aa(d,e),bf(a,b,d,e,c);case 1:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Aa(d,e),Bh(a,b,d,e,c);case 3:Ch(b);d=b.updateQueue;if(null===\nd)throw Error(f(282));e=b.memoizedState;e=null!==e?e.element:null;Ac(b,d,b.pendingProps,null,c);d=b.memoizedState.element;if(d===e)Qa=Ca=null,Ya=!1,b=Za(a,b,c);else{if(e=b.stateNode.hydrate)Qa=Sb(b.stateNode.containerInfo.firstChild),Ca=b,e=Ya=!0;if(e)for(c=$e(b,null,d,c),b.child=c;c;)c.effectTag=c.effectTag&-3|1024,c=c.sibling;else sa(a,b,d,c),Qa=Ca=null,Ya=!1;b=b.child}return b;case 5:return hh(b),null===a&&Ze(b),d=b.type,e=b.pendingProps,g=null!==a?a.memoizedProps:null,h=e.children,xe(d,e)?h=null:\nnull!==g&&xe(d,g)&&(b.effectTag|=16),Ah(a,b),b.mode&4&&1!==c&&e.hidden?(b.expirationTime=b.childExpirationTime=1,b=null):(sa(a,b,h,c),b=b.child),b;case 6:return null===a&&Ze(b),null;case 13:return Dh(a,b,c);case 4:return Qe(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=fc(b,null,d,c):sa(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Aa(d,e),xh(a,b,d,e,c);case 7:return sa(a,b,b.pendingProps,c),b.child;case 8:return sa(a,b,b.pendingProps.children,c),\nb.child;case 12:return sa(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;h=b.memoizedProps;g=e.value;Vg(b,g);if(null!==h){var l=h.value;g=yb(l,g)?0:(\"function\"===typeof d._calculateChangedBits?d._calculateChangedBits(l,g):1073741823)|0;if(0===g){if(h.children===e.children&&!ya.current){b=Za(a,b,c);break a}}else for(l=b.child,null!==l&&(l.return=b);null!==l;){var m=l.dependencies;if(null!==m){h=l.child;for(var n=m.firstContext;null!==n;){if(n.context===d&&0!==\n(n.observedBits&g)){1===l.tag&&(n=lb(c,null),n.tag=2,mb(l,n));l.expirationTime<c&&(l.expirationTime=c);n=l.alternate;null!==n&&n.expirationTime<c&&(n.expirationTime=c);Wg(l.return,c);m.expirationTime<c&&(m.expirationTime=c);break}n=n.next}}else h=10===l.tag?l.type===b.type?null:l.child:l.child;if(null!==h)h.return=l;else for(h=l;null!==h;){if(h===b){h=null;break}l=h.sibling;if(null!==l){l.return=h.return;h=l;break}h=h.return}l=h}}sa(a,b,e.children,c);b=b.child}return b;case 9:return e=b.type,g=b.pendingProps,\nd=g.children,Yb(b,c),e=La(e,g.unstable_observedBits),d=d(e),b.effectTag|=1,sa(a,b,d,c),b.child;case 14:return e=b.type,g=Aa(e,b.pendingProps),g=Aa(e.type,g),yh(a,b,e,g,d,c);case 15:return zh(a,b,b.type,b.pendingProps,d,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Aa(d,e),null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),b.tag=1,ja(d)?(a=!0,qd(b)):a=!1,Yb(b,c),dh(b,d,e,c),Ne(b,d,e,c),cf(null,b,d,!0,a,c);case 19:return Fh(a,b,c)}throw Error(f(156,b.tag));};var wf=null,\nhf=null;zf.prototype.render=function(a,b){Ud(a,this._internalRoot,null,void 0===b?null:b)};zf.prototype.unmount=function(a){var b=this._internalRoot,c=void 0===a?null:a,d=b.containerInfo;Ud(null,b,null,function(){d[vc]=null;null!==c&&c()})};var Ki=function(a){if(13===a.tag){var b=td(Ba(),150,100);qb(a,b);yf(a,b)}};var cg=function(a){if(13===a.tag){Ba();var b=jk++;qb(a,b);yf(a,b)}};var Ii=function(a){if(13===a.tag){var b=Ba();b=Cb(b,a,null);qb(a,b);yf(a,b)}};ge=function(a,b,c){switch(b){case \"input\":z(a,\nc);b=c.name;if(\"radio\"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;c=c.querySelectorAll(\"input[name\\x3d\"+JSON.stringify(\"\"+b)+'][type\\x3d\"radio\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Ae(d);if(!e)throw Error(f(90));na(d);z(d,e)}}}break;case \"textarea\":Lf(a,c);break;case \"select\":b=c.value,null!=b&&Ib(a,!!c.multiple,b,!1)}};w=Yh;X=function(a,b,c,d){var e=y;y|=4;try{return Xb(98,a.bind(null,b,c,d))}finally{y=e,y===V&&Ja()}};Ga=function(){(y&(1|Ea|Ra))===V&&\n(vj(),gc())};ig=function(a,b){var c=y;y|=2;try{return a(b)}finally{y=c,y===V&&Ja()}};var wi={createPortal:ei,findDOMNode:function(a){if(null==a)return null;if(1===a.nodeType)return a;var b=a._reactInternalFiber;if(void 0===b){if(\"function\"===typeof a.render)throw Error(f(188));throw Error(f(268,Object.keys(a)));}a=ag(b);return a=null===a?null:a.stateNode},hydrate:function(a,b,c){if(!Rc(b))throw Error(f(200));return Vd(null,a,b,!0,c)},render:function(a,b,c){if(!Rc(b))throw Error(f(200));return Vd(null,\na,b,!1,c)},unstable_renderSubtreeIntoContainer:function(a,b,c,d){if(!Rc(c))throw Error(f(200));if(null==a||void 0===a._reactInternalFiber)throw Error(f(38));return Vd(a,b,c,!1,d)},unmountComponentAtNode:function(a){if(!Rc(a))throw Error(f(40));return a._reactRootContainer?(Zh(function(){Vd(null,null,a,!1,function(){a._reactRootContainer=null;a[vc]=null})}),!0):!1},unstable_createPortal:function(){return ei.apply(void 0,arguments)},unstable_batchedUpdates:Yh,flushSync:function(a,b){if((y&(Ea|Ra))!==\nV)throw Error(f(187));var c=y;y|=1;try{return Xb(99,a.bind(null,b))}finally{y=c,Ja()}},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{Events:[oc,xb,Ae,Af.injectEventPluginsByName,$d,Rb,function(a){I(a,Mi)},xa,p,id,S,gc,{current:!1}]}};(function(a){var b=a.findFiberByHostInstance;return Hj(ea({},a,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Fa.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){a=ag(a);return null===a?null:\na.stateNode},findFiberByHostInstance:function(a){return b?b(a):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))})({findFiberByHostInstance:pc,bundleType:0,version:\"16.12.0\",rendererPackageName:\"react-dom\"});var xi={default:wi},yi=xi&&wi||xi;r.exports=yi.default||yi};\nshadow$provide[20]=function(l,n,r,h){function f(){if(\"undefined\"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&\"function\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(f)}catch(u){console.error(u)}}f();r.exports=n(15)};\nvar aa=\"re-frame.std-interceptors\",ba=\"re-pressed.core\",b,ca=this||self;function da(a,f){a=a.split(\".\");var g=ca;a[0]in g||\"undefined\"==typeof g.execScript||g.execScript(\"var \"+a[0]);for(var h;a.length&&(h=a.shift());)a.length||void 0===f?g=g[h]&&g[h]!==Object.prototype[h]?g[h]:g[h]={}:g[h]=f}function ea(){}\nfunction c(a){var f=typeof a;if(\"object\"==f)if(a){if(a instanceof Array)return\"array\";if(a instanceof Object)return f;var g=Object.prototype.toString.call(a);if(\"[object Window]\"==g)return\"object\";if(\"[object Array]\"==g||\"number\"==typeof a.length&&\"undefined\"!=typeof a.splice&&\"undefined\"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable(\"splice\"))return\"array\";if(\"[object Function]\"==g||\"undefined\"!=typeof a.call&&\"undefined\"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable(\"call\"))return\"function\"}else return\"null\";\nelse if(\"function\"==f&&\"undefined\"==typeof a.call)return\"object\";return f}function fa(a){return\"function\"==c(a)}function ha(a){var f=typeof a;return\"object\"==f&&null!=a||\"function\"==f}function ia(a){return a[ja]||(a[ja]=++ka)}var ja=\"closure_uid_\"+(1E9*Math.random()>>>0),ka=0;function la(a,f,g){return a.call.apply(a.bind,arguments)}\nfunction ma(a,f,g){if(!a)throw Error();if(2<arguments.length){var h=Array.prototype.slice.call(arguments,2);return function(){var k=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(k,h);return a.apply(f,k)}}return function(){return a.apply(f,arguments)}}function na(a,f,g){na=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf(\"native code\")?la:ma;return na.apply(null,arguments)}\nfunction oa(a,f){function g(){}g.prototype=f.prototype;a.Mc=f.prototype;a.prototype=new g;a.prototype.constructor=a;a.base=function(h,k,l){for(var q=Array(arguments.length-2),r=2;r<arguments.length;r++)q[r-2]=arguments[r];return f.prototype[k].apply(h,q)}};function pa(a){pa[\" \"](a);return a}pa[\" \"]=ea;var qa=Array.prototype.indexOf?function(a,f){return Array.prototype.indexOf.call(a,f,void 0)}:function(a,f){if(\"string\"===typeof a)return\"string\"!==typeof f||1!=f.length?-1:a.indexOf(f,0);for(var g=0;g<a.length;g++)if(g in a&&a[g]===f)return g;return-1};function ra(a){var f=a.length;if(0<f){for(var g=Array(f),h=0;h<f;h++)g[h]=a[h];return g}return[]};function sa(a){var f=[],g=0,h;for(h in a)f[g++]=h;return f};function ta(a,f){this.qd=a===ua&&f||\"\";this.Oc=va}var va={},ua={},wa=new ta(ua,\"\");function xa(){}xa.prototype.Ha=function(){return this};(new xa).Ha(\"\");function ya(a,f){this.od=a===za&&f||\"\";this.Pc=Aa}var Aa={},za={};var Ba=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(a)[1]};function Da(a){return-1!=Ea.toLowerCase().indexOf(a.toLowerCase())}function Fa(a,f){return a<f?-1:a>f?1:0};function Ga(){}Ga.prototype.Ha=function(){return this};(new Ga).Ha(\"\");function Ha(){}Ha.prototype.Ha=function(){return this};(new Ha).Ha(\"\");var Ea;a:{var Ia=ca.navigator;if(Ia){var Ja=Ia.userAgent;if(Ja){Ea=Ja;break a}}Ea=\"\"}function Ka(a){return-1!=Ea.indexOf(a)};function La(){this.Ic=\"\";this.Nc=Ma}function Na(){var a=Oa;if(a instanceof La&&a.constructor===La&&a.Nc===Ma)return a.Ic;c(a);return\"type_error:SafeHtml\"}var Ma={};La.prototype.Ha=function(a){this.Ic=a;return this};(new La).Ha(\"\\x3c!DOCTYPE html\\x3e\");var Oa=(new La).Ha(\"\");(new La).Ha(\"\\x3cbr\\x3e\");function Pa(a){var f=new ya(za,wa instanceof ta&&wa.constructor===ta&&wa.Oc===va?wa.qd:\"type_error:Const\");f instanceof ya&&f.constructor===ya&&f.Pc===Aa?f=f.od:(c(f),f=\"type_error:TrustedResourceUrl\");a.src=f.toString()};function Qa(a,f){null!=a&&this.append.apply(this,arguments)}b=Qa.prototype;b.Na=\"\";b.set=function(a){this.Na=\"\"+a};b.append=function(a,f,g){this.Na+=String(a);if(null!=f)for(var h=1;h<arguments.length;h++)this.Na+=arguments[h];return this};b.clear=function(){this.Na=\"\"};b.toString=function(){return this.Na};var Ra={},Sa={},Ua;if(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof d)var d={};if(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof Va)var Va=null;if(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof Wa)var Wa=null;var Xa=!0,Ya=null;if(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof Za)var Za=null;function $a(){return new e(null,5,[ab,!0,bb,!0,cb,!1,db,!1,eb,null],null)}\nfunction fb(){Xa=!1;Va=function(){return console.log.apply(console,ra(arguments))};Wa=function(){return console.error.apply(console,ra(arguments))}}function m(a){return null!=a&&!1!==a}function gb(a){return null==a}function hb(a){return a instanceof Array}function ib(a){return null==a?!0:!1===a?!0:!1}function n(a,f){return a[c(null==f?null:f)]?!0:a._?!0:!1}\nfunction jb(a,f){var g=null==f?null:f.constructor;g=m(m(g)?g.Db:g)?g.fb:c(f);return Error([\"No protocol method \",a,\" defined for type \",g,\": \",f].join(\"\"))}function lb(a){var f=a.fb;return m(f)?f:p.a(a)}var mb=\"undefined\"!==typeof Symbol&&\"function\"===c(Symbol)?Symbol.iterator:\"@@iterator\";function nb(a){for(var f=a.length,g=Array(f),h=0;;)if(h<f)g[h]=a[h],h+=1;else break;return g}function ob(a){function f(h,k){h.push(k);return h}var g=[];return pb?pb(f,g,a):qb.call(null,f,g,a)}function rb(){}\nfunction sb(){}function tb(){}var ub=function ub(a){if(null!=a&&null!=a.M)return a.M(a);var g=ub[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=ub._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"ICounted.-count\",a);};function vb(){}var wb=function wb(a){if(null!=a&&null!=a.U)return a.U(a);var g=wb[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=wb._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IEmptyableCollection.-empty\",a);};function xb(){}\nvar yb=function yb(a,f){if(null!=a&&null!=a.X)return a.X(a,f);var h=yb[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=yb._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"ICollection.-conj\",a);};function zb(){}var Ab=function Ab(a){switch(arguments.length){case 2:return Ab.b(arguments[0],arguments[1]);case 3:return Ab.c(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};\nAb.b=function(a,f){if(null!=a&&null!=a.C)return a.C(a,f);var g=Ab[c(null==a?null:a)];if(null!=g)return g.b?g.b(a,f):g.call(null,a,f);g=Ab._;if(null!=g)return g.b?g.b(a,f):g.call(null,a,f);throw jb(\"IIndexed.-nth\",a);};Ab.c=function(a,f,g){if(null!=a&&null!=a.ia)return a.ia(a,f,g);var h=Ab[c(null==a?null:a)];if(null!=h)return h.c?h.c(a,f,g):h.call(null,a,f,g);h=Ab._;if(null!=h)return h.c?h.c(a,f,g):h.call(null,a,f,g);throw jb(\"IIndexed.-nth\",a);};Ab.s=3;function Bb(){}\nvar Cb=function Cb(a){if(null!=a&&null!=a.ba)return a.ba(a);var g=Cb[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Cb._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"ISeq.-first\",a);},Db=function Db(a){if(null!=a&&null!=a.ea)return a.ea(a);var g=Db[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Db._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"ISeq.-rest\",a);};function Eb(){}function Gb(){}\nvar Kb=function Kb(a){switch(arguments.length){case 2:return Kb.b(arguments[0],arguments[1]);case 3:return Kb.c(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};Kb.b=function(a,f){if(null!=a&&null!=a.ka)return a.ka(a,f);var g=Kb[c(null==a?null:a)];if(null!=g)return g.b?g.b(a,f):g.call(null,a,f);g=Kb._;if(null!=g)return g.b?g.b(a,f):g.call(null,a,f);throw jb(\"ILookup.-lookup\",a);};\nKb.c=function(a,f,g){if(null!=a&&null!=a.O)return a.O(a,f,g);var h=Kb[c(null==a?null:a)];if(null!=h)return h.c?h.c(a,f,g):h.call(null,a,f,g);h=Kb._;if(null!=h)return h.c?h.c(a,f,g):h.call(null,a,f,g);throw jb(\"ILookup.-lookup\",a);};Kb.s=3;\nvar Lb=function Lb(a,f,g){if(null!=a&&null!=a.Da)return a.Da(a,f,g);var k=Lb[c(null==a?null:a)];if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);k=Lb._;if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);throw jb(\"IAssociative.-assoc\",a);},Mb=function Mb(a,f){if(null!=a&&null!=a.ob)return a.ob(a,f);var h=Mb[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=Mb._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"IFind.-find\",a);};function Nb(){}\nvar Ob=function Ob(a,f){if(null!=a&&null!=a.ic)return a.ic(a,f);var h=Ob[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=Ob._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"IMap.-dissoc\",a);},Pb=function Pb(a){if(null!=a&&null!=a.Zc)return a.key;var g=Pb[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Pb._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IMapEntry.-key\",a);},Qb=function Qb(a){if(null!=a&&null!=a.$c)return a.A;var g=Qb[c(null==\na?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Qb._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IMapEntry.-val\",a);};function Rb(){}\nvar Tb=function Tb(a,f){if(null!=a&&null!=a.zc)return a.zc(a,f);var h=Tb[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=Tb._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"ISet.-disjoin\",a);},Wb=function Wb(a){if(null!=a&&null!=a.bb)return a.bb(a);var g=Wb[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Wb._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IStack.-peek\",a);},Xb=function Xb(a){if(null!=a&&null!=a.cb)return a.cb(a);var g=Xb[c(null==\na?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Xb._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IStack.-pop\",a);};function Yb(){}var Zb=function Zb(a,f,g){if(null!=a&&null!=a.eb)return a.eb(a,f,g);var k=Zb[c(null==a?null:a)];if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);k=Zb._;if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);throw jb(\"IVector.-assoc-n\",a);};function $b(){}\nvar w=function w(a){if(null!=a&&null!=a.Ba)return a.Ba(a);var g=w[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=w._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IDeref.-deref\",a);};function ac(){}\nvar bc=function bc(a){if(null!=a&&null!=a.K)return a.K(a);var g=bc[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=bc._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IMeta.-meta\",a);},cc=function cc(a,f){if(null!=a&&null!=a.N)return a.N(a,f);var h=cc[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=cc._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"IWithMeta.-with-meta\",a);};function dc(){}\nvar hc=function hc(a){switch(arguments.length){case 2:return hc.b(arguments[0],arguments[1]);case 3:return hc.c(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};hc.b=function(a,f){if(null!=a&&null!=a.ca)return a.ca(a,f);var g=hc[c(null==a?null:a)];if(null!=g)return g.b?g.b(a,f):g.call(null,a,f);g=hc._;if(null!=g)return g.b?g.b(a,f):g.call(null,a,f);throw jb(\"IReduce.-reduce\",a);};\nhc.c=function(a,f,g){if(null!=a&&null!=a.da)return a.da(a,f,g);var h=hc[c(null==a?null:a)];if(null!=h)return h.c?h.c(a,f,g):h.call(null,a,f,g);h=hc._;if(null!=h)return h.c?h.c(a,f,g):h.call(null,a,f,g);throw jb(\"IReduce.-reduce\",a);};hc.s=3;function ic(){}\nvar jc=function jc(a,f,g){if(null!=a&&null!=a.wb)return a.wb(a,f,g);var k=jc[c(null==a?null:a)];if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);k=jc._;if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);throw jb(\"IKVReduce.-kv-reduce\",a);},kc=function kc(a,f){if(null!=a&&null!=a.G)return a.G(a,f);var h=kc[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=kc._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"IEquiv.-equiv\",a);},lc=function lc(a){if(null!=a&&null!=a.J)return a.J(a);\nvar g=lc[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=lc._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IHash.-hash\",a);};function mc(){}var nc=function nc(a){if(null!=a&&null!=a.S)return a.S(a);var g=nc[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=nc._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"ISeqable.-seq\",a);};function oc(){}function pc(){}function qc(){}function rc(){}\nvar sc=function sc(a){if(null!=a&&null!=a.yb)return a.yb(a);var g=sc[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=sc._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IReversible.-rseq\",a);},tc=function tc(a,f){if(null!=a&&null!=a.Ac)return a.Ac(a,f);var h=tc[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=tc._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"IWriter.-write\",a);};function uc(){}\nvar vc=function vc(a,f,g){if(null!=a&&null!=a.I)return a.I(a,f,g);var k=vc[c(null==a?null:a)];if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);k=vc._;if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);throw jb(\"IPrintWithWriter.-pr-writer\",a);},wc=function wc(a,f,g){if(null!=a&&null!=a.Ab)return a.Ab(a,f,g);var k=wc[c(null==a?null:a)];if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);k=wc._;if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);throw jb(\"IWatchable.-add-watch\",a);},xc=function xc(a,\nf){if(null!=a&&null!=a.Bb)return a.Bb(a,f);var h=xc[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=xc._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"IWatchable.-remove-watch\",a);},yc=function yc(a){if(null!=a&&null!=a.nb)return a.nb(a);var g=yc[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=yc._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IEditableCollection.-as-transient\",a);},Ac=function Ac(a,f){if(null!=a&&null!=a.qb)return a.qb(a,\nf);var h=Ac[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=Ac._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"ITransientCollection.-conj!\",a);},Bc=function Bc(a){if(null!=a&&null!=a.zb)return a.zb(a);var g=Bc[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Bc._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"ITransientCollection.-persistent!\",a);},Cc=function Cc(a,f,g){if(null!=a&&null!=a.pb)return a.pb(a,f,g);var k=Cc[c(null==a?null:a)];if(null!=\nk)return k.c?k.c(a,f,g):k.call(null,a,f,g);k=Cc._;if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);throw jb(\"ITransientAssociative.-assoc!\",a);},Dc=function Dc(a){if(null!=a&&null!=a.gc)return a.gc(a);var g=Dc[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Dc._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IChunk.-drop-first\",a);},Ec=function Ec(a){if(null!=a&&null!=a.Rb)return a.Rb(a);var g=Ec[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Ec._;if(null!=\ng)return g.a?g.a(a):g.call(null,a);throw jb(\"IChunkedSeq.-chunked-first\",a);},Fc=function Fc(a){if(null!=a&&null!=a.mb)return a.mb(a);var g=Fc[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Fc._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IChunkedSeq.-chunked-rest\",a);},Gc=function Gc(a,f){if(null!=a&&null!=a.la)return a.la(a,f);var h=Gc[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=Gc._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"IReset.-reset!\",\na);},Hc=function Hc(a){switch(arguments.length){case 2:return Hc.b(arguments[0],arguments[1]);case 3:return Hc.c(arguments[0],arguments[1],arguments[2]);case 4:return Hc.u(arguments[0],arguments[1],arguments[2],arguments[3]);case 5:return Hc.H(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};\nHc.b=function(a,f){if(null!=a&&null!=a.Sb)return a.Sb(a,f);var g=Hc[c(null==a?null:a)];if(null!=g)return g.b?g.b(a,f):g.call(null,a,f);g=Hc._;if(null!=g)return g.b?g.b(a,f):g.call(null,a,f);throw jb(\"ISwap.-swap!\",a);};Hc.c=function(a,f,g){if(null!=a&&null!=a.Tb)return a.Tb(a,f,g);var h=Hc[c(null==a?null:a)];if(null!=h)return h.c?h.c(a,f,g):h.call(null,a,f,g);h=Hc._;if(null!=h)return h.c?h.c(a,f,g):h.call(null,a,f,g);throw jb(\"ISwap.-swap!\",a);};\nHc.u=function(a,f,g,h){if(null!=a&&null!=a.Ub)return a.Ub(a,f,g,h);var k=Hc[c(null==a?null:a)];if(null!=k)return k.u?k.u(a,f,g,h):k.call(null,a,f,g,h);k=Hc._;if(null!=k)return k.u?k.u(a,f,g,h):k.call(null,a,f,g,h);throw jb(\"ISwap.-swap!\",a);};Hc.H=function(a,f,g,h,k){if(null!=a&&null!=a.Vb)return a.Vb(a,f,g,h,k);var l=Hc[c(null==a?null:a)];if(null!=l)return l.H?l.H(a,f,g,h,k):l.call(null,a,f,g,h,k);l=Hc._;if(null!=l)return l.H?l.H(a,f,g,h,k):l.call(null,a,f,g,h,k);throw jb(\"ISwap.-swap!\",a);};\nHc.s=5;function Ic(){}var Jc=function Jc(a){if(null!=a&&null!=a.oa)return a.oa(a);var g=Jc[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=Jc._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IIterable.-iterator\",a);};function Kc(a){this.pd=a;this.g=1073741824;this.w=0}Kc.prototype.Ac=function(a,f){return this.pd.append(f)};function Lc(a){var f=new Qa;a.I(null,new Kc(f),$a());return p.a(f)}\nvar Mc=\"undefined\"!==typeof Math&&\"undefined\"!==typeof Math.imul&&0!==Math.imul(4294967295,5)?function(a,f){return Math.imul(a,f)}:function(a,f){var g=a&65535,h=f&65535;return g*h+((a>>>16&65535)*h+g*(f>>>16&65535)<<16>>>0)|0};function Nc(a){a=Mc(a|0,-862048943);return Mc(a<<15|a>>>-15,461845907)}function Pc(a,f){a=(a|0)^(f|0);return Mc(a<<13|a>>>-13,5)+-430675100|0}function Rc(a,f){a=(a|0)^f;a=Mc(a^a>>>16,-2048144789);a=Mc(a^a>>>13,-1028477387);return a^a>>>16}\nfunction Sc(a){a:{var f=1;for(var g=0;;)if(f<a.length)g=Pc(g,Nc(a.charCodeAt(f-1)|a.charCodeAt(f)<<16)),f+=2;else{f=g;break a}}return Rc(1===(a.length&1)?f^Nc(a.charCodeAt(a.length-1)):f,Mc(2,a.length))}var Tc={},Uc=0;function Vc(a){255<Uc&&(Tc={},Uc=0);if(null==a)return 0;var f=Tc[a];if(\"number\"===typeof f)a=f;else{a:if(null!=a)if(f=a.length,0<f)for(var g=0,h=0;;)if(g<f)h=Mc(31,h)+a.charCodeAt(g),g+=1;else{f=h;break a}else f=0;else f=0;Tc[a]=f;Uc+=1;a=f}return a}\nfunction Wc(a){if(null!=a&&(a.g&4194304||d===a.xd))return a.J(null)^0;if(\"number\"===typeof a){if(m(isFinite(a)))return Math.floor(a)%2147483647;switch(a){case Infinity:return 2146435072;case -Infinity:return-1048576;default:return 2146959360}}else return!0===a?a=1231:!1===a?a=1237:\"string\"===typeof a?(a=Vc(a),a=0===a?a:Rc(Pc(0,Nc(a)),4)):a=a instanceof Date?a.valueOf()^0:null==a?0:lc(a)^0,a}function Xc(a,f){return a^f+2654435769+(a<<6)+(a>>2)}function Yc(a,f){return f instanceof a}\nfunction Zc(a,f,g,h,k){this.Lb=a;this.name=f;this.La=g;this.lb=h;this.za=k;this.g=2154168321;this.w=4096}b=Zc.prototype;b.toString=function(){return this.La};b.G=function(a,f){return f instanceof Zc?this.La===f.La:!1};b.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};b.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};\nb.a=function(a){return y.b?y.b(a,this):y.call(null,a,this)};b.b=function(a,f){return y.c?y.c(a,this,f):y.call(null,a,this,f)};b.K=function(){return this.za};b.N=function(a,f){return new Zc(this.Lb,this.name,this.La,this.lb,f)};b.J=function(){var a=this.lb;return null!=a?a:this.lb=a=Xc(Sc(this.name),Vc(this.Lb))};b.I=function(a,f){return tc(f,this.La)};\nvar $c=function $c(a){switch(arguments.length){case 1:return $c.a(arguments[0]);case 2:return $c.b(arguments[0],arguments[1]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};$c.a=function(a){for(;;){if(a instanceof Zc)return a;if(\"string\"===typeof a){var f=a.indexOf(\"/\");return 1>f?$c.b(null,a):$c.b(a.substring(0,f),a.substring(f+1,a.length))}if(a instanceof A)a=a.ta;else throw Error(\"no conversion to symbol\");}};\n$c.b=function(a,f){var g=null!=a?[p.a(a),\"/\",p.a(f)].join(\"\"):f;return new Zc(a,f,g,null,null)};$c.s=2;function ad(a){return null!=a?a.w&131072||d===a.yd?!0:a.w?!1:n(Ic,a):n(Ic,a)}function B(a){if(null==a)return null;if(null!=a&&(a.g&8388608||d===a.cd))return a.S(null);if(hb(a)||\"string\"===typeof a)return 0===a.length?null:new bd(a,0,null);if(n(mc,a))return nc(a);throw Error([p.a(a),\" is not ISeqable\"].join(\"\"));}\nfunction C(a){if(null==a)return null;if(null!=a&&(a.g&64||d===a.R))return a.ba(null);a=B(a);return null==a?null:Cb(a)}function cd(a){return null!=a?null!=a&&(a.g&64||d===a.R)?a.ea(null):(a=B(a))?a.ea(null):dd:dd}function E(a){return null==a?null:null!=a&&(a.g&128||d===a.xb)?a.aa():B(cd(a))}\nvar G=function G(a){switch(arguments.length){case 1:return G.a(arguments[0]);case 2:return G.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return G.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};G.a=function(){return!0};G.b=function(a,f){return null==a?null==f:a===f||kc(a,f)};G.h=function(a,f,g){for(;;)if(G.b(a,f))if(E(g))a=f,f=C(g),g=E(g);else return G.b(f,C(g));else return!1};\nG.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};G.s=2;function ed(a){this.B=a}ed.prototype.next=function(){if(null!=this.B){var a=C(this.B);this.B=E(this.B);return{value:a,done:!1}}return{value:null,done:!0}};function fd(a){return new ed(B(a))}function gd(a){var f=0,g=1;for(a=B(a);;)if(null!=a)f+=1,g=Mc(31,g)+Wc(C(a))|0,a=E(a);else return Rc(Pc(0,Nc(g)),f)}var hd=Rc(Pc(0,Nc(1)),0);\nfunction id(a){var f=0,g=0;for(a=B(a);;)if(null!=a)f+=1,g=g+Wc(C(a))|0,a=E(a);else return Rc(Pc(0,Nc(g)),f)}var jd=Rc(Pc(0,Nc(0)),0);tb[\"null\"]=!0;ub[\"null\"]=function(){return 0};Date.prototype.G=function(a,f){return f instanceof Date&&this.valueOf()===f.valueOf()};kc.number=function(a,f){return a===f};rb[\"function\"]=!0;ac[\"function\"]=!0;bc[\"function\"]=function(){return null};lc._=function(a){return ia(a)};function kd(a){return a+1}function ld(){this.A=!1;this.g=32768;this.w=0}ld.prototype.Ba=function(){return this.A};\nfunction md(a){return a instanceof ld}function od(a){return w(a)}function pd(a,f){var g=a.M(null);if(0===g)return f.j?f.j():f.call(null);for(var h=a.C(null,0),k=1;;)if(k<g){var l=a.C(null,k);h=f.b?f.b(h,l):f.call(null,h,l);if(md(h))return w(h);k+=1}else return h}function qd(a,f,g){var h=a.M(null),k=g;for(g=0;;)if(g<h){var l=a.C(null,g);k=f.b?f.b(k,l):f.call(null,k,l);if(md(k))return w(k);g+=1}else return k}\nfunction rd(a,f){var g=a.length;if(0===a.length)return f.j?f.j():f.call(null);for(var h=a[0],k=1;;)if(k<g){var l=a[k];h=f.b?f.b(h,l):f.call(null,h,l);if(md(h))return w(h);k+=1}else return h}function sd(a,f,g){var h=a.length,k=g;for(g=0;;)if(g<h){var l=a[g];k=f.b?f.b(k,l):f.call(null,k,l);if(md(k))return w(k);g+=1}else return k}function td(a,f,g,h){for(var k=a.length;;)if(h<k){var l=a[h];g=f.b?f.b(g,l):f.call(null,g,l);if(md(g))return w(g);h+=1}else return g}\nfunction ud(a){return null!=a?a.g&2||d===a.Rc?!0:a.g?!1:n(tb,a):n(tb,a)}function vd(a){return null!=a?a.g&16||d===a.xc?!0:a.g?!1:n(zb,a):n(zb,a)}function H(a,f,g){var h=I.a?I.a(a):I.call(null,a);if(g>=h)return-1;!(0<g)&&0>g&&(g+=h,g=0>g?0:g);for(;;)if(g<h){if(G.b(wd?wd(a,g):xd.call(null,a,g),f))return g;g+=1}else return-1}\nfunction yd(a,f,g){var h=I.a?I.a(a):I.call(null,a);if(0===h)return-1;0<g?(--h,g=h<g?h:g):g=0>g?h+g:g;for(;;)if(0<=g){if(G.b(wd?wd(a,g):xd.call(null,a,g),f))return g;--g}else return-1}function zd(a,f){this.f=a;this.l=f}zd.prototype.Z=function(){return this.l<this.f.length};zd.prototype.next=function(){var a=this.f[this.l];this.l+=1;return a};function bd(a,f,g){this.f=a;this.l=f;this.meta=g;this.g=166592766;this.w=139264}b=bd.prototype;b.toString=function(){return Lc(this)};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I.a?I.a(this):I.call(null,this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.C=function(a,f){a=f+this.l;if(0<=a&&a<this.f.length)return this.f[a];throw Error(\"Index out of bounds\");};b.ia=function(a,f,g){a=f+this.l;return 0<=a&&a<this.f.length?this.f[a]:g};\nb.oa=function(){return new zd(this.f,this.l)};b.K=function(){return this.meta};b.aa=function(){return this.l+1<this.f.length?new bd(this.f,this.l+1,null):null};b.M=function(){var a=this.f.length-this.l;return 0>a?0:a};b.yb=function(){var a=this.M(null);return 0<a?new Ad(this,a-1,null):null};b.J=function(){return gd(this)};b.G=function(a,f){return Bd.b?Bd.b(this,f):Bd.call(null,this,f)};b.U=function(){return dd};b.ca=function(a,f){return td(this.f,f,this.f[this.l],this.l+1)};\nb.da=function(a,f,g){return td(this.f,f,g,this.l)};b.ba=function(){return this.f[this.l]};b.ea=function(){return this.l+1<this.f.length?new bd(this.f,this.l+1,null):dd};b.S=function(){return this.l<this.f.length?this:null};b.N=function(a,f){return f===this.meta?this:new bd(this.f,this.l,f)};b.X=function(a,f){return Cd.b?Cd.b(f,this):Cd.call(null,f,this)};bd.prototype[mb]=function(){return fd(this)};function Dd(a){return 0<a.length?new bd(a,0,null):null}\nfunction Ad(a,f,g){this.Qb=a;this.l=f;this.meta=g;this.g=32374990;this.w=8192}b=Ad.prototype;b.toString=function(){return Lc(this)};b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I.a?I.a(this):I.call(null,this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){return 0<this.l?new Ad(this.Qb,this.l-1,null):null};b.M=function(){return this.l+1};b.J=function(){return gd(this)};\nb.G=function(a,f){return Bd.b?Bd.b(this,f):Bd.call(null,this,f)};b.U=function(){return dd};b.ca=function(a,f){return Ed?Ed(f,this):Fd.call(null,f,this)};b.da=function(a,f,g){return Hd?Hd(f,g,this):Fd.call(null,f,g,this)};b.ba=function(){return Ab.b(this.Qb,this.l)};b.ea=function(){return 0<this.l?new Ad(this.Qb,this.l-1,null):dd};b.S=function(){return this};b.N=function(a,f){return f===this.meta?this:new Ad(this.Qb,this.l,f)};b.X=function(a,f){return Cd.b?Cd.b(f,this):Cd.call(null,f,this)};\nAd.prototype[mb]=function(){return fd(this)};function Id(a){for(;;){var f=E(a);if(null!=f)a=f;else return C(a)}}kc._=function(a,f){return a===f};var Jd=function Jd(a){switch(arguments.length){case 0:return Jd.j();case 1:return Jd.a(arguments[0]);case 2:return Jd.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Jd.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};Jd.j=function(){return Kd};Jd.a=function(a){return a};\nJd.b=function(a,f){return null!=a?yb(a,f):new Ld(null,f,null,1,null)};Jd.h=function(a,f,g){for(;;)if(m(g))a=Jd.b(a,f),f=C(g),g=E(g);else return Jd.b(a,f)};Jd.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};Jd.s=2;function Md(a){return null==a?null:null!=a&&(a.g&4||d===a.Tc)?a.U(null):(null!=a?a.g&4||d===a.Tc||(a.g?0:n(vb,a)):n(vb,a))?wb(a):null}\nfunction I(a){if(null!=a)if(null!=a&&(a.g&2||d===a.Rc))a=a.M(null);else if(hb(a))a=a.length;else if(\"string\"===typeof a)a=a.length;else if(null!=a&&(a.g&8388608||d===a.cd))a:{a=B(a);for(var f=0;;){if(ud(a)){a=f+ub(a);break a}a=E(a);f+=1}}else a=ub(a);else a=0;return a}function Nd(a,f,g){for(;;){if(null==a)return g;if(0===f)return B(a)?C(a):g;if(vd(a))return Ab.c(a,f,g);if(B(a))a=E(a),--f;else return g}}\nfunction xd(a){switch(arguments.length){case 2:return wd(arguments[0],arguments[1]);case 3:return K(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}}\nfunction wd(a,f){if(\"number\"!==typeof f)throw Error(\"Index argument to nth must be a number\");if(null==a)return a;if(null!=a&&(a.g&16||d===a.xc))return a.C(null,f);if(hb(a)){if(-1<f&&f<a.length)return a[f|0];throw Error(\"Index out of bounds\");}if(\"string\"===typeof a){if(-1<f&&f<a.length)return a.charAt(f|0);throw Error(\"Index out of bounds\");}if(null!=a&&(a.g&64||d===a.R)||null!=a&&(a.g&16777216||d===a.jc)){if(0>f)throw Error(\"Index out of bounds\");a:for(;;){if(null==a)throw Error(\"Index out of bounds\");\nif(0===f){if(B(a)){a=C(a);break a}throw Error(\"Index out of bounds\");}if(vd(a)){a=Ab.b(a,f);break a}if(B(a))a=E(a),--f;else throw Error(\"Index out of bounds\");}return a}if(n(zb,a))return Ab.b(a,f);throw Error([\"nth not supported on this type \",p.a(lb(null==a?null:a.constructor))].join(\"\"));}\nfunction K(a,f,g){if(\"number\"!==typeof f)throw Error(\"Index argument to nth must be a number.\");if(null==a)return g;if(null!=a&&(a.g&16||d===a.xc))return a.ia(null,f,g);if(hb(a))return-1<f&&f<a.length?a[f|0]:g;if(\"string\"===typeof a)return-1<f&&f<a.length?a.charAt(f|0):g;if(null!=a&&(a.g&64||d===a.R)||null!=a&&(a.g&16777216||d===a.jc))return 0>f?g:Nd(a,f,g);if(n(zb,a))return Ab.c(a,f,g);throw Error([\"nth not supported on this type \",p.a(lb(null==a?null:a.constructor))].join(\"\"));}\nvar y=function y(a){switch(arguments.length){case 2:return y.b(arguments[0],arguments[1]);case 3:return y.c(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};y.b=function(a,f){return null==a?null:null!=a&&(a.g&256||d===a.Xc)?a.ka(null,f):hb(a)?null!=f&&f<a.length?a[f|0]:null:\"string\"===typeof a?null!=f&&f<a.length?a.charAt(f|0):null:n(Gb,a)?Kb.b(a,f):null};\ny.c=function(a,f,g){return null!=a?null!=a&&(a.g&256||d===a.Xc)?a.O(null,f,g):hb(a)?null!=f&&-1<f&&f<a.length?a[f|0]:g:\"string\"===typeof a?null!=f&&-1<f&&f<a.length?a.charAt(f|0):g:n(Gb,a)?Kb.c(a,f,g):g:g};y.s=3;var M=function M(a){switch(arguments.length){case 3:return M.c(arguments[0],arguments[1],arguments[2]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return M.h(arguments[0],arguments[1],arguments[2],new bd(g.slice(3),0,null))}};\nM.c=function(a,f,g){return null!=a&&(a.g&512||d===a.td)?a.Da(null,f,g):null!=a?Lb(a,f,g):Od([f,g])};M.h=function(a,f,g,h){for(;;)if(a=M.c(a,f,g),m(h))f=C(h),g=C(E(h)),h=E(E(h));else return a};M.v=function(a){var f=C(a),g=E(a);a=C(g);var h=E(g);g=C(h);h=E(h);return this.h(f,a,g,h)};M.s=3;\nvar Pd=function Pd(a){switch(arguments.length){case 1:return Pd.a(arguments[0]);case 2:return Pd.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Pd.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};Pd.a=function(a){return a};Pd.b=function(a,f){return null==a?null:Ob(a,f)};Pd.h=function(a,f,g){for(;;){if(null==a)return null;a=Pd.b(a,f);if(m(g))f=C(g),g=E(g);else return a}};\nPd.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};Pd.s=2;function Qd(a){var f=fa(a);return f?f:null!=a?d===a.Qc?!0:a.Ec?!1:n(rb,a):n(rb,a)}function Rd(a,f){this.m=a;this.meta=f;this.g=393217;this.w=0}b=Rd.prototype;b.K=function(){return this.meta};b.N=function(a,f){return new Rd(this.m,f)};b.Qc=d;\nb.call=function(a){switch(arguments.length-1){case 0:return this.j();case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);case 3:return this.c(arguments[1],arguments[2],arguments[3]);case 4:return this.u(arguments[1],arguments[2],arguments[3],arguments[4]);case 5:return this.H(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]);case 6:return this.sa(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6]);case 7:return this.Za(arguments[1],\narguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7]);case 8:return this.$a(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8]);case 9:return this.ab(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9]);case 10:return this.Oa(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10]);\ncase 11:return this.Pa(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11]);case 12:return this.Qa(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11],arguments[12]);case 13:return this.Ra(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],\narguments[11],arguments[12],arguments[13]);case 14:return this.Sa(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11],arguments[12],arguments[13],arguments[14]);case 15:return this.Ta(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11],arguments[12],arguments[13],arguments[14],arguments[15]);case 16:return this.Ua(arguments[1],\narguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11],arguments[12],arguments[13],arguments[14],arguments[15],arguments[16]);case 17:return this.Va(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11],arguments[12],arguments[13],arguments[14],arguments[15],arguments[16],arguments[17]);case 18:return this.Wa(arguments[1],arguments[2],\narguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11],arguments[12],arguments[13],arguments[14],arguments[15],arguments[16],arguments[17],arguments[18]);case 19:return this.Xa(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11],arguments[12],arguments[13],arguments[14],arguments[15],arguments[16],arguments[17],arguments[18],arguments[19]);case 20:return this.Ya(arguments[1],\narguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11],arguments[12],arguments[13],arguments[14],arguments[15],arguments[16],arguments[17],arguments[18],arguments[19],arguments[20]);case 21:var f=arguments[1],g=arguments[2],h=arguments[3],k=arguments[4],l=arguments[5],q=arguments[6],r=arguments[7],t=arguments[8],u=arguments[9],v=arguments[10],x=arguments[11],z=arguments[12],D=arguments[13],F=arguments[14],J=arguments[15],\nS=arguments[16],O=arguments[17],Y=arguments[18],W=arguments[19],T=arguments[20],Ca=arguments[21];return Sd.Wc?Sd.Wc(this.m,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W,T,Ca):Sd.call(null,this.m,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W,T,Ca);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};b.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.j=function(){return this.m.j?this.m.j():this.m.call(null)};\nb.a=function(a){return this.m.a?this.m.a(a):this.m.call(null,a)};b.b=function(a,f){return this.m.b?this.m.b(a,f):this.m.call(null,a,f)};b.c=function(a,f,g){return this.m.c?this.m.c(a,f,g):this.m.call(null,a,f,g)};b.u=function(a,f,g,h){return this.m.u?this.m.u(a,f,g,h):this.m.call(null,a,f,g,h)};b.H=function(a,f,g,h,k){return this.m.H?this.m.H(a,f,g,h,k):this.m.call(null,a,f,g,h,k)};b.sa=function(a,f,g,h,k,l){return this.m.sa?this.m.sa(a,f,g,h,k,l):this.m.call(null,a,f,g,h,k,l)};\nb.Za=function(a,f,g,h,k,l,q){return this.m.Za?this.m.Za(a,f,g,h,k,l,q):this.m.call(null,a,f,g,h,k,l,q)};b.$a=function(a,f,g,h,k,l,q,r){return this.m.$a?this.m.$a(a,f,g,h,k,l,q,r):this.m.call(null,a,f,g,h,k,l,q,r)};b.ab=function(a,f,g,h,k,l,q,r,t){return this.m.ab?this.m.ab(a,f,g,h,k,l,q,r,t):this.m.call(null,a,f,g,h,k,l,q,r,t)};b.Oa=function(a,f,g,h,k,l,q,r,t,u){return this.m.Oa?this.m.Oa(a,f,g,h,k,l,q,r,t,u):this.m.call(null,a,f,g,h,k,l,q,r,t,u)};\nb.Pa=function(a,f,g,h,k,l,q,r,t,u,v){return this.m.Pa?this.m.Pa(a,f,g,h,k,l,q,r,t,u,v):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v)};b.Qa=function(a,f,g,h,k,l,q,r,t,u,v,x){return this.m.Qa?this.m.Qa(a,f,g,h,k,l,q,r,t,u,v,x):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v,x)};b.Ra=function(a,f,g,h,k,l,q,r,t,u,v,x,z){return this.m.Ra?this.m.Ra(a,f,g,h,k,l,q,r,t,u,v,x,z):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v,x,z)};\nb.Sa=function(a,f,g,h,k,l,q,r,t,u,v,x,z,D){return this.m.Sa?this.m.Sa(a,f,g,h,k,l,q,r,t,u,v,x,z,D):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v,x,z,D)};b.Ta=function(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F){return this.m.Ta?this.m.Ta(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v,x,z,D,F)};b.Ua=function(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J){return this.m.Ua?this.m.Ua(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J)};\nb.Va=function(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S){return this.m.Va?this.m.Va(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S)};b.Wa=function(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O){return this.m.Wa?this.m.Wa(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O)};\nb.Xa=function(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y){return this.m.Xa?this.m.Xa(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y)};b.Ya=function(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W){return this.m.Ya?this.m.Ya(a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W):this.m.call(null,a,f,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W)};function Ud(a,f){return fa(a)?new Rd(a,f):null==a?null:cc(a,f)}\nfunction Yd(a){return null!=a&&(null!=a?a.g&131072||d===a.ad||(a.g?0:n(ac,a)):n(ac,a))?bc(a):null}function Zd(a){return null==a?null:Wb(a)}function $d(a){return null==a?null:Xb(a)}var ae=function ae(a){switch(arguments.length){case 1:return ae.a(arguments[0]);case 2:return ae.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return ae.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};ae.a=function(a){return a};\nae.b=function(a,f){return null==a?null:Tb(a,f)};ae.h=function(a,f,g){for(;;){if(null==a)return null;a=ae.b(a,f);if(m(g))f=C(g),g=E(g);else return a}};ae.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};ae.s=2;function be(a){return null==a||ib(B(a))}function ce(a){return null==a?!1:null!=a?a.g&8||d===a.vd?!0:a.g?!1:n(xb,a):n(xb,a)}function de(a){return null==a?!1:null!=a?a.g&4096||d===a.dd?!0:a.g?!1:n(Rb,a):n(Rb,a)}\nfunction ee(a){return null!=a?a.g&16777216||d===a.jc?!0:a.g?!1:n(oc,a):n(oc,a)}function fe(a){return null==a?!1:null!=a?a.g&1024||d===a.Yc?!0:a.g?!1:n(Nb,a):n(Nb,a)}function ge(a){return null!=a?a.g&67108864||d===a.Cd?!0:a.g?!1:n(qc,a):n(qc,a)}function he(a){return null!=a?a.g&16384||d===a.Ed?!0:a.g?!1:n(Yb,a):n(Yb,a)}function ie(a){return null!=a?a.w&512||d===a.ud?!0:!1:!1}function je(a,f,g,h,k){for(;0!==k;)g[h]=a[f],h+=1,--k,f+=1}var ke={};function le(a){return!0===a}\nfunction me(a){return null==a?!1:!1===a?!1:!0}function ne(a){var f=Qd(a);return f?f:null!=a?a.g&1||d===a.wd?!0:a.g?!1:n(sb,a):n(sb,a)}function oe(a,f){return y.c(a,f,ke)===ke?!1:!0}function Fd(a){switch(arguments.length){case 2:return Ed(arguments[0],arguments[1]);case 3:return Hd(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}}\nfunction Ed(a,f){var g=B(f);return g?(f=C(g),g=E(g),pb?pb(a,f,g):qb.call(null,a,f,g)):a.j?a.j():a.call(null)}function Hd(a,f,g){for(g=B(g);;)if(g){var h=C(g);f=a.b?a.b(f,h):a.call(null,f,h);if(md(f))return w(f);g=E(g)}else return f}function pe(a,f){a=Jc(a);if(m(a.Z()))for(var g=a.next();;)if(a.Z()){var h=a.next();g=f.b?f.b(g,h):f.call(null,g,h);if(md(g))return w(g)}else return g;else return f.j?f.j():f.call(null)}\nfunction qe(a,f,g){for(a=Jc(a);;)if(a.Z()){var h=a.next();g=f.b?f.b(g,h):f.call(null,g,h);if(md(g))return w(g)}else return g}function qb(a){switch(arguments.length){case 2:return re(arguments[0],arguments[1]);case 3:return pb(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}}function re(a,f){return null!=f&&(f.g&524288||d===f.bd)?f.ca(null,a):hb(f)?rd(f,a):\"string\"===typeof f?rd(f,a):n(dc,f)?hc.b(f,a):ad(f)?pe(f,a):Ed(a,f)}\nfunction pb(a,f,g){return null!=g&&(g.g&524288||d===g.bd)?g.da(null,a,f):hb(g)?sd(g,a,f):\"string\"===typeof g?sd(g,a,f):n(dc,g)?hc.c(g,a,f):ad(g)?qe(g,a,f):Hd(a,f,g)}function se(a,f,g){return null!=g?jc(g,a,f):f}function te(a){return a}function ue(a,f,g,h){a=a.a?a.a(f):a.call(null,f);g=pb(a,g,h);return a.a?a.a(g):a.call(null,g)}\nvar ve=function ve(a){switch(arguments.length){case 0:return ve.j();case 1:return ve.a(arguments[0]);case 2:return ve.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return ve.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};ve.j=function(){return 0};ve.a=function(a){return a};ve.b=function(a,f){return a+f};ve.h=function(a,f,g){return pb(ve,a+f,g)};ve.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};\nve.s=2;function we(a){return a-1}var xe=function xe(a){switch(arguments.length){case 1:return xe.a(arguments[0]);case 2:return xe.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return xe.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};xe.a=function(a){return a};xe.b=function(a,f){return a>f?a:f};xe.h=function(a,f,g){return pb(xe,a>f?a:f,g)};xe.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};xe.s=2;\nfunction ye(a){a=(a-a%2)/2;return 0<=a?Math.floor(a):Math.ceil(a)}function ze(a){a-=a>>1&1431655765;a=(a&858993459)+(a>>2&858993459);return 16843009*(a+(a>>4)&252645135)>>24}var p=function p(a){switch(arguments.length){case 0:return p.j();case 1:return p.a(arguments[0]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return p.h(arguments[0],new bd(g.slice(1),0,null))}};p.j=function(){return\"\"};p.a=function(a){return null==a?\"\":[a].join(\"\")};\np.h=function(a,f){for(a=new Qa(p.a(a));;)if(m(f))a=a.append(p.a(C(f))),f=E(f);else return a.toString()};p.v=function(a){var f=C(a);a=E(a);return this.h(f,a)};p.s=1;function Bd(a,f){if(ee(f))if(ud(a)&&ud(f)&&I(a)!==I(f))a=!1;else a:for(a=B(a),f=B(f);;){if(null==a){a=null==f;break a}if(null!=f&&G.b(C(a),C(f)))a=E(a),f=E(f);else{a=!1;break a}}else a=null;return me(a)}function Ld(a,f,g,h,k){this.meta=a;this.first=f;this.Ja=g;this.count=h;this.o=k;this.g=65937646;this.w=8192}b=Ld.prototype;\nb.toString=function(){return Lc(this)};b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,this.count)}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){return 1===this.count?null:this.Ja};b.M=function(){return this.count};b.bb=function(){return this.first};b.cb=function(){return this.ea(null)};\nb.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){return Bd(this,f)};b.U=function(){return cc(dd,this.meta)};b.ca=function(a,f){return Ed(f,this)};b.da=function(a,f,g){return Hd(f,g,this)};b.ba=function(){return this.first};b.ea=function(){return 1===this.count?dd:this.Ja};b.S=function(){return this};b.N=function(a,f){return f===this.meta?this:new Ld(f,this.first,this.Ja,this.count,this.o)};b.X=function(a,f){return new Ld(this.meta,f,this,this.count+1,null)};\nLd.prototype[mb]=function(){return fd(this)};function Ae(a){this.meta=a;this.g=65937614;this.w=8192}b=Ae.prototype;b.toString=function(){return Lc(this)};b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){return null};b.M=function(){return 0};b.bb=function(){return null};b.cb=function(){throw Error(\"Can't pop empty list\");};b.J=function(){return hd};\nb.G=function(a,f){return(null!=f?f.g&33554432||d===f.Ad||(f.g?0:n(pc,f)):n(pc,f))||ee(f)?null==B(f):!1};b.U=function(){return this};b.ca=function(a,f){return Ed(f,this)};b.da=function(a,f,g){return Hd(f,g,this)};b.ba=function(){return null};b.ea=function(){return dd};b.S=function(){return null};b.N=function(a,f){return f===this.meta?this:new Ae(f)};b.X=function(a,f){return new Ld(this.meta,f,null,1,null)};var dd=new Ae(null);Ae.prototype[mb]=function(){return fd(this)};\nfunction Be(a){return(null!=a?a.g&134217728||d===a.Dd||(a.g?0:n(rc,a)):n(rc,a))?(a=sc(a))?a:dd:pb(Jd,dd,a)}function Ce(a,f,g,h){this.meta=a;this.first=f;this.Ja=g;this.o=h;this.g=65929452;this.w=8192}b=Ce.prototype;b.toString=function(){return Lc(this)};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){return null==this.Ja?null:B(this.Ja)};b.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};\nb.ca=function(a,f){return Ed(f,this)};b.da=function(a,f,g){return Hd(f,g,this)};b.ba=function(){return this.first};b.ea=function(){return null==this.Ja?dd:this.Ja};b.S=function(){return this};b.N=function(a,f){return f===this.meta?this:new Ce(f,this.first,this.Ja,this.o)};b.X=function(a,f){return new Ce(null,f,this,null)};Ce.prototype[mb]=function(){return fd(this)};\nfunction Cd(a,f){return null==f?new Ld(null,a,null,1,null):null!=f&&(f.g&64||d===f.R)?new Ce(null,a,f,null):new Ce(null,a,B(f),null)}function A(a,f,g,h){this.Lb=a;this.name=f;this.ta=g;this.lb=h;this.g=2153775105;this.w=4096}b=A.prototype;b.toString=function(){return[\":\",p.a(this.ta)].join(\"\")};b.G=function(a,f){return f instanceof A?this.ta===f.ta:!1};\nb.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};b.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return y.b(a,this)};b.b=function(a,f){return y.c(a,this,f)};b.J=function(){var a=this.lb;return null!=a?a:this.lb=a=Xc(Sc(this.name),Vc(this.Lb))+2654435769|0};b.I=function(a,f){return tc(f,[\":\",p.a(this.ta)].join(\"\"))};\nfunction De(a,f){return a===f?!0:a instanceof A&&f instanceof A?a.ta===f.ta:!1}function Ee(a){if(null!=a&&(a.w&4096||d===a.yc))return a.Lb;throw Error([\"Doesn't support namespace: \",p.a(a)].join(\"\"));}var Ge=function Ge(a){switch(arguments.length){case 1:return Ge.a(arguments[0]);case 2:return Ge.b(arguments[0],arguments[1]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};\nGe.a=function(a){if(a instanceof A)return a;if(a instanceof Zc)return new A(Ee(a),He.a?He.a(a):He.call(null,a),a.La,null);if(\"string\"===typeof a){var f=a.split(\"/\");return 2===f.length?new A(f[0],f[1],a,null):new A(null,f[0],a,null)}return null};\nGe.b=function(a,f){a=a instanceof A?He.a?He.a(a):He.call(null,a):a instanceof Zc?He.a?He.a(a):He.call(null,a):a;f=f instanceof A?He.a?He.a(f):He.call(null,f):f instanceof Zc?He.a?He.a(f):He.call(null,f):f;return new A(a,f,[m(a)?[p.a(a),\"/\"].join(\"\"):null,p.a(f)].join(\"\"),null)};Ge.s=2;function Ie(a,f,g){this.meta=a;this.Fb=f;this.B=null;this.o=g;this.g=32374988;this.w=1}b=Ie.prototype;b.toString=function(){return Lc(this)};\nfunction Je(a){null!=a.Fb&&(a.B=a.Fb.j?a.Fb.j():a.Fb.call(null),a.Fb=null);return a.B}b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){this.S(null);return null==this.B?null:E(this.B)};b.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){return Bd(this,f)};\nb.U=function(){return cc(dd,this.meta)};b.ca=function(a,f){return Ed(f,this)};b.da=function(a,f,g){return Hd(f,g,this)};b.ba=function(){this.S(null);return null==this.B?null:C(this.B)};b.ea=function(){this.S(null);return null!=this.B?cd(this.B):dd};b.S=function(){Je(this);if(null==this.B)return null;for(var a=this.B;;)if(a instanceof Ie)a=Je(a);else return this.B=a,B(this.B)};b.N=function(a,f){var g=this;return f===this.meta?g:new Ie(f,function(){return g.S(null)},this.o)};\nb.X=function(a,f){return Cd(f,this)};Ie.prototype[mb]=function(){return fd(this)};function Ke(a){this.F=a;this.end=0;this.g=2;this.w=0}Ke.prototype.add=function(a){this.F[this.end]=a;return this.end+=1};Ke.prototype.na=function(){var a=new Le(this.F,0,this.end);this.F=null;return a};Ke.prototype.M=function(){return this.end};function Me(a){return new Ke(Array(a))}function Le(a,f,g){this.f=a;this.ga=f;this.end=g;this.g=524306;this.w=0}b=Le.prototype;b.M=function(){return this.end-this.ga};\nb.C=function(a,f){return this.f[this.ga+f]};b.ia=function(a,f,g){return 0<=f&&f<this.end-this.ga?this.f[this.ga+f]:g};b.gc=function(){if(this.ga===this.end)throw Error(\"-drop-first of empty chunk\");return new Le(this.f,this.ga+1,this.end)};b.ca=function(a,f){return td(this.f,f,this.f[this.ga],this.ga+1)};b.da=function(a,f,g){return td(this.f,f,g,this.ga)};function Ne(a,f,g,h){this.na=a;this.wa=f;this.meta=g;this.o=h;this.g=31850732;this.w=1536}b=Ne.prototype;b.toString=function(){return Lc(this)};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){return 1<ub(this.na)?new Ne(Dc(this.na),this.wa,null,null):null==this.wa?null:nc(this.wa)};b.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};\nb.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};b.ba=function(){return Ab.b(this.na,0)};b.ea=function(){return 1<ub(this.na)?new Ne(Dc(this.na),this.wa,null,null):null==this.wa?dd:this.wa};b.S=function(){return this};b.Rb=function(){return this.na};b.mb=function(){return null==this.wa?dd:this.wa};b.N=function(a,f){return f===this.meta?this:new Ne(this.na,this.wa,f,this.o)};b.X=function(a,f){return Cd(f,this)};b.hc=function(){return null==this.wa?null:this.wa};Ne.prototype[mb]=function(){return fd(this)};\nfunction Oe(a,f){return 0===ub(a)?f:new Ne(a,f,null,null)}function Pe(a,f){a.add(f)}function Qe(a){return a.na()}function Re(a,f){if(ud(f))return I(f);var g=0;for(f=B(f);;)if(null!=f&&g<a)g+=1,f=E(f);else return g}\nvar Se=function Se(a){if(null==a)return null;var g=E(a);return null==g?B(C(a)):Cd(C(a),Se.a?Se.a(g):Se.call(null,g))},Te=function Te(a){switch(arguments.length){case 0:return Te.j();case 1:return Te.a(arguments[0]);case 2:return Te.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Te.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};Te.j=function(){return new Ie(null,function(){return null},null)};\nTe.a=function(a){return new Ie(null,function(){return a},null)};Te.b=function(a,f){return new Ie(null,function(){var g=B(a);return g?ie(g)?Oe(Ec(g),Te.b(Fc(g),f)):Cd(C(g),Te.b(cd(g),f)):f},null)};Te.h=function(a,f,g){return function q(k,l){return new Ie(null,function(){var r=B(k);return r?ie(r)?Oe(Ec(r),q(Fc(r),l)):Cd(C(r),q(cd(r),l)):m(l)?q(C(l),E(l)):null},null)}(Te.b(a,f),g)};Te.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};Te.s=2;\nvar Ue=function Ue(a){switch(arguments.length){case 0:return Ue.j();case 1:return Ue.a(arguments[0]);case 2:return Ue.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Ue.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};Ue.j=function(){return yc(Kd)};Ue.a=function(a){return a};Ue.b=function(a,f){return Ac(a,f)};Ue.h=function(a,f,g){for(;;)if(a=Ac(a,f),m(g))f=C(g),g=E(g);else return a};\nUe.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};Ue.s=2;\nfunction Ve(a,f,g){var h=B(g);if(0===f)return a.j?a.j():a.call(null);g=Cb(h);var k=Db(h);if(1===f)return a.a?a.a(g):a.call(null,g);h=Cb(k);var l=Db(k);if(2===f)return a.b?a.b(g,h):a.call(null,g,h);k=Cb(l);var q=Db(l);if(3===f)return a.c?a.c(g,h,k):a.call(null,g,h,k);l=Cb(q);var r=Db(q);if(4===f)return a.u?a.u(g,h,k,l):a.call(null,g,h,k,l);q=Cb(r);var t=Db(r);if(5===f)return a.H?a.H(g,h,k,l,q):a.call(null,g,h,k,l,q);r=Cb(t);var u=Db(t);if(6===f)return a.sa?a.sa(g,h,k,l,q,r):a.call(null,g,h,k,l,q,r);\nt=Cb(u);var v=Db(u);if(7===f)return a.Za?a.Za(g,h,k,l,q,r,t):a.call(null,g,h,k,l,q,r,t);u=Cb(v);var x=Db(v);if(8===f)return a.$a?a.$a(g,h,k,l,q,r,t,u):a.call(null,g,h,k,l,q,r,t,u);v=Cb(x);var z=Db(x);if(9===f)return a.ab?a.ab(g,h,k,l,q,r,t,u,v):a.call(null,g,h,k,l,q,r,t,u,v);x=Cb(z);var D=Db(z);if(10===f)return a.Oa?a.Oa(g,h,k,l,q,r,t,u,v,x):a.call(null,g,h,k,l,q,r,t,u,v,x);z=Cb(D);var F=Db(D);if(11===f)return a.Pa?a.Pa(g,h,k,l,q,r,t,u,v,x,z):a.call(null,g,h,k,l,q,r,t,u,v,x,z);D=Cb(F);var J=Db(F);\nif(12===f)return a.Qa?a.Qa(g,h,k,l,q,r,t,u,v,x,z,D):a.call(null,g,h,k,l,q,r,t,u,v,x,z,D);F=Cb(J);var S=Db(J);if(13===f)return a.Ra?a.Ra(g,h,k,l,q,r,t,u,v,x,z,D,F):a.call(null,g,h,k,l,q,r,t,u,v,x,z,D,F);J=Cb(S);var O=Db(S);if(14===f)return a.Sa?a.Sa(g,h,k,l,q,r,t,u,v,x,z,D,F,J):a.call(null,g,h,k,l,q,r,t,u,v,x,z,D,F,J);S=Cb(O);var Y=Db(O);if(15===f)return a.Ta?a.Ta(g,h,k,l,q,r,t,u,v,x,z,D,F,J,S):a.call(null,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S);O=Cb(Y);var W=Db(Y);if(16===f)return a.Ua?a.Ua(g,h,k,l,q,r,t,\nu,v,x,z,D,F,J,S,O):a.call(null,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O);Y=Cb(W);var T=Db(W);if(17===f)return a.Va?a.Va(g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y):a.call(null,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y);W=Cb(T);var Ca=Db(T);if(18===f)return a.Wa?a.Wa(g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W):a.call(null,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W);T=Cb(Ca);Ca=Db(Ca);if(19===f)return a.Xa?a.Xa(g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W,T):a.call(null,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W,T);var Fb=Cb(Ca);Db(Ca);if(20===f)return a.Ya?\na.Ya(g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W,T,Fb):a.call(null,g,h,k,l,q,r,t,u,v,x,z,D,F,J,S,O,Y,W,T,Fb);throw Error(\"Only up to 20 arguments supported on functions\");}function We(a){return null!=a&&(a.g&128||d===a.xb)?a.aa():B(cd(a))}function Xe(a,f,g){return null==g?a.a?a.a(f):a.call(a,f):Ye(a,f,Cb(g),We(g))}function Ye(a,f,g,h){return null==h?a.b?a.b(f,g):a.call(a,f,g):Ze(a,f,g,Cb(h),We(h))}function Ze(a,f,g,h,k){return null==k?a.c?a.c(f,g,h):a.call(a,f,g,h):$e(a,f,g,h,Cb(k),We(k))}\nfunction $e(a,f,g,h,k,l){if(null==l)return a.u?a.u(f,g,h,k):a.call(a,f,g,h,k);var q=Cb(l),r=E(l);if(null==r)return a.H?a.H(f,g,h,k,q):a.call(a,f,g,h,k,q);l=Cb(r);var t=E(r);if(null==t)return a.sa?a.sa(f,g,h,k,q,l):a.call(a,f,g,h,k,q,l);r=Cb(t);var u=E(t);if(null==u)return a.Za?a.Za(f,g,h,k,q,l,r):a.call(a,f,g,h,k,q,l,r);t=Cb(u);var v=E(u);if(null==v)return a.$a?a.$a(f,g,h,k,q,l,r,t):a.call(a,f,g,h,k,q,l,r,t);u=Cb(v);var x=E(v);if(null==x)return a.ab?a.ab(f,g,h,k,q,l,r,t,u):a.call(a,f,g,h,k,q,l,r,\nt,u);v=Cb(x);var z=E(x);if(null==z)return a.Oa?a.Oa(f,g,h,k,q,l,r,t,u,v):a.call(a,f,g,h,k,q,l,r,t,u,v);x=Cb(z);var D=E(z);if(null==D)return a.Pa?a.Pa(f,g,h,k,q,l,r,t,u,v,x):a.call(a,f,g,h,k,q,l,r,t,u,v,x);z=Cb(D);var F=E(D);if(null==F)return a.Qa?a.Qa(f,g,h,k,q,l,r,t,u,v,x,z):a.call(a,f,g,h,k,q,l,r,t,u,v,x,z);D=Cb(F);var J=E(F);if(null==J)return a.Ra?a.Ra(f,g,h,k,q,l,r,t,u,v,x,z,D):a.call(a,f,g,h,k,q,l,r,t,u,v,x,z,D);F=Cb(J);var S=E(J);if(null==S)return a.Sa?a.Sa(f,g,h,k,q,l,r,t,u,v,x,z,D,F):a.call(a,\nf,g,h,k,q,l,r,t,u,v,x,z,D,F);J=Cb(S);var O=E(S);if(null==O)return a.Ta?a.Ta(f,g,h,k,q,l,r,t,u,v,x,z,D,F,J):a.call(a,f,g,h,k,q,l,r,t,u,v,x,z,D,F,J);S=Cb(O);var Y=E(O);if(null==Y)return a.Ua?a.Ua(f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S):a.call(a,f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S);O=Cb(Y);var W=E(Y);if(null==W)return a.Va?a.Va(f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S,O):a.call(a,f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S,O);Y=Cb(W);var T=E(W);if(null==T)return a.Wa?a.Wa(f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S,O,Y):a.call(a,f,g,h,k,q,l,r,\nt,u,v,x,z,D,F,J,S,O,Y);W=Cb(T);var Ca=E(T);if(null==Ca)return a.Xa?a.Xa(f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S,O,Y,W):a.call(a,f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S,O,Y,W);T=Cb(Ca);Ca=E(Ca);if(null==Ca)return a.Ya?a.Ya(f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S,O,Y,W,T):a.call(a,f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S,O,Y,W,T);f=[f,g,h,k,q,l,r,t,u,v,x,z,D,F,J,S,O,Y,W,T];for(g=Ca;;)if(g)f.push(Cb(g)),g=E(g);else break;return a.apply(a,f)}\nfunction Sd(a){switch(arguments.length){case 2:return af(arguments[0],arguments[1]);case 3:return bf(arguments[0],arguments[1],arguments[2]);case 4:return cf(arguments[0],arguments[1],arguments[2],arguments[3]);case 5:return df(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4]);default:for(var f=[],g=arguments.length,h=0;;)if(h<g)f.push(arguments[h]),h+=1;else break;return ef(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4],new bd(f.slice(5),0,null))}}\nfunction af(a,f){if(a.v){var g=a.s,h=Re(g+1,f);return h<=g?Ve(a,h,f):a.v(f)}f=B(f);return null==f?a.j?a.j():a.call(a):Xe(a,Cb(f),We(f))}function bf(a,f,g){if(a.v){f=Cd(f,g);var h=a.s;g=Re(h,g)+1;return g<=h?Ve(a,g,f):a.v(f)}return Xe(a,f,B(g))}function cf(a,f,g,h){return a.v?(f=Cd(f,Cd(g,h)),g=a.s,h=2+Re(g-1,h),h<=g?Ve(a,h,f):a.v(f)):Ye(a,f,g,B(h))}function df(a,f,g,h,k){return a.v?(f=Cd(f,Cd(g,Cd(h,k))),g=a.s,k=3+Re(g-2,k),k<=g?Ve(a,k,f):a.v(f)):Ze(a,f,g,h,B(k))}\nfunction ef(a,f,g,h,k,l){return a.v?(l=Se(l),f=Cd(f,Cd(g,Cd(h,Cd(k,l)))),g=a.s,l=4+Re(g-3,l),l<=g?Ve(a,l,f):a.v(f)):$e(a,f,g,h,k,Se(l))}function ff(a,f){return!G.b(a,f)}function hf(a){return B(a)?a:null}\nfunction jf(){if(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof Ua)Ua=function(a){this.ld=a;this.g=393216;this.w=0},Ua.prototype.N=function(a,f){return new Ua(f)},Ua.prototype.K=function(){return this.ld},Ua.prototype.Z=function(){return!1},Ua.prototype.next=function(){return Error(\"No such element\")},Ua.prototype.remove=function(){return Error(\"Unsupported operation\")},Ua.mc=function(){return new N(null,1,5,P,[kf],null)},Ua.Db=!0,Ua.fb=\"cljs.core/t_cljs$core6645\",Ua.Xb=function(a){return tc(a,\n\"cljs.core/t_cljs$core6645\")};return new Ua(lf)}var mf={},nf={};function of(a){this.ub=mf;this.Ma=a}of.prototype.Z=function(){this.ub===mf?(this.ub=nf,this.Ma=B(this.Ma)):this.ub===this.Ma&&(this.Ma=E(this.ub));return null!=this.Ma};of.prototype.next=function(){if(this.Z())return this.ub=this.Ma,C(this.Ma);throw Error(\"No such element\");};of.prototype.remove=function(){return Error(\"Unsupported operation\")};\nfunction pf(a,f){for(;;){if(null==B(f))return!0;var g=C(f);g=a.a?a.a(g):a.call(null,g);if(m(g))f=E(f);else return!1}}function qf(a,f){for(;;)if(f=B(f)){var g=C(f);g=a.a?a.a(g):a.call(null,g);if(m(g))return g;f=E(f)}else return null}function rf(a){if(\"number\"===typeof a&&!isNaN(a)&&Infinity!==a&&parseFloat(a)===parseInt(a,10))return 0===(a&1);throw Error([\"Argument must be an integer: \",p.a(a)].join(\"\"));}\nfunction sf(a){return function(){function f(q,r){return ib(a.b?a.b(q,r):a.call(null,q,r))}function g(q){return ib(a.a?a.a(q):a.call(null,q))}function h(){return ib(a.j?a.j():a.call(null))}var k=null,l=function(){function q(t,u,v){var x=null;if(2<arguments.length){x=0;for(var z=Array(arguments.length-2);x<z.length;)z[x]=arguments[x+2],++x;x=new bd(z,0,null)}return r.call(this,t,u,x)}function r(t,u,v){return ib(cf(a,t,u,v))}q.s=2;q.v=function(t){var u=C(t);t=E(t);var v=C(t);t=cd(t);return r(u,v,t)};\nq.h=r;return q}();k=function(q,r,t){switch(arguments.length){case 0:return h.call(this);case 1:return g.call(this,q);case 2:return f.call(this,q,r);default:var u=null;if(2<arguments.length){u=0;for(var v=Array(arguments.length-2);u<v.length;)v[u]=arguments[u+2],++u;u=new bd(v,0,null)}return l.h(q,r,u)}throw Error(\"Invalid arity: \"+arguments.length);};k.s=2;k.v=l.v;k.j=h;k.a=g;k.b=f;k.h=l.h;return k}()}\nfunction tf(){return function(){function a(f){if(0<arguments.length)for(var g=0,h=Array(arguments.length-0);g<h.length;)h[g]=arguments[g+0],++g;return!1}a.s=0;a.v=function(f){B(f);return!1};a.h=function(){return!1};return a}()}\nvar uf=function uf(a){switch(arguments.length){case 1:return uf.a(arguments[0]);case 2:return uf.b(arguments[0],arguments[1]);case 3:return uf.c(arguments[0],arguments[1],arguments[2]);case 4:return uf.u(arguments[0],arguments[1],arguments[2],arguments[3]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return uf.h(arguments[0],arguments[1],arguments[2],arguments[3],new bd(g.slice(4),0,null))}};uf.a=function(a){return a};\nuf.b=function(a,f){return function(){function g(t,u,v){return a.u?a.u(f,t,u,v):a.call(null,f,t,u,v)}function h(t,u){return a.c?a.c(f,t,u):a.call(null,f,t,u)}function k(t){return a.b?a.b(f,t):a.call(null,f,t)}function l(){return a.a?a.a(f):a.call(null,f)}var q=null,r=function(){function t(v,x,z,D){var F=null;if(3<arguments.length){F=0;for(var J=Array(arguments.length-3);F<J.length;)J[F]=arguments[F+3],++F;F=new bd(J,0,null)}return u.call(this,v,x,z,F)}function u(v,x,z,D){return ef(a,f,v,x,z,Dd([D]))}\nt.s=3;t.v=function(v){var x=C(v);v=E(v);var z=C(v);v=E(v);var D=C(v);v=cd(v);return u(x,z,D,v)};t.h=u;return t}();q=function(t,u,v,x){switch(arguments.length){case 0:return l.call(this);case 1:return k.call(this,t);case 2:return h.call(this,t,u);case 3:return g.call(this,t,u,v);default:var z=null;if(3<arguments.length){z=0;for(var D=Array(arguments.length-3);z<D.length;)D[z]=arguments[z+3],++z;z=new bd(D,0,null)}return r.h(t,u,v,z)}throw Error(\"Invalid arity: \"+arguments.length);};q.s=3;q.v=r.v;q.j=\nl;q.a=k;q.b=h;q.c=g;q.h=r.h;return q}()};\nuf.c=function(a,f,g){return function(){function h(u,v,x){return a.H?a.H(f,g,u,v,x):a.call(null,f,g,u,v,x)}function k(u,v){return a.u?a.u(f,g,u,v):a.call(null,f,g,u,v)}function l(u){return a.c?a.c(f,g,u):a.call(null,f,g,u)}function q(){return a.b?a.b(f,g):a.call(null,f,g)}var r=null,t=function(){function u(x,z,D,F){var J=null;if(3<arguments.length){J=0;for(var S=Array(arguments.length-3);J<S.length;)S[J]=arguments[J+3],++J;J=new bd(S,0,null)}return v.call(this,x,z,D,J)}function v(x,z,D,F){return ef(a,\nf,g,x,z,Dd([D,F]))}u.s=3;u.v=function(x){var z=C(x);x=E(x);var D=C(x);x=E(x);var F=C(x);x=cd(x);return v(z,D,F,x)};u.h=v;return u}();r=function(u,v,x,z){switch(arguments.length){case 0:return q.call(this);case 1:return l.call(this,u);case 2:return k.call(this,u,v);case 3:return h.call(this,u,v,x);default:var D=null;if(3<arguments.length){D=0;for(var F=Array(arguments.length-3);D<F.length;)F[D]=arguments[D+3],++D;D=new bd(F,0,null)}return t.h(u,v,x,D)}throw Error(\"Invalid arity: \"+arguments.length);\n};r.s=3;r.v=t.v;r.j=q;r.a=l;r.b=k;r.c=h;r.h=t.h;return r}()};\nuf.u=function(a,f,g,h){return function(){function k(v,x,z){return a.sa?a.sa(f,g,h,v,x,z):a.call(null,f,g,h,v,x,z)}function l(v,x){return a.H?a.H(f,g,h,v,x):a.call(null,f,g,h,v,x)}function q(v){return a.u?a.u(f,g,h,v):a.call(null,f,g,h,v)}function r(){return a.c?a.c(f,g,h):a.call(null,f,g,h)}var t=null,u=function(){function v(z,D,F,J){var S=null;if(3<arguments.length){S=0;for(var O=Array(arguments.length-3);S<O.length;)O[S]=arguments[S+3],++S;S=new bd(O,0,null)}return x.call(this,z,D,F,S)}function x(z,\nD,F,J){return ef(a,f,g,h,z,Dd([D,F,J]))}v.s=3;v.v=function(z){var D=C(z);z=E(z);var F=C(z);z=E(z);var J=C(z);z=cd(z);return x(D,F,J,z)};v.h=x;return v}();t=function(v,x,z,D){switch(arguments.length){case 0:return r.call(this);case 1:return q.call(this,v);case 2:return l.call(this,v,x);case 3:return k.call(this,v,x,z);default:var F=null;if(3<arguments.length){F=0;for(var J=Array(arguments.length-3);F<J.length;)J[F]=arguments[F+3],++F;F=new bd(J,0,null)}return u.h(v,x,z,F)}throw Error(\"Invalid arity: \"+\narguments.length);};t.s=3;t.v=u.v;t.j=r;t.a=q;t.b=l;t.c=k;t.h=u.h;return t}()};uf.h=function(a,f,g,h,k){return function(){function l(r){var t=null;if(0<arguments.length){t=0;for(var u=Array(arguments.length-0);t<u.length;)u[t]=arguments[t+0],++t;t=new bd(u,0,null)}return q.call(this,t)}function q(r){return df(a,f,g,h,Te.b(k,r))}l.s=0;l.v=function(r){r=B(r);return q(r)};l.h=q;return l}()};uf.v=function(a){var f=C(a),g=E(a);a=C(g);var h=E(g);g=C(h);var k=E(h);h=C(k);k=E(k);return this.h(f,a,g,h,k)};\nuf.s=4;\nfunction vf(){var a=wf,f=xf;return function(){function g(r,t,u){r=null==r?f:r;return a.c?a.c(r,t,u):a.call(null,r,t,u)}function h(r,t){r=null==r?f:r;return a.b?a.b(r,t):a.call(null,r,t)}function k(r){r=null==r?f:r;return a.a?a.a(r):a.call(null,r)}var l=null,q=function(){function r(u,v,x,z){var D=null;if(3<arguments.length){D=0;for(var F=Array(arguments.length-3);D<F.length;)F[D]=arguments[D+3],++D;D=new bd(F,0,null)}return t.call(this,u,v,x,D)}function t(u,v,x,z){return df(a,null==u?f:u,v,x,z)}r.s=\n3;r.v=function(u){var v=C(u);u=E(u);var x=C(u);u=E(u);var z=C(u);u=cd(u);return t(v,x,z,u)};r.h=t;return r}();l=function(r,t,u,v){switch(arguments.length){case 1:return k.call(this,r);case 2:return h.call(this,r,t);case 3:return g.call(this,r,t,u);default:var x=null;if(3<arguments.length){x=0;for(var z=Array(arguments.length-3);x<z.length;)z[x]=arguments[x+3],++x;x=new bd(z,0,null)}return q.h(r,t,u,x)}throw Error(\"Invalid arity: \"+arguments.length);};l.s=3;l.v=q.v;l.a=k;l.b=h;l.c=g;l.h=q.h;return l}()}\nfunction yf(a,f){return new Ie(null,function(){var g=B(f);if(g){if(ie(g)){for(var h=Ec(g),k=I(h),l=Me(k),q=0;;)if(q<k){var r=function(){var t=Ab.b(h,q);return a.a?a.a(t):a.call(null,t)}();null!=r&&l.add(r);q+=1}else break;return Oe(Qe(l),yf(a,Fc(g)))}k=function(){var t=C(g);return a.a?a.a(t):a.call(null,t)}();return null==k?yf(a,cd(g)):Cd(k,yf(a,cd(g)))}return null},null)}function zf(a){this.state=a;this.fa=this.rc=this.meta=null;this.w=16386;this.g=6455296}b=zf.prototype;\nb.G=function(a,f){return this===f};b.Ba=function(){return this.state};b.K=function(){return this.meta};b.Wb=function(a,f){for(var g=B(this.fa),h=null,k=0,l=0;;)if(l<k){var q=h.C(null,l),r=K(q,0,null);q=K(q,1,null);q.u?q.u(r,this,a,f):q.call(null,r,this,a,f);l+=1}else if(g=B(g))ie(g)?(h=Ec(g),g=Fc(g),r=h,k=I(h),h=r):(h=C(g),r=K(h,0,null),q=K(h,1,null),q.u?q.u(r,this,a,f):q.call(null,r,this,a,f),g=E(g),h=null,k=0),l=0;else break};b.Ab=function(a,f,g){this.fa=M.c(this.fa,f,g);return this};\nb.Bb=function(a,f){return this.fa=Pd.b(this.fa,f)};b.J=function(){return ia(this)};function Af(a){return new zf(a)}function Bf(a,f){if(a instanceof zf){var g=a.rc;if(null!=g&&!m(g.a?g.a(f):g.call(null,f)))throw Error(\"Validator rejected reference state\");g=a.state;a.state=f;null!=a.fa&&a.Wb(g,f);return f}return Gc(a,f)}\nvar Cf=function Cf(a){switch(arguments.length){case 2:return Cf.b(arguments[0],arguments[1]);case 3:return Cf.c(arguments[0],arguments[1],arguments[2]);case 4:return Cf.u(arguments[0],arguments[1],arguments[2],arguments[3]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Cf.h(arguments[0],arguments[1],arguments[2],arguments[3],new bd(g.slice(4),0,null))}};\nCf.b=function(a,f){if(a instanceof zf){var g=a.state;f=f.a?f.a(g):f.call(null,g);a=Bf(a,f)}else a=Hc.b(a,f);return a};Cf.c=function(a,f,g){if(a instanceof zf){var h=a.state;f=f.b?f.b(h,g):f.call(null,h,g);a=Bf(a,f)}else a=Hc.c(a,f,g);return a};Cf.u=function(a,f,g,h){if(a instanceof zf){var k=a.state;f=f.c?f.c(k,g,h):f.call(null,k,g,h);a=Bf(a,f)}else a=Hc.u(a,f,g,h);return a};Cf.h=function(a,f,g,h,k){return a instanceof zf?Bf(a,df(f,a.state,g,h,k)):Hc.H(a,f,g,h,k)};\nCf.v=function(a){var f=C(a),g=E(a);a=C(g);var h=E(g);g=C(h);var k=E(h);h=C(k);k=E(k);return this.h(f,a,g,h,k)};Cf.s=4;\nvar Df=function Df(a){switch(arguments.length){case 1:return Df.a(arguments[0]);case 2:return Df.b(arguments[0],arguments[1]);case 3:return Df.c(arguments[0],arguments[1],arguments[2]);case 4:return Df.u(arguments[0],arguments[1],arguments[2],arguments[3]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Df.h(arguments[0],arguments[1],arguments[2],arguments[3],new bd(g.slice(4),0,null))}};\nDf.a=function(a){return function(f){return function(){function g(r,t){t=a.a?a.a(t):a.call(null,t);return f.b?f.b(r,t):f.call(null,r,t)}function h(r){return f.a?f.a(r):f.call(null,r)}function k(){return f.j?f.j():f.call(null)}var l=null,q=function(){function r(u,v,x){var z=null;if(2<arguments.length){z=0;for(var D=Array(arguments.length-2);z<D.length;)D[z]=arguments[z+2],++z;z=new bd(D,0,null)}return t.call(this,u,v,z)}function t(u,v,x){v=bf(a,v,x);return f.b?f.b(u,v):f.call(null,u,v)}r.s=2;r.v=function(u){var v=\nC(u);u=E(u);var x=C(u);u=cd(u);return t(v,x,u)};r.h=t;return r}();l=function(r,t,u){switch(arguments.length){case 0:return k.call(this);case 1:return h.call(this,r);case 2:return g.call(this,r,t);default:var v=null;if(2<arguments.length){v=0;for(var x=Array(arguments.length-2);v<x.length;)x[v]=arguments[v+2],++v;v=new bd(x,0,null)}return q.h(r,t,v)}throw Error(\"Invalid arity: \"+arguments.length);};l.s=2;l.v=q.v;l.j=k;l.a=h;l.b=g;l.h=q.h;return l}()}};\nDf.b=function(a,f){return new Ie(null,function(){var g=B(f);if(g){if(ie(g)){for(var h=Ec(g),k=I(h),l=Me(k),q=0;;)if(q<k)Pe(l,function(){var r=Ab.b(h,q);return a.a?a.a(r):a.call(null,r)}()),q+=1;else break;return Oe(Qe(l),Df.b(a,Fc(g)))}return Cd(function(){var r=C(g);return a.a?a.a(r):a.call(null,r)}(),Df.b(a,cd(g)))}return null},null)};\nDf.c=function(a,f,g){return new Ie(null,function(){var h=B(f),k=B(g);if(h&&k){var l=C(h);var q=C(k);l=a.b?a.b(l,q):a.call(null,l,q);h=Cd(l,Df.c(a,cd(h),cd(k)))}else h=null;return h},null)};Df.u=function(a,f,g,h){return new Ie(null,function(){var k=B(f),l=B(g),q=B(h);if(k&&l&&q){var r=C(k);var t=C(l),u=C(q);r=a.c?a.c(r,t,u):a.call(null,r,t,u);k=Cd(r,Df.u(a,cd(k),cd(l),cd(q)))}else k=null;return k},null)};\nDf.h=function(a,f,g,h,k){return Df.b(function(l){return af(a,l)},function r(q){return new Ie(null,function(){var t=Df.b(B,q);return pf(te,t)?Cd(Df.b(C,t),r(Df.b(cd,t))):null},null)}(Jd.h(k,h,Dd([g,f]))))};Df.v=function(a){var f=C(a),g=E(a);a=C(g);var h=E(g);g=C(h);var k=E(h);h=C(k);k=E(k);return this.h(f,a,g,h,k)};Df.s=4;function Ef(a,f){return new Ie(null,function(){if(0<a){var g=B(f);return g?Cd(C(g),Ef(a-1,cd(g))):null}return null},null)}\nfunction Ff(a,f){return new Ie(null,function(){a:for(var g=a,h=f;;)if(h=B(h),0<g&&h)--g,h=cd(h);else break a;return h},null)}function Gf(a){return Df.c(function(f){return f},a,Ff(2,a))}function Hf(a,f){var g=B(f);for(a=B(Ff(a,f));;)if(a)g=E(g),a=E(a);else return g}function If(a,f,g,h){this.meta=a;this.count=f;this.A=g;this.next=h;this.o=null;this.g=32374988;this.w=1}b=If.prototype;b.toString=function(){return Lc(this)};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,this.count)}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){return null==this.next?1<this.count?this.next=new If(null,this.count-1,this.A,null):-1===this.count?this:null:this.next};\nb.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};b.ca=function(a,f){if(-1===this.count)for(var g=f.b?f.b(this.A,this.A):f.call(null,this.A,this.A);;){if(md(g))return w(g);g=f.b?f.b(g,this.A):f.call(null,g,this.A)}else for(a=1,g=this.A;;)if(a<this.count){g=f.b?f.b(g,this.A):f.call(null,g,this.A);if(md(g))return w(g);a+=1}else return g};\nb.da=function(a,f,g){if(-1===this.count)for(g=f.b?f.b(g,this.A):f.call(null,g,this.A);;){if(md(g))return w(g);g=f.b?f.b(g,this.A):f.call(null,g,this.A)}else for(a=0;;)if(a<this.count){g=f.b?f.b(g,this.A):f.call(null,g,this.A);if(md(g))return w(g);a+=1}else return g};b.ba=function(){return this.A};b.ea=function(){return null==this.next?1<this.count?this.next=new If(null,this.count-1,this.A,null):-1===this.count?this:dd:this.next};b.S=function(){return this};\nb.N=function(a,f){return f===this.meta?this:new If(f,this.count,this.A,this.next)};b.X=function(a,f){return Cd(f,this)};function Jf(a,f){return 0<a?new If(null,a,f,null):dd}\nfunction Kf(a,f){return new Ie(null,function(){var g=B(f);if(g){if(ie(g)){for(var h=Ec(g),k=I(h),l=Me(k),q=0;;)if(q<k){var r=Ab.b(h,q);r=a.a?a.a(r):a.call(null,r);m(r)&&(r=Ab.b(h,q),l.add(r));q+=1}else break;return Oe(Qe(l),Kf(a,Fc(g)))}h=C(g);g=cd(g);return m(a.a?a.a(h):a.call(null,h))?Cd(h,Kf(a,g)):Kf(a,g)}return null},null)}function Lf(a,f){return Kf(sf(a),f)}\nfunction Mf(a){return function h(g){return new Ie(null,function(){if(m(ee.a?ee.a(g):ee.call(null,g))){var k=Dd([B.a?B.a(g):B.call(null,g)]);k=af(Te,bf(Df,h,k))}else k=null;return Cd(g,k)},null)}(a)}function Nf(a){return Kf(function(f){return!ee(f)},cd(Mf(a)))}\nvar wf=function wf(a){switch(arguments.length){case 0:return wf.j();case 1:return wf.a(arguments[0]);case 2:return wf.b(arguments[0],arguments[1]);case 3:return wf.c(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};wf.j=function(){return Kd};wf.a=function(a){return a};wf.b=function(a,f){return null!=a?null!=a&&(a.w&4||d===a.Sc)?cc(Bc(pb(Ac,yc(a),f)),Yd(a)):pb(yb,a,f):pb(Jd,a,f)};\nwf.c=function(a,f,g){return null!=a&&(a.w&4||d===a.Sc)?cc(Bc(ue(f,Ue,yc(a),g)),Yd(a)):ue(f,Jd,a,g)};wf.s=3;function Of(a){return Bc(pb(function(f,g){return Ue.b(f,od.a?od.a(g):od.call(null,g))},yc(Kd),a))}function Pf(a,f,g){return wf.b(Kd,Df.c(a,f,g))}function Qf(a,f,g){return new Ie(null,function(){var h=B(g);if(h){var k=Ef(a,h);return a===I(k)?Cd(k,Qf(a,f,Ff(f,h))):null}return null},null)}function Rf(a,f){return pb(y,a,f)}\nfunction Sf(a,f,g){var h=ke;for(f=B(f);;)if(null!=f){a=y.c(a,C(f),h);if(h===a)return g;f=E(f)}else return a}\nvar Tf=function Tf(a,f,g){f=B(f);var k=C(f),l=E(f);return l?M.c(a,k,function(){var q=y.b(a,k);return Tf.c?Tf.c(q,l,g):Tf.call(null,q,l,g)}()):M.c(a,k,g)},Uf=function Uf(a){switch(arguments.length){case 3:return Uf.c(arguments[0],arguments[1],arguments[2]);case 4:return Uf.u(arguments[0],arguments[1],arguments[2],arguments[3]);case 5:return Uf.H(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4]);case 6:return Uf.sa(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]);\ndefault:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Uf.h(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],new bd(g.slice(6),0,null))}};Uf.c=function(a,f,g){f=B(f);var h=C(f);return(f=E(f))?M.c(a,h,Uf.c(y.b(a,h),f,g)):M.c(a,h,function(){var k=y.b(a,h);return g.a?g.a(k):g.call(null,k)}())};\nUf.u=function(a,f,g,h){f=B(f);var k=C(f);return(f=E(f))?M.c(a,k,Uf.u(y.b(a,k),f,g,h)):M.c(a,k,function(){var l=y.b(a,k);return g.b?g.b(l,h):g.call(null,l,h)}())};Uf.H=function(a,f,g,h,k){f=B(f);var l=C(f);return(f=E(f))?M.c(a,l,Uf.H(y.b(a,l),f,g,h,k)):M.c(a,l,function(){var q=y.b(a,l);return g.c?g.c(q,h,k):g.call(null,q,h,k)}())};\nUf.sa=function(a,f,g,h,k,l){f=B(f);var q=C(f);return(f=E(f))?M.c(a,q,Uf.sa(y.b(a,q),f,g,h,k,l)):M.c(a,q,function(){var r=y.b(a,q);return g.u?g.u(r,h,k,l):g.call(null,r,h,k,l)}())};Uf.h=function(a,f,g,h,k,l,q){var r=B(f);f=C(r);return(r=E(r))?M.c(a,f,ef(Uf,y.b(a,f),r,g,h,Dd([k,l,q]))):M.c(a,f,ef(g,y.b(a,f),h,k,l,Dd([q])))};Uf.v=function(a){var f=C(a),g=E(a);a=C(g);var h=E(g);g=C(h);var k=E(h);h=C(k);var l=E(k);k=C(l);var q=E(l);l=C(q);q=E(q);return this.h(f,a,g,h,k,l,q)};Uf.s=6;\nfunction Vf(a,f,g){return M.c(a,f,function(){var h=y.b(a,f);return g.a?g.a(h):g.call(null,h)}())}function Wf(a,f,g,h){return M.c(a,f,function(){var k=y.b(a,f);return g.b?g.b(k,h):g.call(null,k,h)}())}function Xf(a,f){this.P=a;this.f=f}function Yf(a){return new Xf(a,[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null])}function Zf(a){return new Xf(a.P,nb(a.f))}\nfunction bg(a){a=a.i;return 32>a?0:a-1>>>5<<5}function cg(a,f,g){for(;;){if(0===f)return g;var h=Yf(a);h.f[0]=g;g=h;f-=5}}var dg=function dg(a,f,g,h){var l=Zf(g),q=a.i-1>>>f&31;5===f?l.f[q]=h:(g=g.f[q],null!=g?(f-=5,a=dg.u?dg.u(a,f,g,h):dg.call(null,a,f,g,h)):a=cg(null,f-5,h),l.f[q]=a);return l};function eg(a,f){throw Error([\"No item \",p.a(a),\" in vector of length \",p.a(f)].join(\"\"));}\nfunction fg(a,f){if(f>=bg(a))return a.tail;var g=a.root;for(a=a.shift;;)if(0<a){var h=a-5;g=g.f[f>>>a&31];a=h}else return g.f}function gg(a,f){return 0<=f&&f<a.i?fg(a,f):eg(f,a.i)}\nvar hg=function hg(a,f,g,h,k){var q=Zf(g);if(0===f)q.f[h&31]=k;else{var r=h>>>f&31;f-=5;g=g.f[r];a=hg.H?hg.H(a,f,g,h,k):hg.call(null,a,f,g,h,k);q.f[r]=a}return q},ig=function ig(a,f,g){var k=a.i-2>>>f&31;if(5<f){f-=5;var l=g.f[k];a=ig.c?ig.c(a,f,l):ig.call(null,a,f,l);if(null==a&&0===k)return null;g=Zf(g);g.f[k]=a;return g}if(0===k)return null;g=Zf(g);g.f[k]=null;return g};function jg(a,f,g,h,k,l){this.l=a;this.base=f;this.f=g;this.$=h;this.start=k;this.end=l}\njg.prototype.Z=function(){return this.l<this.end};jg.prototype.next=function(){32===this.l-this.base&&(this.f=fg(this.$,this.l),this.base+=32);var a=this.f[this.l&31];this.l+=1;return a};function kg(a,f,g){return new jg(f,f-f%32,f<I(a)?fg(a,f):null,a,f,g)}function lg(a,f,g,h){return g<h?mg(a,f,wd(a,g),g+1,h):f.j?f.j():f.call(null)}function mg(a,f,g,h,k){var l=g;g=h;for(h=fg(a,h);;)if(g<k){var q=g&31;h=0===q?fg(a,g):h;q=h[q];l=f.b?f.b(l,q):f.call(null,l,q);if(md(l))return w(l);g+=1}else return l}\nfunction N(a,f,g,h,k,l){this.meta=a;this.i=f;this.shift=g;this.root=h;this.tail=k;this.o=l;this.g=167666463;this.w=139268}b=N.prototype;b.ob=function(a,f){return 0<=f&&f<this.i?new ng(f,fg(this,f)[f&31]):null};b.toString=function(){return Lc(this)};b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.ka=function(a,f){return this.O(null,f,null)};b.O=function(a,f,g){return\"number\"===typeof f?this.ia(null,f,g):g};\nb.wb=function(a,f,g){a=0;for(var h=g;;)if(a<this.i){var k=fg(this,a);g=k.length;a:for(var l=0;;)if(l<g){var q=l+a,r=k[l];h=f.c?f.c(h,q,r):f.call(null,h,q,r);if(md(h)){k=h;break a}l+=1}else{k=h;break a}if(md(k))return w(k);a+=g;h=k}else return h};b.fc=d;b.C=function(a,f){return gg(this,f)[f&31]};b.ia=function(a,f,g){return 0<=f&&f<this.i?fg(this,f)[f&31]:g};\nb.eb=function(a,f,g){if(0<=f&&f<this.i)return bg(this)<=f?(a=nb(this.tail),a[f&31]=g,new N(this.meta,this.i,this.shift,this.root,a,null)):new N(this.meta,this.i,this.shift,hg(this,this.shift,this.root,f,g),this.tail,null);if(f===this.i)return this.X(null,g);throw Error([\"Index \",p.a(f),\" out of bounds  [0,\",p.a(this.i),\"]\"].join(\"\"));};b.oa=function(){return kg(this,0,this.i)};b.K=function(){return this.meta};b.M=function(){return this.i};b.bb=function(){return 0<this.i?this.C(null,this.i-1):null};\nb.cb=function(){if(0===this.i)throw Error(\"Can't pop empty vector\");if(1===this.i)return cc(Kd,this.meta);if(1<this.i-bg(this))return new N(this.meta,this.i-1,this.shift,this.root,this.tail.slice(0,-1),null);var a=fg(this,this.i-2),f=ig(this,this.shift,this.root);f=null==f?P:f;var g=this.i-1;return 5<this.shift&&null==f.f[1]?new N(this.meta,g,this.shift-5,f.f[0],a,null):new N(this.meta,g,this.shift,f,a,null)};b.yb=function(){return 0<this.i?new Ad(this,this.i-1,null):null};\nb.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){if(f instanceof N)if(this.i===I(f))for(a=this.oa(null),f=f.oa(null);;)if(a.Z()){var g=a.next(),h=f.next();if(!G.b(g,h))return!1}else return!0;else return!1;else return Bd(this,f)};b.nb=function(){return new og(this.i,this.shift,pg.a?pg.a(this.root):pg.call(null,this.root),qg.a?qg.a(this.tail):qg.call(null,this.tail))};b.U=function(){return cc(Kd,this.meta)};b.ca=function(a,f){return lg(this,f,0,this.i)};\nb.da=function(a,f,g){a=0;for(var h=g;;)if(a<this.i){var k=fg(this,a);g=k.length;a:for(var l=0;;)if(l<g){var q=k[l];h=f.b?f.b(h,q):f.call(null,h,q);if(md(h)){k=h;break a}l+=1}else{k=h;break a}if(md(k))return w(k);a+=g;h=k}else return h};b.Da=function(a,f,g){if(\"number\"===typeof f)return this.eb(null,f,g);throw Error(\"Vector's key for assoc must be a number.\");};\nb.S=function(){if(0===this.i)return null;if(32>=this.i)return new bd(this.tail,0,null);a:{var a=this.root;for(var f=this.shift;;)if(0<f)f-=5,a=a.f[0];else{a=a.f;break a}}return rg?rg(this,a,0,0):sg.call(null,this,a,0,0)};b.N=function(a,f){return f===this.meta?this:new N(f,this.i,this.shift,this.root,this.tail,this.o)};\nb.X=function(a,f){if(32>this.i-bg(this)){a=this.tail.length;for(var g=Array(a+1),h=0;;)if(h<a)g[h]=this.tail[h],h+=1;else break;g[a]=f;return new N(this.meta,this.i+1,this.shift,this.root,g,null)}a=(g=this.i>>>5>1<<this.shift)?this.shift+5:this.shift;g?(g=Yf(null),g.f[0]=this.root,h=cg(null,this.shift,new Xf(null,this.tail)),g.f[1]=h):g=dg(this,this.shift,this.root,new Xf(null,this.tail));return new N(this.meta,this.i+1,a,g,[f],null)};\nb.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};b.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return this.C(null,a)};b.b=function(a,f){return this.ia(null,a,f)};\nvar P=new Xf(null,[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null]),Kd=new N(null,0,5,P,[],hd);function tg(a,f){var g=a.length;a=f?a:nb(a);if(32>g)return new N(null,g,5,P,a,null);f=32;for(var h=(new N(null,32,5,P,a.slice(0,32),null)).nb(null);;)if(f<g){var k=f+1;h=Ue.b(h,a[f]);f=k}else return Bc(h)}N.prototype[mb]=function(){return fd(this)};\nfunction ug(a){return m(vg.a?vg.a(a):vg.call(null,a))?new N(null,2,5,P,[wg.a?wg.a(a):wg.call(null,a),xg.a?xg.a(a):xg.call(null,a)],null):he(a)?Ud(a,null):hb(a)?tg(a,!0):Bc(pb(Ac,yc(Kd),a))}var yg=function yg(a){for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return yg.h(0<g.length?new bd(g.slice(0),0,null):null)};yg.h=function(a){return a instanceof bd&&0===a.l?tg(a.f,!hb(a.f)):ug(a)};yg.s=0;yg.v=function(a){return this.h(B(a))};\nfunction zg(a,f,g,h,k){this.qa=a;this.node=f;this.l=g;this.ga=h;this.meta=k;this.o=null;this.g=32375020;this.w=1536}b=zg.prototype;b.toString=function(){return Lc(this)};b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){if(this.ga+1<this.node.length){var a=this.qa;var f=this.node,g=this.l,h=this.ga+1;a=rg?rg(a,f,g,h):sg.call(null,a,f,g,h);return null==a?null:a}return this.hc()};\nb.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};b.ca=function(a,f){return lg(this.qa,f,this.l+this.ga,I(this.qa))};b.da=function(a,f,g){return mg(this.qa,f,g,this.l+this.ga,I(this.qa))};b.ba=function(){return this.node[this.ga]};b.ea=function(){if(this.ga+1<this.node.length){var a=this.qa;var f=this.node,g=this.l,h=this.ga+1;a=rg?rg(a,f,g,h):sg.call(null,a,f,g,h);return null==a?dd:a}return this.mb(null)};b.S=function(){return this};\nb.Rb=function(){var a=this.node;return new Le(a,this.ga,a.length)};b.mb=function(){var a=this.l+this.node.length;if(a<ub(this.qa)){var f=this.qa,g=fg(this.qa,a);return rg?rg(f,g,a,0):sg.call(null,f,g,a,0)}return dd};b.N=function(a,f){return f===this.meta?this:Ag?Ag(this.qa,this.node,this.l,this.ga,f):sg.call(null,this.qa,this.node,this.l,this.ga,f)};b.X=function(a,f){return Cd(f,this)};\nb.hc=function(){var a=this.l+this.node.length;if(a<ub(this.qa)){var f=this.qa,g=fg(this.qa,a);return rg?rg(f,g,a,0):sg.call(null,f,g,a,0)}return null};zg.prototype[mb]=function(){return fd(this)};\nfunction sg(a){switch(arguments.length){case 3:var f=arguments[0],g=arguments[1],h=arguments[2];return new zg(f,gg(f,g),g,h,null);case 4:return rg(arguments[0],arguments[1],arguments[2],arguments[3]);case 5:return Ag(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}}function rg(a,f,g,h){return new zg(a,f,g,h,null)}function Ag(a,f,g,h,k){return new zg(a,f,g,h,k)}\nfunction Bg(a,f,g,h,k){this.meta=a;this.$=f;this.start=g;this.end=h;this.o=k;this.g=167666463;this.w=139264}b=Bg.prototype;b.ob=function(a,f){if(0>f)return null;a=this.start+f;return a<this.end?new ng(f,Kb.b(this.$,a)):null};b.toString=function(){return Lc(this)};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.ka=function(a,f){return this.O(null,f,null)};b.O=function(a,f,g){return\"number\"===typeof f?this.ia(null,f,g):g};\nb.wb=function(a,f,g){a=this.start;for(var h=0;;)if(a<this.end){var k=h,l=Ab.b(this.$,a);g=f.c?f.c(g,k,l):f.call(null,g,k,l);if(md(g))return w(g);h+=1;a+=1}else return g};b.C=function(a,f){return 0>f||this.end<=this.start+f?eg(f,this.end-this.start):Ab.b(this.$,this.start+f)};b.ia=function(a,f,g){return 0>f||this.end<=this.start+f?g:Ab.c(this.$,this.start+f,g)};\nb.eb=function(a,f,g){a=this.start+f;if(0>f||this.end+1<=a)throw Error([\"Index \",p.a(f),\" out of bounds [0,\",p.a(this.M(null)),\"]\"].join(\"\"));f=this.meta;g=M.c(this.$,a,g);var h=this.start,k=this.end;a+=1;a=k>a?k:a;return Cg.H?Cg.H(f,g,h,a,null):Cg.call(null,f,g,h,a,null)};b.oa=function(){return null!=this.$&&d===this.$.fc?kg(this.$,this.start,this.end):new of(this)};b.K=function(){return this.meta};b.M=function(){return this.end-this.start};\nb.bb=function(){return this.start===this.end?null:Ab.b(this.$,this.end-1)};b.cb=function(){if(this.start===this.end)throw Error(\"Can't pop empty vector\");var a=this.meta,f=this.$,g=this.start,h=this.end-1;return Cg.H?Cg.H(a,f,g,h,null):Cg.call(null,a,f,g,h,null)};b.yb=function(){return this.start!==this.end?new Ad(this,this.end-this.start-1,null):null};b.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){return Bd(this,f)};b.U=function(){return cc(Kd,this.meta)};\nb.ca=function(a,f){return null!=this.$&&d===this.$.fc?lg(this.$,f,this.start,this.end):pd(this,f)};b.da=function(a,f,g){return null!=this.$&&d===this.$.fc?mg(this.$,f,g,this.start,this.end):qd(this,f,g)};b.Da=function(a,f,g){if(\"number\"===typeof f)return this.eb(null,f,g);throw Error(\"Subvec's key for assoc must be a number.\");};b.S=function(){var a=this;return function h(g){return g===a.end?null:Cd(Ab.b(a.$,g),new Ie(null,function(){return h(g+1)},null))}(a.start)};\nb.N=function(a,f){return f===this.meta?this:Cg.H?Cg.H(f,this.$,this.start,this.end,this.o):Cg.call(null,f,this.$,this.start,this.end,this.o)};b.X=function(a,f){a=this.meta;f=Zb(this.$,this.end,f);var g=this.start,h=this.end+1;return Cg.H?Cg.H(a,f,g,h,null):Cg.call(null,a,f,g,h,null)};b.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};\nb.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return this.C(null,a)};b.b=function(a,f){return this.ia(null,a,f)};Bg.prototype[mb]=function(){return fd(this)};function Cg(a,f,g,h,k){for(;;)if(f instanceof Bg)g=f.start+g,h=f.start+h,f=f.$;else{if(!he(f))throw Error(\"v must satisfy IVector\");if(0>g||h<g||h>I(f))throw Error(\"Index out of bounds\");return new Bg(a,f,g,h,k)}}\nvar Dg=function Dg(a){switch(arguments.length){case 2:return Dg.b(arguments[0],arguments[1]);case 3:return Dg.c(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};Dg.b=function(a,f){return Dg.c(a,f,I(a))};Dg.c=function(a,f,g){return Cg(null,a,f|0,g|0,null)};Dg.s=3;function Eg(a,f){return a===f.P?f:new Xf(a,nb(f.f))}function pg(a){return new Xf({},nb(a.f))}\nfunction qg(a){var f=[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null];je(a,0,f,0,a.length);return f}var Fg=function Fg(a,f,g,h){g=Eg(a.root.P,g);var l=a.i-1>>>f&31;if(5===f)a=h;else{var q=g.f[l];null!=q?(f-=5,a=Fg.u?Fg.u(a,f,q,h):Fg.call(null,a,f,q,h)):a=cg(a.root.P,f-5,h)}g.f[l]=a;return g};function og(a,f,g,h){this.i=a;this.shift=f;this.root=g;this.tail=h;this.w=88;this.g=275}b=og.prototype;\nb.qb=function(a,f){if(this.root.P){if(32>this.i-bg(this))this.tail[this.i&31]=f;else{a=new Xf(this.root.P,this.tail);var g=[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null];g[0]=f;this.tail=g;this.i>>>5>1<<this.shift?(f=[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],g=this.shift+\n5,f[0]=this.root,f[1]=cg(this.root.P,this.shift,a),this.root=new Xf(this.root.P,f),this.shift=g):this.root=Fg(this,this.shift,this.root,a)}this.i+=1;return this}throw Error(\"conj! after persistent!\");};b.zb=function(){if(this.root.P){this.root.P=null;var a=this.i-bg(this),f=Array(a);je(this.tail,0,f,0,a);return new N(null,this.i,this.shift,this.root,f,null)}throw Error(\"persistent! called twice\");};\nb.pb=function(a,f,g){if(\"number\"===typeof f)return Gg(this,f,g);throw Error(\"TransientVector's key for assoc! must be a number.\");};\nfunction Gg(a,f,g){if(a.root.P){if(0<=f&&f<a.i){if(bg(a)<=f)a.tail[f&31]=g;else{var h=function(){return function r(l,q){q=Eg(a.root.P,q);if(0===l)q.f[f&31]=g;else{var t=f>>>l&31;l=r(l-5,q.f[t]);q.f[t]=l}return q}(a.shift,a.root)}();a.root=h}return a}if(f===a.i)return a.qb(null,g);throw Error([\"Index \",p.a(f),\" out of bounds for TransientVector of length\",p.a(a.i)].join(\"\"));}throw Error(\"assoc! after persistent!\");}\nb.M=function(){if(this.root.P)return this.i;throw Error(\"count after persistent!\");};b.C=function(a,f){if(this.root.P)return gg(this,f)[f&31];throw Error(\"nth after persistent!\");};b.ia=function(a,f,g){return 0<=f&&f<this.i?this.C(null,f):g};b.ka=function(a,f){return this.O(null,f,null)};b.O=function(a,f,g){if(this.root.P)return\"number\"===typeof f?this.ia(null,f,g):g;throw Error(\"lookup after persistent!\");};\nb.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};b.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return this.ka(null,a)};b.b=function(a,f){return this.O(null,a,f)};function Hg(a,f){this.sb=a;this.Ob=f}Hg.prototype.Z=function(){var a=null!=this.sb&&B(this.sb);return a?a:null!=this.Ob?this.Ob.Z():!1};\nHg.prototype.next=function(){if(null!=this.sb){var a=C(this.sb);this.sb=E(this.sb);return a}if(null!=this.Ob&&this.Ob.Z())return this.Ob.next();throw Error(\"No such element\");};Hg.prototype.remove=function(){return Error(\"Unsupported operation\")};function Ig(a,f,g,h){this.meta=a;this.ma=f;this.pa=g;this.o=h;this.g=31850700;this.w=0}b=Ig.prototype;b.toString=function(){return Lc(this)};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){var a=E(this.ma);return a?new Ig(this.meta,a,this.pa,null):null!=this.pa?new Ig(this.meta,this.pa,null,null):null};b.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};\nb.G=function(a,f){return Bd(this,f)};b.U=function(){return cc(dd,this.meta)};b.ba=function(){return C(this.ma)};b.ea=function(){var a=E(this.ma);return a?new Ig(this.meta,a,this.pa,null):null==this.pa?this.U(null):new Ig(this.meta,this.pa,null,null)};b.S=function(){return this};b.N=function(a,f){return f===this.meta?this:new Ig(f,this.ma,this.pa,this.o)};b.X=function(a,f){return Cd(f,this)};Ig.prototype[mb]=function(){return fd(this)};\nfunction Jg(a,f,g,h,k){this.meta=a;this.count=f;this.ma=g;this.pa=h;this.o=k;this.w=139264;this.g=31858766}b=Jg.prototype;b.toString=function(){return Lc(this)};b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,this.count.a?this.count.a(this):this.count.call(null,this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.oa=function(){return new Hg(this.ma,Jc(this.pa))};b.K=function(){return this.meta};b.M=function(){return this.count};b.bb=function(){return C(this.ma)};\nb.cb=function(){if(m(this.ma)){var a=E(this.ma);return a?new Jg(this.meta,this.count-1,a,this.pa,null):new Jg(this.meta,this.count-1,B(this.pa),Kd,null)}return this};b.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){return Bd(this,f)};b.U=function(){return cc(Kg,this.meta)};b.ba=function(){return C(this.ma)};b.ea=function(){return cd(B(this))};b.S=function(){var a=B(this.pa),f=this.ma;return m(m(f)?f:a)?new Ig(null,this.ma,B(a),null):null};\nb.N=function(a,f){return f===this.meta?this:new Jg(f,this.count,this.ma,this.pa,this.o)};b.X=function(a,f){m(this.ma)?(a=this.pa,f=new Jg(this.meta,this.count+1,this.ma,Jd.b(m(a)?a:Kd,f),null)):f=new Jg(this.meta,this.count+1,Jd.b(this.ma,f),Kd,null);return f};var Kg=new Jg(null,0,null,Kd,hd);Jg.prototype[mb]=function(){return fd(this)};function Lg(){this.g=2097152;this.w=0}Lg.prototype.G=function(){return!1};var Mg=new Lg;\nfunction Ng(a,f){return me(fe(f)&&!ge(f)?I(a)===I(f)?(null!=a?a.g&1048576||d===a.zd||(a.g?0:n(ic,a)):n(ic,a))?se(function(g,h,k){return G.b(y.c(f,h,Mg),k)?!0:new ld},!0,a):pf(function(g){return G.b(y.c(f,C(g),Mg),C(E(g)))},a):null:null)}function Og(a){this.B=a}Og.prototype.next=function(){if(null!=this.B){var a=C(this.B),f=K(a,0,null);a=K(a,1,null);this.B=E(this.B);return{value:[f,a],done:!1}}return{value:null,done:!0}};function Pg(a){this.B=a}\nPg.prototype.next=function(){if(null!=this.B){var a=C(this.B);this.B=E(this.B);return{value:[a,a],done:!1}}return{value:null,done:!0}};\nfunction Qg(a,f){if(f instanceof A)a:{var g=a.length;f=f.ta;for(var h=0;;){if(g<=h){a=-1;break a}if(a[h]instanceof A&&f===a[h].ta){a=h;break a}h+=2}}else if(\"string\"==typeof f||\"number\"===typeof f)a:for(g=a.length,h=0;;){if(g<=h){a=-1;break a}if(f===a[h]){a=h;break a}h+=2}else if(f instanceof Zc)a:for(g=a.length,f=f.La,h=0;;){if(g<=h){a=-1;break a}if(a[h]instanceof Zc&&f===a[h].La){a=h;break a}h+=2}else if(null==f)a:for(f=a.length,g=0;;){if(f<=g){a=-1;break a}if(null==a[g]){a=g;break a}g+=2}else a:for(g=\na.length,h=0;;){if(g<=h){a=-1;break a}if(G.b(f,a[h])){a=h;break a}h+=2}return a}function ng(a,f){this.key=a;this.A=f;this.o=null;this.g=166619935;this.w=0}b=ng.prototype;b.ob=function(a,f){switch(f){case 0:return new ng(0,this.key);case 1:return new ng(1,this.A);default:return null}};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.ka=function(a,f){return this.ia(null,f,null)};b.O=function(a,f,g){return this.ia(null,f,g)};b.C=function(a,f){if(0===f)return this.key;if(1===f)return this.A;throw Error(\"Index out of bounds\");};\nb.ia=function(a,f,g){return 0===f?this.key:1===f?this.A:g};b.eb=function(a,f,g){return(new N(null,2,5,P,[this.key,this.A],null)).eb(null,f,g)};b.K=function(){return null};b.M=function(){return 2};b.Zc=function(){return this.key};b.$c=function(){return this.A};b.bb=function(){return this.A};b.cb=function(){return new N(null,1,5,P,[this.key],null)};b.yb=function(){return new bd([this.A,this.key],0,null)};b.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};\nb.G=function(a,f){return Bd(this,f)};b.U=function(){return null};b.ca=function(a,f){return pd(this,f)};b.da=function(a,f,g){return qd(this,f,g)};b.Da=function(a,f,g){return M.c(new N(null,2,5,P,[this.key,this.A],null),f,g)};b.S=function(){return new bd([this.key,this.A],0,null)};b.N=function(a,f){return Ud(new N(null,2,5,P,[this.key,this.A],null),f)};b.X=function(a,f){return new N(null,3,5,P,[this.key,this.A,f],null)};\nb.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};b.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return this.C(null,a)};b.b=function(a,f){return this.ia(null,a,f)};function vg(a){return null!=a?a.g&2048||d===a.Bd?!0:!1:!1}function Rg(a,f,g){this.f=a;this.l=f;this.za=g;this.g=32374990;this.w=0}b=Rg.prototype;\nb.toString=function(){return Lc(this)};b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.za};b.aa=function(){return this.l<this.f.length-2?new Rg(this.f,this.l+2,null):null};b.M=function(){return(this.f.length-this.l)/2};b.J=function(){return gd(this)};\nb.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};b.ca=function(a,f){return Ed(f,this)};b.da=function(a,f,g){return Hd(f,g,this)};b.ba=function(){return new ng(this.f[this.l],this.f[this.l+1])};b.ea=function(){return this.l<this.f.length-2?new Rg(this.f,this.l+2,null):dd};b.S=function(){return this};b.N=function(a,f){return f===this.za?this:new Rg(this.f,this.l,f)};b.X=function(a,f){return Cd(f,this)};Rg.prototype[mb]=function(){return fd(this)};\nfunction Sg(a,f){this.f=a;this.l=0;this.i=f}Sg.prototype.Z=function(){return this.l<this.i};Sg.prototype.next=function(){var a=new ng(this.f[this.l],this.f[this.l+1]);this.l+=2;return a};function e(a,f,g,h){this.meta=a;this.i=f;this.f=g;this.o=h;this.g=16647951;this.w=139268}b=e.prototype;b.ob=function(a,f){a=Qg(this.f,f);return-1===a?null:new ng(this.f[a],this.f[a+1])};b.toString=function(){return Lc(this)};b.keys=function(){return fd(Tg.a?Tg.a(this):Tg.call(null,this))};b.entries=function(){return new Og(B(B(this)))};\nb.values=function(){return fd(Ug.a?Ug.a(this):Ug.call(null,this))};b.has=function(a){return oe(this,a)};b.get=function(a,f){return this.O(null,a,f)};b.forEach=function(a){for(var f=B(this),g=null,h=0,k=0;;)if(k<h){var l=g.C(null,k),q=K(l,0,null);l=K(l,1,null);a.b?a.b(l,q):a.call(null,l,q);k+=1}else if(f=B(f))ie(f)?(g=Ec(f),f=Fc(f),q=g,h=I(g),g=q):(g=C(f),q=K(g,0,null),l=K(g,1,null),a.b?a.b(l,q):a.call(null,l,q),f=E(f),g=null,h=0),k=0;else return null};b.ka=function(a,f){return this.O(null,f,null)};\nb.O=function(a,f,g){a=Qg(this.f,f);return-1===a?g:this.f[a+1]};b.wb=function(a,f,g){a=this.f.length;for(var h=0;;)if(h<a){var k=this.f[h],l=this.f[h+1];g=f.c?f.c(g,k,l):f.call(null,g,k,l);if(md(g))return w(g);h+=2}else return g};b.oa=function(){return new Sg(this.f,2*this.i)};b.K=function(){return this.meta};b.M=function(){return this.i};b.J=function(){var a=this.o;return null!=a?a:this.o=a=id(this)};\nb.G=function(a,f){if(fe(f)&&!ge(f))if(a=this.f.length,this.i===f.M(null))for(var g=0;;)if(g<a){var h=f.O(null,this.f[g],ke);if(h!==ke)if(G.b(this.f[g+1],h))g+=2;else return!1;else return!1}else return!0;else return!1;else return!1};b.nb=function(){return new Vg(this.f.length,nb(this.f))};b.U=function(){return cc(lf,this.meta)};b.ca=function(a,f){return pe(this,f)};b.da=function(a,f,g){return qe(this,f,g)};\nb.ic=function(a,f){if(0<=Qg(this.f,f)){a=this.f.length;var g=a-2;if(0===g)return this.U(null);g=Array(g);for(var h=0,k=0;;){if(h>=a)return new e(this.meta,this.i-1,g,null);G.b(f,this.f[h])?h+=2:(g[k]=this.f[h],g[k+1]=this.f[h+1],k+=2,h+=2)}}else return this};\nb.Da=function(a,f,g){a=Qg(this.f,f);if(-1===a){if(this.i<Wg){a=this.f;for(var h=a.length,k=Array(h+2),l=0;;)if(l<h)k[l]=a[l],l+=1;else break;k[h]=f;k[h+1]=g;return new e(this.meta,this.i+1,k,null)}return cc(Lb(wf.b(Xg,this),f,g),this.meta)}if(g===this.f[a+1])return this;f=nb(this.f);f[a+1]=g;return new e(this.meta,this.i,f,null)};b.S=function(){var a=this.f;return 0<=a.length-2?new Rg(a,0,null):null};b.N=function(a,f){return f===this.meta?this:new e(f,this.i,this.f,this.o)};\nb.X=function(a,f){if(he(f))return this.Da(null,Ab.b(f,0),Ab.b(f,1));a=this;for(f=B(f);;){if(null==f)return a;var g=C(f);if(he(g))a=Lb(a,Ab.b(g,0),Ab.b(g,1)),f=E(f);else throw Error(\"conj on a map takes map entries or seqables of map entries\");}};b.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};\nb.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return this.ka(null,a)};b.b=function(a,f){return this.O(null,a,f)};var lf=new e(null,0,[],jd),Wg=8;function Od(a){for(var f=[],g=0;;)if(g<a.length){var h=a[g],k=a[g+1],l=Qg(f,h);-1===l?(l=f,l.push(h),l.push(k)):f[l+1]=k;g+=2}else break;return new e(null,f.length/2,f,null)}e.prototype[mb]=function(){return fd(this)};function Vg(a,f){this.rb={};this.ib=a;this.f=f;this.g=259;this.w=56}b=Vg.prototype;\nb.M=function(){if(this.rb)return ye(this.ib);throw Error(\"count after persistent!\");};b.ka=function(a,f){return this.O(null,f,null)};b.O=function(a,f,g){if(this.rb)return a=Qg(this.f,f),-1===a?g:this.f[a+1];throw Error(\"lookup after persistent!\");};\nb.qb=function(a,f){if(this.rb){if(vg(f))return this.pb(null,wg.a?wg.a(f):wg.call(null,f),xg.a?xg.a(f):xg.call(null,f));if(he(f))return this.pb(null,f.a?f.a(0):f.call(null,0),f.a?f.a(1):f.call(null,1));a=B(f);for(f=this;;){var g=C(a);if(m(g))a=E(a),f=Cc(f,wg.a?wg.a(g):wg.call(null,g),xg.a?xg.a(g):xg.call(null,g));else return f}}else throw Error(\"conj! after persistent!\");};b.zb=function(){if(this.rb)return this.rb=!1,new e(null,ye(this.ib),this.f,null);throw Error(\"persistent! called twice\");};\nb.pb=function(a,f,g){if(this.rb){a=Qg(this.f,f);if(-1===a){if(this.ib+2<=2*Wg)return this.ib+=2,this.f.push(f),this.f.push(g),this;a=Yg.b?Yg.b(this.ib,this.f):Yg.call(null,this.ib,this.f);return Cc(a,f,g)}g!==this.f[a+1]&&(this.f[a+1]=g);return this}throw Error(\"assoc! after persistent!\");};b.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};\nb.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return this.O(null,a,null)};b.b=function(a,f){return this.O(null,a,f)};function Yg(a,f){for(var g=yc(Xg),h=0;;)if(h<a)g=Cc(g,f[h],f[h+1]),h+=2;else return g}function Zg(){this.A=!1}function $g(a,f){return a===f?!0:De(a,f)?!0:G.b(a,f)}function ah(a,f,g){a=nb(a);a[f]=g;return a}function bh(a,f){var g=Array(a.length-2);je(a,0,g,0,2*f);je(a,2*(f+1),g,2*f,g.length-2*f);return g}\nfunction ch(a,f,g,h){a=a.gb(f);a.f[g]=h;return a}function dh(a,f,g){for(var h=a.length,k=0,l=g;;)if(k<h){g=a[k];if(null!=g){var q=a[k+1];g=f.c?f.c(l,g,q):f.call(null,l,g,q)}else g=a[k+1],g=null!=g?g.Jb(f,l):l;if(md(g))return g;k+=2;l=g}else return l}function eh(a){this.f=a;this.l=0;this.xa=this.Kb=null}eh.prototype.advance=function(){for(var a=this.f.length;;)if(this.l<a){var f=this.f[this.l],g=this.f[this.l+1];null!=f?f=this.Kb=new ng(f,g):null!=g?(f=Jc(g),f=f.Z()?this.xa=f:!1):f=!1;this.l+=2;if(f)return!0}else return!1};\neh.prototype.Z=function(){var a=null!=this.Kb;return a?a:(a=null!=this.xa)?a:this.advance()};eh.prototype.next=function(){if(null!=this.Kb){var a=this.Kb;this.Kb=null;return a}if(null!=this.xa)return a=this.xa.next(),this.xa.Z()||(this.xa=null),a;if(this.advance())return this.next();throw Error(\"No such element\");};eh.prototype.remove=function(){return Error(\"Unsupported operation\")};function fh(a,f,g){this.P=a;this.T=f;this.f=g;this.w=131072;this.g=0}b=fh.prototype;\nb.gb=function(a){if(a===this.P)return this;var f=ze(this.T),g=Array(0>f?4:2*(f+1));je(this.f,0,g,0,2*f);return new fh(a,this.T,g)};b.Hb=function(){return gh?gh(this.f):hh.call(null,this.f)};b.Jb=function(a,f){return dh(this.f,a,f)};b.hb=function(a,f,g,h){var k=1<<(f>>>a&31);if(0===(this.T&k))return h;var l=ze(this.T&k-1);k=this.f[2*l];l=this.f[2*l+1];return null==k?l.hb(a+5,f,g,h):$g(g,k)?l:h};\nb.va=function(a,f,g,h,k,l){var q=1<<(g>>>f&31),r=ze(this.T&q-1);if(0===(this.T&q)){var t=ze(this.T);if(2*t<this.f.length){a=this.gb(a);f=a.f;l.A=!0;g=2*(t-r);l=2*r+(g-1);for(t=2*(r+1)+(g-1);0!==g;)f[t]=f[l],--t,--g,--l;f[2*r]=h;f[2*r+1]=k;a.T|=q;return a}if(16<=t){r=[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null];r[g>>>f&31]=ih.va(a,f+5,g,h,k,l);for(k=h=0;;)if(32>h)0===(this.T>>>h&1)?\nh+=1:(r[h]=null!=this.f[k]?ih.va(a,f+5,Wc(this.f[k]),this.f[k],this.f[k+1],l):this.f[k+1],k+=2,h+=1);else break;return new jh(a,t+1,r)}f=Array(2*(t+4));je(this.f,0,f,0,2*r);f[2*r]=h;f[2*r+1]=k;je(this.f,2*r,f,2*(r+1),2*(t-r));l.A=!0;a=this.gb(a);a.f=f;a.T|=q;return a}t=this.f[2*r];q=this.f[2*r+1];if(null==t)return t=q.va(a,f+5,g,h,k,l),t===q?this:ch(this,a,2*r+1,t);if($g(h,t))return k===q?this:ch(this,a,2*r+1,k);l.A=!0;l=f+5;h=kh?kh(a,l,t,q,g,h,k):lh.call(null,a,l,t,q,g,h,k);k=2*r;r=2*r+1;a=this.gb(a);\na.f[k]=null;a.f[r]=h;return a};\nb.ua=function(a,f,g,h,k){var l=1<<(f>>>a&31),q=ze(this.T&l-1);if(0===(this.T&l)){var r=ze(this.T);if(16<=r){q=[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null];q[f>>>a&31]=ih.ua(a+5,f,g,h,k);for(h=g=0;;)if(32>g)0===(this.T>>>g&1)?g+=1:(q[g]=null!=this.f[h]?ih.ua(a+5,Wc(this.f[h]),this.f[h],this.f[h+1],k):this.f[h+1],h+=2,g+=1);else break;return new jh(null,r+1,q)}a=Array(2*(r+1));je(this.f,\n0,a,0,2*q);a[2*q]=g;a[2*q+1]=h;je(this.f,2*q,a,2*(q+1),2*(r-q));k.A=!0;return new fh(null,this.T|l,a)}var t=this.f[2*q];l=this.f[2*q+1];if(null==t)return r=l.ua(a+5,f,g,h,k),r===l?this:new fh(null,this.T,ah(this.f,2*q+1,r));if($g(g,t))return h===l?this:new fh(null,this.T,ah(this.f,2*q+1,h));k.A=!0;k=this.T;r=this.f;a+=5;a=mh?mh(a,t,l,f,g,h):lh.call(null,a,t,l,f,g,h);g=2*q;q=2*q+1;h=nb(r);h[g]=null;h[q]=a;return new fh(null,k,h)};\nb.Gb=function(a,f,g,h){var k=1<<(f>>>a&31);if(0===(this.T&k))return h;var l=ze(this.T&k-1);k=this.f[2*l];l=this.f[2*l+1];return null==k?l.Gb(a+5,f,g,h):$g(g,k)?new ng(k,l):h};b.Ib=function(a,f,g){var h=1<<(f>>>a&31);if(0===(this.T&h))return this;var k=ze(this.T&h-1),l=this.f[2*k],q=this.f[2*k+1];return null==l?(a=q.Ib(a+5,f,g),a===q?this:null!=a?new fh(null,this.T,ah(this.f,2*k+1,a)):this.T===h?null:new fh(null,this.T^h,bh(this.f,k))):$g(g,l)?new fh(null,this.T^h,bh(this.f,k)):this};b.oa=function(){return new eh(this.f)};\nvar ih=new fh(null,0,[]);function nh(a){this.f=a;this.l=0;this.xa=null}nh.prototype.Z=function(){for(var a=this.f.length;;){if(null!=this.xa&&this.xa.Z())return!0;if(this.l<a){var f=this.f[this.l];this.l+=1;null!=f&&(this.xa=Jc(f))}else return!1}};nh.prototype.next=function(){if(this.Z())return this.xa.next();throw Error(\"No such element\");};nh.prototype.remove=function(){return Error(\"Unsupported operation\")};function jh(a,f,g){this.P=a;this.i=f;this.f=g;this.w=131072;this.g=0}b=jh.prototype;\nb.gb=function(a){return a===this.P?this:new jh(a,this.i,nb(this.f))};b.Hb=function(){return oh?oh(this.f):ph.call(null,this.f)};b.Jb=function(a,f){for(var g=this.f.length,h=0;;)if(h<g){var k=this.f[h];if(null!=k){f=k.Jb(a,f);if(md(f))return f;h+=1}else h+=1}else return f};b.hb=function(a,f,g,h){var k=this.f[f>>>a&31];return null!=k?k.hb(a+5,f,g,h):h};\nb.va=function(a,f,g,h,k,l){var q=g>>>f&31,r=this.f[q];if(null==r)return a=ch(this,a,q,ih.va(a,f+5,g,h,k,l)),a.i+=1,a;f=r.va(a,f+5,g,h,k,l);return f===r?this:ch(this,a,q,f)};b.ua=function(a,f,g,h,k){var l=f>>>a&31,q=this.f[l];if(null==q)return new jh(null,this.i+1,ah(this.f,l,ih.ua(a+5,f,g,h,k)));a=q.ua(a+5,f,g,h,k);return a===q?this:new jh(null,this.i,ah(this.f,l,a))};b.Gb=function(a,f,g,h){var k=this.f[f>>>a&31];return null!=k?k.Gb(a+5,f,g,h):h};\nb.Ib=function(a,f,g){var h=f>>>a&31,k=this.f[h];if(null!=k){a=k.Ib(a+5,f,g);if(a===k)h=this;else if(null==a)if(8>=this.i)a:{k=this.f;a=k.length;f=Array(2*(this.i-1));g=0;for(var l=1,q=0;;)if(g<a)g!==h&&null!=k[g]?(f[l]=k[g],l+=2,q|=1<<g,g+=1):g+=1;else{h=new fh(null,q,f);break a}}else h=new jh(null,this.i-1,ah(this.f,h,a));else h=new jh(null,this.i,ah(this.f,h,a));return h}return this};b.oa=function(){return new nh(this.f)};\nfunction qh(a,f,g){f*=2;for(var h=0;;)if(h<f){if($g(g,a[h]))return h;h+=2}else return-1}function rh(a,f,g,h){this.P=a;this.Ea=f;this.i=g;this.f=h;this.w=131072;this.g=0}b=rh.prototype;b.gb=function(a){if(a===this.P)return this;var f=Array(2*(this.i+1));je(this.f,0,f,0,2*this.i);return new rh(a,this.Ea,this.i,f)};b.Hb=function(){return gh?gh(this.f):hh.call(null,this.f)};b.Jb=function(a,f){return dh(this.f,a,f)};\nb.hb=function(a,f,g,h){a=qh(this.f,this.i,g);return 0>a?h:$g(g,this.f[a])?this.f[a+1]:h};\nb.va=function(a,f,g,h,k,l){if(g===this.Ea){f=qh(this.f,this.i,h);if(-1===f){if(this.f.length>2*this.i)return f=2*this.i,g=2*this.i+1,a=this.gb(a),a.f[f]=h,a.f[g]=k,l.A=!0,a.i+=1,a;g=this.f.length;f=Array(g+2);je(this.f,0,f,0,g);f[g]=h;f[g+1]=k;l.A=!0;h=this.i+1;a===this.P?(this.f=f,this.i=h,a=this):a=new rh(this.P,this.Ea,h,f);return a}return this.f[f+1]===k?this:ch(this,a,f+1,k)}return(new fh(a,1<<(this.Ea>>>f&31),[null,this,null,null])).va(a,f,g,h,k,l)};\nb.ua=function(a,f,g,h,k){return f===this.Ea?(a=qh(this.f,this.i,g),-1===a?(a=2*this.i,f=Array(a+2),je(this.f,0,f,0,a),f[a]=g,f[a+1]=h,k.A=!0,new rh(null,this.Ea,this.i+1,f)):G.b(this.f[a+1],h)?this:new rh(null,this.Ea,this.i,ah(this.f,a+1,h))):(new fh(null,1<<(this.Ea>>>a&31),[null,this])).ua(a,f,g,h,k)};b.Gb=function(a,f,g,h){a=qh(this.f,this.i,g);return 0>a?h:$g(g,this.f[a])?new ng(this.f[a],this.f[a+1]):h};\nb.Ib=function(a,f,g){a=qh(this.f,this.i,g);return-1===a?this:1===this.i?null:new rh(null,this.Ea,this.i-1,bh(this.f,ye(a)))};b.oa=function(){return new eh(this.f)};function lh(a){switch(arguments.length){case 6:return mh(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]);case 7:return kh(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4],arguments[5],arguments[6]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}}\nfunction mh(a,f,g,h,k,l){var q=Wc(f);if(q===h)return new rh(null,q,2,[f,g,k,l]);var r=new Zg;return ih.ua(a,q,f,g,r).ua(a,h,k,l,r)}function kh(a,f,g,h,k,l,q){var r=Wc(g);if(r===k)return new rh(null,r,2,[g,h,l,q]);var t=new Zg;return ih.va(a,f,r,g,h,t).va(a,f,k,l,q,t)}function sh(a,f,g,h,k){this.meta=a;this.ya=f;this.l=g;this.B=h;this.o=k;this.g=32374988;this.w=0}b=sh.prototype;b.toString=function(){return Lc(this)};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){if(null==this.B){var a=this.ya,f=this.l+2;return vh?vh(a,f,null):hh.call(null,a,f,null)}a=this.ya;f=this.l;var g=E(this.B);return vh?vh(a,f,g):hh.call(null,a,f,g)};\nb.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};b.ca=function(a,f){return Ed(f,this)};b.da=function(a,f,g){return Hd(f,g,this)};b.ba=function(){return null==this.B?new ng(this.ya[this.l],this.ya[this.l+1]):C(this.B)};\nb.ea=function(){var a=this,f=null==a.B?function(){var g=a.ya,h=a.l+2;return vh?vh(g,h,null):hh.call(null,g,h,null)}():function(){var g=a.ya,h=a.l,k=E(a.B);return vh?vh(g,h,k):hh.call(null,g,h,k)}();return null!=f?f:dd};b.S=function(){return this};b.N=function(a,f){return f===this.meta?this:new sh(f,this.ya,this.l,this.B,this.o)};b.X=function(a,f){return Cd(f,this)};sh.prototype[mb]=function(){return fd(this)};\nfunction hh(a){switch(arguments.length){case 1:return gh(arguments[0]);case 3:return vh(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}}function gh(a){return vh(a,0,null)}function vh(a,f,g){if(null==g)for(g=a.length;;)if(f<g){if(null!=a[f])return new sh(null,a,f,null,null);var h=a[f+1];if(m(h)&&(h=h.Hb(),m(h)))return new sh(null,a,f+2,h,null);f+=2}else return null;else return new sh(null,a,f,g,null)}\nfunction wh(a,f,g,h,k){this.meta=a;this.ya=f;this.l=g;this.B=h;this.o=k;this.g=32374988;this.w=0}b=wh.prototype;b.toString=function(){return Lc(this)};b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.meta};b.aa=function(){var a=this.ya,f=this.l,g=E(this.B);return xh?xh(a,f,g):ph.call(null,a,f,g)};b.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};\nb.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};b.ca=function(a,f){return Ed(f,this)};b.da=function(a,f,g){return Hd(f,g,this)};b.ba=function(){return C(this.B)};b.ea=function(){var a=this.ya;var f=this.l,g=E(this.B);a=xh?xh(a,f,g):ph.call(null,a,f,g);return null!=a?a:dd};b.S=function(){return this};b.N=function(a,f){return f===this.meta?this:new wh(f,this.ya,this.l,this.B,this.o)};b.X=function(a,f){return Cd(f,this)};wh.prototype[mb]=function(){return fd(this)};\nfunction ph(a){switch(arguments.length){case 1:return oh(arguments[0]);case 3:return xh(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}}function oh(a){return xh(a,0,null)}function xh(a,f,g){if(null==g)for(g=a.length;;)if(f<g){var h=a[f];if(m(h)&&(h=h.Hb(),m(h)))return new wh(null,a,f+1,h,null);f+=1}else return null;else return new wh(null,a,f,g,null)}function yh(a,f){this.ha=a;this.Kc=f;this.qc=!1}\nyh.prototype.Z=function(){return!this.qc||this.Kc.Z()};yh.prototype.next=function(){if(this.qc)return this.Kc.next();this.qc=!0;return new ng(null,this.ha)};yh.prototype.remove=function(){return Error(\"Unsupported operation\")};function zh(a,f,g,h,k,l){this.meta=a;this.i=f;this.root=g;this.ja=h;this.ha=k;this.o=l;this.g=16123663;this.w=139268}b=zh.prototype;b.ob=function(a,f){return null==f?this.ja?new ng(null,this.ha):null:null==this.root?null:this.root.Gb(0,Wc(f),f,null)};b.toString=function(){return Lc(this)};\nb.keys=function(){return fd(Tg.a?Tg.a(this):Tg.call(null,this))};b.entries=function(){return new Og(B(B(this)))};b.values=function(){return fd(Ug.a?Ug.a(this):Ug.call(null,this))};b.has=function(a){return oe(this,a)};b.get=function(a,f){return this.O(null,a,f)};\nb.forEach=function(a){for(var f=B(this),g=null,h=0,k=0;;)if(k<h){var l=g.C(null,k),q=K(l,0,null);l=K(l,1,null);a.b?a.b(l,q):a.call(null,l,q);k+=1}else if(f=B(f))ie(f)?(g=Ec(f),f=Fc(f),q=g,h=I(g),g=q):(g=C(f),q=K(g,0,null),l=K(g,1,null),a.b?a.b(l,q):a.call(null,l,q),f=E(f),g=null,h=0),k=0;else return null};b.ka=function(a,f){return this.O(null,f,null)};b.O=function(a,f,g){return null==f?this.ja?this.ha:g:null==this.root?g:this.root.hb(0,Wc(f),f,g)};\nb.wb=function(a,f,g){a=this.ja?f.c?f.c(g,null,this.ha):f.call(null,g,null,this.ha):g;md(a)?f=w(a):null!=this.root?(f=this.root.Jb(f,a),f=md(f)?od.a?od.a(f):od.call(null,f):f):f=a;return f};b.oa=function(){var a=this.root?Jc(this.root):jf();return this.ja?new yh(this.ha,a):a};b.K=function(){return this.meta};b.M=function(){return this.i};b.J=function(){var a=this.o;return null!=a?a:this.o=a=id(this)};b.G=function(a,f){return Ng(this,f)};b.nb=function(){return new Ah(this.root,this.i,this.ja,this.ha)};\nb.U=function(){return cc(Xg,this.meta)};b.ic=function(a,f){if(null==f)return this.ja?new zh(this.meta,this.i-1,this.root,!1,null,null):this;if(null==this.root)return this;a=this.root.Ib(0,Wc(f),f);return a===this.root?this:new zh(this.meta,this.i-1,a,this.ja,this.ha,null)};\nb.Da=function(a,f,g){if(null==f)return this.ja&&g===this.ha?this:new zh(this.meta,this.ja?this.i:this.i+1,this.root,!0,g,null);a=new Zg;f=(null==this.root?ih:this.root).ua(0,Wc(f),f,g,a);return f===this.root?this:new zh(this.meta,a.A?this.i+1:this.i,f,this.ja,this.ha,null)};b.S=function(){if(0<this.i){var a=null!=this.root?this.root.Hb():null;return this.ja?Cd(new ng(null,this.ha),a):a}return null};b.N=function(a,f){return f===this.meta?this:new zh(f,this.i,this.root,this.ja,this.ha,this.o)};\nb.X=function(a,f){if(he(f))return this.Da(null,Ab.b(f,0),Ab.b(f,1));a=this;for(f=B(f);;){if(null==f)return a;var g=C(f);if(he(g))a=Lb(a,Ab.b(g,0),Ab.b(g,1)),f=E(f);else throw Error(\"conj on a map takes map entries or seqables of map entries\");}};b.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};\nb.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return this.ka(null,a)};b.b=function(a,f){return this.O(null,a,f)};var Xg=new zh(null,0,null,!1,null,jd);function Bh(a,f){for(var g=a.length,h=0,k=yc(Xg);;)if(h<g){var l=h+1;k=Cc(k,a[h],f[h]);h=l}else return Bc(k)}zh.prototype[mb]=function(){return fd(this)};function Ah(a,f,g,h){this.P={};this.root=a;this.count=f;this.ja=g;this.ha=h;this.g=259;this.w=56}\nfunction Ch(a,f,g){if(a.P){if(null==f)a.ha!==g&&(a.ha=g),a.ja||(a.count+=1,a.ja=!0);else{var h=new Zg;f=(null==a.root?ih:a.root).va(a.P,0,Wc(f),f,g,h);f!==a.root&&(a.root=f);h.A&&(a.count+=1)}return a}throw Error(\"assoc! after persistent!\");}b=Ah.prototype;b.M=function(){if(this.P)return this.count;throw Error(\"count after persistent!\");};b.ka=function(a,f){return null==f?this.ja?this.ha:null:null==this.root?null:this.root.hb(0,Wc(f),f)};\nb.O=function(a,f,g){return null==f?this.ja?this.ha:g:null==this.root?g:this.root.hb(0,Wc(f),f,g)};b.qb=function(a,f){a:if(this.P)if(vg(f))a=Ch(this,wg.a?wg.a(f):wg.call(null,f),xg.a?xg.a(f):xg.call(null,f));else if(he(f))a=Ch(this,f.a?f.a(0):f.call(null,0),f.a?f.a(1):f.call(null,1));else for(a=B(f),f=this;;){var g=C(a);if(m(g))a=E(a),f=Ch(f,wg.a?wg.a(g):wg.call(null,g),xg.a?xg.a(g):xg.call(null,g));else{a=f;break a}}else throw Error(\"conj! after persistent\");return a};\nb.zb=function(){if(this.P){this.P=null;var a=new zh(null,this.count,this.root,this.ja,this.ha,null)}else throw Error(\"persistent! called twice\");return a};b.pb=function(a,f,g){return Ch(this,f,g)};b.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};b.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};\nb.a=function(a){return this.ka(null,a)};b.b=function(a,f){return this.O(null,a,f)};var Dh=function Dh(a){for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Dh.h(0<g.length?new bd(g.slice(0),0,null):null)};Dh.h=function(a){for(var f=B(a),g=yc(Xg);;)if(f){a=E(E(f));var h=C(f);f=C(E(f));g=Cc(g,h,f);f=a}else return Bc(g)};Dh.s=0;Dh.v=function(a){return this.h(B(a))};function Eh(a,f){this.D=a;this.za=f;this.g=32374988;this.w=0}b=Eh.prototype;b.toString=function(){return Lc(this)};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.za};b.aa=function(){var a=(null!=this.D?this.D.g&128||d===this.D.xb||(this.D.g?0:n(Eb,this.D)):n(Eb,this.D))?this.D.aa():E(this.D);return null==a?null:new Eh(a,null)};b.J=function(){return gd(this)};\nb.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};b.ca=function(a,f){return Ed(f,this)};b.da=function(a,f,g){return Hd(f,g,this)};b.ba=function(){return this.D.ba(null).key};b.ea=function(){var a=(null!=this.D?this.D.g&128||d===this.D.xb||(this.D.g?0:n(Eb,this.D)):n(Eb,this.D))?this.D.aa():E(this.D);return null!=a?new Eh(a,null):dd};b.S=function(){return this};b.N=function(a,f){return f===this.za?this:new Eh(this.D,f)};b.X=function(a,f){return Cd(f,this)};Eh.prototype[mb]=function(){return fd(this)};\nfunction Tg(a){return(a=B(a))?new Eh(a,null):null}function wg(a){return Pb(a)}function Fh(a,f){this.D=a;this.za=f;this.g=32374988;this.w=0}b=Fh.prototype;b.toString=function(){return Lc(this)};b.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();b.K=function(){return this.za};b.aa=function(){var a=(null!=this.D?this.D.g&128||d===this.D.xb||(this.D.g?0:n(Eb,this.D)):n(Eb,this.D))?this.D.aa():E(this.D);return null==a?null:new Fh(a,null)};b.J=function(){return gd(this)};\nb.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};b.ca=function(a,f){return Ed(f,this)};b.da=function(a,f,g){return Hd(f,g,this)};b.ba=function(){return this.D.ba(null).A};b.ea=function(){var a=(null!=this.D?this.D.g&128||d===this.D.xb||(this.D.g?0:n(Eb,this.D)):n(Eb,this.D))?this.D.aa():E(this.D);return null!=a?new Fh(a,null):dd};b.S=function(){return this};b.N=function(a,f){return f===this.za?this:new Fh(this.D,f)};b.X=function(a,f){return Cd(f,this)};Fh.prototype[mb]=function(){return fd(this)};\nfunction Ug(a){return(a=B(a))?new Fh(a,null):null}function xg(a){return Qb(a)}var Gh=function Gh(a){for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Gh.h(0<g.length?new bd(g.slice(0),0,null):null)};Gh.h=function(a){return m(qf(te,a))?re(function(f,g){return Jd.b(m(f)?f:lf,g)},a):null};Gh.s=0;Gh.v=function(a){return this.h(B(a))};function Hh(a){this.nc=a}Hh.prototype.Z=function(){return this.nc.Z()};\nHh.prototype.next=function(){if(this.nc.Z())return this.nc.next().key;throw Error(\"No such element\");};Hh.prototype.remove=function(){return Error(\"Unsupported operation\")};function Ih(a,f,g){this.meta=a;this.Ga=f;this.o=g;this.g=15077647;this.w=139268}b=Ih.prototype;b.toString=function(){return Lc(this)};b.keys=function(){return fd(B(this))};b.entries=function(){return new Pg(B(B(this)))};b.values=function(){return fd(B(this))};b.has=function(a){return oe(this,a)};\nb.forEach=function(a){for(var f=B(this),g=null,h=0,k=0;;)if(k<h){var l=g.C(null,k),q=K(l,0,null);l=K(l,1,null);a.b?a.b(l,q):a.call(null,l,q);k+=1}else if(f=B(f))ie(f)?(g=Ec(f),f=Fc(f),q=g,h=I(g),g=q):(g=C(f),q=K(g,0,null),l=K(g,1,null),a.b?a.b(l,q):a.call(null,l,q),f=E(f),g=null,h=0),k=0;else return null};b.ka=function(a,f){return this.O(null,f,null)};b.O=function(a,f,g){a=Mb(this.Ga,f);return m(a)?Pb(a):g};b.oa=function(){return new Hh(Jc(this.Ga))};b.K=function(){return this.meta};b.M=function(){return ub(this.Ga)};\nb.J=function(){var a=this.o;return null!=a?a:this.o=a=id(this)};b.G=function(a,f){if(de(f))if(I(this)===I(f))try{return se(function(g,h){return(g=oe(f,h))?g:new ld},!0,this.Ga)}catch(g){if(g instanceof Error)return!1;throw g;}else return!1;else return!1};b.nb=function(){return new Jh(yc(this.Ga))};b.U=function(){return cc(Kh,this.meta)};b.zc=function(a,f){return new Ih(this.meta,Ob(this.Ga,f),null)};b.S=function(){return Tg(this.Ga)};b.N=function(a,f){return f===this.meta?this:new Ih(f,this.Ga,this.o)};\nb.X=function(a,f){return new Ih(this.meta,M.c(this.Ga,f,null),null)};b.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};b.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return this.ka(null,a)};b.b=function(a,f){return this.O(null,a,f)};var Kh=new Ih(null,lf,jd);Ih.prototype[mb]=function(){return fd(this)};\nfunction Jh(a){this.jb=a;this.w=136;this.g=259}b=Jh.prototype;b.qb=function(a,f){this.jb=Cc(this.jb,f,null);return this};b.zb=function(){return new Ih(null,Bc(this.jb),null)};b.M=function(){return I(this.jb)};b.ka=function(a,f){return this.O(null,f,null)};b.O=function(a,f,g){return Kb.c(this.jb,f,ke)===ke?g:f};\nb.call=function(a){switch(arguments.length-1){case 1:return this.a(arguments[1]);case 2:return this.b(arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length-1)].join(\"\"));}};b.apply=function(a,f){return this.call.apply(this,[this].concat(nb(f)))};b.a=function(a){return Kb.c(this.jb,a,ke)===ke?null:a};b.b=function(a,f){return Kb.c(this.jb,a,ke)===ke?f:a};\nfunction Lh(a){if(de(a))return Ud(a,null);a=B(a);if(null==a)return Kh;if(a instanceof bd&&0===a.l){a=a.f;for(var f=a.length,g=yc(Kh),h=0;;)if(h<f)Ac(g,a[h]),h+=1;else break;return Bc(g)}for(g=yc(Kh);;)if(null!=a)f=E(a),g=Ac(g,Cb(a)),a=f;else return Bc(g)}function Mh(a){for(var f=Kd;;)if(E(a))f=Jd.b(f,C(a)),a=E(a);else return B(f)}function He(a){if(null!=a&&(a.w&4096||d===a.yc))return a.name;if(\"string\"===typeof a)return a;throw Error([\"Doesn't support name: \",p.a(a)].join(\"\"));}\nfunction Nh(){var a=new N(null,19,5,P,[84,83,81,79,77,76,74,72,71,69,67,65,64,62,60,59,57,55,53],null),f=Oh(0,19,1),g=yc(lf);a=B(a);for(f=B(f);;)if(a&&f){var h=C(a),k=C(f);g=Cc(g,h,k);a=E(a);f=E(f)}else return Bc(g)}\nvar Ph=function Ph(a){switch(arguments.length){case 2:return Ph.b(arguments[0],arguments[1]);case 3:return Ph.c(arguments[0],arguments[1],arguments[2]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Ph.h(arguments[0],arguments[1],arguments[2],new bd(g.slice(3),0,null))}};Ph.b=function(a,f){return f};Ph.c=function(a,f,g){return(a.a?a.a(f):a.call(null,f))>(a.a?a.a(g):a.call(null,g))?f:g};\nPh.h=function(a,f,g,h){return pb(function(k,l){return Ph.c(a,k,l)},Ph.c(a,f,g),h)};Ph.v=function(a){var f=C(a),g=E(a);a=C(g);var h=E(g);g=C(h);h=E(h);return this.h(f,a,g,h)};Ph.s=3;function Qh(a,f,g){this.start=a;this.step=f;this.count=g;this.g=82;this.w=0}b=Qh.prototype;b.M=function(){return this.count};b.ba=function(){return this.start};b.C=function(a,f){return this.start+f*this.step};b.ia=function(a,f,g){return 0<=f&&f<this.count?this.start+f*this.step:g};\nb.gc=function(){if(1>=this.count)throw Error(\"-drop-first of empty chunk\");return new Qh(this.start+this.step,this.step,this.count-1)};function Rh(a,f,g){this.l=a;this.end=f;this.step=g}Rh.prototype.Z=function(){return 0<this.step?this.l<this.end:this.l>this.end};Rh.prototype.next=function(){var a=this.l;this.l+=this.step;return a};function Sh(a,f,g,h,k,l,q){this.meta=a;this.start=f;this.end=g;this.step=h;this.na=k;this.Pb=l;this.o=q;this.g=32375006;this.w=140800}b=Sh.prototype;b.toString=function(){return Lc(this)};\nb.indexOf=function(){var a=null;a=function(f,g){switch(arguments.length){case 1:return H(this,f,0);case 2:return H(this,f,g)}throw Error(\"Invalid arity: \"+arguments.length);};a.a=function(f){return H(this,f,0)};a.b=function(f,g){return H(this,f,g)};return a}();\nb.lastIndexOf=function(){function a(g){return yd(this,g,I(this))}var f=null;f=function(g,h){switch(arguments.length){case 1:return a.call(this,g);case 2:return yd(this,g,h)}throw Error(\"Invalid arity: \"+arguments.length);};f.a=a;f.b=function(g,h){return yd(this,g,h)};return f}();function Th(a){if(null==a.na){var f=a.M(null);32<f?(a.Pb=new Sh(null,a.start+32*a.step,a.end,a.step,null,null,null),a.na=new Qh(a.start,a.step,32)):a.na=new Qh(a.start,a.step,f)}}\nb.C=function(a,f){if(0<=f&&f<this.M(null))return this.start+f*this.step;if(0<=f&&this.start>this.end&&0===this.step)return this.start;throw Error(\"Index out of bounds\");};b.ia=function(a,f,g){return 0<=f&&f<this.M(null)?this.start+f*this.step:0<=f&&this.start>this.end&&0===this.step?this.start:g};b.oa=function(){return new Rh(this.start,this.end,this.step)};b.K=function(){return this.meta};\nb.aa=function(){return 0<this.step?this.start+this.step<this.end?new Sh(null,this.start+this.step,this.end,this.step,null,null,null):null:this.start+this.step>this.end?new Sh(null,this.start+this.step,this.end,this.step,null,null,null):null};b.M=function(){return Math.ceil((this.end-this.start)/this.step)};b.J=function(){var a=this.o;return null!=a?a:this.o=a=gd(this)};b.G=function(a,f){return Bd(this,f)};b.U=function(){return dd};b.ca=function(a,f){return pd(this,f)};\nb.da=function(a,f,g){for(a=this.start;;)if(0<this.step?a<this.end:a>this.end){g=f.b?f.b(g,a):f.call(null,g,a);if(md(g))return w(g);a+=this.step}else return g};b.ba=function(){return this.start};b.ea=function(){var a=this.aa();return null==a?dd:a};b.S=function(){return this};b.Rb=function(){Th(this);return this.na};b.mb=function(){Th(this);return null==this.Pb?dd:this.Pb};b.N=function(a,f){return f===this.meta?this:new Sh(f,this.start,this.end,this.step,this.na,this.Pb,this.o)};\nb.X=function(a,f){return Cd(f,this)};b.hc=function(){return B(this.mb(null))};Sh.prototype[mb]=function(){return fd(this)};function Oh(a,f,g){return 0<g?f<=a?dd:new Sh(null,a,f,g,null,null,null):0>g?f>=a?dd:new Sh(null,a,f,g,null,null,null):f===a?dd:new If(null,-1,a,null)}function Uh(a){a:for(var f=a;;)if(f=B(f))f=E(f);else break a;return a}\nfunction Vh(a,f){if(\"string\"===typeof f)return a=a.exec(f),G.b(C(a),f)?1===I(a)?C(a):ug(a):null;throw new TypeError(\"re-matches must match against a string.\");}\nfunction Wh(a,f,g,h,k,l,q){var r=Ya;Ya=null==Ya?null:Ya-1;try{if(null!=Ya&&0>Ya)return tc(a,\"#\");tc(a,g);if(0===eb.a(l))B(q)&&tc(a,function(){var D=Xh.a(l);return m(D)?D:\"...\"}());else{if(B(q)){var t=C(q);f.c?f.c(t,a,l):f.call(null,t,a,l)}for(var u=E(q),v=eb.a(l)-1;;)if(!u||null!=v&&0===v){B(u)&&0===v&&(tc(a,h),tc(a,function(){var D=Xh.a(l);return m(D)?D:\"...\"}()));break}else{tc(a,h);var x=C(u);g=a;q=l;f.c?f.c(x,g,q):f.call(null,x,g,q);var z=E(u);g=v-1;u=z;v=g}}return tc(a,k)}finally{Ya=r}}\nfunction Yh(a,f){f=B(f);for(var g=null,h=0,k=0;;)if(k<h){var l=g.C(null,k);tc(a,l);k+=1}else if(f=B(f))g=f,ie(g)?(f=Ec(g),h=Fc(g),g=f,l=I(f),f=h,h=l):(l=C(g),tc(a,l),f=E(g),g=null,h=0),k=0;else return null}function Zh(a){if(null==Va)throw Error(\"No *print-fn* fn set for evaluation environment\");Va.a?Va.a(a):Va.call(null,a)}var $h={'\"':'\\\\\"',\"\\\\\":\"\\\\\\\\\",\"\\b\":\"\\\\b\",\"\\f\":\"\\\\f\",\"\\n\":\"\\\\n\",\"\\r\":\"\\\\r\",\"\\t\":\"\\\\t\"};\nfunction ai(a){return['\"',p.a(a.replace(/[\\\\\"\\b\\f\\n\\r\\t]/g,function(f){return $h[f]})),'\"'].join(\"\")}function bi(a,f){return me(y.b(a,cb))?null!=f&&(f.g&131072||d===f.ad)?null!=Yd(f):!1:!1}\nfunction ci(a,f,g){if(null==a)return tc(f,\"nil\");if(bi(g,a)){tc(f,\"^\");var h=Yd(a);di.c?di.c(h,f,g):di.call(null,h,f,g);tc(f,\" \")}if(a.Db)return a.Xb(f);if(null!=a?a.g&2147483648||d===a.V||(a.g?0:n(uc,a)):n(uc,a))return vc(a,f,g);if(!0===a||!1===a)return tc(f,p.a(a));if(\"number\"===typeof a)return tc(f,isNaN(a)?\"##NaN\":a===Number.POSITIVE_INFINITY?\"##Inf\":a===Number.NEGATIVE_INFINITY?\"##-Inf\":p.a(a));if(null!=a&&a.constructor===Object)return tc(f,\"#js \"),h=Df.b(function(l){return new ng(null!=Vh(/[A-Za-z_\\*\\+\\?!\\-'][\\w\\*\\+\\?!\\-']*/,\nl)?Ge.a(l):l,a[l])},sa(a)),ei.u?ei.u(h,di,f,g):ei.call(null,h,di,f,g);if(hb(a))return Wh(f,di,\"#js [\",\" \",\"]\",g,a);if(\"string\"==typeof a)return m(bb.a(g))?tc(f,ai(a)):tc(f,a);if(fa(a)){var k=a.name;g=m(function(){var l=null==k;return l?l:/^[\\s\\xa0]*$/.test(k)}())?\"Function\":k;return Yh(f,Dd([\"#object[\",g,m(!1)?[' \"',p.a(a),'\"'].join(\"\"):\"\",\"]\"]))}if(a instanceof Date)return g=function(l,q){for(l=p.a(l);;)if(l.length<q)l=[\"0\",l].join(\"\");else return l},Yh(f,Dd(['#inst \"',p.a(a.getUTCFullYear()),\"-\",\ng(a.getUTCMonth()+1,2),\"-\",g(a.getUTCDate(),2),\"T\",g(a.getUTCHours(),2),\":\",g(a.getUTCMinutes(),2),\":\",g(a.getUTCSeconds(),2),\".\",g(a.getUTCMilliseconds(),3),\"-\",'00:00\"']));if(a instanceof RegExp)return Yh(f,Dd(['#\"',a.source,'\"']));if(m(function(){var l=null==a?null:a.constructor;return null==l?null:l.fb}()))return Yh(f,Dd([\"#object[\",a.constructor.fb.replace(/\\//g,\".\"),\"]\"]));k=function(){var l=null==a?null:a.constructor;return null==l?null:l.name}();g=m(function(){var l=null==k;return l?l:/^[\\s\\xa0]*$/.test(k)}())?\n\"Object\":k;return null==a.constructor?Yh(f,Dd([\"#object[\",g,\"]\"])):Yh(f,Dd([\"#object[\",g,\" \",p.a(a),\"]\"]))}function di(a,f,g){var h=fi.a(g);return m(h)?(g=M.c(g,gi,ci),h.c?h.c(a,f,g):h.call(null,a,f,g)):ci(a,f,g)}function hi(a,f){var g=new Qa;a:{var h=new Kc(g);di(C(a),h,f);a=B(E(a));for(var k=null,l=0,q=0;;)if(q<l){var r=k.C(null,q);tc(h,\" \");di(r,h,f);q+=1}else if(a=B(a))k=a,ie(k)?(a=Ec(k),l=Fc(k),k=a,r=I(a),a=l,l=r):(r=C(k),tc(h,\" \"),di(r,h,f),a=E(k),k=null,l=0),q=0;else break a}return g}\nfunction ii(a){var f=$a();return be(a)?\"\":p.a(hi(a,f))}function ji(a){Zh(ii(a));m(Xa)?(a=$a(),Zh(\"\\n\"),a=(y.b(a,ab),null)):a=null;return a}function ki(a){return a instanceof Zc?$c.b(null,He(a)):Ge.b(null,He(a))}\nfunction li(a){if(m(!1)){var f=B(a),g=B(f),h=C(g);E(g);K(h,0,null);K(h,1,null);g=Md(a);for(a=null;;){h=a;f=B(f);a=C(f);var k=E(f),l=a;a=K(l,0,null);f=K(l,1,null);if(m(l))if(a instanceof A||a instanceof Zc)if(m(h))if(G.b(h,Ee(a)))g=M.c(g,ki(a),f),a=h,f=k;else return null;else if(h=Ee(a),m(h))g=M.c(g,ki(a),f),a=h,f=k;else return null;else return null;else return new N(null,2,5,P,[h,g],null)}}else return null}\nfunction mi(a,f,g,h,k){return Wh(h,function(l,q,r){var t=Pb(l);g.c?g.c(t,q,r):g.call(null,t,q,r);tc(q,\" \");l=Qb(l);return g.c?g.c(l,q,r):g.call(null,l,q,r)},[p.a(a),\"{\"].join(\"\"),\", \",\"}\",k,B(f))}function ei(a,f,g,h){var k=fe(a)?li(a):null,l=K(k,0,null);k=K(k,1,null);return m(l)?mi([\"#:\",p.a(l)].join(\"\"),k,f,g,h):mi(null,a,f,g,h)}bd.prototype.V=d;bd.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};Ie.prototype.V=d;Ie.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};\nng.prototype.V=d;ng.prototype.I=function(a,f,g){return Wh(f,di,\"[\",\" \",\"]\",g,this)};sh.prototype.V=d;sh.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};Rg.prototype.V=d;Rg.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};zg.prototype.V=d;zg.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};Ce.prototype.V=d;Ce.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};Ad.prototype.V=d;Ad.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};\nzh.prototype.V=d;zh.prototype.I=function(a,f,g){return ei(this,di,f,g)};wh.prototype.V=d;wh.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};Bg.prototype.V=d;Bg.prototype.I=function(a,f,g){return Wh(f,di,\"[\",\" \",\"]\",g,this)};Ih.prototype.V=d;Ih.prototype.I=function(a,f,g){return Wh(f,di,\"#{\",\" \",\"}\",g,this)};Ne.prototype.V=d;Ne.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};zf.prototype.V=d;\nzf.prototype.I=function(a,f,g){tc(f,\"#object[cljs.core.Atom \");di(new e(null,1,[ni,this.state],null),f,g);return tc(f,\"]\")};Fh.prototype.V=d;Fh.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};If.prototype.V=d;If.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};N.prototype.V=d;N.prototype.I=function(a,f,g){return Wh(f,di,\"[\",\" \",\"]\",g,this)};Ig.prototype.V=d;Ig.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};Ae.prototype.V=d;\nAe.prototype.I=function(a,f){return tc(f,\"()\")};Jg.prototype.V=d;Jg.prototype.I=function(a,f,g){return Wh(f,di,\"#queue [\",\" \",\"]\",g,B(this))};e.prototype.V=d;e.prototype.I=function(a,f,g){return ei(this,di,f,g)};Sh.prototype.V=d;Sh.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};Eh.prototype.V=d;Eh.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};Ld.prototype.V=d;Ld.prototype.I=function(a,f,g){return Wh(f,di,\"(\",\" \",\")\",g,this)};var oi=null;\nfunction pi(){null==oi&&(oi=Af(0));return $c.a([p.a(\"reagent\"),p.a(Cf.b(oi,kd))].join(\"\"))}function qi(){}var ri=function ri(a){if(null!=a&&null!=a.Vc)return a.Vc(a);var g=ri[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=ri._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IEncodeJS.-clj-\\x3ejs\",a);};\nfunction si(a,f){return(null!=a?d===a.Uc||(a.Ec?0:n(qi,a)):n(qi,a))?ri(a):\"string\"===typeof a||\"number\"===typeof a||a instanceof A||a instanceof Zc?f.a?f.a(a):f.call(null,a):ii(Dd([a]))}var ti=function ti(a){for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return ti.h(arguments[0],1<g.length?new bd(g.slice(1),0,null):null)};\nti.h=function(a,f){f=null!=f&&(f.g&64||d===f.R)?af(Dh,f):f;var g=y.c(f,ui,He),h=function q(l){if(null==l)return null;if(null!=l?d===l.Uc||(l.Ec?0:n(qi,l)):n(qi,l))return ri(l);if(l instanceof A)return g.a?g.a(l):g.call(null,l);if(l instanceof Zc)return p.a(l);if(fe(l)){var r={};l=B(l);for(var t=null,u=0,v=0;;)if(v<u){var x=t.C(null,v),z=K(x,0,null),D=K(x,1,null);x=r;z=si(z,h);D=q(D);x[z]=D;v+=1}else if(l=B(l))ie(l)?(u=Ec(l),l=Fc(l),t=u,u=I(u)):(t=C(l),u=K(t,0,null),v=K(t,1,null),t=r,u=si(u,h),v=q(v),\nt[u]=v,l=E(l),t=null,u=0),v=0;else break;return r}if(ce(l)){r=[];l=B(Df.b(q,l));t=null;for(v=u=0;;)if(v<u)x=t.C(null,v),r.push(x),v+=1;else if(l=B(l))t=l,ie(t)?(l=Ec(t),v=Fc(t),t=l,u=I(l),l=v):(l=C(t),r.push(l),l=E(t),t=null,u=0),v=0;else break;return r}return l};return h(a)};ti.s=1;ti.v=function(a){var f=C(a);a=E(a);return this.h(f,a)};\nfunction vi(a,f){var g=Error(a);this.message=a;this.data=f;this.uc=null;this.name=g.name;this.description=g.description;this.number=g.number;this.fileName=g.fileName;this.lineNumber=g.lineNumber;this.columnNumber=g.columnNumber;this.stack=g.stack;return this}vi.prototype.__proto__=Error.prototype;vi.prototype.V=d;\nvi.prototype.I=function(a,f,g){tc(f,\"#error {:message \");di(this.message,f,g);m(this.data)&&(tc(f,\", :data \"),di(this.data,f,g));m(this.uc)&&(tc(f,\", :cause \"),di(this.uc,f,g));return tc(f,\"}\")};vi.prototype.toString=function(){return Lc(this)};function wi(a,f){return new vi(a,f)}if(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof xi)var xi=null;\"undefined\"!==typeof console&&fb();\nif(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof yi)var yi=function(){throw Error(\"cljs.core/*eval* not bound\");};G.b(\"nodejs\",\"default\")&&(ca=global);fb();var zi=new A(null,\"prevent-default-keys\",\"prevent-default-keys\",1744205310),Ai=new A(null,\"idle\",\"idle\",-2007156861),Bi=new A(null,\"always-listen-keys\",\"always-listen-keys\",497991050),Ci=new Zc(null,\"meta12467\",\"meta12467\",-1749102253,null),Di=new A(null,\"stroke-dasharray\",\"stroke-dasharray\",-942933855),Ei=new Zc(null,\"meta12581\",\"meta12581\",107656655,null),Fi=new A(null,\"load-megaman\",\"load-megaman\",59599960),Gi=new A(null,\"play-start\",\"play-start\",-898241782),ni=new A(null,\"val\",\"val\",128701612),\nHi=new A(null,\"ms\",\"ms\",-1152709733),Ii=new A(null,\"render\",\"render\",-1408033454),Ji=new A(null,\"stop\",\"stop\",-2140911342),Ki=new A(null,\"line\",\"line\",212345235),Li=new A(null,\"auto-run\",\"auto-run\",1958400437),Mi=new A(null,\"initialize-db\",\"initialize-db\",230998432),Ni=new A(null,\"g.staff\",\"g.staff\",1070451758),Oi=new A(null,\"log\",\"log\",-1595516004),Pi=new A(null,\"on-dispose\",\"on-dispose\",2105306360),Qi=new A(null,\"set-key\",\"set-key\",-48186176),Ri=new A(null,\"loop-end\",\"loop-end\",-88908047),Si=new A(null,\n\"harvest-fn\",\"harvest-fn\",9140059),Ti=new A(ba,\"keydown\",\"re-pressed.core/keydown\",-1588093301),Ui=new A(null,\"repeat?\",\"repeat?\",1245600428),Vi=new A(null,\"stroke-width\",\"stroke-width\",716836435),Wi=new A(null,\"fsm-state\",\"fsm-state\",1656310533),Xi=new A(ba,\"set-keydown-rules\",\"re-pressed.core/set-keydown-rules\",1002257871),Yi=new A(null,\"transform\",\"transform\",1381301764),$i=new A(ba,\"keyboard-event\",\"re-pressed.core/keyboard-event\",-1923839752),Q=new A(null,\"pitch\",\"pitch\",1495126700),aj=new A(null,\n\"on-click\",\"on-click\",1632826543),bj=new A(null,\"\\x3c-\",\"\\x3c-\",760412998),cj=new A(null,\"editor-beat-start\",\"editor-beat-start\",-334408415),dj=new A(null,\"recur\",\"recur\",-437573268),ej=new Zc(null,\"meta11106\",\"meta11106\",558905401,null),fj=new A(null,\"time-signature\",\"time-signature\",-1730387952),gj=new A(ba,\"keypress\",\"re-pressed.core/keypress\",1975307043),fi=new A(null,\"alt-impl\",\"alt-impl\",670969595),hj=new A(null,\"opacity\",\"opacity\",397153780),ij=new A(null,\"undos?\",\"undos?\",-1094259081),jj=\nnew A(null,\"shape-rendering\",\"shape-rendering\",955846315),kj=new A(null,\"sharp-off\",\"sharp-off\",2041506931),lj=new A(null,\"path\",\"path\",-188191168),mj=new A(null,\"shiftKey\",\"shiftKey\",1716666823),nj=new A(null,\"no-cache\",\"no-cache\",1588056370),oj=new A(null,\"update-focus-note\",\"update-focus-note\",-40352556),pj=new A(null,\"current-note\",\"current-note\",-1767945909),qj=new A(null,\"\\x3c\\x3e\",\"\\x3c\\x3e\",1280186386),rj=new A(null,\"exception\",\"exception\",-335277064),sj=new A(null,\"finish-run\",\"finish-run\",\n753148477),tj=new A(null,\"xml\",\"xml\",-1170142052),uj=new A(null,\"jump!\",\"jump!\",-1168155200),vj=new A(null,\"dispatch-later\",\"dispatch-later\",291951390),wj=new A(null,\"x2\",\"x2\",-1362513475),xj=new A(null,\"x1\",\"x1\",-1863922247),yj=new A(null,\"samples\",\"samples\",635504833),zj=new A(null,\"submit-xml\",\"submit-xml\",-1403162082),ab=new A(null,\"flush-on-newline\",\"flush-on-newline\",-151457939),Aj=new A(null,\"rect#editorframe\",\"rect#editorframe\",1607762183),Bj=new A(null,\"after\",\"after\",594996914),Cj=new A(null,\n\"reinstate-fn\",\"reinstate-fn\",1996128442),Dj=new A(null,\"set-loop-end\",\"set-loop-end\",2098658713),Ej=new A(null,\"reagent-render\",\"reagent-render\",-985383853),Fj=new A(null,\"before\",\"before\",-1633692388),Gj=new A(null,\"trigger\",\"trigger\",103466139),Hj=new A(null,\"notes\",\"notes\",-1039600523),Ij=new A(null,\"sound\",\"sound\",-2127407070),Jj=new A(null,\"g\",\"g\",1738089905),Kj=new A(null,\"d\",\"d\",1972142424),Lj=new A(null,\"set\",\"set\",304602554),Mj=new A(null,\"add-event\",\"add-event\",938429088),Nj=new A(null,\n\"y\",\"y\",-1757859776),Oj=new A(null,\"x\",\"x\",2099068185),Pj=new A(null,\"altKey\",\"altKey\",-670253656),Qj=new A(null,\"array-buffer\",\"array-buffer\",519008380),Rj=new A(null,\"componentWillUnmount\",\"componentWillUnmount\",1573788814),R=new A(null,\"time\",\"time\",1385887882),Sj=new A(null,\"scale\",\"scale\",-230427353),Tj=new A(null,\"scheduled\",\"scheduled\",553898551),Uj=new A(null,\"error\",\"error\",-978969032),Vj=new A(null,\"octave\",\"octave\",1066197953),Wj=new A(null,\"play-off\",\"play-off\",2116693509),Xj=new A(null,\n\"play-on\",\"play-on\",-1655917734),Yj=new A(null,\"event\",\"event\",301435442),Zj=new A(null,\"effects\",\"effects\",-282369292),ak=new A(null,\"do-fx\",\"do-fx\",1194163050),bk=new A(ba,\"set-keyup-rules\",\"re-pressed.core/set-keyup-rules\",519284589),ck=new A(null,\"div\",\"div\",1057191632),dk=new A(null,\"current-position\",\"current-position\",2031348254),gi=new A(null,\"fallback-impl\",\"fallback-impl\",-1501286995),ek=new A(null,\"display-name\",\"display-name\",694513143),fk=new A(null,\"on-mouse-out\",\"on-mouse-out\",643448647),\ngk=new A(null,\"height\",\"height\",1025178622),hk=new A(null,\"catch-exception\",\"catch-exception\",-1997306795),ik=new A(null,\"next-note\",\"next-note\",-239967297),jk=new A(null,\"advance-editor\",\"advance-editor\",-224480492),ui=new A(null,\"keyword-fn\",\"keyword-fn\",-64566675),kk=new A(null,\"jumping?\",\"jumping?\",-2092574161),lk=new A(null,\"resume\",\"resume\",-118572261),mk=new A(null,\"width\",\"width\",-384071477),nk=new A(null,\"debug\",\"debug\",-1608172596),ok=new A(null,\"metaKey\",\"metaKey\",1006742180),pk=new A(null,\n\"component-will-unmount\",\"component-will-unmount\",-2058314698),qk=new A(null,\"clear-keys\",\"clear-keys\",-1035470539),rk=new A(null,\"jump-reset\",\"jump-reset\",-1337123824),sk=new A(null,\"pause\",\"pause\",-2095325672),tk=new A(null,\"load-castle\",\"load-castle\",-840389601),uk=new A(null,\"group\",\"group\",582596132),vk=new A(null,\"finally-block\",\"finally-block\",832982472),wk=new A(null,\"unnamed\",\"unnamed\",-26044928),xk=new A(null,\"undoable\",\"undoable\",303475882),yk=new A(null,\"load-zelda\",\"load-zelda\",-1565536165),\nzk=new Zc(null,\"f\",\"f\",43394975,null),Ak=new A(null,\"db-handler\",\"db-handler\",579530098),Bk=new A(null,\"playing?\",\"playing?\",-1884542863),Ck=new A(null,\"style\",\"style\",-496642736),Dk=new A(null,\"retract-editor\",\"retract-editor\",777879449),Ek=new A(null,\"y2\",\"y2\",-718691301),Fk=new A(null,\"y1\",\"y1\",589123466),Gk=new A(null,\"play-note\",\"play-note\",76179144),Xh=new A(null,\"more-marker\",\"more-marker\",-14717935),Hk=new A(null,\"event-keys\",\"event-keys\",-835966631),Ik=new A(null,\"eraser-toggle\",\"eraser-toggle\",\n360211261),Jk=new A(null,\"stroke\",\"stroke\",1741823555),Kk=new Zc(null,\"val\",\"val\",1769233139,null),Lk=new A(null,\"sharp-toggle\",\"sharp-toggle\",1733862740),Mk=new A(null,\"rect\",\"rect\",-108902628),Nk=new A(null,\"redo\",\"redo\",501190664),Ok=new A(null,\"focused-note-pos\",\"focused-note-pos\",-1443473576),Pk=new A(null,\"keys\",\"keys\",1068423698),Qk=new A(null,\"pointer-events\",\"pointer-events\",-1053858853),Rk=new A(null,\"dec-tempo\",\"dec-tempo\",375495204),cb=new A(null,\"meta\",\"meta\",1499536964),Sk=new A(null,\n\"componentFunction\",\"componentFunction\",825866104),Tk=new A(null,\"displayName\",\"displayName\",-809144601),Uk=new A(null,\"map\",\"map\",1371690461),Vk=new A(null,\"load-song\",\"load-song\",17308276),Wk=new A(null,\"mario-jump\",\"mario-jump\",253829289),Xk=new A(null,\"url\",\"url\",276297046),Yk=new A(ba,\"keyup\",\"re-pressed.core/keyup\",-981006728),Zk=new A(ba,\"set-keypress-rules\",\"re-pressed.core/set-keypress-rules\",1541561860),$k=new A(ba,\"add-keyboard-event-listener\",\"re-pressed.core/add-keyboard-event-listener\",\n719500381),al=new A(null,\"reset-editor\",\"reset-editor\",1401688585),bl=new A(null,\"view-box\",\"view-box\",-1792199155),cl=new A(null,\"notes-in-queue\",\"notes-in-queue\",-193583681),dl=new A(null,\"undo-explanations\",\"undo-explanations\",942251259),el=new A(null,\"running\",\"running\",1554969103),fl=new A(null,\"class\",\"class\",-2030961996),gl=new A(null,\"set-time-signature\",\"set-time-signature\",-674659703),hl=new A(null,\"audio-context\",\"audio-context\",1642559898),il=new A(null,\"redos?\",\"redos?\",1340247550),jl=\nnew A(null,\"catch-block\",\"catch-block\",1175212748),kl=new A(null,\"dispatch\",\"dispatch\",1319337009),ll=new A(null,\"cljsLegacyRender\",\"cljsLegacyRender\",-1527295613),ml=new A(null,\"event-type\",\"event-type\",319722813),nl=new A(null,\"stack\",\"stack\",-793405930),ol=new A(null,\"reagentRender\",\"reagentRender\",-358306383),pl=new A(null,\"cursor\",\"cursor\",1011937484),ql=new A(null,\"name\",\"name\",1843675177),rl=new A(aa,\"untrimmed-event\",\"re-frame.std-interceptors/untrimmed-event\",-840935075),sl=new A(null,\"coeffects\",\n\"coeffects\",497912985),tl=new A(null,\"queue\",\"queue\",1455835879),ul=new A(null,\"warn\",\"warn\",-436710552),vl=new A(null,\"keyCode\",\"keyCode\",1964303637),wl=new A(null,\"redo-explanations\",\"redo-explanations\",-1933832741),xl=new A(null,\"eraser?\",\"eraser?\",-561181785),yl=new A(null,\"on-set\",\"on-set\",-140953470),zl=new A(null,\"mario-x\",\"mario-x\",1743249500),Al=new A(null,\"g#lines\",\"g#lines\",1814887067),Bl=new A(null,\"stroke-linejoin\",\"stroke-linejoin\",-1810816406),Cl=new A(null,\"mario-y\",\"mario-y\",1718385780),\nDl=new A(null,\"on-mouse-over\",\"on-mouse-over\",-858472552),El=new A(null,\"default\",\"default\",-1987822328),Fl=new A(null,\"cofx\",\"cofx\",2013202907),Gl=new A(null,\"prev\",\"prev\",-1597069226),Hl=new A(null,\"set-notes\",\"set-notes\",-1718182261),Il=new A(null,\"g#notes\",\"g#notes\",624404731),db=new A(null,\"dup\",\"dup\",556298533),Jl=new A(null,\"fx-handler\",\"fx-handler\",-549783097),Kl=new A(null,\"set-tempo\",\"set-tempo\",59409059),Ll=new A(null,\"sequential\",\"sequential\",-1082983960),Ml=new A(null,\"fx\",\"fx\",-1237829572),\neb=new A(null,\"print-length\",\"print-length\",1931866356),U=new A(null,\"instrument\",\"instrument\",-960698844),Nl=new A(null,\"dispatch-n\",\"dispatch-n\",-504469236),Ol=new A(null,\"trim-v\",\"trim-v\",-1274938640),Pl=new A(null,\"paused\",\"paused\",-1710376127),Ql=new A(null,\"undo\",\"undo\",-1818036302),Rl=new A(null,\"buffer\",\"buffer\",617295198),Sl=new A(null,\"component-did-update\",\"component-did-update\",-1468549173),Tl=new A(null,\"inc-tempo\",\"inc-tempo\",-1684511808),Ul=new A(null,\"remove-note\",\"remove-note\",-1957283966),\nVl=new A(null,\"flush-dom\",\"flush-dom\",-933676816),Wl=new A(null,\"stroke-linecap\",\"stroke-linecap\",-1201103248),Xl=new A(null,\"sub\",\"sub\",-2093760025),Yl=new A(null,\"tick!\",\"tick!\",68058958),Zl=new A(null,\"tempo\",\"tempo\",-1555208453),$l=new A(null,\"on-write\",\"on-write\",31519475),am=new A(null,\"repeat-toggle\",\"repeat-toggle\",-221009908),bm=new A(null,\"key\",\"key\",-1516042587),cm=new A(null,\"db\",\"db\",993250759),dm=new A(null,\"stroke-dashoffset\",\"stroke-dashoffset\",-782320340),em=new A(null,\"svg\",\"svg\",\n856789142),fm=new A(null,\"reset-position\",\"reset-position\",-804750860),gm=new A(null,\"file-upload\",\"file-upload\",-1929678130),hm=new A(null,\"timer\",\"timer\",-1266967739),im=new A(null,\"continue-block\",\"continue-block\",-1852047850),jm=new A(null,\"sharp-on\",\"sharp-on\",-1157509082),km=new A(null,\"schedule-note\",\"schedule-note\",2064270583),lm=new A(null,\"validator\",\"validator\",-1966190681),mm=new A(null,\"sharp?\",\"sharp?\",411396133),nm=new A(aa,\"not-found\",\"re-frame.std-interceptors/not-found\",-1614827865),\nom=new A(null,\"autobind\",\"autobind\",-570650245),pm=new A(null,\"visibility\",\"visibility\",1338380893),qm=new A(null,\"yield\",\"yield\",177875009),rm=new A(null,\"deregister-event-handler\",\"deregister-event-handler\",-1096518994),sm=new A(null,\"load-samples\",\"load-samples\",-40877701),bb=new A(null,\"readably\",\"readably\",1129599760),tm=new A(null,\"g.fade\",\"g.fade\",-429688797),um=new Zc(null,\"blockable\",\"blockable\",-28395259,null),vm=new A(null,\"add-note\",\"add-note\",-926319985),wm=new A(null,\"shouldComponentUpdate\",\n\"shouldComponentUpdate\",1795750960),xm=new A(null,\"fill\",\"fill\",883462889),ym=new A(null,\"id\",\"id\",-1388402092),zm=new A(null,\"decoded-buffer\",\"decoded-buffer\",598746700),Am=new A(null,\"ctrlKey\",\"ctrlKey\",430760908),kf=new Zc(null,\"meta6646\",\"meta6646\",1370820458,null),Bm=new A(null,\"next-note-time\",\"next-note-time\",-1117617128),Cm=new A(null,\"run-queue\",\"run-queue\",-1701798027),Dm=new A(null,\"componentWillMount\",\"componentWillMount\",-285327619),Em=new A(null,\"purge-redos\",\"purge-redos\",1815721624),\nFm=new A(null,\"move-mario\",\"move-mario\",-317739908),Gm=new A(null,\"max-undos\",\"max-undos\",-911142923),Hm=new A(null,\"select-instrument\",\"select-instrument\",75005084),Im=new A(null,\"groupEnd\",\"groupEnd\",-337721382),Jm=new A(null,\"atom\",\"atom\",-397043653),Km=new A(null,\"mario-run\",\"mario-run\",-1086168628),Lm=new A(null,\"advance-position\",\"advance-position\",-23796893);var Mm={},Nm={},Om=[];function Pm(a,f){var g=Nm[a];if(void 0!==g)return g;try{Om.push(a);var h=Mm[a],k=shadow$provide[a];if(void 0===h){if(void 0===k)throw\"Module not provided: \"+a;h={exports:{}};Mm[a]=h}if(k){delete shadow$provide[a];try{k.call(h,ca,Pm,h,h.exports)}catch(q){throw console.warn(\"shadow-cljs - failed to load\",a),q;}if(f){var l=f.globals;if(l)for(a=0;a<l.length;a++)window[l[a]]=h.exports}}}finally{Om.pop()}return h.exports};var Qm=Pm(5,{});function Rm(a,f,g){var h=m(f.ignoreCase)?\"gi\":\"g\";h=m(f.multiline)?[h,\"m\"].join(\"\"):h;return a.replace(new RegExp(f.source,m(f.Hd)?[h,\"u\"].join(\"\"):h),g)}\nfunction Sm(a){return function(){function f(h){var k=null;if(0<arguments.length){k=0;for(var l=Array(arguments.length-0);k<l.length;)l[k]=arguments[k+0],++k;k=new bd(l,0,null)}return g.call(this,k)}function g(h){h=Gf(h);if(G.b(I(h),1))return h=C(h),a.a?a.a(h):a.call(null,h);h=ug(h);return a.a?a.a(h):a.call(null,h)}f.s=0;f.v=function(h){h=B(h);return g(h)};f.h=g;return f}()}\nfunction Tm(a,f,g){if(\"string\"===typeof f)return a.replace(new RegExp(String(f).replace(/([-()\\[\\]{}+?*.$\\^|,:#<!\\\\])/g,\"\\\\$1\").replace(/\\x08/g,\"\\\\x08\"),\"g\"),g);if(f instanceof RegExp)return\"string\"===typeof g?Rm(a,f,g):Rm(a,f,Sm(g));throw[\"Invalid match arg: \",p.a(f)].join(\"\");}function Um(a){var f=new Qa;for(a=B(a);;)if(null!=a)f.append(p.a(C(a))),a=E(a),null!=a&&f.append(\" \");else return f.toString()};var Vm={},Wm={};if(\"undefined\"===typeof Vm||\"undefined\"===typeof Wm||\"undefined\"===typeof Xm)var Xm=Af(null);\nif(\"undefined\"===typeof Vm||\"undefined\"===typeof Wm||\"undefined\"===typeof Ym)var Ym=function(){var a={};a.warn=function(){function f(h){var k=null;if(0<arguments.length){k=0;for(var l=Array(arguments.length-0);k<l.length;)l[k]=arguments[k+0],++k;k=new bd(l,0,null)}return g.call(this,k)}function g(h){return Cf.h(Xm,Uf,new N(null,1,5,P,[ul],null),Jd,Dd([af(p,h)]))}f.s=0;f.v=function(h){h=B(h);return g(h)};f.h=g;return f}();a.error=function(){function f(h){var k=null;if(0<arguments.length){k=0;for(var l=\nArray(arguments.length-0);k<l.length;)l[k]=arguments[k+0],++k;k=new bd(l,0,null)}return g.call(this,k)}function g(h){return Cf.h(Xm,Uf,new N(null,1,5,P,[Uj],null),Jd,Dd([af(p,h)]))}f.s=0;f.v=function(h){h=B(h);return g(h)};f.h=g;return f}();return a}();var Zm={},$m=\"undefined\"!==typeof window&&null!=window.document,an=new Ih(null,new e(null,2,[\"aria\",null,\"data\",null],null),null);function bn(a){return 2>I(a)?a.toUpperCase():[a.substring(0,1).toUpperCase(),a.substring(1)].join(\"\")}\nfunction cn(a){if(\"string\"===typeof a)return a;a=He(a);var f=/-/;f=\"/(?:)/\"===p.a(f)?Jd.b(ug(Cd(\"\",Df.b(p,B(a)))),\"\"):ug(p.a(a).split(f));if(1<I(f))a:for(;;)if(\"\"===Zd(f))f=$d(f);else break a;var g=B(f);f=C(g);g=E(g);return m(an.a?an.a(f):an.call(null,f))?a:bf(p,f,Df.b(bn,g))}\nfunction dn(a){var f=function(){if(Qd(a)){var g=a.displayName;g=m(g)?g:a.name}else g=!1;if(m(g))return g;g=null!=a&&(a.w&4096||d===a.yc)?He(a):!1;if(m(g))return g;g=Yd(a);return fe(g)?ql.a(g):null}();return Tm(p.a(f),\"$\",\".\")}var en=!1;var fn=Pm(11,{});var gn={};if(\"undefined\"===typeof Vm||\"undefined\"===typeof Zm||\"undefined\"===typeof gn||\"undefined\"===typeof hn)var hn=0;function jn(a){return setTimeout(a,16)}var kn=$m?function(){var a=window,f=a.requestAnimationFrame;if(m(f))return f;f=a.webkitRequestAnimationFrame;if(m(f))return f;f=a.mozRequestAnimationFrame;if(m(f))return f;a=a.msRequestAnimationFrame;return m(a)?a:jn}():jn;function ln(a,f){return a.cljsMountOrder-f.cljsMountOrder}\nif(\"undefined\"===typeof Vm||\"undefined\"===typeof Zm||\"undefined\"===typeof gn||\"undefined\"===typeof mn)var mn=function(){return null};function nn(){this.bc=!1}b=nn.prototype;b.run_funs=function(a){var f=this[a];if(null==f)return null;this[a]=null;a=f.length;for(var g=0;;)if(g<a){var h=f[g];h.j?h.j():h.call(null);g+=1}else return null};b.flush_after_render=function(){return this.run_funs(\"afterRender\")};b.queue_render=function(a){return this.enqueue(\"componentQueue\",a)};\nb.schedule=function(){function a(){return f.run_queues()}var f=this;if(this.bc)return null;this.bc=!0;return kn.a?kn.a(a):kn.call(null,a)};b.flush_queues=function(){this.run_funs(\"beforeFlush\");mn();var a=this.componentQueue;if(null!=a)a:{this.componentQueue=null,a.sort(ln);for(var f=a.length,g=0;;)if(g<f){var h=a[g];!0===h.cljsIsDirty&&h.forceUpdate();g+=1}else break a}return this.flush_after_render()};b.run_queues=function(){this.bc=!1;return this.flush_queues()};\nb.enqueue=function(a,f){null==this[a]&&(this[a]=[]);this[a].push(f);return this.schedule()};b.add_before_flush=function(a){return this.enqueue(\"beforeFlush\",a)};b.add_after_render=function(a){return this.enqueue(\"afterRender\",a)};if(\"undefined\"===typeof Vm||\"undefined\"===typeof Zm||\"undefined\"===typeof gn||\"undefined\"===typeof on){var on;on=new nn}function pn(a){if(m(a.cljsIsDirty))return null;a.cljsIsDirty=!0;return on.queue_render(a)};function qn(a,f){var g=bf(Ph,a,f);return Cd(g,Lf(function(h){return g===h},f))}function rn(a,f){return I(a)<I(f)?pb(Jd,f,a):pb(Jd,a,f)}var sn=function sn(a){switch(arguments.length){case 1:return sn.a(arguments[0]);case 2:return sn.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return sn.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};sn.a=function(a){return a};\nsn.b=function(a,f){for(;;)if(I(f)<I(a)){var g=a;a=f;f=g}else return pb(function(h,k){return function(l,q){return oe(k,q)?l:ae.b(l,q)}}(a,f),a,a)};sn.h=function(a,f,g){a=qn(function(h){return-I(h)},Jd.h(g,f,Dd([a])));return pb(sn,C(a),cd(a))};sn.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};sn.s=2;\nvar tn=function tn(a){switch(arguments.length){case 1:return tn.a(arguments[0]);case 2:return tn.b(arguments[0],arguments[1]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return tn.h(arguments[0],arguments[1],new bd(g.slice(2),0,null))}};tn.a=function(a){return a};tn.b=function(a,f){return I(a)<I(f)?pb(function(g,h){return oe(f,h)?ae.b(g,h):g},a,a):pb(ae,a,f)};tn.h=function(a,f,g){return pb(tn,a,Jd.b(g,f))};\ntn.v=function(a){var f=C(a),g=E(a);a=C(g);g=E(g);return this.h(f,a,g)};tn.s=2;var un={},vn;if(\"undefined\"===typeof Vm||\"undefined\"===typeof un||\"undefined\"===typeof wn)var wn=!1;if(\"undefined\"===typeof Vm||\"undefined\"===typeof un||\"undefined\"===typeof xn)var xn=0;if(\"undefined\"===typeof Vm||\"undefined\"===typeof un||\"undefined\"===typeof yn)var yn=Af(0);\nfunction zn(a,f){f.captured=null;a:{var g=vn;vn=f;try{var h=a.j?a.j():a.call(null);break a}finally{vn=g}h=void 0}a=f.captured;f.Ka=!1;a:{g=f.kb;var k=null==a?0:a.length;if(k===(null==g?0:g.length))for(var l=0;;){var q=l===k;if(q){g=q;break a}if(a[l]===g[l])l+=1;else{g=!1;break a}}else g=!1}g||f._update_watching(a);return h}function An(a){var f=vn;if(null!=f){var g=f.captured;null==g?f.captured=[a]:g.push(a)}}function Bn(a,f){wn&&Cf.c(yn,ve,I(f)-I(a));return f}\nfunction Cn(a,f,g){var h=a.fa;a.fa=Bn(h,M.c(h,f,g));return a.sc=null}function Dn(a,f){var g=a.fa;a.fa=Bn(g,Pd.b(g,f));return a.sc=null}function En(a,f,g){var h=a.sc;h=null==h?a.sc=se(function(t,u,v){t.push(u);t.push(v);return t},[],a.fa):h;for(var k=h.length,l=0;;)if(l<k){var q=h[l],r=h[l+1];r.u?r.u(q,a,f,g):r.call(null,q,a,f,g);l=2+l}else return null}\nfunction Fn(a,f,g,h){tc(f,[\"#\\x3c\",p.a(h),\" \"].join(\"\"));a:{h=vn;vn=null;try{var k=w(a);break a}finally{vn=h}k=void 0}di(k,f,g);return tc(f,\"\\x3e\")}if(\"undefined\"===typeof Vm||\"undefined\"===typeof un||\"undefined\"===typeof Gn)var Gn=null;function Hn(){for(;;){var a=Gn;if(null==a)return null;Gn=null;for(var f=a.length,g=0;;)if(g<f)a[g]._queued_run(),g+=1;else break}}mn=Hn;function In(a,f,g,h){this.state=a;this.meta=f;this.rc=g;this.fa=h;this.g=2154201088;this.w=114690}b=In.prototype;b.ac=d;\nb.I=function(a,f,g){return Fn(this,f,g,\"Atom:\")};b.K=function(){return this.meta};b.J=function(){return ia(this)};b.G=function(a,f){return this===f};b.la=function(a,f){a=this.state;this.state=f;null!=this.fa&&En(this,a,f);return f};b.Sb=function(a,f){return this.la(null,f.a?f.a(this.state):f.call(null,this.state))};b.Tb=function(a,f,g){return this.la(null,f.b?f.b(this.state,g):f.call(null,this.state,g))};b.Ub=function(a,f,g,h){return this.la(null,f.c?f.c(this.state,g,h):f.call(null,this.state,g,h))};\nb.Vb=function(a,f,g,h,k){return this.la(null,df(f,this.state,g,h,k))};b.Wb=function(a,f){En(this,a,f)};b.Ab=function(a,f,g){return Cn(this,f,g)};b.Bb=function(a,f){return Dn(this,f)};b.N=function(a,f){return new In(this.state,f,this.rc,this.fa)};b.Ba=function(){An(this);return this.state};\nvar Jn=function Jn(a){switch(arguments.length){case 1:return Jn.a(arguments[0]);default:for(var g=[],h=arguments.length,k=0;;)if(k<h)g.push(arguments[k]),k+=1;else break;return Jn.h(arguments[0],new bd(g.slice(1),0,null))}};Jn.a=function(a){return new In(a,null,null,null)};Jn.h=function(a,f){var g=null!=f&&(f.g&64||d===f.R)?af(Dh,f):f;f=y.b(g,cb);g=y.b(g,lm);return new In(a,f,g,null)};Jn.v=function(a){var f=C(a);a=E(a);return this.h(f,a)};Jn.s=1;\nfunction Kn(a,f,g,h){var k=f.reagReactionCache;k=null==k?lf:k;var l=k.b?k.b(g,null):k.call(null,g,null);if(null!=l)return w(l);if(null==vn)return a.j?a.j():a.call(null);l=function(){function r(){wn&&Cf.b(yn,we);var t=Pd.b(f.reagReactionCache,g);f.reagReactionCache=t;null!=h&&(h.Mb=null);return null}return Ln.c?Ln.c(a,Pi,r):Ln.call(null,a,Pi,r)}();var q=w(l);f.reagReactionCache=M.c(k,g,l);wn&&Cf.b(yn,kd);null!=h&&(h.Mb=l);return q}\nfunction Mn(a,f,g){this.W=a;this.vb=f;this.Mb=g;this.g=2153807872;this.w=0}b=Mn.prototype;b.ac=d;b.Ba=function(){var a=this,f=a.Mb;return null==f?Kn(function(){return af(a.W,a.vb)},a.W,a.vb,this):w(f)};b.G=function(a,f){return f instanceof Mn&&G.b(this.W,f.W)&&G.b(this.vb,f.vb)};b.J=function(){return Wc(new N(null,2,5,P,[this.W,this.vb],null))};b.I=function(a,f,g){return Fn(this,f,g,\"Track:\")};\nfunction Nn(a,f,g,h,k){this.Y=a;this.path=f;this.Mb=g;this.state=h;this.fa=k;this.g=2153807872;this.w=114690}b=Nn.prototype;b._peek=function(){var a=vn;vn=null;try{return this.Ba(null)}finally{vn=a}};b._set_state=function(a,f){if(a===f)return null;this.state=f;return null!=this.fa?En(this,a,f):null};b.ac=d;b.I=function(a,f,g){return Fn(this,f,g,[\"Cursor: \",p.a(this.path)].join(\"\"))};b.J=function(){return Wc(new N(null,2,5,P,[this.Y,this.path],null))};\nb.G=function(a,f){return f instanceof Nn&&G.b(this.path,f.path)&&G.b(this.Y,f.Y)};b.la=function(a,f){this._set_state(this.state,f);(null!=this.Y?this.Y.g&32768||d===this.Y.wc||(this.Y.g?0:n($b,this.Y)):n($b,this.Y))?G.b(this.path,Kd)?Bf(this.Y,f):Cf.u(this.Y,Tf,this.path,f):this.Y.b?this.Y.b(this.path,f):this.Y.call(null,this.path,f);return f};b.Sb=function(a,f){var g=this;return g.la(null,function(){var h=g._peek();return f.a?f.a(h):f.call(null,h)}())};\nb.Tb=function(a,f,g){var h=this;return h.la(null,function(){var k=h._peek();return f.b?f.b(k,g):f.call(null,k,g)}())};b.Ub=function(a,f,g,h){var k=this;return k.la(null,function(){var l=k._peek();return f.c?f.c(l,g,h):f.call(null,l,g,h)}())};b.Vb=function(a,f,g,h,k){return this.la(null,df(f,this._peek(),g,h,k))};b.Wb=function(a,f){En(this,a,f)};b.Ab=function(a,f,g){return Cn(this,f,g)};b.Bb=function(a,f){return Dn(this,f)};\nb.Ba=function(){var a=this,f=this,g=a.state,h=function(){var k=a.Mb;return null==k?(k=(null!=a.Y?a.Y.g&32768||d===a.Y.wc||(a.Y.g?0:n($b,a.Y)):n($b,a.Y))?function(){return Rf(w(a.Y),a.path)}:function(){return a.Y.a?a.Y.a(a.path):a.Y.call(null,a.path)},Kn(k,a.Y,a.path,f)):w(k)}();f._set_state(g,h);return h};\nvar On=function On(a){if(null!=a&&null!=a.pc)return a.pc(a);var g=On[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=On._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"IDisposable.dispose!\",a);},Pn=function Pn(a,f){if(null!=a&&null!=a.Jc)return a.Jc(a,f);var h=Pn[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=Pn._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"IDisposable.add-on-dispose!\",a);};\nfunction Qn(a,f,g,h){return a._handle_change(f,g,h)}function Rn(a,f,g,h,k,l,q,r){this.W=a;this.state=f;this.Ka=g;this.Fc=h;this.kb=k;this.fa=l;this.Aa=q;this.ec=r;this.g=2153807872;this.w=114690}b=Rn.prototype;b._peek_at=function(){var a=vn;vn=null;try{return this.Ba(null)}finally{vn=a}};\nb._handle_change=function(a,f,g){return f===g||this.Ka?null:null==this.Aa?(this.Ka=!0,null==Gn&&(Gn=[],!1===on.bc&&on.schedule()),Gn.push(this)):!0===this.Aa?this._run(!1):this.Aa.a?this.Aa.a(this):this.Aa.call(null,this)};\nb._update_watching=function(a){var f=Lh(a),g=Lh(this.kb);this.kb=a;a=B(tn.b(f,g));for(var h=null,k=0,l=0;;)if(l<k){var q=h.C(null,l);wc(q,this,Qn);l+=1}else if(a=B(a))h=a,ie(h)?(a=Ec(h),l=Fc(h),h=a,k=I(a),a=l):(a=C(h),wc(a,this,Qn),a=E(h),h=null,k=0),l=0;else break;f=B(tn.b(g,f));g=null;for(k=h=0;;)if(k<h)a=g.C(null,k),xc(a,this),k+=1;else if(f=B(f))g=f,ie(g)?(f=Ec(g),h=Fc(g),g=f,a=I(f),f=h,h=a):(a=C(g),xc(a,this),f=E(g),g=null,h=0),k=0;else return null};\nb._queued_run=function(){return this.Ka&&null!=this.kb?this._run(!0):null};b._try_capture=function(a){try{return this.ec=null,zn(a,this)}catch(f){return this.ec=this.state=a=f,this.Ka=!1}};b._run=function(a){var f=this.state;a=m(a)?this._try_capture(this.W):zn(this.W,this);this.Fc||(this.state=a,null==this.fa||G.b(f,a)||En(this,f,a));return a};\nb._set_opts=function(a){var f=null!=a&&(a.g&64||d===a.R)?af(Dh,a):a;a=y.b(f,Li);var g=y.b(f,yl),h=y.b(f,Pi);f=y.b(f,nj);null!=a&&(this.Aa=a);null!=g&&(this.md=g);null!=h&&(this.Gc=h);return null!=f?this.Fc=f:null};b.ac=d;b.I=function(a,f,g){return Fn(this,f,g,[\"Reaction \",p.a(Wc(this)),\":\"].join(\"\"))};b.J=function(){return ia(this)};b.G=function(a,f){return this===f};\nb.pc=function(){var a=this.state,f=this.kb;this.Aa=this.state=this.kb=null;this.Ka=!0;f=B(Lh(f));for(var g=null,h=0,k=0;;)if(k<h){var l=g.C(null,k);xc(l,this);k+=1}else if(f=B(f))g=f,ie(g)?(f=Ec(g),k=Fc(g),g=f,h=I(f),f=k):(f=C(g),xc(f,this),f=E(g),g=null,h=0),k=0;else break;null!=this.Gc&&this.Gc(a);a=this.Hc;if(null==a)return null;f=a.length;for(g=0;;)if(g<f)h=a[g],h.a?h.a(this):h.call(null,this),g+=1;else return null};b.Jc=function(a,f){a=this.Hc;return null==a?this.Hc=[f]:a.push(f)};\nb.la=function(a,f){a=this.state;this.state=f;this.md(a,f);En(this,a,f);return f};b.Sb=function(a,f){var g=this;return g.la(null,function(){var h=g._peek_at();return f.a?f.a(h):f.call(null,h)}())};b.Tb=function(a,f,g){var h=this;return h.la(null,function(){var k=h._peek_at();return f.b?f.b(k,g):f.call(null,k,g)}())};b.Ub=function(a,f,g,h){var k=this;return k.la(null,function(){var l=k._peek_at();return f.c?f.c(l,g,h):f.call(null,l,g,h)}())};\nb.Vb=function(a,f,g,h,k){return this.la(null,df(f,this._peek_at(),g,h,k))};b.Wb=function(a,f){En(this,a,f)};b.Ab=function(a,f,g){return Cn(this,f,g)};b.Bb=function(a,f){a=be(this.fa);Dn(this,f);return!a&&be(this.fa)&&null==this.Aa?this.pc(null):null};b.Ba=function(){var a=this.ec;if(null!=a)throw a;(a=null==vn)&&Hn();a&&null==this.Aa?this.Ka&&(a=this.state,this.state=this.W.j?this.W.j():this.W.call(null),null==this.fa||G.b(a,this.state)||En(this,a,this.state)):(An(this),this.Ka&&this._run(!1));return this.state};\nfunction Ln(a){for(var f=[],g=arguments.length,h=0;;)if(h<g)f.push(arguments[h]),h+=1;else break;g=arguments[0];f=1<f.length?new bd(f.slice(1),0,null):null;var k=null!=f&&(f.g&64||d===f.R)?af(Dh,f):f;f=y.b(k,Li);h=y.b(k,yl);k=y.b(k,Pi);g=new Rn(g,null,!0,!1,null,null,null,null);g._set_opts(new e(null,3,[Li,f,yl,h,Pi,k],null));return g}var Sn=Ln(null);\nfunction Tn(a,f){var g=Un,h=Sn,k=zn(a,h);null!=h.kb&&(Sn=Ln(null),h._set_opts(g),h.W=a,h.Aa=function(){return pn.a?pn.a(f):pn.call(null,f)},f.cljsRatom=h);return k};var Vn={},Wn;function Xn(a,f){var g=f.argv;if(null==g){g=P;a=a.constructor;a:for(var h=sa(f),k=h.length,l=lf,q=0;;)if(q<k){var r=h[q];l=M.c(l,Ge.a(r),f[r]);q+=1}else break a;f=new N(null,2,5,g,[a,l],null)}else f=g;return f}function Yn(a){var f;if(f=Qd(a))a=null==a?null:a.prototype,f=null!=(null==a?null:a.reagentRender);return f}if(\"undefined\"===typeof Vm||\"undefined\"===typeof Zm||\"undefined\"===typeof Vn||\"undefined\"===typeof Zn)var Zn=null;\nfunction $n(a){for(;;){var f=a.reagentRender,g=!0===a.cljsLegacyRender?f.call(a,a):function(){var h=Xn(a,a.props);switch(I(h)){case 1:return f.call(a);case 2:return f.call(a,wd(h,1));case 3:return f.call(a,wd(h,1),wd(h,2));case 4:return f.call(a,wd(h,1),wd(h,2),wd(h,3));case 5:return f.call(a,wd(h,1),wd(h,2),wd(h,3),wd(h,4));default:return f.apply(a,ob(h).slice(1))}}();if(he(g))return Zn.a?Zn.a(g):Zn.call(null,g);if(ne(g))g=Yn(g)?function(h,k,l,q){return function(){function r(u){var v=null;if(0<arguments.length){v=\n0;for(var x=Array(arguments.length-0);v<x.length;)x[v]=arguments[v+0],++v;v=new bd(x,0,null)}return t.call(this,v)}function t(u){u=bf(yg,q,u);return Zn.a?Zn.a(u):Zn.call(null,u)}r.s=0;r.v=function(u){u=B(u);return t(u)};r.h=t;return r}()}(a,f,null,g):g,a.reagentRender=g;else return g}}\nvar Un=new e(null,1,[nj,!0],null),ao=new e(null,1,[Ii,function(){var a=this,f=a.cljsRatom;a.cljsIsDirty=!1;return null==f?Tn(function(){a:{var g=Wn;Wn=a;try{var h=$n(a);break a}finally{Wn=g}h=void 0}return h},a):f._run(!1)}],null);\nfunction bo(a,f){switch(a instanceof A?a.ta:null){case \"getDefaultProps\":throw Error(\"getDefaultProps not supported\");case \"getInitialState\":return function(){var g=this.cljsState;g=null!=g?g:this.cljsState=Jn.a(null);return Bf(g,f.call(this,this))};case \"componentWillReceiveProps\":return function(g){return f.call(this,this,Xn(this,g))};case \"shouldComponentUpdate\":return function(g){var h=en;if(m(h))return h;h=this.props.argv;var k=g.argv,l=null==h||null==k;if(null==f){if(l)return l;try{return ff(h,\nk)}catch(q){return!1}}else return l?f.call(this,this,Xn(this,this.props),Xn(this,g)):f.call(this,this,h,k)};case \"componentWillUpdate\":return function(g){return f.call(this,this,Xn(this,g))};case \"componentDidUpdate\":return function(g){return f.call(this,this,Xn(this,g))};case \"componentWillMount\":return function(){this.cljsMountOrder=hn+=1;return null==f?null:f.call(this,this)};case \"componentDidMount\":return function(){return f.call(this,this)};case \"componentWillUnmount\":return function(){var g=\nthis.cljsRatom;null!=g&&On(g);this.cljsIsDirty=!1;return null==f?null:f.call(this,this)};case \"componentDidCatch\":return function(g,h){return f.call(this,this,g,h)};default:return null}}function co(a,f){a=bo(a,f);return m(a)?a:f}var eo=new e(null,3,[wm,null,Dm,null,Rj,null],null),fo=function(a){var f=Af(lf);return function(g){var h=y.b(w(f),g);if(null!=h)return h;h=a.a?a.a(g):a.call(null,g);Cf.u(f,M,g,h);return h}}(cn);\nfunction go(a){return se(function(f,g,h){return M.c(f,Ge.a(fo.a?fo.a(g):fo.call(null,g)),h)},lf,a)}function ho(a){var f=function(){var l=ol.a(a);return m(l)?l:Sk.a(a)}(),g=null==f,h=m(f)?f:Ii.a(a);f=p.a(function(){var l=Tk.a(a);return m(l)?l:dn(h)}());switch(f){case \"\":f=p.a(pi())}var k=se(function(l,q,r){return M.c(l,q,co(q,r))},lf,a);return M.h(k,Tk,f,Dd([om,!1,ll,g,ol,h,Ii,Ii.a(ao)]))}function io(a){return se(function(f,g,h){f[He(g)]=h;return f},{},a)}\nfunction jo(a){a=io(ho(Gh.h(Dd([eo,go(a)]))));return fn(a)};var ko={},lo=/([^\\s\\.#]+)(?:#([^\\s\\.#]+))?(?:\\.([^\\s#]+))?/;function mo(a){return a instanceof A||a instanceof Zc}var no={\"class\":\"className\",\"for\":\"htmlFor\",charset:\"charSet\"};function oo(a,f){return a.hasOwnProperty(f)?a[f]:null}function po(a,f,g){if(mo(f)){var h=oo(no,He(f));f=null==h?no[He(f)]=cn(f):h}a[f]=qo.a?qo.a(g):qo.call(null,g);return a}\nfunction qo(a){return\"object\"!==c(a)?a:mo(a)?He(a):fe(a)?se(po,{},a):ce(a)?ti(a):ne(a)?function(){function f(h){var k=null;if(0<arguments.length){k=0;for(var l=Array(arguments.length-0);k<l.length;)l[k]=arguments[k+0],++k;k=new bd(l,0,null)}return g.call(this,k)}function g(h){return af(a,h)}f.s=0;f.v=function(h){h=B(h);return g(h)};f.h=g;return f}():ti(a)}var ro={};function so(a,f,g){if(mo(f)){var h=oo(ro,He(f));f=null==h?ro[He(f)]=cn(f):h}a[f]=qo(g);return a}\nfunction to(a){return\"object\"!==c(a)?a:mo(a)?He(a):fe(a)?se(so,{},a):ce(a)?ti(a):ne(a)?function(){function f(h){var k=null;if(0<arguments.length){k=0;for(var l=Array(arguments.length-0);k<l.length;)l[k]=arguments[k+0],++k;k=new bd(l,0,null)}return g.call(this,k)}function g(h){return af(a,h)}f.s=0;f.v=function(h){h=B(h);return g(h)};f.h=g;return f}():ti(a)}function uo(a,f){a=null==a?{}:a;a.key=f;return a}\nfunction vo(a,f){var g=f.id,h=f[\"class\"];f=null!=g&&null==ym.a(a)?M.c(a,ym,g):a;return m(h)?M.c(f,fl,function(){var k=fl.a(a);return null==k?h:[p.a(h),\" \",p.a(mo(k)?He(k):k)].join(\"\")}()):f}function wo(a){a=null!=a&&(a.g&64||d===a.R)?af(Dh,a):a;var f=y.b(a,fl);return ce(f)?M.c(a,fl,Um(yf(function(g){return m(g)?mo(g)?He(g):g:null},f))):a}if(\"undefined\"===typeof Vm||\"undefined\"===typeof Zm||\"undefined\"===typeof ko||\"undefined\"===typeof xo)var xo=null;\nvar yo=new Ih(null,new e(null,6,[\"url\",null,\"tel\",null,\"text\",null,\"textarea\",null,\"password\",null,\"search\",null],null),null);\nfunction zo(a,f,g,h){var k=lf;k=null!=k&&(k.g&64||d===k.R)?af(Dh,k):k;k=y.b(k,$l);if(a===document.activeElement&&oe(yo,a.type)&&\"string\"===typeof f&&\"string\"===typeof g){var l=a.value;if(ff(l,g))return on.add_after_render(function(){return Ao.a?Ao.a(h):Ao.call(null,h)});g=I(l)-a.selectionStart;g=I(f)-g;h.cljsDOMValue=f;a.value=f;Qd(k)&&(k.a?k.a(f):k.call(null,f));a.selectionStart=g;return a.selectionEnd=g}h.cljsDOMValue=f;a.value=f;return Qd(k)?k.a?k.a(f):k.call(null,f):null}\nfunction Ao(a){if(m(a.cljsInputLive)){a.cljsInputDirty=!1;var f=a.cljsRenderedValue,g=a.cljsDOMValue,h=xo.a?xo.a(a):xo.call(null,a);return ff(f,g)?zo(h,f,g,a):null}return null}function Bo(a,f,g){a.cljsDOMValue=g.target.value;m(a.cljsInputDirty)||(a.cljsInputDirty=!0,on.add_after_render(function(){return Ao(a)}));return f.a?f.a(g):f.call(null,g)}\nfunction Co(a){var f=Wn;if(m(null!=a?function(){var k=a.hasOwnProperty(\"onChange\");return m(k)?a.hasOwnProperty(\"value\"):k}():!1)){var g=a.value;g=null==g?\"\":g;var h=a.onChange;m(f.cljsInputLive)||(f.cljsInputLive=!0,f.cljsDOMValue=g);f.cljsRenderedValue=g;delete a.value;a.defaultValue=g;a.onChange=function(k){return Bo(f,h,k)}}}\nvar Do=null,Fo=new e(null,4,[ek,\"ReagentInput\",Sl,Ao,pk,function(a){return a.cljsInputLive=null},Ej,function(a,f,g,h){Co(g);return Eo.u?Eo.u(a,f,g,h):Eo.call(null,a,f,g,h)}],null);function Go(a){if(fe(a))try{var f=y.b(a,bm)}catch(g){f=null}else f=null;return f}function Ho(a){var f=Go(Yd(a));return null==f?Go(K(a,1,null)):f}var Io={};\nfunction Jo(a,f,g){var h=a.name,k=K(f,g,null),l=null==k||fe(k);k=vo(wo(l?k:null),a);a=m(a.custom)?to(k):qo(k);g+=l?1:0;a:switch(h){case \"input\":case \"textarea\":l=!0;break a;default:l=!1}if(l)return l=P,null==Do&&(Do=jo(Fo)),f=Ud(new N(null,5,5,l,[Do,f,h,a,g],null),Yd(f)),Ko.a?Ko.a(f):Ko.call(null,f);l=Go(Yd(f));a=null==l?a:uo(a,l);return Eo.u?Eo.u(f,h,a,g):Eo.call(null,f,h,a,g)}\nfunction Lo(a){for(;;){var f=K(a,0,null);if(De(qj,f)){f=K(a,1,null);var g=null==f||fe(f);f=qo(g?f:null);g=1+(g?1:0);var h=Ho(a);null!=h&&uo(f,h);return Eo.u?Eo.u(a,Qm.Fragment,f,g):Eo.call(null,a,Qm.Fragment,f,g)}if(mo(f)||\"string\"===typeof f)switch(f=He(f),g=f.indexOf(\"\\x3e\"),g){case -1:g=f;f=oo(Io,g);if(null==f){f=g;var k=E(Vh(lo,He(g)));g=K(k,0,null);h=K(k,1,null);k=K(k,2,null);k=null==k?null:Tm(k,/\\./,\" \");g={name:g,id:h,\"class\":k,custom:ff(-1,g.indexOf(\"-\"))};f=Io[f]=g}return Jo(f,a,1);case 0:return f=\nK(a,1,null),Jo({name:f},a,2);default:a=Ud(new N(null,2,5,P,[f.substring(0,g),M.c(Ud(a,null),0,f.substring(g+1))],null),Yd(a))}else return g=f.cljsReactClass,null==g?Yn(f)?f=f.cljsReactClass=f:(g=Yd(f),g=M.c(g,Ej,f),g=jo(g),f=f.cljsReactClass=g):f=g,g={argv:a},a=Ho(a),null!=a&&(g.key=a),Qm.createElement(f,g)}}\nfunction Ko(a){return\"object\"!==c(a)?a:he(a)?Lo(a):(null==a?0:null!=a?a.g&64||d===a.R||(a.g?0:n(Bb,a)):n(Bb,a))?Mo.a?Mo.a(a):Mo.call(null,a):mo(a)?He(a):(null!=a?a.g&2147483648||d===a.V||(a.g?0:n(uc,a)):n(uc,a))?ii(Dd([a])):a}Zn=Ko;function Mo(a){a=ob(a);for(var f=a.length,g=0;;)if(g<f)a[g]=Ko(a[g]),g+=1;else break;return a}\nfunction Eo(a,f,g,h){switch(I(a)-h){case 0:return Qm.createElement(f,g);case 1:return a=Ko(K(a,h,null)),Qm.createElement(f,g,a);default:return Qm.createElement.apply(null,se(function(k,l,q){l>=h&&k.push(Ko(q));return k},[f,g],a))}};var No=Pm(20,{});var Oo={};if(\"undefined\"===typeof Vm||\"undefined\"===typeof Oo||\"undefined\"===typeof Po)var Po=null;if(\"undefined\"===typeof Vm||\"undefined\"===typeof Oo||\"undefined\"===typeof Qo)var Qo=Af(lf);function Ro(a,f){var g=en;en=!0;try{var h=a.j?a.j():a.call(null);return No.render(h,f,function(){var k=en;en=!1;try{return Cf.u(Qo,M,f,new N(null,2,5,P,[a,f],null)),on.flush_after_render(),null}finally{en=k}})}finally{en=g}}function So(a,f){return Ro(a,f)}\nfunction To(){var a=new N(null,1,5,P,[Uo],null),f=document.getElementById(\"app\");Hn();return Ro(function(){return Ko(Qd(a)?a.j?a.j():a.call(null):a)},f)}xo=function(a){return No.findDOMNode(a)};da(\"reagent.core.force_update_all\",function(){Hn();Hn();for(var a=B(Ug(w(Qo))),f=null,g=0,h=0;;)if(h<g){var k=f.C(null,h);af(So,k);h+=1}else if(a=B(a))f=a,ie(f)?(a=Ec(f),h=Fc(f),f=a,g=I(a),a=h):(a=C(f),af(So,a),a=E(f),f=null,g=0),h=0;else break;return on.flush_after_render()});function Vo(a){return on.add_after_render(a)};function Wo(){return Ka(\"iPhone\")&&!Ka(\"iPod\")&&!Ka(\"iPad\")};var Xo=Ka(\"Opera\"),Yo=Ka(\"Trident\")||Ka(\"MSIE\"),Zo=Ka(\"Edge\"),$o=Ka(\"Gecko\")&&!(Da(\"WebKit\")&&!Ka(\"Edge\"))&&!(Ka(\"Trident\")||Ka(\"MSIE\"))&&!Ka(\"Edge\"),ap=Da(\"WebKit\")&&!Ka(\"Edge\");ap&&Ka(\"Mobile\");Ka(\"Macintosh\");Ka(\"Windows\");Ka(\"Linux\")||Ka(\"CrOS\");var bp=ca.navigator||null;bp&&(bp.appVersion||\"\").indexOf(\"X11\");Ka(\"Android\");Wo();Ka(\"iPad\");Ka(\"iPod\");Wo()||Ka(\"iPad\")||Ka(\"iPod\");Da(\"KaiOS\");Da(\"GAFP\");function cp(){var a=ca.document;return a?a.documentMode:void 0}var dp;\na:{var ep=\"\",fp=function(){var a=Ea;if($o)return/rv:([^\\);]+)(\\)|;)/.exec(a);if(Zo)return/Edge\\/([\\d\\.]+)/.exec(a);if(Yo)return/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(a);if(ap)return/WebKit\\/(\\S+)/.exec(a);if(Xo)return/(?:Version)[ \\/]?(\\S+)/.exec(a)}();fp&&(ep=fp?fp[1]:\"\");if(Yo){var gp=cp();if(null!=gp&&gp>parseFloat(ep)){dp=String(gp);break a}}dp=ep}var hp={},ip;ip=ca.document&&Yo?cp():void 0;function jp(a){var f=document;a=String(a);\"application/xhtml+xml\"===f.contentType&&(a=a.toLowerCase());return f.createElement(a)};function kp(a,f,g){var h=a;f&&(h=na(a,f));h=kp.sd(h);fa(ca.setImmediate)&&(g||kp.rd())?ca.setImmediate(h):(kp.Lc||(kp.Lc=kp.gd()),kp.Lc(h))}kp.rd=function(){return ca.Window&&ca.Window.prototype&&!Ka(\"Edge\")&&ca.Window.prototype.setImmediate==ca.setImmediate?!1:!0};\nkp.gd=function(){var a=ca.MessageChannel;\"undefined\"===typeof a&&\"undefined\"!==typeof window&&window.postMessage&&window.addEventListener&&!Ka(\"Presto\")&&(a=function(){var k=jp(\"IFRAME\");k.style.display=\"none\";Pa(k);document.documentElement.appendChild(k);var l=k.contentWindow;k=l.document;k.open();k.write(Na());k.close();var q=\"callImmediate\"+Math.random(),r=\"file:\"==l.location.protocol?\"*\":l.location.protocol+\"//\"+l.location.host;k=na(function(t){if((\"*\"==r||t.origin==r)&&t.data==q)this.port1.onmessage()},\nthis);l.addEventListener(\"message\",k,!1);this.port1={};this.port2={postMessage:function(){l.postMessage(q,r)}}});if(\"undefined\"!==typeof a&&!Ka(\"Trident\")&&!Ka(\"MSIE\")){var f=new a,g={},h=g;f.port1.onmessage=function(){if(void 0!==g.next){g=g.next;var k=g.vc;g.vc=null;k()}};return function(k){h.next={vc:k};h=h.next;f.port2.postMessage(0)}}return\"undefined\"!==typeof document&&\"onreadystatechange\"in jp(\"SCRIPT\")?function(k){var l=jp(\"SCRIPT\");l.onreadystatechange=function(){l.onreadystatechange=null;\nl.parentNode.removeChild(l);l=null;k();k=null};document.documentElement.appendChild(l)}:function(k){ca.setTimeout(k,0)}};kp.sd=function(a){return a};var lp={},xf=wf.b(Kg,Kd);function mp(a){return null!=a?a.g&32768||d===a.wc?!0:a.g?!1:n($b,a):n($b,a)}function np(a,f){Pn(a,f)}function op(a,f){setTimeout(a,f)}function pp(a){return null!=a&&d===a.ac?[m(Yc.b?Yc.b(In,a):Yc.call(null,In,a))?\"ra\":m(Yc.b?Yc.b(Nn,a):Yc.call(null,Nn,a))?\"rc\":m(Yc.b?Yc.b(Rn,a):Yc.call(null,Rn,a))?\"rx\":m(Yc.b?Yc.b(Mn,a):Yc.call(null,Mn,a))?\"tr\":\"other\",p.a(Wc(a))].join(\"\"):null};var qp=Jn.a(lf);var rp=Af(new e(null,5,[Oi,console.log.bind(console),ul,console.warn.bind(console),Uj,console.error.bind(console),uk,m(console.group)?console.group.bind(console):console.log.bind(console),Im,m(console.groupEnd)?console.groupEnd.bind(console):function(){return dd}],null));function sp(a){for(var f=[],g=arguments.length,h=0;;)if(h<g)f.push(arguments[h]),h+=1;else break;return tp(arguments[0],1<f.length?new bd(f.slice(1),0,null):null)}\nfunction tp(a,f){var g=w(rp);a=a.a?a.a(g):a.call(null,g);return af(a,f)};var up=function up(a,f){var h=B(f);f=C(h);if(h=E(h)){var k=y.b(a,f);return m(k)?(h=up.b?up.b(k,h):up.call(null,k,h),B(h)?M.c(a,f,h):Pd.b(a,f)):a}return Pd.b(a,f)};function vp(a){return he(a)?C(a):tp(Uj,Dd([\"re-frame: expected a vector, but got:\",a]))};var wp=Af(lf);function xp(a,f){return y.b(y.b(w(wp),a),f)}function yp(a,f,g){Cf.u(wp,Tf,new N(null,2,5,P,[a,f],null),g);return g}var zp=function zp(a){switch(arguments.length){case 0:return zp.j();case 1:return zp.a(arguments[0]);case 2:return zp.b(arguments[0],arguments[1]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};zp.j=function(){return Bf(wp,lf)};zp.a=function(a){return Cf.c(wp,Pd,a)};\nzp.b=function(a,f){return m(xp(a,f))?Cf.h(wp,Uf,new N(null,1,5,P,[a],null),Pd,Dd([f])):tp(ul,Dd([\"re-frame: can't clear\",p.a(a),\"handler for\",[p.a(f),\". Handler not found.\"].join(\"\")]))};zp.s=2;var Ap={};if(\"undefined\"===typeof lp||\"undefined\"===typeof Ap||\"undefined\"===typeof Bp)var Bp=Af(Kd);if(\"undefined\"===typeof lp||\"undefined\"===typeof Ap||\"undefined\"===typeof Cp)var Cp=Af(0);function Dp(a){for(var f=[],g=arguments.length,h=0;;)if(h<g)f.push(arguments[h]),h+=1;else break;return Ep(0<f.length?new bd(f.slice(0),0,null):null)}function Ep(a){var f=null!=a&&(a.g&64||d===a.R)?af(Dh,a):a;a=y.b(f,ym);var g=y.b(f,Fj);f=y.b(f,Bj);return new e(null,3,[ym,m(a)?a:wk,Fj,g,Bj,f],null)}\nfunction Fp(a){switch(arguments.length){case 1:return Zj.a(arguments[0]);case 2:return Gp(arguments[0],arguments[1]);case 3:return Sf(arguments[0],new N(null,2,5,P,[Zj,arguments[1]],null),arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}}function Gp(a,f){return Rf(a,new N(null,2,5,P,[Zj,f],null))}\nfunction Hp(a){switch(arguments.length){case 1:return sl.a(arguments[0]);case 2:return Ip(arguments[0],arguments[1]);case 3:return Sf(arguments[0],new N(null,2,5,P,[sl,arguments[1]],null),arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}}function Ip(a,f){return Rf(a,new N(null,2,5,P,[sl,f],null))}\nfunction Jp(a,f){for(var g=a;;){var h=tl.a(g);if(be(h))return g;a=Zd(h);var k=nl.a(g);g=M.h(g,tl,$d(h),Dd([nl,Jd.b(k,a)]));a=y.b(a,f);g=m(a)?a.a?a.a(g):a.call(null,g):g}};var Kp=null;function Lp(a){var f=vp(a);f=xp(Yj,f);if(m(f))if(m(Kp))tp(Uj,Dd([\"re-frame: while handling\",Kp,\", dispatch-sync was called for\",a,\". You can't call dispatch-sync within an event handler.\"]));else{var g=Kp;Kp=a;try{var h=Tf(lf,new N(null,2,5,P,[sl,Yj],null),a);var k=Wf(h,tl,vf(),f);var l=Jp(k,Fj),q=Pd.b(l,tl),r=nl.a(l);var t=Wf(q,tl,vf(),r);Jp(t,Bj)}finally{Kp=g}}};var Mp=Af(lf);function Np(){for(var a=B(w(Mp)),f=null,g=0,h=0;;)if(h<g){var k=f.C(null,h);K(k,0,null);k=K(k,1,null);On(k);h+=1}else if(a=B(a))ie(a)?(g=Ec(a),a=Fc(a),f=g,g=I(g)):(f=C(a),K(f,0,null),f=K(f,1,null),On(f),a=E(a),f=null,g=0),h=0;else break;return m(hf(w(Mp)))?tp(ul,Dd([\"Subscription cache should be empty after clearing it.\"])):null}\nfunction Op(a,f,g){var h=new N(null,2,5,P,[a,f],null);np(g,function(){return Cf.b(Mp,function(k){return oe(k,h)&&g===y.b(k,h)?Pd.b(k,h):k})});Cf.b(Mp,function(k){return M.c(k,h,g)});return g}function Pp(a,f){return y.b(w(Mp),new N(null,2,5,P,[a,f],null))}var V=function V(a){switch(arguments.length){case 1:return V.a(arguments[0]);case 2:return V.b(arguments[0],arguments[1]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};\nV.a=function(a){var f=Pp(a,Kd);if(m(f))return f;var g=vp(a);f=xp(Xl,g);return null==f?tp(Uj,Dd([[\"re-frame: no subscription handler registered for: \",p.a(g),\". Returning a nil subscription.\"].join(\"\")])):Op(a,Kd,f.b?f.b(qp,a):f.call(null,qp,a))};\nV.b=function(a,f){var g=Pp(a,f);if(m(g))return g;g=vp(a);var h=xp(Xl,g);if(null==h)return tp(Uj,Dd([[\"re-frame: no subscription handler registered for: \",p.a(g),\". Returning a nil subscription.\"].join(\"\")]));var k=Ln(function(){return Of(f)});var l=Ln(function(){var q=w(k);return h.c?h.c(qp,a,q):h.call(null,qp,a,q)});return Op(a,f,Ln(function(){return w(w(l))}))};V.s=2;\nfunction Qp(a){return wf.c(Md(a),Df.a(function(f){var g=K(f,0,null);f=K(f,1,null);return new N(null,2,5,P,[g,od.a?od.a(f):od.call(null,f)],null)}),a)}function Rp(a,f){var g=ee(a)?Df.b(od,a):fe(a)?Qp(a):mp(a)?od.a?od.a(a):od.call(null,a):dd;ee(a)?Df.b(od,a):fe(a)?Qp(a):mp(a)?w(a):tp(Uj,Dd([\"re-frame: in the reg-sub for\",f,\", the input-signals function returns:\",a]));return g}\nfunction X(a){for(var f=[],g=arguments.length,h=0;;)if(h<g)f.push(arguments[h]),h+=1;else break;return Sp(arguments[0],1<f.length?new bd(f.slice(1),0,null):null)}\nfunction Sp(a,f){var g=Id(f),h=Mh(f),k=[\"re-frame: reg-sub for \",p.a(a),\", \"].join(\"\"),l=function(){switch(I(h)){case 0:return function(){var v=null;v=function(x,z){switch(arguments.length){case 1:return qp;case 2:return qp}throw Error(\"Invalid arity: \"+arguments.length);};v.a=function(){return qp};v.b=function(){return qp};return v}();case 1:var q=C(h);Qd(q)||tp(Uj,Dd([k,\"2nd argument expected to be an inputs function, got:\",q]));return q;case 2:q=K(h,0,null);var r=K(h,1,null);G.b(bj,q)||tp(Uj,Dd([k,\n\"expected :\\x3c-, got:\",q]));return function(){function v(){return V.a(r)}function x(){return V.a(r)}var z=null;z=function(D,F){switch(arguments.length){case 1:return x.call(this,D);case 2:return v.call(this,D,F)}throw Error(\"Invalid arity: \"+arguments.length);};z.a=x;z.b=v;return z}();default:q=Qf(2,2,h);var t=Df.b(C,q),u=Df.b(Id,q);pf(new Ih(null,new e(null,1,[bj,null],null),null),t)&&pf(he,u)||tp(Uj,Dd([k,\"expected pairs of :\\x3c- and vectors, got:\",q]));return function(){function v(){return Df.b(V,\nu)}function x(){return Df.b(V,u)}var z=null;z=function(D,F){switch(arguments.length){case 1:return x.call(this,D);case 2:return v.call(this,D,F)}throw Error(\"Invalid arity: \"+arguments.length);};z.a=x;z.b=v;return z}()}}();return yp(Xl,a,function(){function q(u,v,x){var z=l.b?l.b(v,x):l.call(null,v,x);u=Af(null);var D=Ln(function(){var F=Rp(z,a);return g.c?g.c(F,v,x):g.call(null,F,v,x)});Bf(u,pp(D));return D}function r(u,v){var x=l.a?l.a(v):l.call(null,v);u=Af(null);var z=Ln(function(){var D=Rp(x,\na);return g.b?g.b(D,v):g.call(null,D,v)});Bf(u,pp(z));return z}var t=null;t=function(u,v,x){switch(arguments.length){case 2:return r.call(this,u,v);case 3:return q.call(this,u,v,x)}throw Error(\"Invalid arity: \"+arguments.length);};t.b=r;t.c=q;return t}())};var Tp=new e(null,2,[Vl,function(a){function f(){return kp.a?kp.a(a):kp.call(null,a)}return Vo.a?Vo.a(f):Vo.call(null,f)},qm,kp],null);function Up(a){for(var f=I(a.queue);;){if(0===f)return Vp(a,sj,null);var g=qf(Tp,Tg(Yd(Zd(a.queue))));if(m(g))return Vp(a,sk,g);Wp(a);--f}}function Xp(a){function f(){return Vp(a,Cm,null)}return kp.a?kp.a(f):kp.call(null,f)}\nfunction Vp(a,f,g){var h=function(){var l=new N(null,2,5,P,[a.$b,f],null);if(G.b(new N(null,2,5,P,[Ai,Mj],null),l))return new N(null,2,5,P,[Tj,function(){a.queue=Jd.b(a.queue,g);return Xp(a)}],null);if(G.b(new N(null,2,5,P,[el,rj],null),l))return new N(null,2,5,P,[Ai,function(){a.queue=xf;throw g;}],null);if(G.b(new N(null,2,5,P,[el,sj],null),l))return be(a.queue)?new N(null,1,5,P,[Ai],null):new N(null,2,5,P,[Tj,function(){return Xp(a)}],null);if(G.b(new N(null,2,5,P,[el,sk],null),l))return new N(null,\n2,5,P,[Pl,function(){return Yp(a,g)}],null);if(G.b(new N(null,2,5,P,[Pl,lk],null),l))return new N(null,2,5,P,[el,function(){Wp(a);return Up(a)}],null);if(G.b(new N(null,2,5,P,[Tj,Cm],null),l))return new N(null,2,5,P,[el,function(){return Up(a)}],null);if(G.b(new N(null,2,5,P,[Pl,Mj],null),l))return new N(null,2,5,P,[Pl,function(){return a.queue=Jd.b(a.queue,g)}],null);if(G.b(new N(null,2,5,P,[el,Mj],null),l))return new N(null,2,5,P,[el,function(){return a.queue=Jd.b(a.queue,g)}],null);if(G.b(new N(null,\n2,5,P,[Tj,Mj],null),l))return new N(null,2,5,P,[Tj,function(){return a.queue=Jd.b(a.queue,g)}],null);throw wi([\"re-frame: router state transition not found. \",p.a(a.$b),\" \",p.a(f)].join(\"\"),new e(null,2,[Wi,a.$b,Gj,f],null));}();var k=K(h,0,null);h=K(h,1,null);a.$b=k;return m(h)?h.j?h.j():h.call(null):null}function Yp(a,f){function g(){return Vp(a,lk,null)}return f.a?f.a(g):f.call(null,g)}function Wp(a){var f=Zd(a.queue);try{Lp(f),a.queue=$d(a.queue),Zp(a,f)}catch(g){Vp(a,rj,g)}}\nfunction Zp(a,f){for(var g=B(Ug(a.nd)),h=null,k=0,l=0;;)if(l<k){var q=h.C(null,l);q.b?q.b(f,a.queue):q.call(null,f,a.queue);l+=1}else if(g=B(g))h=g,ie(h)?(g=Ec(h),k=Fc(h),h=g,q=I(g),g=k,k=q):(q=C(h),q.b?q.b(f,a.queue):q.call(null,f,a.queue),g=E(h),h=null,k=0),l=0;else break}var $p=new function(a,f,g){this.$b=a;this.queue=f;this.nd=g}(Ai,xf,lf);function Z(a){if(null==a)throw new vi('re-frame: you called \"dispatch\" without an event vector.',lf);Vp($p,Mj,a);return null}\nfunction aq(a){Lp(a);Zp($p,a);return null};function bq(a,f){return yp(Ml,a,f)}\nvar cq=Ep(Dd([ym,ak,Bj,function(a){for(var f,g=B(Zj.a(a)),h=null,k=0,l=0;;)if(l<k){a=h.C(null,l);f=K(a,0,null);a=K(a,1,null);var q=xp(Ml,f);m(q)?(f=q,f.a?f.a(a):f.call(null,a)):tp(Uj,Dd([\"re-frame: no handler registered for effect:\",f,\". Ignoring.\"]));l+=1}else if(a=B(g))g=a,ie(g)?(f=Ec(g),g=Fc(g),a=f,f=I(f),h=a,k=f):(a=C(g),f=K(a,0,null),a=K(a,1,null),h=xp(Ml,f),m(h)?(f=h,f.a?f.a(a):f.call(null,a)):tp(Uj,Dd([\"re-frame: no handler registered for effect:\",f,\". Ignoring.\"])),g=E(g),h=null,k=0),l=0;\nelse return null}]));\nbq(vj,function(a){a=B(Lf(gb,a));for(var f=null,g=0,h=0;;)if(h<g){var k=f.C(null,h),l=null!=k&&(k.g&64||d===k.R)?af(Dh,k):k,q=l,r=y.b(l,Hi),t=y.b(l,kl);be(t)||\"number\"!==typeof r?tp(Uj,Dd([\"re-frame: ignoring bad :dispatch-later value:\",q])):op(function(x,z,D,F,J,S,O,Y,W){return function(){return Z(W)}}(a,f,g,h,k,l,q,r,t),r);h+=1}else if(l=B(a)){k=l;if(ie(k))a=Ec(k),h=Fc(k),f=a,g=I(a),a=h;else{var u=C(k),v=null!=u&&(u.g&64||d===u.R)?af(Dh,u):u;q=v;r=y.b(v,Hi);t=y.b(v,kl);be(t)||\"number\"!==typeof r?\ntp(Uj,Dd([\"re-frame: ignoring bad :dispatch-later value:\",q])):op(function(x,z,D,F,J,S,O,Y,W){return function(){return Z(W)}}(a,f,g,h,u,v,q,r,t,k,l),r);a=E(k);f=null;g=0}h=0}else return null});bq(kl,function(a){return he(a)?Z(a):tp(Uj,Dd([\"re-frame: ignoring bad :dispatch value. Expected a vector, but got:\",a]))});\nbq(Nl,function(a){if(ee(a)){a=B(Lf(gb,a));for(var f=null,g=0,h=0;;)if(h<g){var k=f.C(null,h);Z(k);h+=1}else if(a=B(a))f=a,ie(f)?(a=Ec(f),g=Fc(f),f=a,k=I(a),a=g,g=k):(k=C(f),Z(k),a=E(f),f=null,g=0),h=0;else return null}else return tp(Uj,Dd([\"re-frame: ignoring bad :dispatch-n value. Expected a collection, but got:\",a]))});\nbq(rm,function(a){var f=uf.b(zp,Yj);if(ee(a)){a=B(a);for(var g=null,h=0,k=0;;)if(k<h){var l=g.C(null,k);f.a?f.a(l):f.call(null,l);k+=1}else if(a=B(a))g=a,ie(g)?(a=Ec(g),h=Fc(g),g=a,l=I(a),a=h,h=l):(l=C(g),f.a?f.a(l):f.call(null,l),a=E(g),g=null,h=0),k=0;else return null}else return f.a?f.a(a):f.call(null,a)});bq(cm,function(a){return w(qp)!==a?Bf(qp,a):null});yp(Fl,cm,function(a){return M.c(a,cm,w(qp))});var dq=function(a){return Ep(Dd([ym,sl,Fj,function(f){var g=xp(Fl,a);return m(g)?Vf(f,sl,g):tp(Uj,Dd([\"No cofx handler registered for\",a]))}]))}(cm);function eq(a,f){return G.b(a,f)?new N(null,3,5,P,[null,null,a],null):new N(null,3,5,P,[a,f,null],null)}function fq(a){return B(a)?pb(function(f,g){var h=K(g,0,null);g=K(g,1,null);return M.c(f,h,g)},ug(Jf(af(xe,Tg(a)),null)),a):null}function gq(a,f,g){var h=y.b(a,g),k=y.b(f,g),l=hq(h,k),q=K(l,0,null),r=K(l,1,null);l=K(l,2,null);a=oe(a,g);f=oe(f,g);h=a&&f&&(null!=l||null==h&&null==k);return new N(null,3,5,P,[!a||null==q&&h?null:Od([g,q]),!f||null==r&&h?null:Od([g,r]),h?Od([g,l]):null],null)}\nvar iq=function iq(a){switch(arguments.length){case 2:return iq.b(arguments[0],arguments[1]);case 3:return iq.c(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};iq.b=function(a,f){return iq.c(a,f,rn(Tg(a),Tg(f)))};iq.c=function(a,f,g){return pb(function(h,k){return Uh(Df.c(Gh,h,k))},new N(null,3,5,P,[null,null,null],null),Df.b(uf.c(gq,a,f),g))};iq.s=3;\nfunction jq(a,f){return ug(Df.b(fq,iq.c(he(a)?a:ug(a),he(f)?f:ug(f),Oh(0,function(){var g=I(a),h=I(f);return g>h?g:h}(),1))))}function lq(a,f){return new N(null,3,5,P,[hf(tn.b(a,f)),hf(tn.b(f,a)),hf(sn.b(a,f))],null)}\nvar mq=function mq(a){if(null!=a&&null!=a.fd)return a.fd(a);var g=mq[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=mq._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"EqualityPartition.equality-partition\",a);},nq=function nq(a,f){if(null!=a&&null!=a.ed)return a.ed(a,f);var h=nq[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=nq._;if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"Diff.diff-similar\",a);};mq[\"null\"]=function(){return Jm};\nmq.string=function(){return Jm};mq.number=function(){return Jm};mq.array=function(){return Ll};mq[\"function\"]=function(){return Jm};mq[\"boolean\"]=function(){return Jm};mq._=function(a){return(null!=a?a.g&1024||d===a.Yc||(a.g?0:n(Nb,a)):n(Nb,a))?Uk:(null!=a?a.g&4096||d===a.dd||(a.g?0:n(Rb,a)):n(Rb,a))?Lj:(null!=a?a.g&16777216||d===a.jc||(a.g?0:n(oc,a)):n(oc,a))?Ll:Jm};nq[\"null\"]=function(a,f){return eq(a,f)};nq.string=function(a,f){return eq(a,f)};nq.number=function(a,f){return eq(a,f)};\nnq.array=function(a,f){return jq(a,f)};nq[\"function\"]=function(a,f){return eq(a,f)};nq[\"boolean\"]=function(a,f){return eq(a,f)};nq._=function(a,f){var g=function(){var h=mq(a);h=h instanceof A?h.ta:null;switch(h){case \"atom\":return eq;case \"set\":return lq;case \"sequential\":return jq;case \"map\":return iq;default:throw Error([\"No matching clause: \",p.a(h)].join(\"\"));}}();return g.b?g.b(a,f):g.call(null,a,f)};\nfunction hq(a,f){return G.b(a,f)?new N(null,3,5,P,[null,null,a],null):G.b(mq(a),mq(f))?nq(a,f):eq(a,f)};Ep(Dd([ym,nk,Fj,function(a){tp(Oi,Dd([\"Handling re-frame event:\",Ip(a,Yj)]));return a},Bj,function(a){var f=Ip(a,Yj),g=Ip(a,cm),h=Sf(a,new N(null,2,5,P,[Zj,cm],null),nm);G.b(h,nm)?tp(Oi,Dd([\"No :db changes caused by:\",f])):(h=hq(g,h),g=K(h,0,null),h=K(h,1,null),null!=g||null!=h?(tp(uk,Dd([\"db clojure.data/diff for:\",f])),tp(Oi,Dd([\"only before:\",g])),tp(Oi,Dd([\"only after :\",h])),sp(Im)):tp(Oi,Dd([\"no app-db changes caused by:\",f])));return a}]));\nEp(Dd([ym,Ol,Fj,function(a){return Tf(Uf.u(a,new N(null,2,5,P,[sl,Yj],null),Dg,1),new N(null,2,5,P,[sl,rl],null),Ip(a,Yj))},Bj,function(a){return Tf(up(a,new N(null,2,5,P,[sl,rl],null)),new N(null,2,5,P,[sl,Yj],null),Ip(a,rl))}]));function oq(a){return Ep(Dd([ym,Ak,Fj,function(f){var g=sl.a(f),h=null!=g&&(g.g&64||d===g.R)?af(Dh,g):g;g=y.b(h,cm);h=y.b(h,Yj);g=a.b?a.b(g,h):a.call(null,g,h);return Tf(f,new N(null,2,5,P,[Zj,cm],null),g)}]))}\nfunction pq(a){return Ep(Dd([ym,Jl,Fj,function(f){var g=sl.a(f);g=null!=g&&(g.g&64||d===g.R)?af(Dh,g):g;var h=y.b(g,Yj);return M.c(f,Zj,a.b?a.b(g,h):a.call(null,g,h))}]))};uf.b(zp,Xl);uf.b(zp,Ml);uf.b(zp,Fl);var qq=function qq(a){switch(arguments.length){case 2:return qq.b(arguments[0],arguments[1]);case 3:return qq.c(arguments[0],arguments[1],arguments[2]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};qq.b=function(a,f){return qq.c(a,null,f)};qq.c=function(a,f,g){f=new N(null,4,5,P,[dq,cq,f,oq(g)],null);return yp(Yj,a,Lf(gb,Nf(f)))};qq.s=3;function rq(a,f){f=new N(null,4,5,P,[dq,cq,null,pq(f)],null);yp(Yj,a,Lf(gb,Nf(f)))}uf.b(zp,Yj);var sq;(sq=!Yo)||(sq=9<=Number(ip));var tq=sq,uq;\nif(uq=Yo){var vq;if(Object.prototype.hasOwnProperty.call(hp,\"9\"))vq=hp[\"9\"];else{for(var wq=0,xq=Ba(String(dp)).split(\".\"),yq=Ba(\"9\").split(\".\"),zq=Math.max(xq.length,yq.length),Aq=0;0==wq&&Aq<zq;Aq++){var Bq=xq[Aq]||\"\",Cq=yq[Aq]||\"\";do{var Dq=/(\\d*)(\\D*)(.*)/.exec(Bq)||[\"\",\"\",\"\",\"\"],Eq=/(\\d*)(\\D*)(.*)/.exec(Cq)||[\"\",\"\",\"\",\"\"];if(0==Dq[0].length&&0==Eq[0].length)break;wq=Fa(0==Dq[1].length?0:parseInt(Dq[1],10),0==Eq[1].length?0:parseInt(Eq[1],10))||Fa(0==Dq[2].length,0==Eq[2].length)||Fa(Dq[2],Eq[2]);\nBq=Dq[3];Cq=Eq[3]}while(0==wq)}vq=hp[\"9\"]=0<=wq}uq=!vq}var Fq=uq,Gq=function(){if(!ca.addEventListener||!Object.defineProperty)return!1;var a=!1,f=Object.defineProperty({},\"passive\",{get:function(){a=!0}});try{ca.addEventListener(\"test\",ea,f),ca.removeEventListener(\"test\",ea,f)}catch(g){}return a}();function Hq(a,f){this.type=a;this.currentTarget=this.target=f;this.defaultPrevented=this.oc=!1}Hq.prototype.stopPropagation=function(){this.oc=!0};Hq.prototype.preventDefault=function(){this.defaultPrevented=!0};function Iq(a,f){Hq.call(this,a?a.type:\"\");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0;this.key=\"\";this.charCode=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType=\"\";this.Eb=null;if(a){var g=this.type=a.type,h=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null;this.target=a.target||a.srcElement;this.currentTarget=\nf;if(f=a.relatedTarget){if($o){a:{try{pa(f.nodeName);var k=!0;break a}catch(l){}k=!1}k||(f=null)}}else\"mouseover\"==g?f=a.fromElement:\"mouseout\"==g&&(f=a.toElement);this.relatedTarget=f;h?(this.clientX=void 0!==h.clientX?h.clientX:h.pageX,this.clientY=void 0!==h.clientY?h.clientY:h.pageY,this.screenX=h.screenX||0,this.screenY=h.screenY||0):(this.offsetX=ap||void 0!==a.offsetX?a.offsetX:a.layerX,this.offsetY=ap||void 0!==a.offsetY?a.offsetY:a.layerY,this.clientX=void 0!==a.clientX?a.clientX:a.pageX,\nthis.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||\"\";this.charCode=a.charCode||(\"keypress\"==g?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType=\"string\"===typeof a.pointerType?a.pointerType:Jq[a.pointerType]||\"\";this.state=a.state;this.Eb=a;a.defaultPrevented&&this.preventDefault()}}\noa(Iq,Hq);var Jq={2:\"touch\",3:\"pen\",4:\"mouse\"};Iq.prototype.stopPropagation=function(){Iq.Mc.stopPropagation.call(this);this.Eb.stopPropagation?this.Eb.stopPropagation():this.Eb.cancelBubble=!0};Iq.prototype.preventDefault=function(){Iq.Mc.preventDefault.call(this);var a=this.Eb;if(a.preventDefault)a.preventDefault();else if(a.returnValue=!1,Fq)try{if(a.ctrlKey||112<=a.keyCode&&123>=a.keyCode)a.keyCode=-1}catch(f){}};var Kq=\"closure_listenable_\"+(1E6*Math.random()|0),Lq=0;function Mq(a,f,g,h,k){this.listener=a;this.proxy=null;this.src=f;this.type=g;this.capture=!!h;this.Fa=k;this.key=++Lq;this.Nb=this.dc=!1}function Nq(a){a.Nb=!0;a.listener=null;a.proxy=null;a.src=null;a.Fa=null};function Oq(a){this.src=a;this.Ca={};this.cc=0}Oq.prototype.add=function(a,f,g,h,k){var l=a.toString();a=this.Ca[l];a||(a=this.Ca[l]=[],this.cc++);var q=Pq(a,f,h,k);-1<q?(f=a[q],g||(f.dc=!1)):(f=new Mq(f,this.src,l,!!h,k),f.dc=g,a.push(f));return f};Oq.prototype.remove=function(a,f,g,h){a=a.toString();if(!(a in this.Ca))return!1;var k=this.Ca[a];f=Pq(k,f,g,h);return-1<f?(Nq(k[f]),Array.prototype.splice.call(k,f,1),0==k.length&&(delete this.Ca[a],this.cc--),!0):!1};\nfunction Pq(a,f,g,h){for(var k=0;k<a.length;++k){var l=a[k];if(!l.Nb&&l.listener==f&&l.capture==!!g&&l.Fa==h)return k}return-1};var Qq=\"closure_lm_\"+(1E6*Math.random()|0),Rq={},Sq=0;function Tq(a,f,g,h,k){if(h&&h.once)return Uq(a,f,g,h,k);if(\"array\"==c(f)){for(var l=0;l<f.length;l++)Tq(a,f[l],g,h,k);return null}g=Vq(g);return a&&a[Kq]?a.Fd(f,g,ha(h)?!!h.capture:!!h,k):Wq(a,f,g,!1,h,k)}\nfunction Wq(a,f,g,h,k,l){if(!f)throw Error(\"Invalid event type\");var q=ha(k)?!!k.capture:!!k,r=Xq(a);r||(a[Qq]=r=new Oq(a));g=r.add(f,g,h,q,l);if(g.proxy)return g;h=Yq();g.proxy=h;h.src=a;h.listener=g;if(a.addEventListener)Gq||(k=q),void 0===k&&(k=!1),a.addEventListener(f.toString(),h,k);else if(a.attachEvent)a.attachEvent(Zq(f.toString()),h);else if(a.addListener&&a.removeListener)a.addListener(h);else throw Error(\"addEventListener and attachEvent are unavailable.\");Sq++;return g}\nfunction Yq(){var a=$q,f=tq?function(g){return a.call(f.src,f.listener,g)}:function(g){g=a.call(f.src,f.listener,g);if(!g)return g};return f}function Uq(a,f,g,h,k){if(\"array\"==c(f)){for(var l=0;l<f.length;l++)Uq(a,f[l],g,h,k);return null}g=Vq(g);return a&&a[Kq]?a.Gd(f,g,ha(h)?!!h.capture:!!h,k):Wq(a,f,g,!0,h,k)}function Zq(a){return a in Rq?Rq[a]:Rq[a]=\"on\"+a}\nfunction ar(a,f,g,h){var k=!0;if(a=Xq(a))if(f=a.Ca[f.toString()])for(f=f.concat(),a=0;a<f.length;a++){var l=f[a];l&&l.capture==g&&!l.Nb&&(l=br(l,h),k=k&&!1!==l)}return k}\nfunction br(a,f){var g=a.listener,h=a.Fa||a.src;if(a.dc&&\"number\"!==typeof a&&a&&!a.Nb){var k=a.src;if(k&&k[Kq])k.Id(a);else{var l=a.type,q=a.proxy;k.removeEventListener?k.removeEventListener(l,q,a.capture):k.detachEvent?k.detachEvent(Zq(l),q):k.addListener&&k.removeListener&&k.removeListener(q);Sq--;if(l=Xq(k)){q=a.type;var r;if(r=q in l.Ca){r=l.Ca[q];var t=qa(r,a),u;(u=0<=t)&&Array.prototype.splice.call(r,t,1);r=u}r&&(Nq(a),0==l.Ca[q].length&&(delete l.Ca[q],l.cc--));0==l.cc&&(l.src=null,k[Qq]=\nnull)}else Nq(a)}}return g.call(h,f)}\nfunction $q(a,f){if(a.Nb)return!0;if(!tq){if(!f)a:{f=[\"window\",\"event\"];for(var g=ca,h=0;h<f.length;h++)if(g=g[f[h]],null==g){f=null;break a}f=g}h=f;f=new Iq(h,this);g=!0;if(!(0>h.keyCode||void 0!=h.returnValue)){a:{var k=!1;if(0==h.keyCode)try{h.keyCode=-1;break a}catch(q){k=!0}if(k||void 0==h.returnValue)h.returnValue=!0}h=[];for(k=f.currentTarget;k;k=k.parentNode)h.push(k);a=a.type;for(k=h.length-1;!f.oc&&0<=k;k--){f.currentTarget=h[k];var l=ar(h[k],a,!0,f);g=g&&l}for(k=0;!f.oc&&k<h.length;k++)f.currentTarget=\nh[k],l=ar(h[k],a,!1,f),g=g&&l}return g}return br(a,new Iq(f,this))}function Xq(a){a=a[Qq];return a instanceof Oq?a:null}var cr=\"__closure_events_fn_\"+(1E9*Math.random()>>>0);function Vq(a){if(fa(a))return a;a[cr]||(a[cr]=function(f){return a.handleEvent(f)});return a[cr]};var dr=new Ih(null,new e(null,4,[91,null,17,null,16,null,18,null],null),null);function er(a){return function(){function f(k){return Ge.a([\"re-pressed.core/\",p.a(a),p.a(k)].join(\"\"))}function g(){return h.a(null)}var h=null;h=function(k){switch(arguments.length){case 0:return g.call(this);case 1:return f.call(this,k)}throw Error(\"Invalid arity: \"+arguments.length);};h.j=g;h.a=f;return h}()}function fr(a,f){return pf(function(g){var h=K(g,0,null);g=K(g,1,null);return G.b(y.b(a,h),g)},f)}\nfunction gr(a){function f(r){return Rf(r,new N(null,2,5,P,[l.j?l.j():l.call(null),Bi],null))}function g(r){return Rf(r,new N(null,2,5,P,[l.j?l.j():l.call(null),qk],null))}function h(r){return Rf(r,new N(null,2,5,P,[l.j?l.j():l.call(null),Hk],null))}function k(r){return Rf(r,new N(null,2,5,P,[l.j?l.j():l.call(null),Pk],null))}var l=er(a),q=l.a?l.a(\"-keys\"):l.call(null,\"-keys\");X.b?X.b(q,k):X.call(null,q,k);q=l.a?l.a(\"-event-keys\"):l.call(null,\"-event-keys\");X.b?X.b(q,h):X.call(null,q,h);q=l.a?l.a(\"-clear-keys\"):\nl.call(null,\"-clear-keys\");X.b?X.b(q,g):X.call(null,q,g);q=l.a?l.a(\"-always-listen-keys\"):l.call(null,\"-always-listen-keys\");X.b?X.b(q,f):X.call(null,q,f);G.b(\"keydown\",a)&&(a=l.a?l.a(\"-prevent-default-keys\"):l.call(null,\"-prevent-default-keys\"),q=function(r){return Rf(r,new N(null,2,5,P,[l.j?l.j():l.call(null),zi],null))},X.b?X.b(a,q):X.call(null,a,q))}\nfunction hr(a){var f=er(a);return function(g,h){g=null!=g&&(g.g&64||d===g.R)?af(Dh,g):g;g=y.b(g,cm);K(h,0,null);var k=K(h,1,null);return new e(null,1,[cm,Uf.c(g,new N(null,2,5,P,[f.j?f.j():f.call(null),Pk],null),function(l){l=m(k)?Jd.b(m(l)?l:Kd,k):l;return wf.b(Kd,Hf(25,l))})],null)}}\nfunction ir(a){var f=er(a);return function(g,h){g=null!=g&&(g.g&64||d===g.R)?af(Dh,g):g;g=y.b(g,cm);K(h,0,null);K(h,1,null);return new e(null,1,[cm,Tf(g,new N(null,2,5,P,[f.j?f.j():f.call(null),Pk],null),Kd)],null)}}function jr(a,f){K(f,0,null);a=K(f,1,null);f=Ge.a(\"re-pressed.core/prevent-default\");return Od([f,a])}\nfunction kr(a){var f=er(a);rq(f.a?f.a(\"-set-key\"):f.call(null,\"-set-key\"),hr(a));rq(f.a?f.a(\"-clear-keys\"):f.call(null,\"-clear-keys\"),ir(a));G.b(\"keydown\",a)&&rq(f.a?f.a(\"-prevent-default-keys\"):f.call(null,\"-prevent-default-keys\"),jr)}function lr(a){if(G.b(\"keydown\",a)){a=Ge.a(\"re-pressed.core/prevent-default\");var f=function(g){return g.preventDefault()};bq.b?bq.b(a,f):bq.call(null,a,f)}}var mr=Ge.a(\"re-pressed.core/keyboard-event\");\nfunction nr(a){a=null!=a&&(a.g&64||d===a.R)?af(Dh,a):a;var f=y.b(a,ml);gr(f);kr(f);lr(f);return Tq(document,f,function(g){var h=er(f),k=g.keyCode,l=dr.a?dr.a(k):dr.call(null,k),q=oe(new Ih(null,new e(null,3,[\"SELECT\",null,\"INPUT\",null,\"TEXTAREA\",null],null),null),g.target.tagName),r=new e(null,5,[Pj,g.altKey,Am,g.ctrlKey,ok,g.metaKey,mj,g.shiftKey,vl,g.keyCode],null);k=w(function(){var O=new N(null,1,5,P,[h.a?h.a(\"-always-listen-keys\"):h.call(null,\"-always-listen-keys\")],null);return V.a?V.a(O):V.call(null,\nO)}());var t=qf(function(O){return fr(r,O)},k);if(m(function(){var O=ib(l)&&!q;return O?O:t}())){k=new N(null,2,5,P,[h.a?h.a(\"-set-key\"):h.call(null,\"-set-key\"),r],null);aq.a?aq.a(k):aq.call(null,k);var u=w(function(){var O=new N(null,1,5,P,[h.a?h.a(\"-keys\"):h.call(null,\"-keys\")],null);return V.a?V.a(O):V.call(null,O)}()),v=w(function(){var O=new N(null,1,5,P,[h.a?h.a(\"-event-keys\"):h.call(null,\"-event-keys\")],null);return V.a?V.a(O):V.call(null,O)}()),x=w(function(){var O=new N(null,1,5,P,[h.a?h.a(\"-clear-keys\"):\nh.call(null,\"-clear-keys\")],null);return V.a?V.a(O):V.call(null,O)}()),z=Id(u),D=function(O){return pf(le,Pf(function(Y,W){return fr(Y,W)},Te.b(Be(u),Jf(25,lf)),Be(O)))},F=Uh(function(){return function W(Y){return new Ie(null,function(){for(;;){var T=B(Y);if(T){if(ie(T)){var Ca=Ec(T),Fb=I(Ca),ec=Me(Fb);return function(){for(var kb=0;;)if(kb<Fb){var Hb=Ab.b(Ca,kb);Hb=B(Hb);var Td=C(Hb);Hb=E(Hb);var Gd=ec;Hb=qf(D,Hb);Gd.add(new N(null,2,5,P,[Td,Hb],null));kb+=1}else return!0}()?Oe(Qe(ec),W(Fc(T))):\nOe(Qe(ec),null)}var fc=C(T),Sb=B(fc);fc=C(Sb);Sb=E(Sb);var Oc=fc,gc=Sb;return Cd(function(){var kb=qf(D,gc);return new N(null,2,5,P,[Oc,kb],null)}(),W(cd(T)))}return null}},null)}(v)}()),J=function(){var O=null==F?null:Kf(function(Y){return!0===C(E(Y))},F);return null==O?null:C(O)}();k=K(J,0,null);J=K(J,1,null);x=qf(D,x);if(G.b(\"keydown\",f)){var S=w(function(){var O=new N(null,1,5,P,[h.a?h.a(\"-prevent-default-keys\"):h.call(null,\"-prevent-default-keys\")],null);return V.a?V.a(O):V.call(null,O)}());\nS=qf(function(O){return fr(z,O)},S);m(S)&&(S=new N(null,2,5,P,[h.a?h.a(\"-prevent-default-keys\"):h.call(null,\"-prevent-default-keys\"),g],null),aq.a?aq.a(S):aq.call(null,S))}if(m(x))return g=new N(null,1,5,P,[h.a?h.a(\"-clear-keys\"):h.call(null,\"-clear-keys\")],null),aq.a?aq.a(g):aq.call(null,g);if(m(J))return g=Jd.h(k,g,Dd([u])),aq.a?aq.a(g):aq.call(null,g)}return null})}bq.b?bq.b(mr,nr):bq.call(null,mr,nr);rq($k,function(a,f){K(f,0,null);a=K(f,1,null);return new e(null,1,[$i,new e(null,1,[ml,a],null)],null)});\nrq(Xi,function(a,f){a=null!=a&&(a.g&64||d===a.R)?af(Dh,a):a;a=y.b(a,cm);K(f,0,null);f=K(f,1,null);var g=null!=f&&(f.g&64||d===f.R)?af(Dh,f):f;f=y.b(g,Hk);var h=y.b(g,qk),k=y.b(g,Bi);g=y.b(g,zi);return new e(null,1,[cm,Tf(Tf(Tf(Tf(Tf(a,new N(null,2,5,P,[Ti,Pk],null),null),new N(null,2,5,P,[Ti,Hk],null),f),new N(null,2,5,P,[Ti,qk],null),h),new N(null,2,5,P,[Ti,Bi],null),k),new N(null,2,5,P,[Ti,zi],null),g)],null)});\nrq(Zk,function(a,f){a=null!=a&&(a.g&64||d===a.R)?af(Dh,a):a;a=y.b(a,cm);K(f,0,null);f=K(f,1,null);var g=null!=f&&(f.g&64||d===f.R)?af(Dh,f):f;f=y.b(g,Hk);var h=y.b(g,qk);g=y.b(g,Bi);return new e(null,1,[cm,Tf(Tf(Tf(Tf(a,new N(null,2,5,P,[gj,Pk],null),null),new N(null,2,5,P,[gj,Hk],null),f),new N(null,2,5,P,[gj,qk],null),h),new N(null,2,5,P,[gj,Bi],null),g)],null)});\nrq(bk,function(a,f){a=null!=a&&(a.g&64||d===a.R)?af(Dh,a):a;a=y.b(a,cm);K(f,0,null);f=K(f,1,null);var g=null!=f&&(f.g&64||d===f.R)?af(Dh,f):f;f=y.b(g,Hk);var h=y.b(g,qk);g=y.b(g,Bi);return new e(null,1,[cm,Tf(Tf(Tf(Tf(a,new N(null,2,5,P,[Yk,Pk],null),null),new N(null,2,5,P,[Yk,Hk],null),f),new N(null,2,5,P,[Yk,qk],null),h),new N(null,2,5,P,[Yk,Bi],null),g)],null)});var or=Af(new e(null,3,[Gm,50,Si,od,Cj,Bf],null)),pr=Jn.a(Kd),qr=Jn.a(Kd),rr=Jn.a(\"\"),sr=Jn.a(Kd),tr=Jn.a(Kd);function ur(a){Bf(qr,Kd);Bf(tr,Kd);Bf(pr,ug(Hf(Gm.a(w(or)),Jd.b(w(pr),function(){var f=Si.a(w(or));return f.a?f.a(qp):f.call(null,qp)}()))));Bf(sr,ug(Hf(Gm.a(w(or)),Jd.b(w(sr),w(rr)))));Bf(rr,a)}yp(Xl,ij,function(){return Ln(function(){return B(w(pr))})});yp(Xl,il,function(){return Ln(function(){return B(w(qr))})});\nyp(Xl,dl,function(){return Ln(function(){return B(w(pr))?Jd.b(w(sr),w(rr)):Kd})});yp(Xl,wl,function(){return Ln(function(){return w(tr)})});function vr(a,f,g,h,k){var l=w(g);a=Cd(a.a?a.a(h):a.call(null,h),w(k));var q=Id(l);f.b?f.b(h,q):f.call(null,h,q);Bf(k,a);Bf(g,$d(l))}function wr(a,f,g,h,k){a=Jd.b(w(g),a.a?a.a(h):a.call(null,h));var l=w(k),q=C(l);f.b?f.b(h,q):f.call(null,h,q);Bf(k,cd(l));Bf(g,a)}\nfunction xr(a){function f(g){var h=Ip?Ip(g,Yj):Hp.call(null,g,Yj),k=Gp?Gp(g,Ql):Fp.call(null,g,Ql);null!=k?h=k:Qd(a)?(k=Ip?Ip(g,cm):Hp.call(null,g,cm),h=a.b?a.b(k,h):a.call(null,k,h)):h=\"string\"===typeof a?a:null==a?\"\":sp.H?sp.H(Uj,'re-frame-undo: \"undoable\" interceptor on event ',h,\" given a bad parameter. Got: \",a):sp.call(null,Uj,'re-frame-undo: \"undoable\" interceptor on event ',h,\" given a bad parameter. Got: \",a);ur(h);return Wf(g,Zj,Pd,Ql)}return Dp.u?Dp.u(ym,xk,Bj,f):Dp.call(null,ym,xk,Bj,\nf)}rq(Ql,function(a,f){K(f,0,null);a=K(f,1,null);if(ib(B(w(pr))))sp.b?sp.b(ul,\"re-frame: you did a (dispatch [:undo]), but there is nothing to undo.\"):sp.call(null,ul,\"re-frame: you did a (dispatch [:undo]), but there is nothing to undo.\");else for(a=m(a)?a:1;;)if(0<a&&B(w(pr)))vr(Si.a(w(or)),Cj.a(w(or)),pr,qp,qr),vr(od,Bf,sr,rr,tr),--a;else break;return lf});\nrq(Nk,function(a,f){K(f,0,null);a=K(f,1,null);if(ib(B(w(qr))))sp.b?sp.b(ul,\"re-frame: you did a (dispatch [:redo]), but there is nothing to redo.\"):sp.call(null,ul,\"re-frame: you did a (dispatch [:redo]), but there is nothing to redo.\");else for(a=m(a)?a:1;;)if(0<a&&B(w(qr)))wr(Si.a(w(or)),Cj.a(w(or)),pr,qp,qr),wr(od,Bf,sr,rr,tr),--a;else break;return lf});\nqq.b(Em,function(a){ib(B(w(qr)))?sp.b?sp.b(ul,\"re-frame: you did a (dispatch [:purge-redos]), but there is nothing to redo.\"):sp.call(null,ul,\"re-frame: you did a (dispatch [:purge-redos]), but there is nothing to redo.\"):(Bf(qr,Kd),Bf(tr,Kd));return a});var yr={};function zr(a,f,g){return Ar(a,f,g)}\nfunction Ar(a,f,g){return wf.b(new N(null,2,5,P,[Jj,Gh.h(Dd([null,new e(null,1,[Yi,[\"scale(\",p.a(.18),\") translate(\",p.a(f),\",\",p.a(g),\")\"].join(\"\")],null)]))],null),function(){return function l(k){return new Ie(null,function(){for(;;){var q=B(k);if(q){if(ie(q)){var r=Ec(q),t=I(r),u=Me(t);a:for(var v=0;;)if(v<t){var x=Ab.b(r,v),z=K(x,0,null);x=K(x,1,null);u.add(new N(null,2,5,P,[lj,new e(null,2,[Jk,z,Kj,x],null)],null));v+=1}else{r=!0;break a}return r?Oe(Qe(u),l(Fc(q))):Oe(Qe(u),null)}r=C(q);u=K(r,\n0,null);r=K(r,1,null);return Cd(new N(null,2,5,P,[lj,new e(null,2,[Jk,u,Kj,r],null)],null),l(cd(q)))}return null}},null)}(a)}())}\nfunction Br(){var a=function(){var l=new N(null,1,5,P,[zl],null);return V.a?V.a(l):V.call(null,l)}(),f=function(){var l=new N(null,1,5,P,[Cl],null);return V.a?V.a(l):V.call(null,l)}(),g=function(){var l=new N(null,1,5,P,[Km],null);return V.a?V.a(l):V.call(null,l)}(),h=function(){var l=new N(null,1,5,P,[Wk],null);return V.a?V.a(l):V.call(null,l)}(),k=w(function(){var l=new N(null,1,5,P,[Bk],null);return V.a?V.a(l):V.call(null,l)}());return new N(null,2,5,P,[Jj,ff(61,w(f))?zr(8>w(h)?new N(null,13,5,\nP,[new N(null,2,5,P,[\"#885818\",\"M12 0h2M11 1h1M14 1h1M10 2h1M15 2h1M15 3h1M14 4h1M13 5h1M3 9h1M12 9h2M3 10h1M14 10h1M14 11h1M1 13h3M5 13h1M0 14h2M4 14h1M6 14h4M0 15h1M5 15h1M0 16h1M5 16h1M1 17h1M4 17h1M2 18h2M13 18h1M2 19h1M12 19h1M2 20h1M12 20h1\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M12 1h2M11 2h4M12 3h3M13 4h1M11 5h1M2 14h2M1 15h4M1 16h4M8 16h2M11 16h1M2 17h2M8 17h2M11 17h1\"],null),new N(null,2,5,P,[\"#500000\",\"M7 3h5M5 4h2M12 4h1M4 5h1M12 5h1M14 5h1M3 6h1M2 7h1M2 8h1M13 8h1M1 9h1M1 10h1M1 11h1\"],\nnull),new N(null,2,5,P,[\"#f84070\",\"M7 4h3M11 4h1M5 5h2M5 6h1M6 15h1\"],null),new N(null,2,5,P,[\"#f8d870\",\"M10 4h1M10 5h1M13 17h1M3 20h1\"],null),new N(null,2,5,P,[\"#b02860\",\"M7 5h2M4 6h1M6 6h2M3 7h3M12 8h1M4 13h1M5 14h1\"],null),new N(null,2,5,P,[\"#d8a038\",\"M9 5h1\"],null),new N(null,2,5,P,[\"#000000\",\"M8 6h6M6 7h9M4 8h3M8 8h1M10 8h1M5 9h1M8 9h1M10 9h1M5 10h2M2 11h1M5 11h1M8 11h1M2 12h2M7 12h7M9 13h4M13 16h2M12 17h1M14 17h2M1 18h1M12 18h1M14 18h2M1 19h1M11 19h1M13 19h2M1 20h1M4 20h1M11 20h1M13 20h2M2 21h2M12 21h2\"],\nnull),new N(null,2,5,P,[\"#f8d0c0\",\"M3 8h1M2 9h1M4 9h1M7 9h1M9 9h1M11 9h1M4 10h1M7 10h7M4 11h1M6 11h2M6 12h1\"],null),new N(null,2,5,P,[\"#f87068\",\"M7 8h1M9 8h1M11 8h1M6 9h1M2 10h1M3 11h1M9 11h5M4 12h2M6 13h3\"],null),new N(null,2,5,P,[\"#203088\",\"M10 14h1M11 15h1M12 16h1M11 18h1M3 19h3M10 19h1M6 20h4\"],null),new N(null,2,5,P,[\"#408098\",\"M7 15h2M6 16h2M5 17h3M4 18h6M6 19h4\"],null),new N(null,2,5,P,[\"#80d8c8\",\"M9 15h2M10 16h1M10 17h1M10 18h1\"],null)],null):new N(null,13,5,P,[new N(null,2,5,P,[\"#500000\",\n\"M7 0h5M5 1h2M12 1h1M4 2h1M12 2h1M3 3h1M2 4h1M2 5h1M1 6h1M1 7h1M1 8h1\"],null),new N(null,2,5,P,[\"#f84070\",\"M7 1h3M11 1h1M5 2h2M5 3h1M5 14h2\"],null),new N(null,2,5,P,[\"#f8d870\",\"M10 1h1M10 2h1M13 14h1M3 17h1\"],null),new N(null,2,5,P,[\"#b02860\",\"M7 2h2M4 3h1M6 3h2M3 4h3M3 5h1M2 6h2M2 7h1\"],null),new N(null,2,5,P,[\"#d8a038\",\"M9 2\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M11 2h1M2 11h2M14 11h1M1 12h4M13 12h2M1 13h4M12 13h1M2 14h2M8 15h2M11 15h1M8 16h2M11 16h1\"],null),new N(null,2,5,P,[\"#000000\",\"M8 3h6M6 4h9M4 5h5M10 5h2M4 6h2M4 7h2M8 7h1M10 7h1M5 8h1M8 8h1M10 8h1M1 9h1M5 9h2M2 10h1M5 10h1M8 10h1M7 11h7M9 12h4M13 13h2M12 14h1M14 14h2M1 15h1M12 15h1M14 15h2M1 16h1M12 16h1M14 16h2M1 17h1M12 17h1M14 17h2M2 18h2M13 18h2\"],\nnull),new N(null,2,5,P,[\"#f87068\",\"M9 5h1M6 6h1M2 9h1M3 10h1M9 10h5M5 11h1M6 12h3\"],null),new N(null,2,5,P,[\"#f8d0c0\",\"M7 6h5M3 7h1M6 7h2M9 7h1M11 7h1M2 8h1M4 8h1M6 8h2M9 8h1M11 8h1M4 9h1M7 9h7M4 10h1M6 10h2M6 11h1\"],null),new N(null,2,5,P,[\"#885818\",\"M3 8h1M12 8h2M3 9h1M14 9h1M14 10h1M1 11h1M4 11h1M15 11h1M0 12h1M5 12h1M15 12h1M0 13h1M5 13h5M11 13h1M1 14h1M4 14h1M2 15h2M13 15h1M2 16h2M13 16h1M2 17h1M13 17h1\"],null),new N(null,2,5,P,[\"#203088\",\"M10 13h1M11 14h1M4 15h1M4 16h1M4 17h2M11 17h1M5 18h2M10 18h1M6 19h4\"],\nnull),new N(null,2,5,P,[\"#408098\",\"M7 14h2M5 15h3M5 16h3M6 17h4M7 18h3\"],null),new N(null,2,5,P,[\"#80d8c8\",\"M9 14h2M10 15h1M10 16h1M10 17h1\"],null)],null),function(){var l=w(a);return 180<l?180:l}(),w(f)):m(m(k)?6<w(g):k)?zr(new N(null,13,5,P,[new N(null,2,5,P,[\"#500000\",\"M6 0h5M4 1h2M11 1h1M3 2h1M11 2h1M2 3h1M1 4h1M1 5h1M0 6h1M0 7h1M0 8h1\"],null),new N(null,2,5,P,[\"#f84070\",\"M6 1h3M10 1h1M4 2h2M4 3h1M5 12h1\"],null),new N(null,2,5,P,[\"#f8d870\",\"M9 1h1M9 2h1M12 14h1M2 17h1\"],null),new N(null,2,5,P,\n[\"#b02860\",\"M6 2h2M3 3h1M5 3h2M2 4h3M3 11h1M3 12h2\"],null),new N(null,2,5,P,[\"#d8a038\",\"M8 2h1\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M10 2h1M3 13h3M7 13h2M10 13h1M3 14h2M7 14h2M10 14h1M3 15h2\"],null),new N(null,2,5,P,[\"#000000\",\"M7 3h6M5 4h9M3 5h3M7 5h1M9 5h1M4 6h1M7 6h1M9 6h1M4 7h2M1 8h1M4 8h1M7 8h1M1 9h2M6 9h7M2 10h1M8 10h4M1 13h1M12 13h2M0 14h1M11 14h1M13 14h2M0 15h1M11 15h1M13 15h2M0 16h1M10 16h1M12 16h2M0 17h1M3 17h1M10 17h1M12 17h2M1 18h2M11 18h2\"],null),new N(null,2,5,P,[\"#f8d0c0\",\"M2 5h1M1 6h1M3 6h1M6 6h1M8 6h1M10 6h1M3 7h1M6 7h7M3 8h1M5 8h2M5 9h1\"],\nnull),new N(null,2,5,P,[\"#f87068\",\"M6 5h1M8 5h1M10 5h1M5 6h1M1 7h1M2 8h1M8 8h5M3 9h2M4 10h4\"],null),new N(null,2,5,P,[\"#885818\",\"M2 6h1M11 6h2M2 7h1M13 7h1M13 8h1M3 10h1M2 11h1M4 11h5M2 12h1M6 12h1M2 13h1M6 13h1M1 14h2M5 14h1M1 15h2M5 15h1M12 15h1M1 16h1M3 16h2M11 16h1M1 17h1M11 17h1\"],null),new N(null,2,5,P,[\"#203088\",\"M9 11h1M10 12h1M11 13h1M10 15h1M2 16h1M9 16h1M5 17h4\"],null),new N(null,2,5,P,[\"#408098\",\"M7 12h1M6 14h1M6 15h3M5 16h4\"],null),new N(null,2,5,P,[\"#80d8c8\",\"M8 12h2M9 13h1M9 14h1M9 15h1\"],\nnull)],null),function(){var l=w(a);return 180<l?180:l}(),w(f)-1):zr(new N(null,13,5,P,[new N(null,2,5,P,[\"#500000\",\"M6 0h5M4 1h2M11 1h1M3 2h1M11 2h1M2 3h1M1 4h1M1 5h1M0 6h1M0 7h1M0 8h1M3 11h1M2 12h1M2 13h1\"],null),new N(null,2,5,P,[\"#f84070\",\"M6 1h3M10 1h1M4 2h2M4 3h1M5 12h1\"],null),new N(null,2,5,P,[\"#f8d870\",\"M9 1h1M9 2h1M7 18h1M9 18h1\"],null),new N(null,2,5,P,[\"#b02860\",\"M6 2h2M3 3h1M5 3h2M2 4h3M4 11h1M3 12h2\"],null),new N(null,2,5,P,[\"#d8a038\",\"M8 2h1\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M10 2h1M7 13h2M10 13h1M3 14h3M7 14h2M10 14h1M3 15h2M3 16h2\"],\nnull),new N(null,2,5,P,[\"#000000\",\"M7 3h6M5 4h9M3 5h3M7 5h1M9 5h1M4 6h1M7 6h1M9 6h1M4 7h2M1 8h1M4 8h1M7 8h1M1 9h2M6 9h7M2 10h1M8 10h4M7 17h1M9 17h1M3 18h1M8 18h1M10 18h1M3 19h8\"],null),new N(null,2,5,P,[\"#f8d0c0\",\"M2 5h1M1 6h1M3 6h1M6 6h1M8 6h1M10 6h1M3 7h1M6 7h7M3 8h1M5 8h2M5 9h1\"],null),new N(null,2,5,P,[\"#f87068\",\"M6 5h1M8 5h1M10 5h1M5 6h1M1 7h1M2 8h1M8 8h5M3 9h2M5 10h3\"],null),new N(null,2,5,P,[\"#885818\",\"M2 6h1M11 6h2M2 7h1M13 7h1M13 8h1M3 10h2M5 11h4M3 13h3M2 14h1M6 14h1M2 15h1M5 15h1M2 16h1M5 16h1M3 17h4M8 17h1M4 18h3\"],\nnull),new N(null,2,5,P,[\"#203088\",\"M9 11h1M10 12h1M11 13h1M11 14h1M11 15h1M8 16h1M10 16h1\"],null),new N(null,2,5,P,[\"#408098\",\"M6 12h2M6 13h1M6 15h3M6 16h2M9 16h1\"],null),new N(null,2,5,P,[\"#80d8c8\",\"M8 12h2M9 13h1M9 14h1M9 15h2\"],null)],null),function(){var l=w(a);return 180<l?180:l}(),w(f))],null)}function Cr(a,f,g,h,k,l){return new N(null,2,5,P,[Ki,new e(null,8,[xj,0,wj,g,Fk,f+h/2,Ek,f+h/2,Vi,h,Di,l,dm,k,Jk,a],null)],null)}\nfunction Dr(a){return new N(null,6,5,P,[Jj,new e(null,1,[Yi,\"translate(-0.75,4.875) scale(0.3)\"],null),Uh(function(){return function h(g){return new Ie(null,function(){for(;;){var k=B(g);if(k){if(ie(k)){var l=Ec(k),q=I(l),r=Me(q);return function(){for(var u=0;;)if(u<q){var v=Ab.b(l,u);Pe(r,Ud(new N(null,3,5,P,[Jj,new N(null,2,5,P,[Ki,new e(null,6,[xj,function(){switch(v){case 0:return a-3;case 1:return a-6;case 2:return a-8;default:return a-(6+v)}}(),wj,function(){switch(v){case 0:return a+3;case 1:return a+\n6;case 2:return a+8;default:return a+(6+v)}}(),Fk,v,Ek,v,Vi,1.5,Jk,\"#00ad00\"],null)],null),new N(null,2,5,P,[Ki,new e(null,8,[xj,function(){switch(v){case 0:return a-3;case 1:return a-6;case 2:return a-8;default:return a-(6+v)}}(),wj,function(){switch(v){case 0:return a+3;case 1:return a+6;case 2:return a+8;default:return a+(6+v)}}(),Fk,v,Ek,v,Vi,1,Di,function(){switch(v){case 0:return\"6\";case 1:return\"3 6\";case 2:return\"2 12\";default:return[\"1 \",p.a(2*(5+v))].join(\"\")}}(),dm,0,Jk,\"black\"],null)],\nnull)],null),new e(null,1,[bm,v],null)));u+=1}else return!0}()?Oe(Qe(r),h(Fc(k))):Oe(Qe(r),null)}var t=C(k);return Cd(Ud(new N(null,3,5,P,[Jj,new N(null,2,5,P,[Ki,new e(null,6,[xj,function(){switch(t){case 0:return a-3;case 1:return a-6;case 2:return a-8;default:return a-(6+t)}}(),wj,function(){switch(t){case 0:return a+3;case 1:return a+6;case 2:return a+8;default:return a+(6+t)}}(),Fk,t,Ek,t,Vi,1.5,Jk,\"#00ad00\"],null)],null),new N(null,2,5,P,[Ki,new e(null,8,[xj,function(){switch(t){case 0:return a-\n3;case 1:return a-6;case 2:return a-8;default:return a-(6+t)}}(),wj,function(){switch(t){case 0:return a+3;case 1:return a+6;case 2:return a+8;default:return a+(6+t)}}(),Fk,t,Ek,t,Vi,1,Di,function(){switch(t){case 0:return\"6\";case 1:return\"3 6\";case 2:return\"2 12\";default:return[\"1 \",p.a(2*(5+t))].join(\"\")}}(),dm,0,Jk,\"black\"],null)],null)],null),new e(null,1,[bm,t],null)),h(cd(k)))}return null}},null)}(Oh(0,32,1))}()),new N(null,2,5,P,[lj,new e(null,2,[Yi,\"translate(40,2)\",Kj,\"M0 4H2V8H0V4Z M3 1H4V0H5V1H6V5H5V6H4V5H3V1Z\"],\nnull)],null),new N(null,2,5,P,[lj,new e(null,2,[Yi,\"translate(24,18)\",Kj,\"M0 4H2V8H0V4Z M3 1H4V0H5V1H6V5H5V6H4V5H3V1Z\"],null)],null),new N(null,2,5,P,[lj,new e(null,2,[Yi,\"translate(48,18)\",Kj,\"M0 4H2V8H0V4Z M3 1H4V0H5V1H6V5H5V6H4V5H3V1Z\"],null)],null)],null)}\nfunction Er(a,f){return new N(null,6,5,P,[Jj,new e(null,1,[Yi,[\" scale(0.2) translate(\",p.a(a),\",\",p.a(f),\")\"].join(\"\")],null),new N(null,2,5,P,[lj,new e(null,2,[Jk,\"#6b8cff\",Kj,\"M0 0h14M18 0h14M0 1h13M19 1h13M0 2h11M20 2h12M0 3h10M20 3h1M22 3h10M0 4h10M23 4h9M0 5h10M24 5h8M0 6h9M24 6h8M0 7h8M24 7h8M0 8h5M25 8h2M28 8h4M0 9h4M25 9h1M29 9h3M0 10h3M29 10h3M0 11h3M29 11h1M31 11h1M0 12h1M0 15h1M31 15h1M0 16h2M30 16h2M0 17h3M31 17h1M0 18h4M0 19h4M31 19h1M0 20h5M31 20h1M0 21h8M29 21h3M0 22h9M15 22h1M24 22h1M27 22h5M0 23h11M14 23h4M22 23h10\"],null)],\nnull),new N(null,2,5,P,[lj,new e(null,2,[Jk,\"#000000\",Kj,\"M14 0h4M13 1h1M18 1h1M11 2h2M19 2h1M10 3h1M19 3h1M21 3h1M10 4h1M20 4h1M22 4h1M10 5h1M23 5h1M9 6h1M23 6h1M8 7h1M23 7h1M5 8h3M24 8h1M27 8h1M4 9h1M24 9h1M26 9h1M28 9h1M3 10h1M25 10h1M28 10h1M28 11h1M30 11h1M1 12h2M29 12h1M31 12h1M0 13h1M31 13h1M0 14h1M31 14h1M1 15h1M30 15h1M2 16h1M29 16h1M3 17h1M30 17h1M4 18h1M31 18h1M4 19h1M5 20h3M29 20h2M8 21h1M15 21h1M24 21h1M27 21h2M9 22h2M14 22h1M16 22h2M22 22h2M25 22h2M11 23h3M18 23h4\"],null)],null),new N(null,\n2,5,P,[lj,new e(null,2,[Jk,\"#fefefe\",Kj,\"M14 1h4M13 2h6M11 3h8M11 4h9M21 4h1M11 5h6M18 5h5M10 6h3M15 6h3M19 6h4M9 7h3M13 7h10M8 8h16M5 9h19M27 9h1M4 10h21M26 10h2M3 11h25M3 12h26M30 12h1M1 13h30M1 14h30M2 15h28M3 16h2M6 16h11M18 16h11M4 17h2M7 17h2M10 17h6M17 17h13M5 18h2M11 18h3M18 18h4M23 18h8M5 19h5M16 19h1M22 19h9M8 20h4M14 20h4M21 20h8M9 21h6M16 21h8M25 21h2M11 22h3M18 22h4\"],null)],null),new N(null,2,5,P,[lj,new e(null,2,[Jk,\"#39bdff\",Kj,\"M17 5h1M13 6h2M18 6h1M12 7h1M5 16h1M17 16h1M6 17h1M9 17h1M16 17h1M7 18h4M14 18h4M22 18h1M10 19h6M17 19h5M12 20h2M18 20h3\"],\nnull)],null)],null)}\nfunction Fr(a,f,g){return wf.b(new N(null,2,5,P,[Jj,new e(null,2,[Qk,\"none\",Yi,[\"scale(\",p.a(g),\") translate(\",p.a(a+30.5),\",\",p.a(3+f),\")\"].join(\"\")],null)],null),function(){return function l(k){return new Ie(null,function(){for(;;){var q=B(k);if(q){if(ie(q)){var r=Ec(q),t=I(r),u=Me(t);a:for(var v=0;;)if(v<t){var x=Ab.b(r,v),z=K(x,0,null);x=K(x,1,null);u.add(new N(null,2,5,P,[lj,new e(null,2,[Jk,z,Kj,x],null)],null));v+=1}else{r=!0;break a}return r?Oe(Qe(u),l(Fc(q))):Oe(Qe(u),null)}r=C(q);u=K(r,\n0,null);r=K(r,1,null);return Cd(new N(null,2,5,P,[lj,new e(null,2,[Jk,u,Kj,r],null)],null),l(cd(q)))}return null}},null)}(new N(null,8,5,P,[new N(null,2,5,P,[\"#c04020\",\"M3 0h5M2 1h1M8 1h2M2 2h1M10 2h1M11 3h1M12 4h1M13 5h1M13 6h1M1 8h1M13 8h1M1 9h1M13 9h1M1 10h1M6 10h1M1 13h3M10 13h1M3 14h8\"],null),new N(null,2,5,P,[\"#f80000\",\"M3 1h2M6 1h2M8 2h2M10 3h1M11 4h1\"],null),new N(null,2,5,P,[\"#f8f800\",\"M5 1h1M5 2h1\"],null),new N(null,2,5,P,[\"#c000c0\",\"M3 2h1M7 2h1M8 3h2M10 4h1M11 5h2M11 6h2\"],null),new N(null,\n2,5,P,[\"#f8f8f8\",\"M4 2h1M3 6h2M6 6h2M3 7h1M7 7h1M3 8h1M7 8h1\"],null),new N(null,2,5,P,[\"#f88000\",\"M6 2h1M5 6h1M8 6h1M8 7h2M13 7h1M9 8h1M5 9h2M12 9h1M2 10h4M11 10h3M9 11h3M9 12h2M4 13h6\"],null),new N(null,2,5,P,[\"#000000\",\"M1 3h7M0 4h10M0 5h11M1 6h2M9 6h2M4 7h1M6 7h1M10 7h2M4 8h1M6 8h1M10 8h2M9 9h3M7 10h1M10 10h1M0 11h9M12 11h2M1 12h6M11 12h2M11 13h1\"],null),new N(null,2,5,P,[\"#f8c080\",\"M5 7h1M12 7h1M2 8h1M5 8h1M8 8h1M12 8h1M2 9h3M7 9h2M8 10h2M7 12h2\"],null)],null))}())}\nfunction Gr(a,f,g){return wf.b(new N(null,2,5,P,[Jj,new e(null,2,[Yi,[\"scale(\",p.a(g),\") translate(\",p.a(a+30.5),\",\",p.a(3+f),\")\"].join(\"\"),Qk,\"none\"],null)],null),function(){return function l(k){return new Ie(null,function(){for(;;){var q=B(k);if(q){if(ie(q)){var r=Ec(q),t=I(r),u=Me(t);a:for(var v=0;;)if(v<t){var x=Ab.b(r,v),z=K(x,0,null);x=K(x,1,null);u.add(new N(null,2,5,P,[lj,new e(null,2,[Jk,z,Kj,x],null)],null));v+=1}else{r=!0;break a}return r?Oe(Qe(u),l(Fc(q))):Oe(Qe(u),null)}r=C(q);u=K(r,\n0,null);r=K(r,1,null);return Cd(new N(null,2,5,P,[lj,new e(null,2,[Jk,u,Kj,r],null)],null),l(cd(q)))}return null}},null)}(new N(null,8,5,P,[new N(null,2,5,P,[\"#c04020\",\"M3 0h5M2 1h1M8 1h2M2 2h1M10 2h1M11 3h1M12 4h1M13 5h1M13 6h1M1 8h1M13 8h1M1 9h1M13 9h1M1 10h1M6 10h1M1 13h3M10 13h1M3 14h8\"],null),new N(null,2,5,P,[\"#f80000\",\"M3 1h2M6 1h2M8 2h2M10 3h1M11 4h1\"],null),new N(null,2,5,P,[\"#f8f800\",\"M5 1h1M5 2h1\"],null),new N(null,2,5,P,[\"#c000c0\",\"M3 2h1M7 2h1M8 3h2M10 4h1M11 5h2M11 6h2\"],null),new N(null,\n2,5,P,[\"#f8f8f8\",\"M4 2h1M3 6h2M6 6h2M3 7h1M7 7h1M3 8h1M7 8h1\"],null),new N(null,2,5,P,[\"#f88000\",\"M6 2h1M5 6h1M8 6h1M8 7h2M13 7h1M9 8h1M5 9h2M12 9h1M2 10h4M11 10h3M9 11h3M9 12h2M4 13h6\"],null),new N(null,2,5,P,[\"#000000\",\"M1 3h7M0 4h10M0 5h11M1 6h2M9 6h2M4 7h1M6 7h1M10 7h2M4 8h1M6 8h1M10 8h2M9 9h3M7 10h1M10 10h1M0 11h9M12 11h2M1 12h6M11 12h2M11 13h1\"],null),new N(null,2,5,P,[\"#f8c080\",\"M5 7h1M12 7h1M2 8h1M5 8h1M8 8h1M12 8h1M2 9h3M7 9h2M8 10h2M7 12h2\"],null)],null))}())}\nfunction Hr(a,f,g,h){return wf.b(new N(null,2,5,P,[Jj,Gh.h(Dd([new e(null,1,[Qk,\"none\"],null),new e(null,1,[Yi,[\"scale(\",p.a(h),\") translate(\",p.a(f),\",\",p.a(g),\")\"].join(\"\")],null)]))],null),function(){return function q(l){return new Ie(null,function(){for(;;){var r=B(l);if(r){if(ie(r)){var t=Ec(r),u=I(t),v=Me(u);a:for(var x=0;;)if(x<u){var z=Ab.b(t,x),D=K(z,0,null);z=K(z,1,null);v.add(new N(null,2,5,P,[lj,new e(null,2,[Jk,D,Kj,z],null)],null));x+=1}else{t=!0;break a}return t?Oe(Qe(v),q(Fc(r))):\nOe(Qe(v),null)}t=C(r);v=K(t,0,null);t=K(t,1,null);return Cd(new N(null,2,5,P,[lj,new e(null,2,[Jk,v,Kj,t],null)],null),q(cd(r)))}return null}},null)}(a)}())}\nfunction Ir(a,f,g){return Hr(new N(null,4,5,P,[new N(null,2,5,P,[\"#000000\",\"M5 0h6M3 1h2M11 1h2M2 2h1M13 2h1M1 3h1M14 3h1M1 4h1M14 4h1M0 5h1M15 5h1M0 6h1M15 6h1M0 7h1M15 7h1M0 8h1M15 8h1M0 9h1M15 9h1M0 10h1M4 10h8M15 10h1M1 11h3M6 11h1M9 11h1M12 11h3M2 12h1M6 12h1M9 12h1M13 12h1M2 13h1M13 13h1M3 14h1M12 14h1M4 15h8\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M5 1h2M3 2h4M11 2h2M2 3h4M12 3h2M2 4h3M7 4h4M13 4h1M6 5h6M2 6h2M6 6h6M1 7h4M6 7h6M14 7h1M1 8h4M7 8h4M13 8h2M2 9h2M13 9h2M14 10h1M4 11h2M7 11h2M10 11h2M3 12h3M7 12h2M10 12h3M3 13h10M4 14h8\"],\nnull),new N(null,2,5,P,[\"#c000c0\",\"M7 1h4M1 5h1M14 5h1M1 6h1M14 6h1M1 9h1M4 9h9M1 10h3M12 10h2\"],null),new N(null,2,5,P,[\"#f80000\",\"M7 2h4M6 3h6M5 4h2M11 4h2M2 5h4M12 5h2M4 6h2M12 6h2M5 7h1M12 7h2M5 8h2M11 8h2\"],null)],null),a,f,g)}\nfunction Jr(a,f,g){return Hr(new N(null,7,5,P,[new N(null,2,5,P,[\"#000000\",\"M6 0h3M5 1h1M9 1h1M10 2h1M3 3h2M6 3h1M10 3h2M1 4h2M6 4h1M12 4h1M0 5h1M9 5h1M12 5h1M0 6h1M7 6h2M12 6h1M0 7h1M3 7h4M11 7h1M1 8h3M11 8h1M4 9h1M12 9h2M15 9h1M4 10h1M14 10h2M3 11h1M15 11h1M3 12h1M8 12h6M15 12h1M3 13h1M7 13h2M13 13h1M15 13h1M4 14h1M7 14h1M13 14h2M5 15h9\"],null),new N(null,2,5,P,[\"#008040\",\"M6 1h3M8 2h2M9 3h1M3 4h1M11 4h1M1 5h1M11 5h1M11 6h1M10 7h1M10 8h1M11 9h1M12 10h2M14 11h1\"],null),new N(null,2,5,P,[\"#f8f8f8\",\n\"M5 2h3M5 3h1M7 3h2M5 4h1M7 4h3M2 5h1M6 5h3M7 7h1M4 8h4M5 9h4M5 10h5M4 11h7M4 12h4M4 13h3M14 13h1M5 14h2M8 14h1\"],null),new N(null,2,5,P,[\"#00f800\",\"M4 4h1M10 4h1M3 5h2M10 5h1M1 6h2M10 6h1M9 7h1M9 8h1M10 9h1M11 10h1M12 11h2M14 12h1\"],null),new N(null,2,5,P,[\"#f8f800\",\"M5 5h1M3 6h4M9 6h1M1 7h2M8 7h1M8 8h1M9 9h1M10 10h1M11 11h1\"],null),new N(null,2,5,P,[\"#f88000\",\"M9 13h2M9 14h1\"],null),new N(null,2,5,P,[\"#c04020\",\"M11 13h2M10 14h3\"],null)],null),a,f,g)}\nfunction Kr(a,f,g){return Hr(new N(null,2,5,P,[new N(null,2,5,P,[\"#000000\",\"M7 0h1M6 1h1M8 1h1M6 2h1M8 2h1M5 3h1M9 3h1M5 4h1M9 4h1M0 5h5M10 5h5M0 6h1M6 6h1M8 6h1M14 6h1M1 7h1M6 7h1M8 7h1M13 7h1M2 8h1M6 8h1M8 8h1M12 8h1M3 9h1M11 9h1M2 10h1M12 10h1M2 11h1M12 11h1M1 12h1M7 12h1M13 12h1M1 13h1M5 13h2M8 13h2M13 13h1M0 14h1M3 14h2M10 14h2M14 14h1M0 15h3M12 15h3\"],null),new N(null,2,5,P,[\"#f8f800\",\"M7 1h1M7 2h1M6 3h3M6 4h3M5 5h5M1 6h5M7 6h1M9 6h5M2 7h4M7 7h1M9 7h4M3 8h3M7 8h1M9 8h3M4 9h7M3 10h9M3 11h9M2 12h5M8 12h5M2 13h3M10 13h3M1 14h2M12 14h2\"],\nnull)],null),a,f,g)}\nfunction Lr(a,f,g){return Hr(new N(null,5,5,P,[new N(null,2,5,P,[\"#000000\",\"M7 0h2M2 1h1M6 1h1M9 1h1M13 1h1M1 2h1M3 2h1M5 2h1M10 2h1M12 2h1M14 2h1M1 3h1M4 3h1M11 3h1M14 3h1M0 4h1M15 4h1M0 5h1M4 5h2M9 5h2M15 5h1M0 6h1M3 6h1M6 6h1M8 6h1M11 6h1M15 6h1M0 7h1M15 7h1M1 8h1M14 8h1M2 9h1M13 9h1M3 10h2M11 10h2M5 11h6M2 12h3M6 12h1M9 12h4M1 13h1M5 13h2M9 13h1M13 13h1M0 14h1M6 14h1M8 14h1M14 14h1M0 15h1M6 15h3M14 15h1\"],null),new N(null,2,5,P,[\"#f88000\",\"M7 1h2M2 2h1M6 2h4M2 3h2M5 3h6M12 3h2M1 4h13M1 5h3M6 5h3M11 5h3M1 6h2M4 6h2M7 6h1M9 6h2M12 6h2M1 7h12M2 8h11M4 9h6\"],null),\nnew N(null,2,5,P,[\"#c04020\",\"M13 2h1M14 4h1M14 5h1M14 6h1M13 7h2M13 8h1M3 9h1M10 9h3M5 10h6\"],null),new N(null,2,5,P,[\"#008040\",\"M7 12h1M2 13h2M7 13h1M10 13h2M1 14h4M7 14h1M9 14h4\"],null),new N(null,2,5,P,[\"#00f800\",\"M8 12h1M4 13h1M8 13h1M12 13h1M5 14h1M13 14h1M1 15h5M9 15h5\"],null)],null),a,f,g)}\nfunction Mr(a,f,g){return Hr(new N(null,6,5,P,[new N(null,2,5,P,[\"#808080\",\"M1 0h10M0 1h1M11 1h1M0 2h1M2 2h8M11 2h1M0 3h1M2 3h2M8 3h2M11 3h1M0 4h1M2 4h2M8 4h2M11 4h1M0 5h1M2 5h2M8 5h2M11 5h1M0 6h1M2 6h2M8 6h2M11 6h1M0 7h1M2 7h7M11 7h1M0 8h1M11 8h1M0 9h1M11 9h1M0 10h1M11 10h1M0 11h1M11 11h1M0 12h1M11 12h1M0 13h1M11 13h1M0 14h1M10 14h2M1 15h10\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M1 1h1M4 3h1M4 4h1M4 5h1M4 6h1\"],null),new N(null,2,5,P,[\"#c0c0c0\",\"M2 1h9M1 2h1M10 2h1M1 3h1M10 3h1M1 4h1M10 4h1M1 5h1M10 5h1M1 6h1M10 6h1M1 7h1M9 7h2M1 8h10M1 9h10M1 10h2M4 10h5M10 10h1M1 11h1M5 11h6M1 12h2M4 12h3M8 12h3M1 13h10M1 14h9\"],\nnull),new N(null,2,5,P,[\"#f8f800\",\"M5 3h3M5 4h3M5 5h3M5 6h3\"],null),new N(null,2,5,P,[\"#000000\",\"M3 10h1M2 11h3M3 12h1\"],null),new N(null,2,5,P,[\"#c000c0\",\"M9 10h1M7 12h1\"],null)],null),a,f,g)}\nfunction Nr(a,f,g){return Hr(new N(null,2,5,P,[new N(null,2,5,P,[\"#000000\",\"M0 0h2M5 0h2M0 1h1M2 1h3M6 1h1M14 1h1M0 2h1M6 2h8M0 3h2M4 3h1M13 3h1M0 4h1M13 4h1M0 5h1M2 5h1M5 5h1M13 5h1M0 6h1M5 6h1M13 6h1M0 7h5M13 7h1M1 8h1M3 8h1M5 8h7M13 8h1M1 9h1M3 9h1M5 9h1M9 9h1M11 9h1M13 9h1M1 10h1M3 10h1M5 10h1M9 10h1M11 10h1M13 10h1M1 11h1M3 11h1M5 11h1M9 11h1M11 11h1M13 11h1M1 12h5M9 12h5\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M1 1h1M5 1h1M1 2h5M2 3h2M5 3h8M1 4h12M1 5h1M3 5h2M6 5h7M1 6h4M6 6h7M5 7h8M2 8h1M4 8h1M12 8h1M2 9h1M4 9h1M10 9h1M12 9h1M2 10h1M4 10h1M10 10h1M12 10h1M2 11h1M4 11h1M10 11h1M12 11h1\"],\nnull)],null),a,f,g)}\nfunction Or(a,f,g){return Hr(new N(null,5,5,P,[new N(null,2,5,P,[\"#000000\",\"M13 0h1M1 1h1M5 1h1M12 1h1M0 2h1M2 2h3M6 2h1M13 2h1M0 3h1M6 3h1M12 3h1M0 4h1M2 4h1M4 4h1M6 4h1M13 4h1M0 5h1M7 5h6M1 6h1M3 6h1M13 6h1M1 7h1M13 7h1M1 8h1M13 8h1M1 9h1M3 9h1M5 9h7M13 9h1M1 10h1M3 10h1M5 10h1M9 10h1M11 10h1M13 10h1M1 11h1M3 11h1M5 11h1M9 11h1M11 11h1M13 11h1M2 12h1M4 12h1M10 12h1M12 12h1\"],null),new N(null,2,5,P,[\"#f8c080\",\"M1 2h1M5 2h1M2 3h3M1 4h1M3 4h1M5 4h1M1 5h2M4 5h3M5 6h2M8 6h1M10 6h1M12 6h1M2 7h5M8 7h1M10 7h1M12 7h1M2 8h5M8 8h1M10 8h1M12 8h1M2 9h1M4 9h1M12 9h1M2 10h1M4 10h1M10 10h1M12 10h1M2 11h1M4 11h1M10 11h1M12 11h1\"],null),\nnew N(null,2,5,P,[\"#c04020\",\"M1 3h1M5 3h1M3 5h1M2 6h1M4 6h1M7 6h1M9 6h1M11 6h1\"],null),new N(null,2,5,P,[\"#806000\",\"M7 7h1M9 7h1M11 7h1\"],null),new N(null,2,5,P,[\"#f88000\",\"M7 8h1M9 8h1M11 8h1\"],null)],null),a,f,g)}\nfunction Pr(a,f,g){return Hr(new N(null,4,5,P,[new N(null,2,5,P,[\"#000000\",\"M3 0h1M7 0h1M2 1h1M4 1h3M8 1h1M1 2h1M9 2h1M15 2h1M0 3h1M3 3h1M7 3h1M10 3h1M14 3h1M0 4h1M10 4h1M15 4h1M0 5h1M3 5h5M10 5h5M0 6h1M2 6h1M8 6h1M10 6h1M14 6h1M0 7h1M2 7h1M4 7h1M6 7h1M8 7h1M10 7h1M14 7h1M0 8h1M2 8h1M8 8h1M10 8h1M14 8h1M0 9h1M2 9h7M10 9h1M14 9h1M1 10h1M3 10h1M7 10h1M9 10h1M14 10h1M2 11h7M14 11h1M2 12h1M14 12h1M2 13h1M4 13h1M6 13h7M14 13h1M2 14h1M4 14h1M6 14h1M10 14h1M12 14h1M14 14h1M3 15h1M5 15h1M11 15h1M13 15h1\"],null),\nnew N(null,2,5,P,[\"#f8c080\",\"M3 1h1M7 1h1M2 2h7M1 3h1M4 3h3M9 3h1M1 4h9M1 5h2M8 5h2M1 6h1M3 6h5M9 6h1M11 6h3M1 7h1M3 7h1M5 7h1M7 7h1M9 7h1M11 7h3M1 8h1M3 8h5M9 8h1M11 8h3M1 9h1M9 9h1M11 9h3M2 10h1M8 10h1M10 10h4M9 11h5M3 12h11M3 13h1M5 13h1M13 13h1M3 14h1M5 14h1M11 14h1M13 14h1\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M2 3h1M8 3h1\"],null),new N(null,2,5,P,[\"#f80000\",\"M4 10h3\"],null)],null),a,f,g)}\nfunction Qr(a,f,g){return Hr(new N(null,6,5,P,[new N(null,2,5,P,[\"#c0c0c0\",\"M3 1h3M5 2h2M6 3h2M5 4h1M7 4h1M4 7h1M15 7h1M3 8h1M9 8h2M14 8h2M2 9h1M5 9h3M11 9h3M15 9h1M1 10h1M3 10h3M14 10h1M1 11h1M4 11h3M11 11h3M1 12h3M8 12h4M2 13h1M4 13h4\"],null),new N(null,2,5,P,[\"#806000\",\"M2 2h1M3 4h1M1 5h2M7 14h3M8 15h1\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M3 2h2M4 3h2M6 4h1M6 5h1M6 6h1M5 7h1M4 8h1M3 9h1M8 9h3M14 9h1M2 10h1M6 10h8M2 11h2M7 11h4M4 12h3\"],null),new N(null,2,5,P,[\"#f88000\",\"M1 3h2M0 4h1M0 5h1M6 16h4\"],\nnull),new N(null,2,5,P,[\"#f8f800\",\"M3 3h1M1 4h2M5 16h1\"],null),new N(null,2,5,P,[\"#808080\",\"M4 4h1M5 5h1M7 5h1M5 6h1M7 6h1M6 7h1M5 8h4M4 9h1M14 11h1M7 12h1M12 12h3M3 13h1M8 13h6M4 14h3M10 14h2\"],null)],null),a,f,g)}\nfunction Rr(a,f,g){return Hr(new N(null,4,5,P,[new N(null,2,5,P,[\"#000000\",\"M5 1h6M3 2h2M11 2h2M2 3h1M13 3h1M1 4h1M14 4h1M1 5h1M3 5h3M10 5h3M14 5h1M0 6h1M2 6h1M4 6h1M6 6h1M9 6h1M11 6h1M13 6h1M15 6h1M0 7h1M3 7h3M10 7h3M15 7h1M0 8h1M15 8h1M0 9h1M7 9h2M15 9h1M0 10h1M6 10h1M9 10h1M15 10h1M0 11h1M3 11h1M12 11h1M15 11h1M1 12h1M4 12h8M14 12h1M1 13h1M5 13h1M10 13h1M14 13h1M2 14h1M6 14h4M13 14h1M3 15h2M11 15h2M5 16h6\"],null),new N(null,2,5,P,[\"#f8c080\",\"M5 2h6M3 3h10M2 4h12M2 5h1M6 5h4M13 5h1M1 6h1M7 6h2M14 6h1M1 7h2M6 7h4M13 7h2M1 8h14M1 9h6M9 9h6M1 10h5M7 10h2M10 10h5M1 11h2M4 11h8M13 11h2M2 12h2M12 12h2M2 13h3M11 13h3M3 14h3M10 14h3M5 15h6\"],\nnull),new N(null,2,5,P,[\"#f8f8f8\",\"M3 6h1M5 6h1M10 6h1M12 6h1\"],null),new N(null,2,5,P,[\"#f80000\",\"M6 13h4\"],null)],null),a,f,g)}\nfunction Sr(a,f,g){return Hr(new N(null,4,5,P,[new N(null,2,5,P,[\"#000000\",\"M3 0h3M13 0h2M2 1h1M6 1h1M12 1h1M15 1h1M2 2h2M7 2h5M15 2h1M1 3h1M15 3h1M0 4h1M15 4h1M0 5h1M15 5h1M0 6h1M5 6h1M10 6h1M13 6h2M1 7h1M6 7h1M10 7h3M2 8h6M10 8h1M8 9h3\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M3 1h2M13 1h2M4 2h2M12 2h3M2 3h13M1 5h14M6 6h4M7 7h3M8 8h2\"],null),new N(null,2,5,P,[\"#c0c0c0\",\"M5 1h1M6 2h1M1 6h4M11 6h2M2 7h4\"],null),new N(null,2,5,P,[\"#f80000\",\"M1 4h14\"],null)],null),a,f,g)}\nfunction Tr(a,f,g){return Hr(new N(null,5,5,P,[new N(null,2,5,P,[\"#000000\",\"M6 0h1M11 0h3M6 1h1M11 1h1M13 1h1M6 2h1M11 2h1M13 2h1M6 3h1M8 3h7M6 4h1M8 4h1M14 4h1M0 5h5M6 5h1M8 5h1M10 5h1M12 5h1M14 5h1M0 6h1M4 6h12M1 7h1M15 7h1M1 8h15M1 9h1M15 9h1M2 10h1M14 10h1M2 11h13\"],null),new N(null,2,5,P,[\"#f8f800\",\"M12 1h1M12 2h1\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M9 4h5M9 5h1M11 5h1M13 5h1M1 6h3M2 7h13\"],null),new N(null,2,5,P,[\"#f88000\",\"M2 9h1M3 10h1\"],null),new N(null,2,5,P,[\"#f80000\",\"M3 9h12M4 10h10\"],\nnull)],null),a,f,g)}\nfunction Ur(a,f,g){return Hr(new N(null,9,5,P,[new N(null,2,5,P,[\"#0000f8\",\"M6 0h1M5 1h1M4 2h1\"],null),new N(null,2,5,P,[\"#000000\",\"M7 0h5M7 1h1M10 1h1M12 1h1M6 2h1M11 2h1M13 2h1M1 3h11M14 3h1M0 4h1M15 4h1M0 5h1M15 5h1M0 6h1M3 6h2M11 6h2M15 6h1M0 7h1M2 7h1M5 7h1M10 7h1M13 7h1M15 7h1M1 8h2M5 8h6M13 8h2M3 9h2M11 9h2\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M6 1h1M8 1h1M5 2h1M7 2h1M4 7h1M12 7h1\"],null),new N(null,2,5,P,[\"#00f8f8\",\"M9 1h1M8 2h3\"],null),new N(null,2,5,P,[\"#f88000\",\"M11 1h1M12 2h1M12 3h2M14 4h1M1 5h14M1 6h2M5 6h6M13 6h2\"],null),\nnew N(null,2,5,P,[\"#f8f800\",\"M1 4h13\"],null),new N(null,2,5,P,[\"#f80000\",\"M1 7h1M6 7h4M14 7h1\"],null),new N(null,2,5,P,[\"#808080\",\"M3 7h1M11 7h1\"],null),new N(null,2,5,P,[\"#c0c0c0\",\"M3 8h2M11 8h2\"],null)],null),a,f,g)}\nfunction Vr(a,f,g){return Hr(new N(null,2,5,P,[new N(null,2,5,P,[\"#f80000\",\"M2 0h4M9 0h4M1 1h2M5 1h2M8 1h1M12 1h2M1 2h1M3 2h5M9 2h5M0 3h1M2 3h13M0 4h1M2 4h13M0 5h1M2 5h13M1 6h1M3 6h11M1 7h2M4 7h10M2 8h2M5 8h8M3 9h9M4 10h2M7 10h4M5 11h5M6 12h3M7 13h1\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M3 1h2M9 1h3M2 2h1M8 2h1M1 3h1M1 4h1M1 5h1M2 6h1M3 7h1M4 8h1M6 10h1\"],null)],null),a,f,g)}\nfunction Wr(a){return tg([Jj,new e(null,1,[Yi,[\"scale(\",p.a(.125),\") translate (0,\",p.a(115),\")\"].join(\"\")],null),new N(null,7,5,P,[Cr,\"#e45e10\",0,32*a,1,1,\"2 9 1 4\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",0,32*a,1,-1,\"8 2 4 2\"],null),new N(null,7,5,P,[Cr,\"black\",0,32*a,10,-9,\"1 15\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",1,32*a,9,0,\"1 15\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",1,32*a,9,-1,\"8 8\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",1,32*a,4,-10,\"1 15\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",1,32*a,3,-11,\n\"4 12\"],null),new N(null,7,5,P,[Cr,\"black\",1,32*a,4,-15,\"1 15\"],null),new N(null,7,5,P,[Cr,\"black\",4,32*a,1,-11,\"1 15\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",4,32*a,1,-12,\"3 13\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",5,32*a,1,-10,\"1 4 1 10\"],null),new N(null,7,5,P,[Cr,\"black\",5,32*a,1,-11,\"4 12\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",6,32*a,1,-10,\"5 11\"],null),new N(null,7,5,P,[Cr,\"black\",6,32*a,10,-15,\"1 15\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",7,32*a,3,-10,\"1 15\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",\n7,32*a,7,-11,\"4 12\"],null),new N(null,7,5,P,[Cr,\"black\",10,32*a,1,0,\"2 6 1 7\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",10,32*a,1,-2,\"6 2 5 3\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",10,32*a,1,-9,\"1 15\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",11,32*a,1,0,\"2 7 1 6\"],null),new N(null,7,5,P,[Cr,\"black\",11,32*a,1,-2,\"2 4 1 9\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",11,32*a,1,-4,\"4 2 1 9\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",12,32*a,1,0,\"1 1 2 4 1 7\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",12,32*a,3,-1,\"1 7 5 3\"],\nnull),new N(null,7,5,P,[Cr,\"#f0d0b0\",13,32*a,1,0,\"1 3 3 1 1 7\"],null),new N(null,7,5,P,[Cr,\"black\",12,32*a,1,-4,\"4 12\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",13,32*a,1,-2,\"2 14\"],null),new N(null,7,5,P,[Cr,\"black\",13,32*a,1,-7,\"1 15\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",14,32*a,1,0,\"1 7 1 7\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",14,32*a,1,-2,\"5 11\"],null),new N(null,7,5,P,[Cr,\"black\",14,32*a,1,-7,\"1 6 1 8\"],null),new N(null,7,5,P,[Cr,\"#e45e10\",15,32*a,1,1,\"2 6 1 7\"],null),new N(null,7,5,P,[Cr,\"black\",\n15,32*a,1,-1,\"6 2 6 2\"],null),new N(null,7,5,P,[Cr,\"#f0d0b0\",15,32*a,1,-8,\"1 15\"],null)],!0)};function Xr(a,f,g){return new N(null,9,5,P,[new e(null,3,[R,a,U,15,Q,f],null),new e(null,3,[R,a+3,U,15,Q,f],null),new e(null,3,[R,a+4,U,15,Q,f+(G.b(\"major\",g)?4:3)],null),new e(null,3,[R,a+6,U,15,Q,f+7],null),new e(null,3,[R,a+9,U,15,Q,f],null),new e(null,3,[R,a+10,U,15,Q,f],null),new e(null,3,[R,a+11,U,15,Q,f],null),new e(null,3,[R,a+12,U,15,Q,f+(G.b(\"major\",g)?4:3)],null),new e(null,3,[R,a+14,U,15,Q,f+7],null)],null)}\ntg([new e(null,3,[R,188,U,14,Q,83],null),new e(null,3,[R,187,U,14,Q,78],null),new e(null,3,[R,186,U,14,Q,75],null),new e(null,3,[R,185,U,14,Q,75],null),new e(null,3,[R,183,U,14,Q,75],null),new e(null,3,[R,182,U,14,Q,74],null),new e(null,3,[R,181,U,14,Q,71],null),new e(null,3,[R,180,U,14,Q,74],null),new e(null,3,[R,176,U,14,Q,74],null),new e(null,3,[R,173,U,14,Q,76],null),new e(null,3,[R,171,U,14,Q,74],null),new e(null,3,[R,169,U,14,Q,76],null),new e(null,3,[R,167,U,14,Q,79],null),new e(null,3,[R,\n166,U,14,Q,74],null),new e(null,3,[R,164,U,14,Q,76],null),new e(null,3,[R,160,U,14,Q,76],null),new e(null,3,[R,159,U,14,Q,74],null),new e(null,3,[R,158,U,14,Q,71],null),new e(null,3,[R,157,U,14,Q,67],null),new e(null,3,[R,155,U,14,Q,67],null),new e(null,3,[R,154,U,14,Q,71],null),new e(null,3,[R,153,U,14,Q,72],null),new e(null,3,[R,152,U,14,Q,71],null),new e(null,3,[R,149,U,14,Q,76],null),new e(null,3,[R,148,U,14,Q,74],null),new e(null,3,[R,144,U,14,Q,74],null),new e(null,3,[R,141,U,14,Q,76],null),\nnew e(null,3,[R,139,U,14,Q,74],null),new e(null,3,[R,127,U,14,Q,76],null),new e(null,3,[R,126,U,14,Q,74],null),new e(null,3,[R,124,U,14,Q,73],null),new e(null,3,[R,123,U,14,Q,74],null),new e(null,3,[R,122,U,14,Q,71],null),new e(null,3,[R,121,U,14,Q,64],null),new e(null,3,[R,119,U,14,Q,64],null),new e(null,3,[R,116,U,14,Q,73],null),new e(null,3,[R,115,U,14,Q,74],null),new e(null,3,[R,114,U,14,Q,71],null),new e(null,3,[R,113,U,14,Q,64],null),new e(null,3,[R,115,U,5,Q,59],null),new e(null,3,[R,114,U,\n5,Q,62],null),new e(null,3,[R,113,U,5,Q,64],null),new e(null,3,[R,112,U,5,Q,62],null),new e(null,3,[R,109,U,5,Q,62],null),new e(null,3,[R,107,U,5,Q,64],null),new e(null,3,[R,105,U,5,Q,66],null),new e(null,3,[R,103,U,5,Q,67],null),new e(null,3,[R,101,U,5,Q,62],null),new e(null,3,[R,100,U,5,Q,66],null),new e(null,3,[R,99.5,U,5,Q,66],null),new e(null,3,[R,99,U,5,Q,66],null),new e(null,3,[R,98,U,5,Q,66],null),new e(null,3,[R,97.5,U,5,Q,66],null),new e(null,3,[R,97,U,5,Q,66],null),new e(null,3,[R,93,U,\n5,Q,66],null),new e(null,3,[R,91,U,5,Q,64],null),new e(null,3,[R,89,U,5,Q,66],null),new e(null,3,[R,87,U,5,Q,67],null),new e(null,3,[R,85,U,5,Q,59],null),new e(null,3,[R,84,U,5,Q,64],null),new e(null,3,[R,83.5,U,5,Q,64],null),new e(null,3,[R,83,U,5,Q,64],null),new e(null,3,[R,82,U,5,Q,64],null),new e(null,3,[R,81.5,U,5,Q,64],null),new e(null,3,[R,81,U,5,Q,64],null),new e(null,3,[R,79,U,5,Q,67],null),new e(null,3,[R,78,U,5,Q,66],null),new e(null,3,[R,77,U,5,Q,67],null),new e(null,3,[R,75,U,5,Q,59],\nnull),new e(null,3,[R,74,U,5,Q,64],null),new e(null,3,[R,73.5,U,5,Q,64],null),new e(null,3,[R,73,U,5,Q,64],null),new e(null,3,[R,72,U,5,Q,64],null),new e(null,3,[R,71,U,5,Q,59],null),new e(null,3,[R,69,U,5,Q,59],null),new e(null,3,[R,68,U,5,Q,64],null),new e(null,3,[R,67.5,U,5,Q,64],null),new e(null,3,[R,67,U,5,Q,64],null),new e(null,3,[R,63,U,14,Q,76],null),new e(null,3,[R,62,U,14,Q,74],null),new e(null,3,[R,60,U,14,Q,73],null),new e(null,3,[R,59,U,14,Q,74],null),new e(null,3,[R,58,U,14,Q,71],null),\nnew e(null,3,[R,57,U,14,Q,64],null),new e(null,3,[R,55,U,14,Q,64],null),new e(null,3,[R,52,U,14,Q,73],null),new e(null,3,[R,51,U,14,Q,74],null),new e(null,3,[R,50,U,14,Q,71],null),new e(null,3,[R,49,U,14,Q,64],null),new e(null,3,[R,137,U,14,Q,76],null),new e(null,3,[R,135,U,14,Q,79],null),new e(null,3,[R,134,U,14,Q,74],null),new e(null,3,[R,132,U,14,Q,76],null),new e(null,3,[R,127,U,14,Q,76],null),new e(null,3,[R,126,U,14,Q,74],null),new e(null,3,[R,132,U,5,Q,76],null),new e(null,3,[R,127,U,5,Q,76],\nnull),new e(null,3,[R,126,U,5,Q,74],null),new e(null,3,[R,132,U,5,Q,64],null),new e(null,3,[R,127,U,5,Q,64],null),new e(null,3,[R,126,U,5,Q,62],null),new e(null,3,[R,66,U,5,Q,64],null),new e(null,3,[R,65.5,U,5,Q,64],null),new e(null,3,[R,65,U,5,Q,64],null),new e(null,3,[R,63,U,5,Q,64],null),new e(null,3,[R,62,U,5,Q,62],null),new e(null,3,[R,51,U,5,Q,59],null),new e(null,3,[R,50,U,5,Q,62],null),new e(null,3,[R,49,U,5,Q,64],null),new e(null,3,[R,48,U,5,Q,62],null),new e(null,3,[R,45,U,5,Q,62],null),\nnew e(null,3,[R,43,U,5,Q,64],null),new e(null,3,[R,41,U,5,Q,66],null),new e(null,3,[R,39,U,5,Q,67],null),new e(null,3,[R,37,U,5,Q,62],null),new e(null,3,[R,36,U,5,Q,66],null),new e(null,3,[R,35.5,U,5,Q,66],null),new e(null,3,[R,35,U,5,Q,66],null),new e(null,3,[R,34,U,5,Q,66],null),new e(null,3,[R,33.5,U,5,Q,66],null),new e(null,3,[R,33,U,5,Q,66],null),new e(null,3,[R,29,U,5,Q,66],null),new e(null,3,[R,27,U,5,Q,64],null),new e(null,3,[R,25,U,5,Q,66],null),new e(null,3,[R,23,U,5,Q,67],null),new e(null,\n3,[R,21,U,5,Q,59],null),new e(null,3,[R,20,U,5,Q,64],null),new e(null,3,[R,19.5,U,5,Q,64],null),new e(null,3,[R,19,U,5,Q,64],null),new e(null,3,[R,18,U,5,Q,64],null),new e(null,3,[R,17.5,U,5,Q,64],null),new e(null,3,[R,17,U,5,Q,64],null),new e(null,3,[R,15,U,5,Q,64],null),new e(null,3,[R,14,U,5,Q,62],null),new e(null,3,[R,13,U,5,Q,64],null),new e(null,3,[R,11,U,5,Q,59],null),new e(null,3,[R,10,U,5,Q,64],null),new e(null,3,[R,9.5,U,5,Q,64],null),new e(null,3,[R,9,U,5,Q,64],null),new e(null,3,[R,8,\nU,5,Q,64],null),new e(null,3,[R,7,U,5,Q,59],null),new e(null,3,[R,5,U,5,Q,59],null),new e(null,3,[R,4,U,5,Q,64],null),new e(null,3,[R,3.5,U,5,Q,64],null),new e(null,3,[R,3,U,5,Q,64],null),new e(null,3,[R,2,U,5,Q,64],null),new e(null,3,[R,1.5,U,5,Q,64],null),new e(null,3,[R,1,U,5,Q,64],null),new e(null,3,[R,0,U,5,Q,64],null),new e(null,3,[R,188,U,15,Q,71],null),new e(null,3,[R,187,U,15,Q,66],null),new e(null,3,[R,186,U,15,Q,63],null),new e(null,3,[R,185.5,U,15,Q,63],null),new e(null,3,[R,185,U,15,\nQ,63],null),new e(null,3,[R,183,U,15,Q,63],null),new e(null,3,[R,182,U,15,Q,62],null),new e(null,3,[R,181,U,15,Q,59],null),new e(null,3,[R,180,U,15,Q,62],null),new e(null,3,[R,179.5,U,15,Q,62],null),new e(null,3,[R,179,U,15,Q,62],null),new e(null,3,[R,178,U,15,Q,62],null),new e(null,3,[R,177.5,U,15,Q,62],null),new e(null,3,[R,177,U,15,Q,62],null),new e(null,3,[R,176,U,15,Q,62],null),new e(null,3,[R,175,U,15,Q,65],null),new e(null,3,[R,174,U,15,Q,69],null),new e(null,3,[R,173,U,15,Q,65],null),new e(null,\n3,[R,172,U,15,Q,72],null),new e(null,3,[R,171,U,15,Q,65],null),new e(null,3,[R,170,U,15,Q,69],null),new e(null,3,[R,169,U,15,Q,65],null),new e(null,3,[R,167,U,15,Q,69],null),new e(null,3,[R,166,U,15,Q,69],null),new e(null,3,[R,165,U,15,Q,72],null),new e(null,3,[R,164,U,15,Q,65],null),new e(null,3,[R,163.5,U,15,Q,65],null),new e(null,3,[R,163,U,15,Q,65],null),new e(null,3,[R,161,U,15,Q,65],null),new e(null,3,[R,162,U,15,Q,65],null),new e(null,3,[R,161.5,U,15,Q,65],null),new e(null,3,[R,160,U,15,Q,\n65],null),new e(null,3,[R,159,U,15,Q,64],null),new e(null,3,[R,158,U,15,Q,67],null),new e(null,3,[R,157,U,15,Q,71],null),new e(null,3,[R,156,U,15,Q,74],null),new e(null,3,[R,155,U,15,Q,67],null),new e(null,3,[R,154,U,15,Q,71],null),new e(null,3,[R,153,U,15,Q,64],null),new e(null,3,[R,151,U,15,Q,74],null),new e(null,3,[R,150,U,15,Q,67],null),new e(null,3,[R,149,U,15,Q,71],null),new e(null,3,[R,148,U,15,Q,64],null),new e(null,3,[R,147.5,U,15,Q,64],null),new e(null,3,[R,147,U,15,Q,64],null),new e(null,\n3,[R,146,U,15,Q,64],null),new e(null,3,[R,144,U,15,Q,64],null),new e(null,3,[R,143,U,15,Q,69],null),new e(null,3,[R,142,U,15,Q,65],null),new e(null,3,[R,141,U,15,Q,69],null),new e(null,3,[R,140,U,15,Q,72],null),new e(null,3,[R,139,U,15,Q,65],null),new e(null,3,[R,138,U,15,Q,69],null),new e(null,3,[R,137,U,15,Q,65],null),new e(null,3,[R,134,U,15,Q,69],null),new e(null,3,[R,133,U,15,Q,72],null),new e(null,3,[R,132,U,15,Q,65],null),new e(null,3,[R,131.5,U,15,Q,65],null),new e(null,3,[R,131,U,15,Q,65],\nnull),new e(null,3,[R,129.5,U,15,Q,65],null),new e(null,3,[R,129,U,15,Q,65],null),new e(null,3,[R,130,U,15,Q,65],null),new e(null,3,[R,128,U,15,Q,65],null),new e(null,3,[R,126,U,15,Q,71],null),new e(null,3,[R,124,U,15,Q,67],null),new e(null,3,[R,123,U,15,Q,64],null),new e(null,3,[R,122,U,15,Q,64],null),new e(null,3,[R,121,U,15,Q,64],null),new e(null,3,[R,118,U,15,Q,71],null),new e(null,3,[R,116,U,15,Q,67],null),new e(null,3,[R,115,U,15,Q,64],null),new e(null,3,[R,112,U,15,Q,64],null),new e(null,3,\n[R,110,U,15,Q,69],null),new e(null,3,[R,108,U,15,Q,66],null),new e(null,3,[R,107,U,15,Q,62],null),new e(null,3,[R,106,U,15,Q,62],null),new e(null,3,[R,105,U,15,Q,62],null),new e(null,3,[R,102,U,15,Q,69],null),new e(null,3,[R,100,U,15,Q,66],null),new e(null,3,[R,99,U,15,Q,62],null),new e(null,3,[R,96,U,15,Q,62],null),new e(null,3,[R,94,U,15,Q,67],null),new e(null,3,[R,92,U,15,Q,64],null),new e(null,3,[R,91,U,15,Q,60],null),new e(null,3,[R,90,U,15,Q,60],null),new e(null,3,[R,89,U,15,Q,60],null),new e(null,\n3,[R,86,U,15,Q,67],null),new e(null,3,[R,84,U,15,Q,64],null),new e(null,3,[R,83,U,15,Q,60],null),new e(null,3,[R,80,U,15,Q,60],null),new e(null,3,[R,78,U,15,Q,71],null),new e(null,3,[R,76,U,15,Q,67],null),new e(null,3,[R,75,U,15,Q,64],null),new e(null,3,[R,74,U,15,Q,64],null),new e(null,3,[R,73,U,15,Q,64],null),new e(null,3,[R,70,U,15,Q,71],null),new e(null,3,[R,68,U,15,Q,67],null),new e(null,3,[R,67,U,15,Q,64],null),new e(null,3,[R,64,U,15,Q,64],null),new e(null,3,[R,65,U,5,Q,67],null),new e(null,\n3,[R,65.5,U,5,Q,67],null),new e(null,3,[R,66,U,5,Q,67],null),new e(null,3,[R,67,U,5,Q,67],null),new e(null,3,[R,67.5,U,5,Q,67],null),new e(null,3,[R,68,U,5,Q,67],null),new e(null,3,[R,69,U,5,Q,64],null),new e(null,3,[R,71,U,5,Q,64],null),new e(null,3,[R,72,U,5,Q,67],null),new e(null,3,[R,73,U,5,Q,67],null),new e(null,3,[R,73.5,U,5,Q,67],null),new e(null,3,[R,74,U,5,Q,67],null),new e(null,3,[R,75,U,5,Q,64],null),new e(null,3,[R,77,U,5,Q,71],null),new e(null,3,[R,78,U,5,Q,69],null),new e(null,3,[R,\n79,U,5,Q,71],null),new e(null,3,[R,81,U,5,Q,67],null),new e(null,3,[R,81.5,U,5,Q,67],null),new e(null,3,[R,82,U,5,Q,67],null),new e(null,3,[R,83,U,5,Q,67],null),new e(null,3,[R,83.5,U,5,Q,67],null),new e(null,3,[R,84,U,5,Q,67],null),new e(null,3,[R,85,U,5,Q,64],null),new e(null,3,[R,87,U,5,Q,71],null),new e(null,3,[R,89,U,5,Q,69],null),new e(null,3,[R,91,U,5,Q,67],null),new e(null,3,[R,93,U,5,Q,69],null),new e(null,3,[R,97,U,5,Q,69],null),new e(null,3,[R,97.5,U,5,Q,69],null),new e(null,3,[R,98,U,\n5,Q,69],null),new e(null,3,[R,99,U,5,Q,69],null),new e(null,3,[R,99.5,U,5,Q,69],null),new e(null,3,[R,100,U,5,Q,69],null),new e(null,3,[R,101,U,5,Q,66],null),new e(null,3,[R,103,U,5,Q,71],null),new e(null,3,[R,105,U,5,Q,69],null),new e(null,3,[R,107,U,5,Q,67],null),new e(null,3,[R,109,U,5,Q,66],null),new e(null,3,[R,112,U,5,Q,66],null),new e(null,3,[R,113,U,5,Q,67],null),new e(null,3,[R,114,U,5,Q,66],null),new e(null,3,[R,115,U,5,Q,64],null),new e(null,3,[R,126,U,5,Q,66],null),new e(null,3,[R,127,\nU,5,Q,67],null),new e(null,3,[R,63,U,5,Q,67],null),new e(null,3,[R,62,U,5,Q,66],null),new e(null,3,[R,51,U,5,Q,64],null),new e(null,3,[R,50,U,5,Q,66],null),new e(null,3,[R,49,U,5,Q,67],null),new e(null,3,[R,48,U,5,Q,66],null),new e(null,3,[R,45,U,5,Q,66],null),new e(null,3,[R,43,U,5,Q,67],null),new e(null,3,[R,41,U,5,Q,69],null),new e(null,3,[R,39,U,5,Q,71],null),new e(null,3,[R,37,U,5,Q,66],null),new e(null,3,[R,36,U,5,Q,69],null),new e(null,3,[R,35.5,U,5,Q,69],null),new e(null,3,[R,35,U,5,Q,69],\nnull),new e(null,3,[R,34,U,5,Q,69],null),new e(null,3,[R,33.5,U,5,Q,69],null),new e(null,3,[R,33,U,5,Q,69],null),new e(null,3,[R,29,U,5,Q,69],null),new e(null,3,[R,27,U,5,Q,67],null),new e(null,3,[R,25,U,5,Q,69],null),new e(null,3,[R,23,U,5,Q,71],null),new e(null,3,[R,21,U,5,Q,64],null),new e(null,3,[R,20,U,5,Q,67],null),new e(null,3,[R,19.5,U,5,Q,67],null),new e(null,3,[R,19,U,5,Q,67],null),new e(null,3,[R,18,U,5,Q,67],null),new e(null,3,[R,17.5,U,5,Q,67],null),new e(null,3,[R,17,U,5,Q,67],null),\nnew e(null,3,[R,15,U,5,Q,71],null),new e(null,3,[R,14,U,5,Q,69],null),new e(null,3,[R,13,U,5,Q,71],null),new e(null,3,[R,11,U,5,Q,64],null),new e(null,3,[R,10,U,5,Q,67],null),new e(null,3,[R,9.5,U,5,Q,67],null),new e(null,3,[R,9,U,5,Q,67],null),new e(null,3,[R,8,U,5,Q,67],null),new e(null,3,[R,7,U,5,Q,64],null),new e(null,3,[R,5,U,5,Q,64],null),new e(null,3,[R,4,U,5,Q,67],null),new e(null,3,[R,3.5,U,5,Q,67],null),new e(null,3,[R,3,U,5,Q,67],null),new e(null,3,[R,2,U,5,Q,67],null),new e(null,3,[R,\n1.5,U,5,Q,67],null),new e(null,3,[R,1,U,5,Q,67],null),new e(null,3,[R,0,U,15,Q,64],null),new e(null,3,[R,3,U,15,Q,64],null),new e(null,3,[R,4,U,15,Q,67],null),new e(null,3,[R,6,U,15,Q,71],null),new e(null,3,[R,9,U,15,Q,64],null),new e(null,3,[R,10,U,15,Q,64],null),new e(null,3,[R,11,U,15,Q,64],null),new e(null,3,[R,12,U,15,Q,67],null),new e(null,3,[R,14,U,15,Q,71],null),new e(null,3,[R,16,U,15,Q,60],null),new e(null,3,[R,19,U,15,Q,60],null),new e(null,3,[R,20,U,15,Q,64],null),new e(null,3,[R,22,U,\n15,Q,67],null),new e(null,3,[R,25,U,15,Q,60],null),new e(null,3,[R,26,U,15,Q,60],null),new e(null,3,[R,27,U,15,Q,60],null),new e(null,3,[R,28,U,15,Q,64],null),new e(null,3,[R,30,U,15,Q,67],null),new e(null,3,[R,32,U,15,Q,62],null),new e(null,3,[R,35,U,15,Q,62],null),new e(null,3,[R,36,U,15,Q,66],null),new e(null,3,[R,38,U,15,Q,69],null),new e(null,3,[R,41,U,15,Q,62],null),new e(null,3,[R,42,U,15,Q,62],null),new e(null,3,[R,43,U,15,Q,62],null),new e(null,3,[R,44,U,15,Q,66],null),new e(null,3,[R,46,\nU,15,Q,69],null),new e(null,3,[R,48,U,15,Q,64],null),new e(null,3,[R,51,U,15,Q,64],null),new e(null,3,[R,52,U,15,Q,67],null),new e(null,3,[R,54,U,15,Q,71],null),new e(null,3,[R,57,U,15,Q,64],null),new e(null,3,[R,58,U,15,Q,64],null),new e(null,3,[R,59,U,15,Q,64],null),new e(null,3,[R,60,U,15,Q,67],null),new e(null,3,[R,62,U,15,Q,71],null)],!0);\ntg([new e(null,3,[R,0,U,15,Q,65],null),new e(null,3,[R,2,U,15,Q,65],null),new e(null,3,[R,1,U,15,Q,65],null),new e(null,3,[R,1.5,U,15,Q,65],null),new e(null,3,[R,3,U,15,Q,65],null),new e(null,3,[R,3.5,U,15,Q,65],null),new e(null,3,[R,4,U,15,Q,65],null),new e(null,3,[R,5,U,15,Q,72],null),new e(null,3,[R,6,U,15,Q,69],null),new e(null,3,[R,9,U,15,Q,65],null),new e(null,3,[R,10,U,15,Q,69],null),new e(null,3,[R,11,U,15,Q,65],null),new e(null,3,[R,12,U,15,Q,72],null),new e(null,3,[R,13,U,15,Q,69],null),\nnew e(null,3,[R,14,U,15,Q,65],null),new e(null,3,[R,15,U,15,Q,69],null),new e(null,3,[R,16,U,15,Q,64],null),new e(null,3,[R,18,U,15,Q,64],null),new e(null,3,[R,19,U,15,Q,64],null),new e(null,3,[R,19.5,U,15,Q,64],null),new e(null,3,[R,20,U,15,Q,64],null),new e(null,3,[R,21,U,15,Q,71],null),new e(null,3,[R,22,U,15,Q,67],null),new e(null,3,[R,23,U,15,Q,74],null),new e(null,3,[R,25,U,15,Q,64],null),new e(null,3,[R,26,U,15,Q,71],null),new e(null,3,[R,27,U,15,Q,67],null),new e(null,3,[R,28,U,15,Q,74],null),\nnew e(null,3,[R,29,U,15,Q,71],null),new e(null,3,[R,30,U,15,Q,67],null),new e(null,3,[R,31,U,15,Q,64],null),new e(null,3,[R,32,U,15,Q,65],null),new e(null,3,[R,33.5,U,15,Q,65],null),new e(null,3,[R,34,U,15,Q,65],null),new e(null,3,[R,33,U,15,Q,65],null),new e(null,3,[R,35,U,15,Q,65],null),new e(null,3,[R,35.5,U,15,Q,65],null),new e(null,3,[R,36,U,15,Q,65],null),new e(null,3,[R,37,U,15,Q,72],null),new e(null,3,[R,38,U,15,Q,69],null),new e(null,3,[R,39,U,15,Q,69],null),new e(null,3,[R,41,U,15,Q,65],\nnull),new e(null,3,[R,42,U,15,Q,69],null),new e(null,3,[R,43,U,15,Q,65],null),new e(null,3,[R,44,U,15,Q,72],null),new e(null,3,[R,45,U,15,Q,65],null),new e(null,3,[R,46,U,15,Q,69],null),new e(null,3,[R,47,U,15,Q,65],null),new e(null,3,[R,48,U,15,Q,62],null),new e(null,3,[R,49,U,15,Q,62],null),new e(null,3,[R,49.5,U,15,Q,62],null),new e(null,3,[R,50,U,15,Q,62],null),new e(null,3,[R,51,U,15,Q,62],null),new e(null,3,[R,51.5,U,15,Q,62],null),new e(null,3,[R,52,U,15,Q,62],null),new e(null,3,[R,53,U,15,\nQ,59],null),new e(null,3,[R,54,U,15,Q,62],null),new e(null,3,[R,55,U,15,Q,63],null),new e(null,3,[R,57,U,15,Q,63],null),new e(null,3,[R,57.5,U,15,Q,63],null),new e(null,3,[R,58,U,15,Q,63],null),new e(null,3,[R,59,U,15,Q,66],null),new e(null,3,[R,60,U,15,Q,71],null)],!0);\ntg([new e(null,3,[R,1,U,5,Q,67],null),new e(null,3,[R,1.5,U,5,Q,67],null),new e(null,3,[R,2,U,5,Q,67],null),new e(null,3,[R,3,U,5,Q,67],null),new e(null,3,[R,3.5,U,5,Q,67],null),new e(null,3,[R,4,U,5,Q,67],null),new e(null,3,[R,5,U,5,Q,64],null),new e(null,3,[R,7,U,5,Q,64],null),new e(null,3,[R,8,U,5,Q,67],null),new e(null,3,[R,9,U,5,Q,67],null),new e(null,3,[R,9.5,U,5,Q,67],null),new e(null,3,[R,10,U,5,Q,67],null),new e(null,3,[R,11,U,5,Q,64],null),new e(null,3,[R,13,U,5,Q,71],null),new e(null,3,\n[R,14,U,5,Q,69],null),new e(null,3,[R,15,U,5,Q,71],null),new e(null,3,[R,17,U,5,Q,67],null),new e(null,3,[R,17.5,U,5,Q,67],null),new e(null,3,[R,18,U,5,Q,67],null),new e(null,3,[R,19,U,5,Q,67],null),new e(null,3,[R,19.5,U,5,Q,67],null),new e(null,3,[R,20,U,5,Q,67],null),new e(null,3,[R,21,U,5,Q,64],null),new e(null,3,[R,23,U,5,Q,71],null),new e(null,3,[R,25,U,5,Q,69],null),new e(null,3,[R,27,U,5,Q,67],null),new e(null,3,[R,29,U,5,Q,69],null),new e(null,3,[R,33,U,5,Q,69],null),new e(null,3,[R,33.5,\nU,5,Q,69],null),new e(null,3,[R,34,U,5,Q,69],null),new e(null,3,[R,35,U,5,Q,69],null),new e(null,3,[R,35.5,U,5,Q,69],null),new e(null,3,[R,36,U,5,Q,69],null),new e(null,3,[R,37,U,5,Q,66],null),new e(null,3,[R,39,U,5,Q,71],null),new e(null,3,[R,41,U,5,Q,69],null),new e(null,3,[R,43,U,5,Q,67],null),new e(null,3,[R,45,U,5,Q,66],null),new e(null,3,[R,48,U,5,Q,66],null),new e(null,3,[R,49,U,5,Q,67],null),new e(null,3,[R,50,U,5,Q,66],null),new e(null,3,[R,51,U,5,Q,64],null),new e(null,3,[R,62,U,5,Q,66],\nnull),new e(null,3,[R,63,U,5,Q,67],null)],!0);\nvar Yr=tg([new e(null,3,[R,189.5,U,14,Q,83],null),new e(null,3,[R,189,U,14,Q,83],null),new e(null,3,[R,188.5,U,14,Q,83],null),new e(null,3,[R,182.5,U,14,Q,74],null),new e(null,3,[R,181.5,U,14,Q,71],null),new e(null,3,[R,180.5,U,14,Q,74],null),new e(null,3,[R,177.5,U,14,Q,74],null),new e(null,3,[R,177,U,14,Q,74],null),new e(null,3,[R,176.5,U,14,Q,74],null),new e(null,3,[R,174.5,U,14,Q,76],null),new e(null,3,[R,174,U,14,Q,76],null),new e(null,3,[R,173.5,U,14,Q,76],null),new e(null,3,[R,172.5,U,14,Q,\n74],null),new e(null,3,[R,172,U,14,Q,74],null),new e(null,3,[R,171.5,U,14,Q,74],null),new e(null,3,[R,170.5,U,14,Q,76],null),new e(null,3,[R,170,U,14,Q,76],null),new e(null,3,[R,169.5,U,14,Q,76],null),new e(null,3,[R,168.5,U,14,Q,79],null),new e(null,3,[R,168,U,14,Q,79],null),new e(null,3,[R,167.5,U,14,Q,79],null),new e(null,3,[R,166.5,U,14,Q,74],null),new e(null,3,[R,165.5,U,14,Q,76],null),new e(null,3,[R,165,U,14,Q,76],null),new e(null,3,[R,164.5,U,14,Q,76],null),new e(null,3,[R,161.5,U,14,Q,76],\nnull),new e(null,3,[R,161,U,14,Q,76],null),new e(null,3,[R,160.5,U,14,Q,76],null),new e(null,3,[R,155.5,U,14,Q,67],null),new e(null,3,[R,154.5,U,14,Q,71],null),new e(null,3,[R,153.5,U,14,Q,72],null),new e(null,3,[R,152.5,U,14,Q,71],null),new e(null,3,[R,150.5,U,14,Q,76],null),new e(null,3,[R,150,U,14,Q,76],null),new e(null,3,[R,149.5,U,14,Q,76],null),new e(null,3,[R,148.5,U,14,Q,74],null),new e(null,3,[R,145.5,U,14,Q,74],null),new e(null,3,[R,145,U,14,Q,74],null),new e(null,3,[R,144.5,U,14,Q,74],\nnull),new e(null,3,[R,142.5,U,14,Q,76],null),new e(null,3,[R,142,U,14,Q,76],null),new e(null,3,[R,141.5,U,14,Q,76],null),new e(null,3,[R,140.5,U,14,Q,74],null),new e(null,3,[R,140,U,14,Q,74],null),new e(null,3,[R,139.5,U,14,Q,74],null),new e(null,3,[R,138.5,U,14,Q,76],null),new e(null,3,[R,138,U,14,Q,76],null),new e(null,3,[R,137.5,U,14,Q,76],null),new e(null,3,[R,136.5,U,14,Q,79],null),new e(null,3,[R,136,U,14,Q,79],null),new e(null,3,[R,135.5,U,14,Q,79],null),new e(null,3,[R,133,U,14,Q,76],null),\nnew e(null,3,[R,254,U,8,Q,62],null),new e(null,3,[R,255,U,8,Q,64],null),new e(null,3,[R,255,U,15,Q,64],null),new e(null,3,[R,254,U,15,Q,62],null),new e(null,3,[R,254,U,3,Q,64],null),new e(null,3,[R,253.5,U,2,Q,59],null),new e(null,3,[R,255,U,2,Q,59],null),new e(null,3,[R,254,U,2,Q,69],null),new e(null,3,[R,253,U,2,Q,59],null),new e(null,3,[R,252,U,2,Q,59],null),new e(null,3,[R,251.5,U,2,Q,64],null),new e(null,3,[R,251,U,2,Q,67],null),new e(null,3,[R,250.5,U,2,Q,71],null),new e(null,3,[R,250,U,2,Q,\n74],null),new e(null,3,[R,62,U,3,Q,64],null),new e(null,3,[R,7,U,13,Q,76],null),new e(null,3,[R,5.5,U,13,Q,76],null),new e(null,3,[R,5,U,13,Q,76],null),new e(null,3,[R,2,U,2,Q,69],null),new e(null,3,[R,0,U,2,Q,60],null),new e(null,3,[R,1,U,13,Q,76],null),new e(null,3,[R,1.5,U,13,Q,76],null),new e(null,3,[R,3,U,13,Q,76],null),new e(null,3,[R,4,U,2,Q,60],null),new e(null,3,[R,5,U,2,Q,60],null),new e(null,3,[R,6,U,2,Q,69],null),new e(null,3,[R,15,U,13,Q,76],null),new e(null,3,[R,13.5,U,13,Q,76],null),\nnew e(null,3,[R,13,U,13,Q,76],null),new e(null,3,[R,10,U,2,Q,69],null),new e(null,3,[R,8,U,2,Q,60],null),new e(null,3,[R,9,U,13,Q,76],null),new e(null,3,[R,9.5,U,13,Q,76],null),new e(null,3,[R,11,U,13,Q,76],null),new e(null,3,[R,12,U,2,Q,60],null),new e(null,3,[R,13,U,2,Q,60],null),new e(null,3,[R,14,U,2,Q,69],null),new e(null,3,[R,23,U,13,Q,76],null),new e(null,3,[R,21.5,U,13,Q,76],null),new e(null,3,[R,21,U,13,Q,76],null),new e(null,3,[R,18,U,2,Q,69],null),new e(null,3,[R,16,U,2,Q,60],null),new e(null,\n3,[R,17,U,13,Q,76],null),new e(null,3,[R,17.5,U,13,Q,76],null),new e(null,3,[R,19,U,13,Q,76],null),new e(null,3,[R,20,U,2,Q,60],null),new e(null,3,[R,21,U,2,Q,60],null),new e(null,3,[R,22,U,2,Q,69],null),new e(null,3,[R,31,U,13,Q,76],null),new e(null,3,[R,29.5,U,13,Q,76],null),new e(null,3,[R,29,U,13,Q,76],null),new e(null,3,[R,26,U,2,Q,69],null),new e(null,3,[R,24,U,2,Q,60],null),new e(null,3,[R,25,U,13,Q,76],null),new e(null,3,[R,25.5,U,13,Q,76],null),new e(null,3,[R,27,U,13,Q,76],null),new e(null,\n3,[R,28,U,2,Q,60],null),new e(null,3,[R,29,U,2,Q,60],null),new e(null,3,[R,30,U,2,Q,69],null),new e(null,3,[R,39,U,13,Q,76],null),new e(null,3,[R,37.5,U,13,Q,76],null),new e(null,3,[R,37,U,13,Q,76],null),new e(null,3,[R,34,U,2,Q,69],null),new e(null,3,[R,32,U,2,Q,60],null),new e(null,3,[R,33,U,13,Q,76],null),new e(null,3,[R,33.5,U,13,Q,76],null),new e(null,3,[R,35,U,13,Q,76],null),new e(null,3,[R,36,U,2,Q,60],null),new e(null,3,[R,37,U,2,Q,60],null),new e(null,3,[R,38,U,2,Q,69],null),new e(null,3,\n[R,47,U,13,Q,76],null),new e(null,3,[R,45.5,U,13,Q,76],null),new e(null,3,[R,45,U,13,Q,76],null),new e(null,3,[R,42,U,2,Q,69],null),new e(null,3,[R,40,U,2,Q,60],null),new e(null,3,[R,41,U,13,Q,76],null),new e(null,3,[R,41.5,U,13,Q,76],null),new e(null,3,[R,43,U,13,Q,76],null),new e(null,3,[R,44,U,2,Q,60],null),new e(null,3,[R,45,U,2,Q,60],null),new e(null,3,[R,46,U,2,Q,69],null),new e(null,3,[R,55,U,13,Q,76],null),new e(null,3,[R,53.5,U,13,Q,76],null),new e(null,3,[R,53,U,13,Q,76],null),new e(null,\n3,[R,50,U,2,Q,69],null),new e(null,3,[R,48,U,2,Q,60],null),new e(null,3,[R,49,U,13,Q,76],null),new e(null,3,[R,49.5,U,13,Q,76],null),new e(null,3,[R,51,U,13,Q,76],null),new e(null,3,[R,52,U,2,Q,60],null),new e(null,3,[R,53,U,2,Q,60],null),new e(null,3,[R,54,U,2,Q,69],null),new e(null,3,[R,63,U,13,Q,76],null),new e(null,3,[R,61.5,U,13,Q,76],null),new e(null,3,[R,61,U,13,Q,76],null),new e(null,3,[R,58,U,2,Q,69],null),new e(null,3,[R,56,U,2,Q,60],null),new e(null,3,[R,57,U,13,Q,76],null),new e(null,\n3,[R,57.5,U,13,Q,76],null),new e(null,3,[R,59,U,13,Q,76],null),new e(null,3,[R,60,U,2,Q,60],null),new e(null,3,[R,61,U,2,Q,60],null),new e(null,3,[R,62,U,2,Q,69],null),new e(null,3,[R,71,U,13,Q,76],null),new e(null,3,[R,69.5,U,13,Q,76],null),new e(null,3,[R,69,U,13,Q,76],null),new e(null,3,[R,66,U,2,Q,69],null),new e(null,3,[R,64,U,2,Q,60],null),new e(null,3,[R,65,U,13,Q,76],null),new e(null,3,[R,65.5,U,13,Q,76],null),new e(null,3,[R,67,U,13,Q,76],null),new e(null,3,[R,68,U,2,Q,60],null),new e(null,\n3,[R,69,U,2,Q,60],null),new e(null,3,[R,70,U,2,Q,69],null),new e(null,3,[R,79,U,13,Q,76],null),new e(null,3,[R,77.5,U,13,Q,76],null),new e(null,3,[R,77,U,13,Q,76],null),new e(null,3,[R,74,U,2,Q,69],null),new e(null,3,[R,72,U,2,Q,60],null),new e(null,3,[R,73,U,13,Q,76],null),new e(null,3,[R,73.5,U,13,Q,76],null),new e(null,3,[R,75,U,13,Q,76],null),new e(null,3,[R,76,U,2,Q,60],null),new e(null,3,[R,77,U,2,Q,60],null),new e(null,3,[R,78,U,2,Q,69],null),new e(null,3,[R,87,U,13,Q,76],null),new e(null,\n3,[R,85.5,U,13,Q,76],null),new e(null,3,[R,85,U,13,Q,76],null),new e(null,3,[R,82,U,2,Q,69],null),new e(null,3,[R,80,U,2,Q,60],null),new e(null,3,[R,81,U,13,Q,76],null),new e(null,3,[R,81.5,U,13,Q,76],null),new e(null,3,[R,83,U,13,Q,76],null),new e(null,3,[R,84,U,2,Q,60],null),new e(null,3,[R,85,U,2,Q,60],null),new e(null,3,[R,86,U,2,Q,69],null),new e(null,3,[R,95,U,13,Q,76],null),new e(null,3,[R,93.5,U,13,Q,76],null),new e(null,3,[R,93,U,13,Q,76],null),new e(null,3,[R,90,U,2,Q,69],null),new e(null,\n3,[R,88,U,2,Q,60],null),new e(null,3,[R,89,U,13,Q,76],null),new e(null,3,[R,89.5,U,13,Q,76],null),new e(null,3,[R,91,U,13,Q,76],null),new e(null,3,[R,92,U,2,Q,60],null),new e(null,3,[R,93,U,2,Q,60],null),new e(null,3,[R,94,U,2,Q,69],null),new e(null,3,[R,103,U,13,Q,76],null),new e(null,3,[R,101.5,U,13,Q,76],null),new e(null,3,[R,101,U,13,Q,76],null),new e(null,3,[R,98,U,2,Q,69],null),new e(null,3,[R,96,U,2,Q,60],null),new e(null,3,[R,97,U,13,Q,76],null),new e(null,3,[R,97.5,U,13,Q,76],null),new e(null,\n3,[R,99,U,13,Q,76],null),new e(null,3,[R,100,U,2,Q,60],null),new e(null,3,[R,101,U,2,Q,60],null),new e(null,3,[R,102,U,2,Q,69],null),new e(null,3,[R,111,U,13,Q,76],null),new e(null,3,[R,109.5,U,13,Q,76],null),new e(null,3,[R,109,U,13,Q,76],null),new e(null,3,[R,106,U,2,Q,69],null),new e(null,3,[R,104,U,2,Q,60],null),new e(null,3,[R,105,U,13,Q,76],null),new e(null,3,[R,105.5,U,13,Q,76],null),new e(null,3,[R,107,U,13,Q,76],null),new e(null,3,[R,108,U,2,Q,60],null),new e(null,3,[R,109,U,2,Q,60],null),\nnew e(null,3,[R,110,U,2,Q,69],null),new e(null,3,[R,119,U,13,Q,76],null),new e(null,3,[R,117.5,U,13,Q,76],null),new e(null,3,[R,117,U,13,Q,76],null),new e(null,3,[R,114,U,2,Q,69],null),new e(null,3,[R,112,U,2,Q,60],null),new e(null,3,[R,113,U,13,Q,76],null),new e(null,3,[R,113.5,U,13,Q,76],null),new e(null,3,[R,115,U,13,Q,76],null),new e(null,3,[R,116,U,2,Q,60],null),new e(null,3,[R,117,U,2,Q,60],null),new e(null,3,[R,118,U,2,Q,69],null),new e(null,3,[R,127,U,13,Q,76],null),new e(null,3,[R,125.5,\nU,13,Q,76],null),new e(null,3,[R,125,U,13,Q,76],null),new e(null,3,[R,122,U,2,Q,69],null),new e(null,3,[R,120,U,2,Q,60],null),new e(null,3,[R,121,U,13,Q,76],null),new e(null,3,[R,121.5,U,13,Q,76],null),new e(null,3,[R,123,U,13,Q,76],null),new e(null,3,[R,124,U,2,Q,60],null),new e(null,3,[R,125,U,2,Q,60],null),new e(null,3,[R,126,U,2,Q,69],null),new e(null,3,[R,135,U,13,Q,76],null),new e(null,3,[R,133.5,U,13,Q,76],null),new e(null,3,[R,133,U,13,Q,76],null),new e(null,3,[R,130,U,2,Q,69],null),new e(null,\n3,[R,128,U,2,Q,60],null),new e(null,3,[R,129,U,13,Q,76],null),new e(null,3,[R,129.5,U,13,Q,76],null),new e(null,3,[R,131,U,13,Q,76],null),new e(null,3,[R,132,U,2,Q,60],null),new e(null,3,[R,133,U,2,Q,60],null),new e(null,3,[R,134,U,2,Q,69],null),new e(null,3,[R,143,U,13,Q,76],null),new e(null,3,[R,141.5,U,13,Q,76],null),new e(null,3,[R,141,U,13,Q,76],null),new e(null,3,[R,138,U,2,Q,69],null),new e(null,3,[R,136,U,2,Q,60],null),new e(null,3,[R,137,U,13,Q,76],null),new e(null,3,[R,137.5,U,13,Q,76],\nnull),new e(null,3,[R,139,U,13,Q,76],null),new e(null,3,[R,140,U,2,Q,60],null),new e(null,3,[R,141,U,2,Q,60],null),new e(null,3,[R,142,U,2,Q,69],null),new e(null,3,[R,151,U,13,Q,76],null),new e(null,3,[R,149.5,U,13,Q,76],null),new e(null,3,[R,149,U,13,Q,76],null),new e(null,3,[R,146,U,2,Q,69],null),new e(null,3,[R,144,U,2,Q,60],null),new e(null,3,[R,145,U,13,Q,76],null),new e(null,3,[R,145.5,U,13,Q,76],null),new e(null,3,[R,147,U,13,Q,76],null),new e(null,3,[R,148,U,2,Q,60],null),new e(null,3,[R,\n149,U,2,Q,60],null),new e(null,3,[R,150,U,2,Q,69],null),new e(null,3,[R,159,U,13,Q,76],null),new e(null,3,[R,157.5,U,13,Q,76],null),new e(null,3,[R,157,U,13,Q,76],null),new e(null,3,[R,154,U,2,Q,69],null),new e(null,3,[R,152,U,2,Q,60],null),new e(null,3,[R,153,U,13,Q,76],null),new e(null,3,[R,153.5,U,13,Q,76],null),new e(null,3,[R,155,U,13,Q,76],null),new e(null,3,[R,156,U,2,Q,60],null),new e(null,3,[R,157,U,2,Q,60],null),new e(null,3,[R,158,U,2,Q,69],null),new e(null,3,[R,167,U,13,Q,76],null),new e(null,\n3,[R,165.5,U,13,Q,76],null),new e(null,3,[R,165,U,13,Q,76],null),new e(null,3,[R,162,U,2,Q,69],null),new e(null,3,[R,160,U,2,Q,60],null),new e(null,3,[R,161,U,13,Q,76],null),new e(null,3,[R,161.5,U,13,Q,76],null),new e(null,3,[R,163,U,13,Q,76],null),new e(null,3,[R,164,U,2,Q,60],null),new e(null,3,[R,165,U,2,Q,60],null),new e(null,3,[R,166,U,2,Q,69],null),new e(null,3,[R,175,U,13,Q,76],null),new e(null,3,[R,173.5,U,13,Q,76],null),new e(null,3,[R,173,U,13,Q,76],null),new e(null,3,[R,170,U,2,Q,69],\nnull),new e(null,3,[R,168,U,2,Q,60],null),new e(null,3,[R,169,U,13,Q,76],null),new e(null,3,[R,169.5,U,13,Q,76],null),new e(null,3,[R,171,U,13,Q,76],null),new e(null,3,[R,172,U,2,Q,60],null),new e(null,3,[R,173,U,2,Q,60],null),new e(null,3,[R,174,U,2,Q,69],null),new e(null,3,[R,183,U,13,Q,76],null),new e(null,3,[R,181.5,U,13,Q,76],null),new e(null,3,[R,181,U,13,Q,76],null),new e(null,3,[R,178,U,2,Q,69],null),new e(null,3,[R,176,U,2,Q,60],null),new e(null,3,[R,177,U,13,Q,76],null),new e(null,3,[R,\n177.5,U,13,Q,76],null),new e(null,3,[R,179,U,13,Q,76],null),new e(null,3,[R,180,U,2,Q,60],null),new e(null,3,[R,181,U,2,Q,60],null),new e(null,3,[R,182,U,2,Q,69],null),new e(null,3,[R,191,U,13,Q,76],null),new e(null,3,[R,189.5,U,13,Q,76],null),new e(null,3,[R,189,U,13,Q,76],null),new e(null,3,[R,186,U,2,Q,69],null),new e(null,3,[R,184,U,2,Q,60],null),new e(null,3,[R,185,U,13,Q,76],null),new e(null,3,[R,185.5,U,13,Q,76],null),new e(null,3,[R,187,U,13,Q,76],null),new e(null,3,[R,188,U,2,Q,60],null),\nnew e(null,3,[R,189,U,2,Q,60],null),new e(null,3,[R,190,U,2,Q,69],null),new e(null,3,[R,199,U,13,Q,76],null),new e(null,3,[R,197.5,U,13,Q,76],null),new e(null,3,[R,197,U,13,Q,76],null),new e(null,3,[R,194,U,2,Q,69],null),new e(null,3,[R,192,U,2,Q,60],null),new e(null,3,[R,193,U,13,Q,76],null),new e(null,3,[R,193.5,U,13,Q,76],null),new e(null,3,[R,195,U,13,Q,76],null),new e(null,3,[R,196,U,2,Q,60],null),new e(null,3,[R,197,U,2,Q,60],null),new e(null,3,[R,198,U,2,Q,69],null),new e(null,3,[R,207,U,13,\nQ,76],null),new e(null,3,[R,205.5,U,13,Q,76],null),new e(null,3,[R,205,U,13,Q,76],null),new e(null,3,[R,202,U,2,Q,69],null),new e(null,3,[R,200,U,2,Q,60],null),new e(null,3,[R,201,U,13,Q,76],null),new e(null,3,[R,201.5,U,13,Q,76],null),new e(null,3,[R,203,U,13,Q,76],null),new e(null,3,[R,204,U,2,Q,60],null),new e(null,3,[R,205,U,2,Q,60],null),new e(null,3,[R,206,U,2,Q,69],null),new e(null,3,[R,215,U,13,Q,76],null),new e(null,3,[R,213.5,U,13,Q,76],null),new e(null,3,[R,213,U,13,Q,76],null),new e(null,\n3,[R,210,U,2,Q,69],null),new e(null,3,[R,208,U,2,Q,60],null),new e(null,3,[R,209,U,13,Q,76],null),new e(null,3,[R,209.5,U,13,Q,76],null),new e(null,3,[R,211,U,13,Q,76],null),new e(null,3,[R,212,U,2,Q,60],null),new e(null,3,[R,213,U,2,Q,60],null),new e(null,3,[R,214,U,2,Q,69],null),new e(null,3,[R,223,U,13,Q,76],null),new e(null,3,[R,221.5,U,13,Q,76],null),new e(null,3,[R,221,U,13,Q,76],null),new e(null,3,[R,218,U,2,Q,69],null),new e(null,3,[R,216,U,2,Q,60],null),new e(null,3,[R,217,U,13,Q,76],null),\nnew e(null,3,[R,217.5,U,13,Q,76],null),new e(null,3,[R,219,U,13,Q,76],null),new e(null,3,[R,220,U,2,Q,60],null),new e(null,3,[R,221,U,2,Q,60],null),new e(null,3,[R,222,U,2,Q,69],null),new e(null,3,[R,231,U,13,Q,76],null),new e(null,3,[R,229.5,U,13,Q,76],null),new e(null,3,[R,229,U,13,Q,76],null),new e(null,3,[R,226,U,2,Q,69],null),new e(null,3,[R,224,U,2,Q,60],null),new e(null,3,[R,225,U,13,Q,76],null),new e(null,3,[R,225.5,U,13,Q,76],null),new e(null,3,[R,227,U,13,Q,76],null),new e(null,3,[R,228,\nU,2,Q,60],null),new e(null,3,[R,229,U,2,Q,60],null),new e(null,3,[R,230,U,2,Q,69],null),new e(null,3,[R,239,U,13,Q,76],null),new e(null,3,[R,237.5,U,13,Q,76],null),new e(null,3,[R,237,U,13,Q,76],null),new e(null,3,[R,234,U,2,Q,69],null),new e(null,3,[R,232,U,2,Q,60],null),new e(null,3,[R,233,U,13,Q,76],null),new e(null,3,[R,233.5,U,13,Q,76],null),new e(null,3,[R,235,U,13,Q,76],null),new e(null,3,[R,236,U,2,Q,60],null),new e(null,3,[R,237,U,2,Q,60],null),new e(null,3,[R,238,U,2,Q,69],null),new e(null,\n3,[R,247,U,13,Q,76],null),new e(null,3,[R,245.5,U,13,Q,76],null),new e(null,3,[R,245,U,13,Q,76],null),new e(null,3,[R,242,U,2,Q,69],null),new e(null,3,[R,240,U,2,Q,60],null),new e(null,3,[R,241,U,13,Q,76],null),new e(null,3,[R,241.5,U,13,Q,76],null),new e(null,3,[R,243,U,13,Q,76],null),new e(null,3,[R,244,U,2,Q,60],null),new e(null,3,[R,245,U,2,Q,60],null),new e(null,3,[R,246,U,2,Q,69],null),new e(null,3,[R,248,U,2,Q,60],null),new e(null,3,[R,249,U,13,Q,76],null),new e(null,3,[R,188,U,14,Q,83],null),\nnew e(null,3,[R,187,U,14,Q,78],null),new e(null,3,[R,186,U,14,Q,75],null),new e(null,3,[R,185,U,14,Q,75],null),new e(null,3,[R,183,U,14,Q,75],null),new e(null,3,[R,182,U,14,Q,74],null),new e(null,3,[R,181,U,14,Q,71],null),new e(null,3,[R,180,U,14,Q,74],null),new e(null,3,[R,176,U,14,Q,74],null),new e(null,3,[R,173,U,14,Q,76],null),new e(null,3,[R,171,U,14,Q,74],null),new e(null,3,[R,169,U,14,Q,76],null),new e(null,3,[R,167,U,14,Q,79],null),new e(null,3,[R,166,U,14,Q,74],null),new e(null,3,[R,164,\nU,14,Q,76],null),new e(null,3,[R,160,U,14,Q,76],null),new e(null,3,[R,159,U,14,Q,74],null),new e(null,3,[R,158,U,14,Q,71],null),new e(null,3,[R,157,U,14,Q,67],null),new e(null,3,[R,155,U,14,Q,67],null),new e(null,3,[R,154,U,14,Q,71],null),new e(null,3,[R,153,U,14,Q,72],null),new e(null,3,[R,152,U,14,Q,71],null),new e(null,3,[R,149,U,14,Q,76],null),new e(null,3,[R,148,U,14,Q,74],null),new e(null,3,[R,144,U,14,Q,74],null),new e(null,3,[R,141,U,14,Q,76],null),new e(null,3,[R,139,U,14,Q,74],null),new e(null,\n3,[R,127,U,14,Q,76],null),new e(null,3,[R,126,U,14,Q,74],null),new e(null,3,[R,124,U,14,Q,73],null),new e(null,3,[R,123,U,14,Q,74],null),new e(null,3,[R,122,U,14,Q,71],null),new e(null,3,[R,121,U,14,Q,64],null),new e(null,3,[R,119,U,14,Q,64],null),new e(null,3,[R,116,U,14,Q,73],null),new e(null,3,[R,115,U,14,Q,74],null),new e(null,3,[R,114,U,14,Q,71],null),new e(null,3,[R,113,U,14,Q,64],null),new e(null,3,[R,115,U,5,Q,59],null),new e(null,3,[R,114,U,5,Q,62],null),new e(null,3,[R,113,U,5,Q,64],null),\nnew e(null,3,[R,112,U,5,Q,62],null),new e(null,3,[R,109,U,5,Q,62],null),new e(null,3,[R,107,U,5,Q,64],null),new e(null,3,[R,105,U,5,Q,66],null),new e(null,3,[R,103,U,5,Q,67],null),new e(null,3,[R,101,U,5,Q,62],null),new e(null,3,[R,100,U,5,Q,66],null),new e(null,3,[R,99.5,U,5,Q,66],null),new e(null,3,[R,99,U,5,Q,66],null),new e(null,3,[R,98,U,5,Q,66],null),new e(null,3,[R,97.5,U,5,Q,66],null),new e(null,3,[R,97,U,5,Q,66],null),new e(null,3,[R,93,U,5,Q,66],null),new e(null,3,[R,91,U,5,Q,64],null),\nnew e(null,3,[R,89,U,5,Q,66],null),new e(null,3,[R,87,U,5,Q,67],null),new e(null,3,[R,85,U,5,Q,59],null),new e(null,3,[R,84,U,5,Q,64],null),new e(null,3,[R,83.5,U,5,Q,64],null),new e(null,3,[R,83,U,5,Q,64],null),new e(null,3,[R,82,U,5,Q,64],null),new e(null,3,[R,81.5,U,5,Q,64],null),new e(null,3,[R,81,U,5,Q,64],null),new e(null,3,[R,79,U,5,Q,67],null),new e(null,3,[R,78,U,5,Q,66],null),new e(null,3,[R,77,U,5,Q,67],null),new e(null,3,[R,75,U,5,Q,59],null),new e(null,3,[R,74,U,5,Q,64],null),new e(null,\n3,[R,73.5,U,5,Q,64],null),new e(null,3,[R,73,U,5,Q,64],null),new e(null,3,[R,72,U,5,Q,64],null),new e(null,3,[R,71,U,5,Q,59],null),new e(null,3,[R,69,U,5,Q,59],null),new e(null,3,[R,68,U,5,Q,64],null),new e(null,3,[R,67.5,U,5,Q,64],null),new e(null,3,[R,67,U,5,Q,64],null),new e(null,3,[R,63,U,14,Q,76],null),new e(null,3,[R,62,U,14,Q,74],null),new e(null,3,[R,60,U,14,Q,73],null),new e(null,3,[R,59,U,14,Q,74],null),new e(null,3,[R,58,U,14,Q,71],null),new e(null,3,[R,57,U,14,Q,64],null),new e(null,3,\n[R,55,U,14,Q,64],null),new e(null,3,[R,52,U,14,Q,73],null),new e(null,3,[R,51,U,14,Q,74],null),new e(null,3,[R,50,U,14,Q,71],null),new e(null,3,[R,49,U,14,Q,64],null),new e(null,3,[R,137,U,14,Q,76],null),new e(null,3,[R,135,U,14,Q,79],null),new e(null,3,[R,134,U,14,Q,74],null),new e(null,3,[R,132,U,14,Q,76],null),new e(null,3,[R,127,U,14,Q,76],null),new e(null,3,[R,126,U,14,Q,74],null),new e(null,3,[R,132,U,5,Q,76],null),new e(null,3,[R,127,U,5,Q,76],null),new e(null,3,[R,126,U,5,Q,74],null),new e(null,\n3,[R,132,U,5,Q,64],null),new e(null,3,[R,127,U,5,Q,64],null),new e(null,3,[R,126,U,5,Q,62],null),new e(null,3,[R,66,U,5,Q,64],null),new e(null,3,[R,65.5,U,5,Q,64],null),new e(null,3,[R,65,U,5,Q,64],null),new e(null,3,[R,63,U,5,Q,64],null),new e(null,3,[R,62,U,5,Q,62],null),new e(null,3,[R,51,U,5,Q,59],null),new e(null,3,[R,50,U,5,Q,62],null),new e(null,3,[R,49,U,5,Q,64],null),new e(null,3,[R,48,U,5,Q,62],null),new e(null,3,[R,45,U,5,Q,62],null),new e(null,3,[R,43,U,5,Q,64],null),new e(null,3,[R,41,\nU,5,Q,66],null),new e(null,3,[R,39,U,5,Q,67],null),new e(null,3,[R,37,U,5,Q,62],null),new e(null,3,[R,36,U,5,Q,66],null),new e(null,3,[R,35.5,U,5,Q,66],null),new e(null,3,[R,35,U,5,Q,66],null),new e(null,3,[R,34,U,5,Q,66],null),new e(null,3,[R,33.5,U,5,Q,66],null),new e(null,3,[R,33,U,5,Q,66],null),new e(null,3,[R,29,U,5,Q,66],null),new e(null,3,[R,27,U,5,Q,64],null),new e(null,3,[R,25,U,5,Q,66],null),new e(null,3,[R,23,U,5,Q,67],null),new e(null,3,[R,21,U,5,Q,59],null),new e(null,3,[R,20,U,5,Q,64],\nnull),new e(null,3,[R,19.5,U,5,Q,64],null),new e(null,3,[R,19,U,5,Q,64],null),new e(null,3,[R,18,U,5,Q,64],null),new e(null,3,[R,17.5,U,5,Q,64],null),new e(null,3,[R,17,U,5,Q,64],null),new e(null,3,[R,15,U,5,Q,64],null),new e(null,3,[R,14,U,5,Q,62],null),new e(null,3,[R,13,U,5,Q,64],null),new e(null,3,[R,11,U,5,Q,59],null),new e(null,3,[R,10,U,5,Q,64],null),new e(null,3,[R,9.5,U,5,Q,64],null),new e(null,3,[R,9,U,5,Q,64],null),new e(null,3,[R,8,U,5,Q,64],null),new e(null,3,[R,7,U,5,Q,59],null),new e(null,\n3,[R,5,U,5,Q,59],null),new e(null,3,[R,4,U,5,Q,64],null),new e(null,3,[R,3.5,U,5,Q,64],null),new e(null,3,[R,3,U,5,Q,64],null),new e(null,3,[R,2,U,5,Q,64],null),new e(null,3,[R,1.5,U,5,Q,64],null),new e(null,3,[R,1,U,5,Q,64],null),new e(null,3,[R,0,U,5,Q,64],null),new e(null,3,[R,188,U,15,Q,71],null),new e(null,3,[R,187,U,15,Q,66],null),new e(null,3,[R,186,U,15,Q,63],null),new e(null,3,[R,185.5,U,15,Q,63],null),new e(null,3,[R,185,U,15,Q,63],null),new e(null,3,[R,183,U,15,Q,63],null),new e(null,3,\n[R,182,U,15,Q,62],null),new e(null,3,[R,181,U,15,Q,59],null),new e(null,3,[R,180,U,15,Q,62],null),new e(null,3,[R,179.5,U,15,Q,62],null),new e(null,3,[R,179,U,15,Q,62],null),new e(null,3,[R,178,U,15,Q,62],null),new e(null,3,[R,177.5,U,15,Q,62],null),new e(null,3,[R,177,U,15,Q,62],null),new e(null,3,[R,176,U,15,Q,62],null),new e(null,3,[R,175,U,15,Q,65],null),new e(null,3,[R,174,U,15,Q,69],null),new e(null,3,[R,173,U,15,Q,65],null),new e(null,3,[R,172,U,15,Q,72],null),new e(null,3,[R,171,U,15,Q,65],\nnull),new e(null,3,[R,170,U,15,Q,69],null),new e(null,3,[R,169,U,15,Q,65],null),new e(null,3,[R,167,U,15,Q,69],null),new e(null,3,[R,166,U,15,Q,69],null),new e(null,3,[R,165,U,15,Q,72],null),new e(null,3,[R,164,U,15,Q,65],null),new e(null,3,[R,163.5,U,15,Q,65],null),new e(null,3,[R,163,U,15,Q,65],null),new e(null,3,[R,161,U,15,Q,65],null),new e(null,3,[R,162,U,15,Q,65],null),new e(null,3,[R,161.5,U,15,Q,65],null),new e(null,3,[R,160,U,15,Q,65],null),new e(null,3,[R,159,U,15,Q,64],null),new e(null,\n3,[R,158,U,15,Q,67],null),new e(null,3,[R,157,U,15,Q,71],null),new e(null,3,[R,156,U,15,Q,74],null),new e(null,3,[R,155,U,15,Q,67],null),new e(null,3,[R,154,U,15,Q,71],null),new e(null,3,[R,153,U,15,Q,64],null),new e(null,3,[R,151,U,15,Q,74],null),new e(null,3,[R,150,U,15,Q,67],null),new e(null,3,[R,149,U,15,Q,71],null),new e(null,3,[R,148,U,15,Q,64],null),new e(null,3,[R,147.5,U,15,Q,64],null),new e(null,3,[R,147,U,15,Q,64],null),new e(null,3,[R,146,U,15,Q,64],null),new e(null,3,[R,144,U,15,Q,64],\nnull),new e(null,3,[R,143,U,15,Q,69],null),new e(null,3,[R,142,U,15,Q,65],null),new e(null,3,[R,141,U,15,Q,69],null),new e(null,3,[R,140,U,15,Q,72],null),new e(null,3,[R,139,U,15,Q,65],null),new e(null,3,[R,138,U,15,Q,69],null),new e(null,3,[R,137,U,15,Q,65],null),new e(null,3,[R,134,U,15,Q,69],null),new e(null,3,[R,133,U,15,Q,72],null),new e(null,3,[R,132,U,15,Q,65],null),new e(null,3,[R,131.5,U,15,Q,65],null),new e(null,3,[R,131,U,15,Q,65],null),new e(null,3,[R,129.5,U,15,Q,65],null),new e(null,\n3,[R,129,U,15,Q,65],null),new e(null,3,[R,130,U,15,Q,65],null),new e(null,3,[R,128,U,15,Q,65],null),new e(null,3,[R,126,U,15,Q,71],null),new e(null,3,[R,124,U,15,Q,67],null),new e(null,3,[R,123,U,15,Q,64],null),new e(null,3,[R,122,U,15,Q,64],null),new e(null,3,[R,121,U,15,Q,64],null),new e(null,3,[R,118,U,15,Q,71],null),new e(null,3,[R,116,U,15,Q,67],null),new e(null,3,[R,115,U,15,Q,64],null),new e(null,3,[R,112,U,15,Q,64],null),new e(null,3,[R,110,U,15,Q,69],null),new e(null,3,[R,108,U,15,Q,66],\nnull),new e(null,3,[R,107,U,15,Q,62],null),new e(null,3,[R,106,U,15,Q,62],null),new e(null,3,[R,105,U,15,Q,62],null),new e(null,3,[R,102,U,15,Q,69],null),new e(null,3,[R,100,U,15,Q,66],null),new e(null,3,[R,99,U,15,Q,62],null),new e(null,3,[R,96,U,15,Q,62],null),new e(null,3,[R,94,U,15,Q,67],null),new e(null,3,[R,92,U,15,Q,64],null),new e(null,3,[R,91,U,15,Q,60],null),new e(null,3,[R,90,U,15,Q,60],null),new e(null,3,[R,89,U,15,Q,60],null),new e(null,3,[R,86,U,15,Q,67],null),new e(null,3,[R,84,U,15,\nQ,64],null),new e(null,3,[R,83,U,15,Q,60],null),new e(null,3,[R,80,U,15,Q,60],null),new e(null,3,[R,78,U,15,Q,71],null),new e(null,3,[R,76,U,15,Q,67],null),new e(null,3,[R,75,U,15,Q,64],null),new e(null,3,[R,74,U,15,Q,64],null),new e(null,3,[R,73,U,15,Q,64],null),new e(null,3,[R,70,U,15,Q,71],null),new e(null,3,[R,68,U,15,Q,67],null),new e(null,3,[R,67,U,15,Q,64],null),new e(null,3,[R,64,U,15,Q,64],null),new e(null,3,[R,65,U,5,Q,67],null),new e(null,3,[R,65.5,U,5,Q,67],null),new e(null,3,[R,66,U,\n5,Q,67],null),new e(null,3,[R,67,U,5,Q,67],null),new e(null,3,[R,67.5,U,5,Q,67],null),new e(null,3,[R,68,U,5,Q,67],null),new e(null,3,[R,69,U,5,Q,64],null),new e(null,3,[R,71,U,5,Q,64],null),new e(null,3,[R,72,U,5,Q,67],null),new e(null,3,[R,73,U,5,Q,67],null),new e(null,3,[R,73.5,U,5,Q,67],null),new e(null,3,[R,74,U,5,Q,67],null),new e(null,3,[R,75,U,5,Q,64],null),new e(null,3,[R,77,U,5,Q,71],null),new e(null,3,[R,78,U,5,Q,69],null),new e(null,3,[R,79,U,5,Q,71],null),new e(null,3,[R,81,U,5,Q,67],\nnull),new e(null,3,[R,81.5,U,5,Q,67],null),new e(null,3,[R,82,U,5,Q,67],null),new e(null,3,[R,83,U,5,Q,67],null),new e(null,3,[R,83.5,U,5,Q,67],null),new e(null,3,[R,84,U,5,Q,67],null),new e(null,3,[R,85,U,5,Q,64],null),new e(null,3,[R,87,U,5,Q,71],null),new e(null,3,[R,89,U,5,Q,69],null),new e(null,3,[R,91,U,5,Q,67],null),new e(null,3,[R,93,U,5,Q,69],null),new e(null,3,[R,97,U,5,Q,69],null),new e(null,3,[R,97.5,U,5,Q,69],null),new e(null,3,[R,98,U,5,Q,69],null),new e(null,3,[R,99,U,5,Q,69],null),\nnew e(null,3,[R,99.5,U,5,Q,69],null),new e(null,3,[R,100,U,5,Q,69],null),new e(null,3,[R,101,U,5,Q,66],null),new e(null,3,[R,103,U,5,Q,71],null),new e(null,3,[R,105,U,5,Q,69],null),new e(null,3,[R,107,U,5,Q,67],null),new e(null,3,[R,109,U,5,Q,66],null),new e(null,3,[R,112,U,5,Q,66],null),new e(null,3,[R,113,U,5,Q,67],null),new e(null,3,[R,114,U,5,Q,66],null),new e(null,3,[R,115,U,5,Q,64],null),new e(null,3,[R,126,U,5,Q,66],null),new e(null,3,[R,127,U,5,Q,67],null),new e(null,3,[R,63,U,5,Q,67],null),\nnew e(null,3,[R,62,U,5,Q,66],null),new e(null,3,[R,51,U,5,Q,64],null),new e(null,3,[R,50,U,5,Q,66],null),new e(null,3,[R,49,U,5,Q,67],null),new e(null,3,[R,48,U,5,Q,66],null),new e(null,3,[R,45,U,5,Q,66],null),new e(null,3,[R,43,U,5,Q,67],null),new e(null,3,[R,41,U,5,Q,69],null),new e(null,3,[R,39,U,5,Q,71],null),new e(null,3,[R,37,U,5,Q,66],null),new e(null,3,[R,36,U,5,Q,69],null),new e(null,3,[R,35.5,U,5,Q,69],null),new e(null,3,[R,35,U,5,Q,69],null),new e(null,3,[R,34,U,5,Q,69],null),new e(null,\n3,[R,33.5,U,5,Q,69],null),new e(null,3,[R,33,U,5,Q,69],null),new e(null,3,[R,29,U,5,Q,69],null),new e(null,3,[R,27,U,5,Q,67],null),new e(null,3,[R,25,U,5,Q,69],null),new e(null,3,[R,23,U,5,Q,71],null),new e(null,3,[R,21,U,5,Q,64],null),new e(null,3,[R,20,U,5,Q,67],null),new e(null,3,[R,19.5,U,5,Q,67],null),new e(null,3,[R,19,U,5,Q,67],null),new e(null,3,[R,18,U,5,Q,67],null),new e(null,3,[R,17.5,U,5,Q,67],null),new e(null,3,[R,17,U,5,Q,67],null),new e(null,3,[R,15,U,5,Q,71],null),new e(null,3,[R,\n14,U,5,Q,69],null),new e(null,3,[R,13,U,5,Q,71],null),new e(null,3,[R,11,U,5,Q,64],null),new e(null,3,[R,10,U,5,Q,67],null),new e(null,3,[R,9.5,U,5,Q,67],null),new e(null,3,[R,9,U,5,Q,67],null),new e(null,3,[R,8,U,5,Q,67],null),new e(null,3,[R,7,U,5,Q,64],null),new e(null,3,[R,5,U,5,Q,64],null),new e(null,3,[R,4,U,5,Q,67],null),new e(null,3,[R,3.5,U,5,Q,67],null),new e(null,3,[R,3,U,5,Q,67],null),new e(null,3,[R,2,U,5,Q,67],null),new e(null,3,[R,1.5,U,5,Q,67],null),new e(null,3,[R,1,U,5,Q,67],null),\nnew e(null,3,[R,0,U,15,Q,64],null),new e(null,3,[R,3,U,15,Q,64],null),new e(null,3,[R,4,U,15,Q,67],null),new e(null,3,[R,6,U,15,Q,71],null),new e(null,3,[R,9,U,15,Q,64],null),new e(null,3,[R,10,U,15,Q,64],null),new e(null,3,[R,11,U,15,Q,64],null),new e(null,3,[R,12,U,15,Q,67],null),new e(null,3,[R,14,U,15,Q,71],null),new e(null,3,[R,16,U,15,Q,60],null),new e(null,3,[R,19,U,15,Q,60],null),new e(null,3,[R,20,U,15,Q,64],null),new e(null,3,[R,22,U,15,Q,67],null),new e(null,3,[R,25,U,15,Q,60],null),new e(null,\n3,[R,26,U,15,Q,60],null),new e(null,3,[R,27,U,15,Q,60],null),new e(null,3,[R,28,U,15,Q,64],null),new e(null,3,[R,30,U,15,Q,67],null),new e(null,3,[R,32,U,15,Q,62],null),new e(null,3,[R,35,U,15,Q,62],null),new e(null,3,[R,36,U,15,Q,66],null),new e(null,3,[R,38,U,15,Q,69],null),new e(null,3,[R,41,U,15,Q,62],null),new e(null,3,[R,42,U,15,Q,62],null),new e(null,3,[R,43,U,15,Q,62],null),new e(null,3,[R,44,U,15,Q,66],null),new e(null,3,[R,46,U,15,Q,69],null),new e(null,3,[R,48,U,15,Q,64],null),new e(null,\n3,[R,51,U,15,Q,64],null),new e(null,3,[R,52,U,15,Q,67],null),new e(null,3,[R,54,U,15,Q,71],null),new e(null,3,[R,57,U,15,Q,64],null),new e(null,3,[R,58,U,15,Q,64],null),new e(null,3,[R,59,U,15,Q,64],null),new e(null,3,[R,60,U,15,Q,67],null),new e(null,3,[R,62,U,15,Q,71],null),new e(null,3,[R,49,U,8,Q,64],null),new e(null,3,[R,50,U,8,Q,71],null),new e(null,3,[R,51,U,8,Q,74],null),new e(null,3,[R,52,U,8,Q,73],null),new e(null,3,[R,55,U,8,Q,64],null),new e(null,3,[R,57,U,8,Q,64],null),new e(null,3,[R,\n58,U,8,Q,71],null),new e(null,3,[R,59,U,8,Q,74],null),new e(null,3,[R,60,U,8,Q,73],null),new e(null,3,[R,113,U,8,Q,64],null),new e(null,3,[R,114,U,8,Q,71],null),new e(null,3,[R,115,U,8,Q,74],null),new e(null,3,[R,116,U,8,Q,73],null),new e(null,3,[R,119,U,8,Q,64],null),new e(null,3,[R,121,U,8,Q,64],null),new e(null,3,[R,122,U,8,Q,71],null),new e(null,3,[R,123,U,8,Q,74],null),new e(null,3,[R,124,U,8,Q,73],null),new e(null,3,[R,126,U,3,Q,64],null),new e(null,3,[R,192,U,15,Q,64],null),new e(null,3,[R,\n195,U,15,Q,64],null),new e(null,3,[R,196,U,15,Q,67],null),new e(null,3,[R,198,U,15,Q,71],null),new e(null,3,[R,201,U,15,Q,64],null),new e(null,3,[R,202,U,15,Q,64],null),new e(null,3,[R,203,U,15,Q,64],null),new e(null,3,[R,204,U,15,Q,67],null),new e(null,3,[R,206,U,15,Q,71],null),new e(null,3,[R,208,U,15,Q,60],null),new e(null,3,[R,211,U,15,Q,60],null),new e(null,3,[R,212,U,15,Q,64],null),new e(null,3,[R,214,U,15,Q,67],null),new e(null,3,[R,217,U,15,Q,60],null),new e(null,3,[R,218,U,15,Q,60],null),\nnew e(null,3,[R,219,U,15,Q,60],null),new e(null,3,[R,220,U,15,Q,64],null),new e(null,3,[R,222,U,15,Q,67],null),new e(null,3,[R,224,U,15,Q,62],null),new e(null,3,[R,227,U,15,Q,62],null),new e(null,3,[R,228,U,15,Q,66],null),new e(null,3,[R,230,U,15,Q,69],null),new e(null,3,[R,233,U,15,Q,62],null),new e(null,3,[R,234,U,15,Q,62],null),new e(null,3,[R,235,U,15,Q,62],null),new e(null,3,[R,236,U,15,Q,66],null),new e(null,3,[R,238,U,15,Q,69],null),new e(null,3,[R,240,U,15,Q,64],null),new e(null,3,[R,243,\nU,15,Q,64],null),new e(null,3,[R,244,U,15,Q,67],null),new e(null,3,[R,246,U,15,Q,71],null),new e(null,3,[R,191,U,12,Q,64],null),new e(null,3,[R,191.5,U,12,Q,67],null),new e(null,3,[R,192,U,12,Q,71],null),new e(null,3,[R,195,U,12,Q,64],null),new e(null,3,[R,195.5,U,12,Q,67],null),new e(null,3,[R,196,U,12,Q,71],null),new e(null,3,[R,198,U,12,Q,69],null),new e(null,3,[R,199,U,12,Q,74],null),new e(null,3,[R,201,U,12,Q,72],null),new e(null,3,[R,203,U,12,Q,71],null),new e(null,3,[R,205,U,12,Q,72],null),\nnew e(null,3,[R,207,U,12,Q,71],null),new e(null,3,[R,207,U,12,Q,64],null),new e(null,3,[R,207.5,U,12,Q,67],null),new e(null,3,[R,208,U,12,Q,71],null),new e(null,3,[R,211,U,12,Q,64],null),new e(null,3,[R,211.5,U,12,Q,67],null),new e(null,3,[R,212,U,12,Q,71],null),new e(null,3,[R,214,U,12,Q,69],null),new e(null,3,[R,215,U,12,Q,74],null),new e(null,3,[R,217,U,12,Q,72],null),new e(null,3,[R,219,U,12,Q,71],null),new e(null,3,[R,221,U,12,Q,72],null),new e(null,3,[R,223,U,12,Q,67],null),new e(null,3,[R,\n223,U,12,Q,59],null),new e(null,3,[R,223.5,U,12,Q,62],null),new e(null,3,[R,224,U,12,Q,67],null),new e(null,3,[R,227,U,12,Q,59],null),new e(null,3,[R,227.5,U,12,Q,62],null),new e(null,3,[R,228,U,12,Q,67],null),new e(null,3,[R,229,U,12,Q,69],null),new e(null,3,[R,230,U,12,Q,71],null),new e(null,3,[R,231,U,12,Q,66],null),new e(null,3,[R,231,U,12,Q,59],null),new e(null,3,[R,231.5,U,12,Q,62],null),new e(null,3,[R,232,U,12,Q,66],null),new e(null,3,[R,236,U,12,Q,66],null),new e(null,3,[R,235,U,12,Q,59],\nnull),new e(null,3,[R,235.5,U,12,Q,62],null),new e(null,3,[R,237,U,12,Q,69],null),new e(null,3,[R,238,U,12,Q,71],null),new e(null,3,[R,239,U,12,Q,64],null)],!0);Te.h(Xr(0,64,\"minor\"),Xr(16,60,\"major\"),Dd([Xr(32,62,\"major\"),Xr(48,64,\"minor\")]));function Zr(a,f){return new N(null,3,5,P,[new e(null,3,[R,a,U,15,Q,f],null),new e(null,3,[R,a+4,U,15,Q,f+7],null),new e(null,3,[R,a+8,U,15,Q,f+12],null)],null)}\nfunction $r(a,f){return new N(null,12,5,P,[new e(null,3,[R,a+0,U,15,Q,f],null),new e(null,3,[R,a+4,U,15,Q,f],null),new e(null,3,[R,a+2,U,15,Q,f],null),new e(null,3,[R,a+3,U,15,Q,f],null),new e(null,3,[R,a+6,U,15,Q,f],null),new e(null,3,[R,a+7,U,15,Q,f],null),new e(null,3,[R,a+8,U,15,Q,f],null),new e(null,3,[R,a+10,U,15,Q,f],null),new e(null,3,[R,a+11,U,15,Q,f],null),new e(null,3,[R,a+12,U,15,Q,f],null),new e(null,3,[R,a+14,U,15,Q,f],null),new e(null,3,[R,a+15,U,15,Q,f],null)],null)}\nTe.h(Zr(0,60),Zr(16,58),Dd([Zr(32,56),Zr(48,55)]));Te.h($r(64,60),$r(80,60),Dd([$r(96,60),$r(112,58),$r(128,56),$r(144,55),$r(160,60),$r(176,58),$r(192,56),$r(208,63),$r(224,61),$r(240,60),$r(256,62),$r(272,55),$r(288,60),$r(304,58),$r(320,56),$r(336,55),$r(352,54),$r(368,55),$r(384,54),$r(400,55),$r(416,61),$r(432,60),$r(448,62),$r(464,55)]));\nfunction as(a){return new N(null,6,5,P,[new e(null,3,[R,a,U,13,Q,66],null),new e(null,3,[R,a+7,U,13,Q,66],null),new e(null,3,[R,a+6,U,13,Q,66],null),new e(null,3,[R,a+4,U,13,Q,66],null),new e(null,3,[R,a+3,U,13,Q,66],null),new e(null,3,[R,a+2,U,13,Q,66],null)],null)}\nfunction bs(a){return new N(null,6,5,P,[new e(null,3,[R,a,U,2,Q,60],null),new e(null,3,[R,a+7,U,2,Q,60],null),new e(null,3,[R,a+6,U,2,Q,60],null),new e(null,3,[R,a+4,U,2,Q,60],null),new e(null,3,[R,a+3,U,2,Q,60],null),new e(null,3,[R,a+2,U,2,Q,60],null)],null)}\nNf(wf.b(Kd,Te.b(function cs(a){return new Ie(null,function(){for(;;){var g=B(a);if(g){if(ie(g)){var h=Ec(g),k=I(h),l=Me(k);a:for(var q=0;;)if(q<k){var r=Ab.b(h,q);l.add(as(r));q+=1}else{h=!0;break a}return h?Oe(Qe(l),cs(Fc(g))):Oe(Qe(l),null)}l=C(g);return Cd(as(l),cs(cd(g)))}return null}},null)}(Oh(64,480,8)),function ds(a){return new Ie(null,function(){for(;;){var g=B(a);if(g){if(ie(g)){var h=Ec(g),k=I(h),l=Me(k);a:for(var q=0;;)if(q<k){var r=Ab.b(h,q);l.add(bs(r));q+=1}else{h=!0;break a}return h?\nOe(Qe(l),ds(Fc(g))):Oe(Qe(l),null)}l=C(g);return Cd(bs(l),ds(cd(g)))}return null}},null)}(Oh(160,480,8)))));\ntg([new e(null,3,[R,480,U,14,Q,60],null),new e(null,3,[R,479,U,14,Q,55],null),new e(null,3,[R,478,U,14,Q,55],null),new e(null,3,[R,476,U,14,Q,55],null),new e(null,3,[R,475,U,14,Q,55],null),new e(null,3,[R,474,U,14,Q,55],null),new e(null,3,[R,472,U,14,Q,55],null),new e(null,3,[R,471,U,14,Q,55],null),new e(null,3,[R,470,U,14,Q,55],null),new e(null,3,[R,468,U,14,Q,55],null),new e(null,3,[R,467,U,14,Q,55],null),new e(null,3,[R,466,U,14,Q,55],null),new e(null,3,[R,464,U,14,Q,67],null),new e(null,3,[R,\n463,U,14,Q,69],null),new e(null,3,[R,462,U,14,Q,69],null),new e(null,3,[R,460,U,14,Q,69],null),new e(null,3,[R,459,U,14,Q,66],null),new e(null,3,[R,458,U,14,Q,66],null),new e(null,3,[R,456,U,14,Q,66],null),new e(null,3,[R,455,U,14,Q,66],null),new e(null,3,[R,454,U,14,Q,66],null),new e(null,3,[R,452,U,14,Q,66],null),new e(null,3,[R,451,U,14,Q,64],null),new e(null,3,[R,450,U,14,Q,62],null),new e(null,3,[R,448,U,14,Q,62],null),new e(null,3,[R,448,U,14,Q,62],null),new e(null,3,[R,447,U,14,Q,60],null),\nnew e(null,3,[R,446,U,14,Q,60],null),new e(null,3,[R,444,U,14,Q,60],null),new e(null,3,[R,442,U,14,Q,60],null),new e(null,3,[R,443,U,14,Q,60],null),new e(null,3,[R,442,U,14,Q,60],null),new e(null,3,[R,440,U,14,Q,63],null),new e(null,3,[R,439,U,14,Q,63],null),new e(null,3,[R,438,U,14,Q,63],null),new e(null,3,[R,436,U,14,Q,63],null),new e(null,3,[R,435,U,14,Q,67],null),new e(null,3,[R,434,U,14,Q,67],null),new e(null,3,[R,432,U,14,Q,67],null),new e(null,3,[R,431,U,14,Q,68],null),new e(null,3,[R,430,\nU,14,Q,68],null),new e(null,3,[R,428,U,14,Q,68],null),new e(null,3,[R,427,U,14,Q,65],null),new e(null,3,[R,426,U,14,Q,65],null),new e(null,3,[R,424,U,14,Q,65],null),new e(null,3,[R,423,U,14,Q,65],null),new e(null,3,[R,422,U,14,Q,65],null),new e(null,3,[R,420,U,14,Q,65],null),new e(null,3,[R,419,U,14,Q,65],null),new e(null,3,[R,418,U,14,Q,65],null),new e(null,3,[R,416,U,14,Q,65],null),new e(null,3,[R,415,U,14,Q,55],null),new e(null,3,[R,414,U,14,Q,55],null),new e(null,3,[R,412,U,14,Q,55],null),new e(null,\n3,[R,411,U,14,Q,55],null),new e(null,3,[R,410,U,14,Q,55],null),new e(null,3,[R,408,U,14,Q,55],null),new e(null,3,[R,407,U,14,Q,55],null),new e(null,3,[R,406,U,14,Q,55],null),new e(null,3,[R,404,U,14,Q,55],null),new e(null,3,[R,403,U,14,Q,71],null),new e(null,3,[R,402,U,14,Q,71],null),new e(null,3,[R,400,U,14,Q,71],null),new e(null,3,[R,399,U,14,Q,72],null),new e(null,3,[R,398,U,14,Q,72],null),new e(null,3,[R,396,U,14,Q,72],null),new e(null,3,[R,395,U,14,Q,68],null),new e(null,3,[R,394,U,14,Q,68],\nnull),new e(null,3,[R,392,U,14,Q,68],null),new e(null,3,[R,391,U,14,Q,68],null),new e(null,3,[R,390,U,14,Q,68],null),new e(null,3,[R,388,U,14,Q,68],null),new e(null,3,[R,387,U,14,Q,68],null),new e(null,3,[R,386,U,14,Q,68],null),new e(null,3,[R,384,U,14,Q,68],null),new e(null,3,[R,382,U,14,Q,67],null),new e(null,3,[R,383,U,14,Q,55],null),new e(null,3,[R,382,U,14,Q,55],null),new e(null,3,[R,380,U,14,Q,55],null),new e(null,3,[R,379,U,14,Q,55],null),new e(null,3,[R,378,U,14,Q,55],null),new e(null,3,[R,\n376,U,14,Q,55],null),new e(null,3,[R,375,U,14,Q,55],null),new e(null,3,[R,374,U,14,Q,55],null),new e(null,3,[R,372,U,14,Q,55],null),new e(null,3,[R,371,U,14,Q,71],null),new e(null,3,[R,370,U,14,Q,71],null),new e(null,3,[R,368,U,14,Q,71],null),new e(null,3,[R,367,U,14,Q,72],null),new e(null,3,[R,366,U,14,Q,72],null),new e(null,3,[R,364,U,14,Q,72],null),new e(null,3,[R,363,U,14,Q,68],null),new e(null,3,[R,362,U,14,Q,68],null),new e(null,3,[R,360,U,14,Q,68],null),new e(null,3,[R,359,U,14,Q,68],null),\nnew e(null,3,[R,358,U,14,Q,68],null),new e(null,3,[R,356,U,14,Q,68],null),new e(null,3,[R,355,U,14,Q,68],null),new e(null,3,[R,354,U,14,Q,68],null),new e(null,3,[R,352,U,14,Q,68],null),new e(null,3,[R,351,U,14,Q,67],null),new e(null,3,[R,351,U,14,Q,71],null),new e(null,3,[R,350,U,14,Q,71],null),new e(null,3,[R,350,U,14,Q,67],null),new e(null,3,[R,319,U,14,Q,70],null),new e(null,3,[R,317.5,U,14,Q,68],null),new e(null,3,[R,316,U,14,Q,67],null),new e(null,3,[R,315,U,14,Q,67],null),new e(null,3,[R,314,\nU,14,Q,67],null),new e(null,3,[R,312,U,14,Q,67],null),new e(null,3,[R,311,U,14,Q,67],null),new e(null,3,[R,310,U,14,Q,67],null),new e(null,3,[R,308,U,14,Q,67],null),new e(null,3,[R,307,U,14,Q,67],null),new e(null,3,[R,306,U,14,Q,67],null),new e(null,3,[R,304,U,14,Q,67],null),new e(null,3,[R,303,U,14,Q,65],null),new e(null,3,[R,302,U,14,Q,64],null),new e(null,3,[R,301,U,14,Q,62],null),new e(null,3,[R,300,U,14,Q,60],null),new e(null,3,[R,298,U,14,Q,60],null),new e(null,3,[R,296,U,14,Q,55],null),new e(null,\n3,[R,295,U,14,Q,55],null),new e(null,3,[R,294,U,14,Q,55],null),new e(null,3,[R,291,U,14,Q,60],null),new e(null,3,[R,290,U,14,Q,60],null),new e(null,3,[R,292,U,14,Q,55],null),new e(null,3,[R,288,U,14,Q,60],null),new e(null,3,[R,254,U,14,Q,67],null),new e(null,3,[R,252,U,14,Q,67],null),new e(null,3,[R,251,U,14,Q,67],null),new e(null,3,[R,249.5,U,14,Q,67],null),new e(null,3,[R,248,U,14,Q,67],null),new e(null,3,[R,244,U,14,Q,67],null),new e(null,3,[R,243,U,14,Q,65],null),new e(null,3,[R,242,U,14,Q,63],\nnull),new e(null,3,[R,240,U,14,Q,63],null),new e(null,3,[R,238,U,14,Q,65],null),new e(null,3,[R,236,U,14,Q,67],null),new e(null,3,[R,232,U,14,Q,68],null),new e(null,3,[R,376,U,14,Q,67],null),new e(null,3,[R,375,U,14,Q,67],null),new e(null,3,[R,373.5,U,14,Q,67],null),new e(null,3,[R,372,U,14,Q,67],null),new e(null,3,[R,368,U,14,Q,79],null),new e(null,3,[R,367,U,14,Q,78],null),new e(null,3,[R,365.5,U,14,Q,78],null),new e(null,3,[R,364,U,14,Q,78],null),new e(null,3,[R,363,U,14,Q,78],null),new e(null,\n3,[R,361.5,U,14,Q,78],null),new e(null,3,[R,360,U,14,Q,78],null),new e(null,3,[R,359,U,14,Q,75],null),new e(null,3,[R,357.5,U,14,Q,72],null),new e(null,3,[R,356,U,14,Q,66],null),new e(null,3,[R,355,U,14,Q,63],null),new e(null,3,[R,353.5,U,14,Q,60],null),new e(null,3,[R,352,U,14,Q,54],null),new e(null,3,[R,348,U,14,Q,71],null),new e(null,3,[R,348,U,14,Q,67],null),new e(null,3,[R,347,U,14,Q,71],null),new e(null,3,[R,346,U,14,Q,71],null),new e(null,3,[R,344,U,14,Q,71],null),new e(null,3,[R,343,U,14,\nQ,71],null),new e(null,3,[R,342,U,14,Q,71],null),new e(null,3,[R,340,U,14,Q,71],null),new e(null,3,[R,339,U,14,Q,74],null),new e(null,3,[R,338,U,14,Q,74],null),new e(null,3,[R,336,U,14,Q,74],null),new e(null,3,[R,335,U,14,Q,75],null),new e(null,3,[R,334,U,14,Q,75],null),new e(null,3,[R,332,U,14,Q,75],null),new e(null,3,[R,331,U,14,Q,72],null),new e(null,3,[R,330,U,14,Q,72],null),new e(null,3,[R,328,U,14,Q,72],null),new e(null,3,[R,327,U,14,Q,72],null),new e(null,3,[R,326,U,14,Q,72],null),new e(null,\n3,[R,324,U,14,Q,72],null),new e(null,3,[R,323,U,14,Q,72],null),new e(null,3,[R,322,U,14,Q,72],null),new e(null,3,[R,320,U,14,Q,72],null),new e(null,3,[R,347,U,14,Q,74],null),new e(null,3,[R,346,U,14,Q,74],null),new e(null,3,[R,344,U,14,Q,74],null),new e(null,3,[R,343,U,14,Q,74],null),new e(null,3,[R,342,U,14,Q,74],null),new e(null,3,[R,340,U,14,Q,74],null),new e(null,3,[R,339,U,14,Q,77],null),new e(null,3,[R,338,U,14,Q,77],null),new e(null,3,[R,336,U,14,Q,77],null),new e(null,3,[R,335,U,14,Q,78],\nnull),new e(null,3,[R,334,U,14,Q,78],null),new e(null,3,[R,332,U,14,Q,78],null),new e(null,3,[R,331,U,14,Q,75],null),new e(null,3,[R,330,U,14,Q,75],null),new e(null,3,[R,328,U,14,Q,75],null),new e(null,3,[R,327,U,14,Q,75],null),new e(null,3,[R,326,U,14,Q,75],null),new e(null,3,[R,324,U,14,Q,75],null),new e(null,3,[R,323,U,14,Q,75],null),new e(null,3,[R,322,U,14,Q,75],null),new e(null,3,[R,320,U,14,Q,75],null),new e(null,3,[R,319,U,14,Q,74],null),new e(null,3,[R,317.5,U,14,Q,72],null),new e(null,3,\n[R,316,U,14,Q,70],null),new e(null,3,[R,304,U,14,Q,70],null),new e(null,3,[R,303,U,14,Q,69],null),new e(null,3,[R,302,U,14,Q,67],null),new e(null,3,[R,301,U,14,Q,65],null),new e(null,3,[R,300,U,14,Q,64],null),new e(null,3,[R,299,U,14,Q,64],null),new e(null,3,[R,296,U,14,Q,64],null),new e(null,3,[R,295,U,14,Q,62],null),new e(null,3,[R,294,U,14,Q,64],null),new e(null,3,[R,292,U,14,Q,64],null),new e(null,3,[R,288,U,14,Q,67],null),new e(null,3,[R,287,U,14,Q,68],null),new e(null,3,[R,286,U,14,Q,68],null),\nnew e(null,3,[R,284,U,14,Q,68],null),new e(null,3,[R,283,U,14,Q,69],null),new e(null,3,[R,282,U,14,Q,69],null),new e(null,3,[R,280,U,14,Q,69],null),new e(null,3,[R,279,U,14,Q,70],null),new e(null,3,[R,278,U,14,Q,70],null),new e(null,3,[R,276,U,14,Q,70],null),new e(null,3,[R,272,U,14,Q,71],null),new e(null,3,[R,270,U,14,Q,74],null),new e(null,3,[R,268,U,14,Q,72],null),new e(null,3,[R,267,U,14,Q,71],null),new e(null,3,[R,266,U,14,Q,69],null),new e(null,3,[R,264,U,14,Q,69],null),new e(null,3,[R,263,\nU,14,Q,67],null),new e(null,3,[R,262,U,14,Q,66],null),new e(null,3,[R,260,U,14,Q,66],null),new e(null,3,[R,256,U,14,Q,66],null),new e(null,3,[R,255,U,14,Q,67],null),new e(null,3,[R,253.5,U,14,Q,68],null),new e(null,3,[R,248,U,14,Q,70],null),new e(null,3,[R,247,U,14,Q,68],null),new e(null,3,[R,245.5,U,14,Q,67],null),new e(null,3,[R,244,U,14,Q,68],null),new e(null,3,[R,243,U,14,Q,67],null),new e(null,3,[R,242,U,14,Q,67],null),new e(null,3,[R,240,U,14,Q,67],null),new e(null,3,[R,239,U,14,Q,68],null),\nnew e(null,3,[R,237.5,U,14,Q,70],null),new e(null,3,[R,232,U,14,Q,72],null),new e(null,3,[R,231,U,14,Q,70],null),new e(null,3,[R,229.5,U,14,Q,68],null),new e(null,3,[R,228,U,14,Q,70],null),new e(null,3,[R,227,U,14,Q,68],null),new e(null,3,[R,224,U,14,Q,68],null),new e(null,3,[R,223,U,14,Q,70],null),new e(null,3,[R,221.5,U,14,Q,68],null),new e(null,3,[R,220,U,14,Q,70],null),new e(null,3,[R,219,U,14,Q,70],null),new e(null,3,[R,216,U,14,Q,70],null),new e(null,3,[R,215,U,14,Q,70],null),new e(null,3,[R,\n211,U,14,Q,72],null),new e(null,3,[R,212,U,14,Q,70],null),new e(null,3,[R,208,U,14,Q,75],null),new e(null,3,[R,207,U,14,Q,72],null),new e(null,3,[R,205.5,U,14,Q,74],null),new e(null,3,[R,204,U,14,Q,75],null),new e(null,3,[R,203,U,14,Q,75],null),new e(null,3,[R,200,U,14,Q,75],null),new e(null,3,[R,199,U,14,Q,74],null),new e(null,3,[R,198,U,14,Q,72],null),new e(null,3,[R,197,U,14,Q,70],null),new e(null,3,[R,196,U,14,Q,68],null),new e(null,3,[R,195,U,14,Q,68],null),new e(null,3,[R,192,U,14,Q,68],null),\nnew e(null,3,[R,191,U,14,Q,74],null),new e(null,3,[R,189.5,U,14,Q,72],null),new e(null,3,[R,188,U,14,Q,70],null),new e(null,3,[R,184,U,14,Q,70],null),new e(null,3,[R,183,U,14,Q,69],null),new e(null,3,[R,182,U,14,Q,67],null),new e(null,3,[R,181,U,14,Q,65],null),new e(null,3,[R,180,U,14,Q,64],null),new e(null,3,[R,178,U,14,Q,64],null),new e(null,3,[R,168,U,14,Q,64],null),new e(null,3,[R,167,U,14,Q,62],null),new e(null,3,[R,166,U,14,Q,64],null),new e(null,3,[R,164,U,14,Q,64],null),new e(null,3,[R,144,\nU,14,Q,67],null),new e(null,3,[R,143,U,14,Q,65],null),new e(null,3,[R,142,U,14,Q,64],null),new e(null,3,[R,141,U,14,Q,62],null),new e(null,3,[R,140,U,14,Q,60],null),new e(null,3,[R,138,U,14,Q,60],null),new e(null,3,[R,132,U,14,Q,55],null),new e(null,3,[R,128,U,14,Q,60],null),new e(null,3,[R,112,U,14,Q,67],null),new e(null,3,[R,111,U,14,Q,65],null),new e(null,3,[R,110,U,14,Q,64],null),new e(null,3,[R,109,U,14,Q,62],null),new e(null,3,[R,108,U,14,Q,60],null),new e(null,3,[R,106,U,14,Q,60],null),new e(null,\n3,[R,100,U,14,Q,55],null),new e(null,3,[R,96,U,14,Q,60],null),new e(null,3,[R,377.5,U,14,Q,67],null),new e(null,3,[R,379,U,14,Q,67],null),new e(null,3,[R,380,U,14,Q,67],null),new e(null,3,[R,381.5,U,14,Q,67],null),new e(null,3,[R,383,U,14,Q,67],null),new e(null,3,[R,384,U,14,Q,54],null),new e(null,3,[R,385.5,U,14,Q,60],null),new e(null,3,[R,387,U,14,Q,63],null),new e(null,3,[R,388,U,14,Q,66],null),new e(null,3,[R,389.5,U,14,Q,72],null),new e(null,3,[R,391,U,14,Q,75],null),new e(null,3,[R,392,U,14,\nQ,78],null),new e(null,3,[R,394,U,14,Q,78],null),new e(null,3,[R,395,U,14,Q,78],null),new e(null,3,[R,396,U,14,Q,78],null),new e(null,3,[R,397.5,U,14,Q,78],null),new e(null,3,[R,399,U,14,Q,78],null),new e(null,3,[R,400,U,14,Q,79],null),new e(null,3,[R,404,U,14,Q,67],null),new e(null,3,[R,405.5,U,14,Q,67],null),new e(null,3,[R,407,U,14,Q,67],null),new e(null,3,[R,408,U,14,Q,67],null),new e(null,3,[R,409.5,U,14,Q,67],null),new e(null,3,[R,411,U,14,Q,67],null),new e(null,3,[R,412,U,14,Q,67],null),new e(null,\n3,[R,413.5,U,14,Q,67],null),new e(null,3,[R,415,U,14,Q,67],null),new e(null,3,[R,416,U,14,Q,68],null),new e(null,3,[R,417.5,U,14,Q,68],null),new e(null,3,[R,419,U,14,Q,68],null),new e(null,3,[R,420,U,14,Q,68],null),new e(null,3,[R,421.5,U,14,Q,68],null),new e(null,3,[R,423,U,14,Q,68],null),new e(null,3,[R,424,U,14,Q,68],null),new e(null,3,[R,425.5,U,14,Q,68],null),new e(null,3,[R,427,U,14,Q,68],null),new e(null,3,[R,428,U,14,Q,73],null),new e(null,3,[R,429.5,U,14,Q,73],null),new e(null,3,[R,431,U,\n14,Q,73],null),new e(null,3,[R,432,U,14,Q,72],null),new e(null,3,[R,433.5,U,14,Q,72],null),new e(null,3,[R,435,U,14,Q,72],null),new e(null,3,[R,436,U,14,Q,67],null),new e(null,3,[R,437.5,U,14,Q,67],null),new e(null,3,[R,439,U,14,Q,67],null),new e(null,3,[R,440,U,14,Q,67],null),new e(null,3,[R,441.5,U,14,Q,67],null),new e(null,3,[R,443,U,14,Q,67],null),new e(null,3,[R,444,U,14,Q,63],null),new e(null,3,[R,445.5,U,14,Q,63],null),new e(null,3,[R,447,U,14,Q,63],null),new e(null,3,[R,448,U,14,Q,66],null),\nnew e(null,3,[R,449.5,U,14,Q,66],null),new e(null,3,[R,451,U,14,Q,66],null),new e(null,3,[R,452,U,14,Q,66],null),new e(null,3,[R,453.5,U,14,Q,66],null),new e(null,3,[R,455,U,14,Q,67],null),new e(null,3,[R,456,U,14,Q,69],null),new e(null,3,[R,457.5,U,14,Q,69],null),new e(null,3,[R,459,U,14,Q,71],null),new e(null,3,[R,460,U,14,Q,72],null),new e(null,3,[R,462,U,14,Q,74],null),new e(null,3,[R,464,U,14,Q,71],null),new e(null,3,[R,468,U,14,Q,70],null),new e(null,3,[R,469.5,U,14,Q,70],null),new e(null,3,\n[R,471,U,14,Q,70],null),new e(null,3,[R,472,U,14,Q,69],null),new e(null,3,[R,473.5,U,14,Q,69],null),new e(null,3,[R,475,U,14,Q,69],null),new e(null,3,[R,476,U,14,Q,68],null),new e(null,3,[R,477.5,U,14,Q,68],null),new e(null,3,[R,479,U,14,Q,68],null),new e(null,3,[R,480,U,14,Q,67],null),new e(null,3,[R,160,U,14,Q,67],null),new e(null,3,[R,162,U,14,Q,67],null),new e(null,3,[R,163,U,14,Q,60],null),new e(null,3,[R,164,U,14,Q,67],null),new e(null,3,[R,160,U,14,Q,64],null),new e(null,3,[R,171,U,14,Q,64],\nnull),new e(null,3,[R,172,U,14,Q,64],null),new e(null,3,[R,173,U,14,Q,65],null),new e(null,3,[R,174,U,14,Q,67],null),new e(null,3,[R,175,U,14,Q,69],null),new e(null,3,[R,176,U,14,Q,70],null),new e(null,3,[R,179,U,14,Q,72],null),new e(null,3,[R,180,U,14,Q,72],null),new e(null,3,[R,181,U,14,Q,74],null),new e(null,3,[R,182,U,14,Q,76],null),new e(null,3,[R,183,U,14,Q,77],null),new e(null,3,[R,184,U,14,Q,79],null),new e(null,3,[R,192,U,14,Q,72],null),new e(null,3,[R,194,U,14,Q,72],null),new e(null,3,[R,\n195,U,14,Q,72],null),new e(null,3,[R,196,U,14,Q,72],null),new e(null,3,[R,197.5,U,14,Q,72],null),new e(null,3,[R,199,U,14,Q,72],null),new e(null,3,[R,200,U,14,Q,72],null),new e(null,3,[R,201.5,U,14,Q,72],null),new e(null,3,[R,203,U,14,Q,72],null),new e(null,3,[R,204,U,14,Q,72],null),new e(null,3,[R,205.5,U,14,Q,70],null),new e(null,3,[R,207,U,14,Q,68],null),new e(null,3,[R,208,U,14,Q,70],null),new e(null,3,[R,211,U,14,Q,68],null),new e(null,3,[R,212,U,14,Q,67],null),new e(null,3,[R,213.5,U,14,Q,67],\nnull),new e(null,3,[R,215,U,14,Q,67],null),new e(null,3,[R,216,U,14,Q,67],null),new e(null,3,[R,217.5,U,14,Q,67],null),new e(null,3,[R,219,U,14,Q,67],null),new e(null,3,[R,220,U,14,Q,67],null),new e(null,3,[R,221.5,U,14,Q,67],null),new e(null,3,[R,223,U,14,Q,67],null),new e(null,3,[R,224,U,14,Q,65],null),new e(null,3,[R,227,U,14,Q,67],null),new e(null,3,[R,228,U,14,Q,68],null),new e(null,3,[R,229.5,U,14,Q,68],null),new e(null,3,[R,231,U,14,Q,68],null),new e(null,3,[R,226,U,14,Q,65],null)],!0);\nvar es=tg([new e(null,3,[R,312,U,4,Q,70],null),new e(null,3,[R,311,U,4,Q,69],null),new e(null,3,[R,310,U,4,Q,67],null),new e(null,3,[R,309,U,4,Q,65],null),new e(null,3,[R,308,U,4,Q,64],null),new e(null,3,[R,307,U,4,Q,64],null),new e(null,3,[R,296,U,4,Q,64],null),new e(null,3,[R,295,U,4,Q,62],null),new e(null,3,[R,294,U,4,Q,64],null),new e(null,3,[R,292,U,4,Q,64],null),new e(null,3,[R,464,U,6,Q,67],null),new e(null,3,[R,460,U,6,Q,69],null),new e(null,3,[R,452,U,6,Q,66],null),new e(null,3,[R,451,U,\n6,Q,64],null),new e(null,3,[R,448,U,6,Q,62],null),new e(null,3,[R,444,U,6,Q,60],null),new e(null,3,[R,436,U,6,Q,63],null),new e(null,3,[R,432,U,6,Q,67],null),new e(null,3,[R,428,U,6,Q,68],null),new e(null,3,[R,416,U,6,Q,65],null),new e(null,3,[R,412,U,6,Q,64],null),new e(null,3,[R,404,U,6,Q,67],null),new e(null,3,[R,400,U,6,Q,71],null),new e(null,3,[R,396,U,6,Q,72],null),new e(null,3,[R,384,U,6,Q,68],null),new e(null,3,[R,380,U,6,Q,67],null),new e(null,3,[R,372,U,6,Q,67],null),new e(null,3,[R,368,\nU,6,Q,71],null),new e(null,3,[R,364,U,6,Q,72],null),new e(null,3,[R,352,U,6,Q,68],null),new e(null,3,[R,348,U,6,Q,67],null),new e(null,3,[R,340,U,6,Q,71],null),new e(null,3,[R,336,U,6,Q,74],null),new e(null,3,[R,332,U,6,Q,75],null),new e(null,3,[R,320,U,6,Q,72],null),new e(null,3,[R,319,U,6,Q,70],null),new e(null,3,[R,317.5,U,6,Q,68],null),new e(null,3,[R,316,U,6,Q,67],null),new e(null,3,[R,304,U,6,Q,67],null),new e(null,3,[R,303,U,6,Q,65],null),new e(null,3,[R,302,U,6,Q,64],null),new e(null,3,[R,\n301,U,6,Q,62],null),new e(null,3,[R,300,U,6,Q,60],null),new e(null,3,[R,298,U,6,Q,60],null),new e(null,3,[R,292,U,6,Q,55],null),new e(null,3,[R,288,U,6,Q,60],null),new e(null,3,[R,272,U,6,Q,67],null),new e(null,3,[R,268,U,6,Q,69],null),new e(null,3,[R,260,U,6,Q,66],null),new e(null,3,[R,259,U,6,Q,64],null),new e(null,3,[R,256,U,6,Q,62],null),new e(null,3,[R,254,U,6,Q,63],null),new e(null,3,[R,252,U,6,Q,65],null),new e(null,3,[R,244,U,6,Q,67],null),new e(null,3,[R,243,U,6,Q,65],null),new e(null,3,\n[R,240,U,6,Q,63],null),new e(null,3,[R,238,U,6,Q,65],null),new e(null,3,[R,236,U,6,Q,67],null),new e(null,3,[R,228,U,6,Q,68],null),new e(null,3,[R,227,U,6,Q,67],null),new e(null,3,[R,224,U,6,Q,65],null),new e(null,3,[R,220,U,6,Q,67],null),new e(null,3,[R,212,U,6,Q,67],null),new e(null,3,[R,211,U,6,Q,68],null),new e(null,3,[R,208,U,6,Q,70],null),new e(null,3,[R,207,U,6,Q,68],null),new e(null,3,[R,205.5,U,6,Q,70],null),new e(null,3,[R,204,U,6,Q,72],null),new e(null,3,[R,203,U,6,Q,72],null),new e(null,\n3,[R,192,U,6,Q,72],null),new e(null,3,[R,191,U,6,Q,70],null),new e(null,3,[R,189.5,U,6,Q,68],null),new e(null,3,[R,188,U,6,Q,67],null),new e(null,3,[R,176,U,6,Q,67],null),new e(null,3,[R,175,U,6,Q,65],null),new e(null,3,[R,174,U,6,Q,64],null),new e(null,3,[R,173,U,6,Q,62],null),new e(null,3,[R,172,U,6,Q,60],null),new e(null,3,[R,170,U,6,Q,60],null),new e(null,3,[R,164,U,6,Q,55],null),new e(null,3,[R,160,U,6,Q,60],null),new e(null,3,[R,0,U,15,Q,60],null),new e(null,3,[R,4,U,15,Q,67],null),new e(null,\n3,[R,8,U,15,Q,72],null),new e(null,3,[R,16,U,15,Q,58],null),new e(null,3,[R,20,U,15,Q,65],null),new e(null,3,[R,24,U,15,Q,70],null),new e(null,3,[R,32,U,15,Q,56],null),new e(null,3,[R,36,U,15,Q,63],null),new e(null,3,[R,40,U,15,Q,68],null),new e(null,3,[R,48,U,15,Q,55],null),new e(null,3,[R,52,U,15,Q,62],null),new e(null,3,[R,56,U,15,Q,67],null),new e(null,3,[R,64,U,15,Q,60],null),new e(null,3,[R,68,U,15,Q,60],null),new e(null,3,[R,66,U,15,Q,60],null),new e(null,3,[R,67,U,15,Q,60],null),new e(null,\n3,[R,70,U,15,Q,60],null),new e(null,3,[R,71,U,15,Q,60],null),new e(null,3,[R,72,U,15,Q,60],null),new e(null,3,[R,74,U,15,Q,60],null),new e(null,3,[R,75,U,15,Q,60],null),new e(null,3,[R,76,U,15,Q,60],null),new e(null,3,[R,78,U,15,Q,60],null),new e(null,3,[R,79,U,15,Q,60],null),new e(null,3,[R,80,U,15,Q,60],null),new e(null,3,[R,84,U,15,Q,60],null),new e(null,3,[R,82,U,15,Q,60],null),new e(null,3,[R,83,U,15,Q,60],null),new e(null,3,[R,86,U,15,Q,60],null),new e(null,3,[R,87,U,15,Q,60],null),new e(null,\n3,[R,88,U,15,Q,60],null),new e(null,3,[R,90,U,15,Q,60],null),new e(null,3,[R,91,U,15,Q,60],null),new e(null,3,[R,92,U,15,Q,60],null),new e(null,3,[R,94,U,15,Q,60],null),new e(null,3,[R,95,U,15,Q,60],null),new e(null,3,[R,96,U,15,Q,60],null),new e(null,3,[R,100,U,15,Q,60],null),new e(null,3,[R,98,U,15,Q,60],null),new e(null,3,[R,99,U,15,Q,60],null),new e(null,3,[R,102,U,15,Q,60],null),new e(null,3,[R,103,U,15,Q,60],null),new e(null,3,[R,104,U,15,Q,60],null),new e(null,3,[R,106,U,15,Q,60],null),new e(null,\n3,[R,107,U,15,Q,60],null),new e(null,3,[R,108,U,15,Q,60],null),new e(null,3,[R,110,U,15,Q,60],null),new e(null,3,[R,111,U,15,Q,60],null),new e(null,3,[R,112,U,15,Q,58],null),new e(null,3,[R,116,U,15,Q,58],null),new e(null,3,[R,114,U,15,Q,58],null),new e(null,3,[R,115,U,15,Q,58],null),new e(null,3,[R,118,U,15,Q,58],null),new e(null,3,[R,119,U,15,Q,58],null),new e(null,3,[R,120,U,15,Q,58],null),new e(null,3,[R,122,U,15,Q,58],null),new e(null,3,[R,123,U,15,Q,58],null),new e(null,3,[R,124,U,15,Q,58],\nnull),new e(null,3,[R,126,U,15,Q,58],null),new e(null,3,[R,127,U,15,Q,58],null),new e(null,3,[R,128,U,15,Q,56],null),new e(null,3,[R,132,U,15,Q,56],null),new e(null,3,[R,130,U,15,Q,56],null),new e(null,3,[R,131,U,15,Q,56],null),new e(null,3,[R,134,U,15,Q,56],null),new e(null,3,[R,135,U,15,Q,56],null),new e(null,3,[R,136,U,15,Q,56],null),new e(null,3,[R,138,U,15,Q,56],null),new e(null,3,[R,139,U,15,Q,56],null),new e(null,3,[R,140,U,15,Q,56],null),new e(null,3,[R,142,U,15,Q,56],null),new e(null,3,[R,\n143,U,15,Q,56],null),new e(null,3,[R,144,U,15,Q,55],null),new e(null,3,[R,148,U,15,Q,55],null),new e(null,3,[R,146,U,15,Q,55],null),new e(null,3,[R,147,U,15,Q,55],null),new e(null,3,[R,150,U,15,Q,55],null),new e(null,3,[R,151,U,15,Q,55],null),new e(null,3,[R,152,U,15,Q,55],null),new e(null,3,[R,154,U,15,Q,55],null),new e(null,3,[R,155,U,15,Q,55],null),new e(null,3,[R,156,U,15,Q,55],null),new e(null,3,[R,158,U,15,Q,55],null),new e(null,3,[R,159,U,15,Q,55],null),new e(null,3,[R,160,U,15,Q,60],null),\nnew e(null,3,[R,164,U,15,Q,60],null),new e(null,3,[R,162,U,15,Q,60],null),new e(null,3,[R,163,U,15,Q,60],null),new e(null,3,[R,166,U,15,Q,60],null),new e(null,3,[R,167,U,15,Q,60],null),new e(null,3,[R,168,U,15,Q,60],null),new e(null,3,[R,170,U,15,Q,60],null),new e(null,3,[R,171,U,15,Q,60],null),new e(null,3,[R,172,U,15,Q,60],null),new e(null,3,[R,174,U,15,Q,60],null),new e(null,3,[R,175,U,15,Q,60],null),new e(null,3,[R,176,U,15,Q,58],null),new e(null,3,[R,180,U,15,Q,58],null),new e(null,3,[R,178,\nU,15,Q,58],null),new e(null,3,[R,179,U,15,Q,58],null),new e(null,3,[R,182,U,15,Q,58],null),new e(null,3,[R,183,U,15,Q,58],null),new e(null,3,[R,184,U,15,Q,58],null),new e(null,3,[R,186,U,15,Q,58],null),new e(null,3,[R,187,U,15,Q,58],null),new e(null,3,[R,188,U,15,Q,58],null),new e(null,3,[R,190,U,15,Q,58],null),new e(null,3,[R,191,U,15,Q,58],null),new e(null,3,[R,192,U,15,Q,56],null),new e(null,3,[R,196,U,15,Q,56],null),new e(null,3,[R,194,U,15,Q,56],null),new e(null,3,[R,195,U,15,Q,56],null),new e(null,\n3,[R,198,U,15,Q,56],null),new e(null,3,[R,199,U,15,Q,56],null),new e(null,3,[R,200,U,15,Q,56],null),new e(null,3,[R,202,U,15,Q,56],null),new e(null,3,[R,203,U,15,Q,56],null),new e(null,3,[R,204,U,15,Q,56],null),new e(null,3,[R,206,U,15,Q,56],null),new e(null,3,[R,207,U,15,Q,56],null),new e(null,3,[R,208,U,15,Q,63],null),new e(null,3,[R,212,U,15,Q,63],null),new e(null,3,[R,210,U,15,Q,63],null),new e(null,3,[R,211,U,15,Q,63],null),new e(null,3,[R,214,U,15,Q,63],null),new e(null,3,[R,215,U,15,Q,63],\nnull),new e(null,3,[R,216,U,15,Q,63],null),new e(null,3,[R,218,U,15,Q,63],null),new e(null,3,[R,219,U,15,Q,63],null),new e(null,3,[R,220,U,15,Q,63],null),new e(null,3,[R,222,U,15,Q,63],null),new e(null,3,[R,223,U,15,Q,63],null),new e(null,3,[R,224,U,15,Q,61],null),new e(null,3,[R,228,U,15,Q,61],null),new e(null,3,[R,226,U,15,Q,61],null),new e(null,3,[R,227,U,15,Q,61],null),new e(null,3,[R,230,U,15,Q,61],null),new e(null,3,[R,231,U,15,Q,61],null),new e(null,3,[R,232,U,15,Q,61],null),new e(null,3,[R,\n234,U,15,Q,61],null),new e(null,3,[R,235,U,15,Q,61],null),new e(null,3,[R,236,U,15,Q,61],null),new e(null,3,[R,238,U,15,Q,61],null),new e(null,3,[R,239,U,15,Q,61],null),new e(null,3,[R,240,U,15,Q,60],null),new e(null,3,[R,244,U,15,Q,60],null),new e(null,3,[R,242,U,15,Q,60],null),new e(null,3,[R,243,U,15,Q,60],null),new e(null,3,[R,246,U,15,Q,60],null),new e(null,3,[R,247,U,15,Q,60],null),new e(null,3,[R,248,U,15,Q,60],null),new e(null,3,[R,250,U,15,Q,60],null),new e(null,3,[R,251,U,15,Q,60],null),\nnew e(null,3,[R,252,U,15,Q,60],null),new e(null,3,[R,254,U,15,Q,60],null),new e(null,3,[R,255,U,15,Q,60],null),new e(null,3,[R,256,U,15,Q,62],null),new e(null,3,[R,260,U,15,Q,62],null),new e(null,3,[R,258,U,15,Q,62],null),new e(null,3,[R,259,U,15,Q,62],null),new e(null,3,[R,262,U,15,Q,62],null),new e(null,3,[R,263,U,15,Q,62],null),new e(null,3,[R,264,U,15,Q,62],null),new e(null,3,[R,266,U,15,Q,62],null),new e(null,3,[R,267,U,15,Q,62],null),new e(null,3,[R,268,U,15,Q,62],null),new e(null,3,[R,270,\nU,15,Q,62],null),new e(null,3,[R,271,U,15,Q,62],null),new e(null,3,[R,272,U,15,Q,55],null),new e(null,3,[R,276,U,15,Q,55],null),new e(null,3,[R,274,U,15,Q,55],null),new e(null,3,[R,275,U,15,Q,55],null),new e(null,3,[R,278,U,15,Q,55],null),new e(null,3,[R,279,U,15,Q,55],null),new e(null,3,[R,280,U,15,Q,55],null),new e(null,3,[R,282,U,15,Q,55],null),new e(null,3,[R,283,U,15,Q,55],null),new e(null,3,[R,284,U,15,Q,55],null),new e(null,3,[R,286,U,15,Q,55],null),new e(null,3,[R,287,U,15,Q,55],null),new e(null,\n3,[R,288,U,15,Q,60],null),new e(null,3,[R,292,U,15,Q,60],null),new e(null,3,[R,290,U,15,Q,60],null),new e(null,3,[R,291,U,15,Q,60],null),new e(null,3,[R,294,U,15,Q,60],null),new e(null,3,[R,295,U,15,Q,60],null),new e(null,3,[R,296,U,15,Q,60],null),new e(null,3,[R,298,U,15,Q,60],null),new e(null,3,[R,299,U,15,Q,60],null),new e(null,3,[R,300,U,15,Q,60],null),new e(null,3,[R,302,U,15,Q,60],null),new e(null,3,[R,303,U,15,Q,60],null),new e(null,3,[R,304,U,15,Q,58],null),new e(null,3,[R,308,U,15,Q,58],\nnull),new e(null,3,[R,306,U,15,Q,58],null),new e(null,3,[R,307,U,15,Q,58],null),new e(null,3,[R,310,U,15,Q,58],null),new e(null,3,[R,311,U,15,Q,58],null),new e(null,3,[R,312,U,15,Q,58],null),new e(null,3,[R,314,U,15,Q,58],null),new e(null,3,[R,315,U,15,Q,58],null),new e(null,3,[R,316,U,15,Q,58],null),new e(null,3,[R,318,U,15,Q,58],null),new e(null,3,[R,319,U,15,Q,58],null),new e(null,3,[R,320,U,15,Q,56],null),new e(null,3,[R,324,U,15,Q,56],null),new e(null,3,[R,322,U,15,Q,56],null),new e(null,3,[R,\n323,U,15,Q,56],null),new e(null,3,[R,326,U,15,Q,56],null),new e(null,3,[R,327,U,15,Q,56],null),new e(null,3,[R,328,U,15,Q,56],null),new e(null,3,[R,330,U,15,Q,56],null),new e(null,3,[R,331,U,15,Q,56],null),new e(null,3,[R,332,U,15,Q,56],null),new e(null,3,[R,334,U,15,Q,56],null),new e(null,3,[R,335,U,15,Q,56],null),new e(null,3,[R,336,U,15,Q,55],null),new e(null,3,[R,340,U,15,Q,55],null),new e(null,3,[R,338,U,15,Q,55],null),new e(null,3,[R,339,U,15,Q,55],null),new e(null,3,[R,342,U,15,Q,55],null),\nnew e(null,3,[R,343,U,15,Q,55],null),new e(null,3,[R,344,U,15,Q,55],null),new e(null,3,[R,346,U,15,Q,55],null),new e(null,3,[R,347,U,15,Q,55],null),new e(null,3,[R,348,U,15,Q,55],null),new e(null,3,[R,350,U,15,Q,55],null),new e(null,3,[R,351,U,15,Q,55],null),new e(null,3,[R,352,U,15,Q,54],null),new e(null,3,[R,356,U,15,Q,54],null),new e(null,3,[R,354,U,15,Q,54],null),new e(null,3,[R,355,U,15,Q,54],null),new e(null,3,[R,358,U,15,Q,54],null),new e(null,3,[R,359,U,15,Q,54],null),new e(null,3,[R,360,\nU,15,Q,54],null),new e(null,3,[R,362,U,15,Q,54],null),new e(null,3,[R,363,U,15,Q,54],null),new e(null,3,[R,364,U,15,Q,54],null),new e(null,3,[R,366,U,15,Q,54],null),new e(null,3,[R,367,U,15,Q,54],null),new e(null,3,[R,368,U,15,Q,55],null),new e(null,3,[R,372,U,15,Q,55],null),new e(null,3,[R,370,U,15,Q,55],null),new e(null,3,[R,371,U,15,Q,55],null),new e(null,3,[R,374,U,15,Q,55],null),new e(null,3,[R,375,U,15,Q,55],null),new e(null,3,[R,376,U,15,Q,55],null),new e(null,3,[R,378,U,15,Q,55],null),new e(null,\n3,[R,379,U,15,Q,55],null),new e(null,3,[R,380,U,15,Q,55],null),new e(null,3,[R,382,U,15,Q,55],null),new e(null,3,[R,383,U,15,Q,55],null),new e(null,3,[R,384,U,15,Q,54],null),new e(null,3,[R,388,U,15,Q,54],null),new e(null,3,[R,386,U,15,Q,54],null),new e(null,3,[R,387,U,15,Q,54],null),new e(null,3,[R,390,U,15,Q,54],null),new e(null,3,[R,391,U,15,Q,54],null),new e(null,3,[R,392,U,15,Q,54],null),new e(null,3,[R,394,U,15,Q,54],null),new e(null,3,[R,395,U,15,Q,54],null),new e(null,3,[R,396,U,15,Q,54],\nnull),new e(null,3,[R,398,U,15,Q,54],null),new e(null,3,[R,399,U,15,Q,54],null),new e(null,3,[R,400,U,15,Q,55],null),new e(null,3,[R,404,U,15,Q,55],null),new e(null,3,[R,402,U,15,Q,55],null),new e(null,3,[R,403,U,15,Q,55],null),new e(null,3,[R,406,U,15,Q,55],null),new e(null,3,[R,407,U,15,Q,55],null),new e(null,3,[R,408,U,15,Q,55],null),new e(null,3,[R,410,U,15,Q,55],null),new e(null,3,[R,411,U,15,Q,55],null),new e(null,3,[R,412,U,15,Q,55],null),new e(null,3,[R,414,U,15,Q,55],null),new e(null,3,[R,\n415,U,15,Q,55],null),new e(null,3,[R,416,U,15,Q,61],null),new e(null,3,[R,420,U,15,Q,61],null),new e(null,3,[R,418,U,15,Q,61],null),new e(null,3,[R,419,U,15,Q,61],null),new e(null,3,[R,422,U,15,Q,61],null),new e(null,3,[R,423,U,15,Q,61],null),new e(null,3,[R,424,U,15,Q,61],null),new e(null,3,[R,426,U,15,Q,61],null),new e(null,3,[R,427,U,15,Q,61],null),new e(null,3,[R,428,U,15,Q,61],null),new e(null,3,[R,430,U,15,Q,61],null),new e(null,3,[R,431,U,15,Q,61],null),new e(null,3,[R,432,U,15,Q,60],null),\nnew e(null,3,[R,436,U,15,Q,60],null),new e(null,3,[R,434,U,15,Q,60],null),new e(null,3,[R,435,U,15,Q,60],null),new e(null,3,[R,438,U,15,Q,60],null),new e(null,3,[R,439,U,15,Q,60],null),new e(null,3,[R,440,U,15,Q,60],null),new e(null,3,[R,442,U,15,Q,60],null),new e(null,3,[R,443,U,15,Q,60],null),new e(null,3,[R,444,U,15,Q,60],null),new e(null,3,[R,446,U,15,Q,60],null),new e(null,3,[R,447,U,15,Q,60],null),new e(null,3,[R,448,U,15,Q,62],null),new e(null,3,[R,452,U,15,Q,62],null),new e(null,3,[R,450,\nU,15,Q,62],null),new e(null,3,[R,451,U,15,Q,62],null),new e(null,3,[R,454,U,15,Q,62],null),new e(null,3,[R,455,U,15,Q,62],null),new e(null,3,[R,456,U,15,Q,62],null),new e(null,3,[R,458,U,15,Q,62],null),new e(null,3,[R,459,U,15,Q,62],null),new e(null,3,[R,460,U,15,Q,62],null),new e(null,3,[R,462,U,15,Q,62],null),new e(null,3,[R,463,U,15,Q,62],null),new e(null,3,[R,464,U,15,Q,55],null),new e(null,3,[R,468,U,15,Q,55],null),new e(null,3,[R,466,U,15,Q,55],null),new e(null,3,[R,467,U,15,Q,55],null),new e(null,\n3,[R,470,U,15,Q,55],null),new e(null,3,[R,471,U,15,Q,55],null),new e(null,3,[R,472,U,15,Q,55],null),new e(null,3,[R,474,U,15,Q,55],null),new e(null,3,[R,475,U,15,Q,55],null),new e(null,3,[R,476,U,15,Q,55],null),new e(null,3,[R,478,U,15,Q,55],null),new e(null,3,[R,479,U,15,Q,55],null),new e(null,3,[R,66,U,12,Q,60],null),new e(null,3,[R,64,U,12,Q,63],null),new e(null,3,[R,63.5,U,12,Q,60],null),new e(null,3,[R,63,U,12,Q,55],null),new e(null,3,[R,50,U,12,Q,71],null),new e(null,3,[R,49,U,12,Q,69],null),\nnew e(null,3,[R,48,U,12,Q,71],null),new e(null,3,[R,46,U,12,Q,72],null),new e(null,3,[R,44,U,12,Q,68],null),new e(null,3,[R,42,U,12,Q,68],null),new e(null,3,[R,32,U,12,Q,72],null),new e(null,3,[R,31.5,U,12,Q,68],null),new e(null,3,[R,31,U,12,Q,63],null),new e(null,3,[R,18,U,12,Q,70],null),new e(null,3,[R,17,U,12,Q,68],null),new e(null,3,[R,12,U,12,Q,67],null),new e(null,3,[R,16,U,12,Q,70],null),new e(null,3,[R,14,U,12,Q,72],null),new e(null,3,[R,10,U,12,Q,67],null),new e(null,3,[R,0,U,12,Q,72],null),\nnew e(null,3,[R,480,U,14,Q,60],null),new e(null,3,[R,479,U,14,Q,55],null),new e(null,3,[R,478,U,14,Q,55],null),new e(null,3,[R,476,U,14,Q,55],null),new e(null,3,[R,475,U,14,Q,55],null),new e(null,3,[R,474,U,14,Q,55],null),new e(null,3,[R,472,U,14,Q,55],null),new e(null,3,[R,471,U,14,Q,55],null),new e(null,3,[R,470,U,14,Q,55],null),new e(null,3,[R,468,U,14,Q,55],null),new e(null,3,[R,467,U,14,Q,55],null),new e(null,3,[R,466,U,14,Q,55],null),new e(null,3,[R,464,U,14,Q,67],null),new e(null,3,[R,463,\nU,14,Q,69],null),new e(null,3,[R,462,U,14,Q,69],null),new e(null,3,[R,460,U,14,Q,69],null),new e(null,3,[R,459,U,14,Q,66],null),new e(null,3,[R,458,U,14,Q,66],null),new e(null,3,[R,456,U,14,Q,66],null),new e(null,3,[R,455,U,14,Q,66],null),new e(null,3,[R,454,U,14,Q,66],null),new e(null,3,[R,452,U,14,Q,66],null),new e(null,3,[R,451,U,14,Q,64],null),new e(null,3,[R,450,U,14,Q,62],null),new e(null,3,[R,448,U,14,Q,62],null),new e(null,3,[R,448,U,14,Q,62],null),new e(null,3,[R,447,U,14,Q,60],null),new e(null,\n3,[R,446,U,14,Q,60],null),new e(null,3,[R,444,U,14,Q,60],null),new e(null,3,[R,442,U,14,Q,60],null),new e(null,3,[R,443,U,14,Q,60],null),new e(null,3,[R,442,U,14,Q,60],null),new e(null,3,[R,440,U,14,Q,63],null),new e(null,3,[R,439,U,14,Q,63],null),new e(null,3,[R,438,U,14,Q,63],null),new e(null,3,[R,436,U,14,Q,63],null),new e(null,3,[R,435,U,14,Q,67],null),new e(null,3,[R,434,U,14,Q,67],null),new e(null,3,[R,432,U,14,Q,67],null),new e(null,3,[R,431,U,14,Q,68],null),new e(null,3,[R,430,U,14,Q,68],\nnull),new e(null,3,[R,428,U,14,Q,68],null),new e(null,3,[R,427,U,14,Q,65],null),new e(null,3,[R,426,U,14,Q,65],null),new e(null,3,[R,424,U,14,Q,65],null),new e(null,3,[R,423,U,14,Q,65],null),new e(null,3,[R,422,U,14,Q,65],null),new e(null,3,[R,420,U,14,Q,65],null),new e(null,3,[R,419,U,14,Q,65],null),new e(null,3,[R,418,U,14,Q,65],null),new e(null,3,[R,416,U,14,Q,65],null),new e(null,3,[R,415,U,14,Q,55],null),new e(null,3,[R,414,U,14,Q,55],null),new e(null,3,[R,412,U,14,Q,55],null),new e(null,3,[R,\n411,U,14,Q,55],null),new e(null,3,[R,410,U,14,Q,55],null),new e(null,3,[R,408,U,14,Q,55],null),new e(null,3,[R,407,U,14,Q,55],null),new e(null,3,[R,406,U,14,Q,55],null),new e(null,3,[R,404,U,14,Q,55],null),new e(null,3,[R,403,U,14,Q,71],null),new e(null,3,[R,402,U,14,Q,71],null),new e(null,3,[R,400,U,14,Q,71],null),new e(null,3,[R,399,U,14,Q,72],null),new e(null,3,[R,398,U,14,Q,72],null),new e(null,3,[R,396,U,14,Q,72],null),new e(null,3,[R,395,U,14,Q,68],null),new e(null,3,[R,394,U,14,Q,68],null),\nnew e(null,3,[R,392,U,14,Q,68],null),new e(null,3,[R,391,U,14,Q,68],null),new e(null,3,[R,390,U,14,Q,68],null),new e(null,3,[R,388,U,14,Q,68],null),new e(null,3,[R,387,U,14,Q,68],null),new e(null,3,[R,386,U,14,Q,68],null),new e(null,3,[R,384,U,14,Q,68],null),new e(null,3,[R,382,U,14,Q,67],null),new e(null,3,[R,383,U,14,Q,55],null),new e(null,3,[R,382,U,14,Q,55],null),new e(null,3,[R,380,U,14,Q,55],null),new e(null,3,[R,379,U,14,Q,55],null),new e(null,3,[R,378,U,14,Q,55],null),new e(null,3,[R,376,\nU,14,Q,55],null),new e(null,3,[R,375,U,14,Q,55],null),new e(null,3,[R,374,U,14,Q,55],null),new e(null,3,[R,372,U,14,Q,55],null),new e(null,3,[R,371,U,14,Q,71],null),new e(null,3,[R,370,U,14,Q,71],null),new e(null,3,[R,368,U,14,Q,71],null),new e(null,3,[R,367,U,14,Q,72],null),new e(null,3,[R,366,U,14,Q,72],null),new e(null,3,[R,364,U,14,Q,72],null),new e(null,3,[R,363,U,14,Q,68],null),new e(null,3,[R,362,U,14,Q,68],null),new e(null,3,[R,360,U,14,Q,68],null),new e(null,3,[R,359,U,14,Q,68],null),new e(null,\n3,[R,358,U,14,Q,68],null),new e(null,3,[R,356,U,14,Q,68],null),new e(null,3,[R,355,U,14,Q,68],null),new e(null,3,[R,354,U,14,Q,68],null),new e(null,3,[R,352,U,14,Q,68],null),new e(null,3,[R,351,U,14,Q,67],null),new e(null,3,[R,351,U,14,Q,71],null),new e(null,3,[R,350,U,14,Q,71],null),new e(null,3,[R,350,U,14,Q,67],null),new e(null,3,[R,319,U,14,Q,70],null),new e(null,3,[R,317.5,U,14,Q,68],null),new e(null,3,[R,316,U,14,Q,67],null),new e(null,3,[R,315,U,14,Q,67],null),new e(null,3,[R,314,U,14,Q,67],\nnull),new e(null,3,[R,312,U,14,Q,67],null),new e(null,3,[R,311,U,14,Q,67],null),new e(null,3,[R,310,U,14,Q,67],null),new e(null,3,[R,308,U,14,Q,67],null),new e(null,3,[R,307,U,14,Q,67],null),new e(null,3,[R,306,U,14,Q,67],null),new e(null,3,[R,304,U,14,Q,67],null),new e(null,3,[R,303,U,14,Q,65],null),new e(null,3,[R,302,U,14,Q,64],null),new e(null,3,[R,301,U,14,Q,62],null),new e(null,3,[R,300,U,14,Q,60],null),new e(null,3,[R,298,U,14,Q,60],null),new e(null,3,[R,296,U,14,Q,55],null),new e(null,3,[R,\n295,U,14,Q,55],null),new e(null,3,[R,294,U,14,Q,55],null),new e(null,3,[R,291,U,14,Q,60],null),new e(null,3,[R,290,U,14,Q,60],null),new e(null,3,[R,292,U,14,Q,55],null),new e(null,3,[R,288,U,14,Q,60],null),new e(null,3,[R,254,U,14,Q,67],null),new e(null,3,[R,252,U,14,Q,67],null),new e(null,3,[R,251,U,14,Q,67],null),new e(null,3,[R,249.5,U,14,Q,67],null),new e(null,3,[R,248,U,14,Q,67],null),new e(null,3,[R,244,U,14,Q,67],null),new e(null,3,[R,243,U,14,Q,65],null),new e(null,3,[R,242,U,14,Q,63],null),\nnew e(null,3,[R,240,U,14,Q,63],null),new e(null,3,[R,238,U,14,Q,65],null),new e(null,3,[R,236,U,14,Q,67],null),new e(null,3,[R,232,U,14,Q,68],null),new e(null,3,[R,376,U,14,Q,67],null),new e(null,3,[R,375,U,14,Q,67],null),new e(null,3,[R,373.5,U,14,Q,67],null),new e(null,3,[R,372,U,14,Q,67],null),new e(null,3,[R,368,U,14,Q,79],null),new e(null,3,[R,367,U,14,Q,78],null),new e(null,3,[R,365.5,U,14,Q,78],null),new e(null,3,[R,364,U,14,Q,78],null),new e(null,3,[R,363,U,14,Q,78],null),new e(null,3,[R,\n361.5,U,14,Q,78],null),new e(null,3,[R,360,U,14,Q,78],null),new e(null,3,[R,359,U,14,Q,75],null),new e(null,3,[R,357.5,U,14,Q,72],null),new e(null,3,[R,356,U,14,Q,66],null),new e(null,3,[R,355,U,14,Q,63],null),new e(null,3,[R,353.5,U,14,Q,60],null),new e(null,3,[R,352,U,14,Q,54],null),new e(null,3,[R,348,U,14,Q,71],null),new e(null,3,[R,348,U,14,Q,67],null),new e(null,3,[R,347,U,14,Q,71],null),new e(null,3,[R,346,U,14,Q,71],null),new e(null,3,[R,344,U,14,Q,71],null),new e(null,3,[R,343,U,14,Q,71],\nnull),new e(null,3,[R,342,U,14,Q,71],null),new e(null,3,[R,340,U,14,Q,71],null),new e(null,3,[R,339,U,14,Q,74],null),new e(null,3,[R,338,U,14,Q,74],null),new e(null,3,[R,336,U,14,Q,74],null),new e(null,3,[R,335,U,14,Q,75],null),new e(null,3,[R,334,U,14,Q,75],null),new e(null,3,[R,332,U,14,Q,75],null),new e(null,3,[R,331,U,14,Q,72],null),new e(null,3,[R,330,U,14,Q,72],null),new e(null,3,[R,328,U,14,Q,72],null),new e(null,3,[R,327,U,14,Q,72],null),new e(null,3,[R,326,U,14,Q,72],null),new e(null,3,[R,\n324,U,14,Q,72],null),new e(null,3,[R,323,U,14,Q,72],null),new e(null,3,[R,322,U,14,Q,72],null),new e(null,3,[R,320,U,14,Q,72],null),new e(null,3,[R,347,U,14,Q,74],null),new e(null,3,[R,346,U,14,Q,74],null),new e(null,3,[R,344,U,14,Q,74],null),new e(null,3,[R,343,U,14,Q,74],null),new e(null,3,[R,342,U,14,Q,74],null),new e(null,3,[R,340,U,14,Q,74],null),new e(null,3,[R,339,U,14,Q,77],null),new e(null,3,[R,338,U,14,Q,77],null),new e(null,3,[R,336,U,14,Q,77],null),new e(null,3,[R,335,U,14,Q,78],null),\nnew e(null,3,[R,334,U,14,Q,78],null),new e(null,3,[R,332,U,14,Q,78],null),new e(null,3,[R,331,U,14,Q,75],null),new e(null,3,[R,330,U,14,Q,75],null),new e(null,3,[R,328,U,14,Q,75],null),new e(null,3,[R,327,U,14,Q,75],null),new e(null,3,[R,326,U,14,Q,75],null),new e(null,3,[R,324,U,14,Q,75],null),new e(null,3,[R,323,U,14,Q,75],null),new e(null,3,[R,322,U,14,Q,75],null),new e(null,3,[R,320,U,14,Q,75],null),new e(null,3,[R,319,U,14,Q,74],null),new e(null,3,[R,317.5,U,14,Q,72],null),new e(null,3,[R,316,\nU,14,Q,70],null),new e(null,3,[R,304,U,14,Q,70],null),new e(null,3,[R,303,U,14,Q,69],null),new e(null,3,[R,302,U,14,Q,67],null),new e(null,3,[R,301,U,14,Q,65],null),new e(null,3,[R,300,U,14,Q,64],null),new e(null,3,[R,299,U,14,Q,64],null),new e(null,3,[R,296,U,14,Q,64],null),new e(null,3,[R,295,U,14,Q,62],null),new e(null,3,[R,294,U,14,Q,64],null),new e(null,3,[R,292,U,14,Q,64],null),new e(null,3,[R,288,U,14,Q,67],null),new e(null,3,[R,287,U,14,Q,68],null),new e(null,3,[R,286,U,14,Q,68],null),new e(null,\n3,[R,284,U,14,Q,68],null),new e(null,3,[R,283,U,14,Q,69],null),new e(null,3,[R,282,U,14,Q,69],null),new e(null,3,[R,280,U,14,Q,69],null),new e(null,3,[R,279,U,14,Q,70],null),new e(null,3,[R,278,U,14,Q,70],null),new e(null,3,[R,276,U,14,Q,70],null),new e(null,3,[R,272,U,14,Q,71],null),new e(null,3,[R,270,U,14,Q,74],null),new e(null,3,[R,268,U,14,Q,72],null),new e(null,3,[R,267,U,14,Q,71],null),new e(null,3,[R,266,U,14,Q,69],null),new e(null,3,[R,264,U,14,Q,69],null),new e(null,3,[R,263,U,14,Q,67],\nnull),new e(null,3,[R,262,U,14,Q,66],null),new e(null,3,[R,260,U,14,Q,66],null),new e(null,3,[R,256,U,14,Q,66],null),new e(null,3,[R,255,U,14,Q,67],null),new e(null,3,[R,253.5,U,14,Q,68],null),new e(null,3,[R,248,U,14,Q,70],null),new e(null,3,[R,247,U,14,Q,68],null),new e(null,3,[R,245.5,U,14,Q,67],null),new e(null,3,[R,244,U,14,Q,68],null),new e(null,3,[R,243,U,14,Q,67],null),new e(null,3,[R,242,U,14,Q,67],null),new e(null,3,[R,240,U,14,Q,67],null),new e(null,3,[R,239,U,14,Q,68],null),new e(null,\n3,[R,237.5,U,14,Q,70],null),new e(null,3,[R,232,U,14,Q,72],null),new e(null,3,[R,231,U,14,Q,70],null),new e(null,3,[R,229.5,U,14,Q,68],null),new e(null,3,[R,228,U,14,Q,70],null),new e(null,3,[R,227,U,14,Q,68],null),new e(null,3,[R,224,U,14,Q,68],null),new e(null,3,[R,223,U,14,Q,70],null),new e(null,3,[R,221.5,U,14,Q,68],null),new e(null,3,[R,220,U,14,Q,70],null),new e(null,3,[R,219,U,14,Q,70],null),new e(null,3,[R,216,U,14,Q,70],null),new e(null,3,[R,215,U,14,Q,70],null),new e(null,3,[R,211,U,14,\nQ,72],null),new e(null,3,[R,212,U,14,Q,70],null),new e(null,3,[R,208,U,14,Q,75],null),new e(null,3,[R,207,U,14,Q,72],null),new e(null,3,[R,205.5,U,14,Q,74],null),new e(null,3,[R,204,U,14,Q,75],null),new e(null,3,[R,203,U,14,Q,75],null),new e(null,3,[R,200,U,14,Q,75],null),new e(null,3,[R,199,U,14,Q,74],null),new e(null,3,[R,198,U,14,Q,72],null),new e(null,3,[R,197,U,14,Q,70],null),new e(null,3,[R,196,U,14,Q,68],null),new e(null,3,[R,195,U,14,Q,68],null),new e(null,3,[R,192,U,14,Q,68],null),new e(null,\n3,[R,191,U,14,Q,74],null),new e(null,3,[R,189.5,U,14,Q,72],null),new e(null,3,[R,188,U,14,Q,70],null),new e(null,3,[R,184,U,14,Q,70],null),new e(null,3,[R,183,U,14,Q,69],null),new e(null,3,[R,182,U,14,Q,67],null),new e(null,3,[R,181,U,14,Q,65],null),new e(null,3,[R,180,U,14,Q,64],null),new e(null,3,[R,178,U,14,Q,64],null),new e(null,3,[R,168,U,14,Q,64],null),new e(null,3,[R,167,U,14,Q,62],null),new e(null,3,[R,166,U,14,Q,64],null),new e(null,3,[R,164,U,14,Q,64],null),new e(null,3,[R,144,U,14,Q,67],\nnull),new e(null,3,[R,143,U,14,Q,65],null),new e(null,3,[R,142,U,14,Q,64],null),new e(null,3,[R,141,U,14,Q,62],null),new e(null,3,[R,140,U,14,Q,60],null),new e(null,3,[R,138,U,14,Q,60],null),new e(null,3,[R,132,U,14,Q,55],null),new e(null,3,[R,128,U,14,Q,60],null),new e(null,3,[R,112,U,14,Q,67],null),new e(null,3,[R,111,U,14,Q,65],null),new e(null,3,[R,110,U,14,Q,64],null),new e(null,3,[R,109,U,14,Q,62],null),new e(null,3,[R,108,U,14,Q,60],null),new e(null,3,[R,106,U,14,Q,60],null),new e(null,3,[R,\n100,U,14,Q,55],null),new e(null,3,[R,96,U,14,Q,60],null),new e(null,3,[R,377.5,U,14,Q,67],null),new e(null,3,[R,379,U,14,Q,67],null),new e(null,3,[R,380,U,14,Q,67],null),new e(null,3,[R,381.5,U,14,Q,67],null),new e(null,3,[R,383,U,14,Q,67],null),new e(null,3,[R,384,U,14,Q,54],null),new e(null,3,[R,385.5,U,14,Q,60],null),new e(null,3,[R,387,U,14,Q,63],null),new e(null,3,[R,388,U,14,Q,66],null),new e(null,3,[R,389.5,U,14,Q,72],null),new e(null,3,[R,391,U,14,Q,75],null),new e(null,3,[R,392,U,14,Q,78],\nnull),new e(null,3,[R,394,U,14,Q,78],null),new e(null,3,[R,395,U,14,Q,78],null),new e(null,3,[R,396,U,14,Q,78],null),new e(null,3,[R,397.5,U,14,Q,78],null),new e(null,3,[R,399,U,14,Q,78],null),new e(null,3,[R,400,U,14,Q,79],null),new e(null,3,[R,404,U,14,Q,67],null),new e(null,3,[R,405.5,U,14,Q,67],null),new e(null,3,[R,407,U,14,Q,67],null),new e(null,3,[R,408,U,14,Q,67],null),new e(null,3,[R,409.5,U,14,Q,67],null),new e(null,3,[R,411,U,14,Q,67],null),new e(null,3,[R,412,U,14,Q,67],null),new e(null,\n3,[R,413.5,U,14,Q,67],null),new e(null,3,[R,415,U,14,Q,67],null),new e(null,3,[R,416,U,14,Q,68],null),new e(null,3,[R,417.5,U,14,Q,68],null),new e(null,3,[R,419,U,14,Q,68],null),new e(null,3,[R,420,U,14,Q,68],null),new e(null,3,[R,421.5,U,14,Q,68],null),new e(null,3,[R,423,U,14,Q,68],null),new e(null,3,[R,424,U,14,Q,68],null),new e(null,3,[R,425.5,U,14,Q,68],null),new e(null,3,[R,427,U,14,Q,68],null),new e(null,3,[R,428,U,14,Q,73],null),new e(null,3,[R,429.5,U,14,Q,73],null),new e(null,3,[R,431,U,\n14,Q,73],null),new e(null,3,[R,432,U,14,Q,72],null),new e(null,3,[R,433.5,U,14,Q,72],null),new e(null,3,[R,435,U,14,Q,72],null),new e(null,3,[R,436,U,14,Q,67],null),new e(null,3,[R,437.5,U,14,Q,67],null),new e(null,3,[R,439,U,14,Q,67],null),new e(null,3,[R,440,U,14,Q,67],null),new e(null,3,[R,441.5,U,14,Q,67],null),new e(null,3,[R,443,U,14,Q,67],null),new e(null,3,[R,444,U,14,Q,63],null),new e(null,3,[R,445.5,U,14,Q,63],null),new e(null,3,[R,447,U,14,Q,63],null),new e(null,3,[R,448,U,14,Q,66],null),\nnew e(null,3,[R,449.5,U,14,Q,66],null),new e(null,3,[R,451,U,14,Q,66],null),new e(null,3,[R,452,U,14,Q,66],null),new e(null,3,[R,453.5,U,14,Q,66],null),new e(null,3,[R,455,U,14,Q,67],null),new e(null,3,[R,456,U,14,Q,69],null),new e(null,3,[R,457.5,U,14,Q,69],null),new e(null,3,[R,459,U,14,Q,71],null),new e(null,3,[R,460,U,14,Q,72],null),new e(null,3,[R,462,U,14,Q,74],null),new e(null,3,[R,464,U,14,Q,71],null),new e(null,3,[R,468,U,14,Q,70],null),new e(null,3,[R,469.5,U,14,Q,70],null),new e(null,3,\n[R,471,U,14,Q,70],null),new e(null,3,[R,472,U,14,Q,69],null),new e(null,3,[R,473.5,U,14,Q,69],null),new e(null,3,[R,475,U,14,Q,69],null),new e(null,3,[R,476,U,14,Q,68],null),new e(null,3,[R,477.5,U,14,Q,68],null),new e(null,3,[R,479,U,14,Q,68],null),new e(null,3,[R,480,U,14,Q,67],null),new e(null,3,[R,160,U,14,Q,67],null),new e(null,3,[R,162,U,14,Q,67],null),new e(null,3,[R,163,U,14,Q,60],null),new e(null,3,[R,164,U,14,Q,67],null),new e(null,3,[R,160,U,14,Q,64],null),new e(null,3,[R,171,U,14,Q,64],\nnull),new e(null,3,[R,172,U,14,Q,64],null),new e(null,3,[R,173,U,14,Q,65],null),new e(null,3,[R,174,U,14,Q,67],null),new e(null,3,[R,175,U,14,Q,69],null),new e(null,3,[R,176,U,14,Q,70],null),new e(null,3,[R,179,U,14,Q,72],null),new e(null,3,[R,180,U,14,Q,72],null),new e(null,3,[R,181,U,14,Q,74],null),new e(null,3,[R,182,U,14,Q,76],null),new e(null,3,[R,183,U,14,Q,77],null),new e(null,3,[R,184,U,14,Q,79],null),new e(null,3,[R,192,U,14,Q,72],null),new e(null,3,[R,194,U,14,Q,72],null),new e(null,3,[R,\n195,U,14,Q,72],null),new e(null,3,[R,196,U,14,Q,72],null),new e(null,3,[R,197.5,U,14,Q,72],null),new e(null,3,[R,199,U,14,Q,72],null),new e(null,3,[R,200,U,14,Q,72],null),new e(null,3,[R,201.5,U,14,Q,72],null),new e(null,3,[R,203,U,14,Q,72],null),new e(null,3,[R,204,U,14,Q,72],null),new e(null,3,[R,205.5,U,14,Q,70],null),new e(null,3,[R,207,U,14,Q,68],null),new e(null,3,[R,208,U,14,Q,70],null),new e(null,3,[R,211,U,14,Q,68],null),new e(null,3,[R,212,U,14,Q,67],null),new e(null,3,[R,213.5,U,14,Q,67],\nnull),new e(null,3,[R,215,U,14,Q,67],null),new e(null,3,[R,216,U,14,Q,67],null),new e(null,3,[R,217.5,U,14,Q,67],null),new e(null,3,[R,219,U,14,Q,67],null),new e(null,3,[R,220,U,14,Q,67],null),new e(null,3,[R,221.5,U,14,Q,67],null),new e(null,3,[R,223,U,14,Q,67],null),new e(null,3,[R,224,U,14,Q,65],null),new e(null,3,[R,227,U,14,Q,67],null),new e(null,3,[R,228,U,14,Q,68],null),new e(null,3,[R,229.5,U,14,Q,68],null),new e(null,3,[R,231,U,14,Q,68],null),new e(null,3,[R,226,U,14,Q,65],null),new e(null,\n3,[R,120,U,6,Q,67],null),new e(null,3,[R,119,U,6,Q,65],null),new e(null,3,[R,118,U,6,Q,64],null),new e(null,3,[R,117,U,6,Q,62],null),new e(null,3,[R,116,U,6,Q,60],null),new e(null,3,[R,114,U,6,Q,60],null),new e(null,3,[R,152,U,6,Q,67],null),new e(null,3,[R,151,U,6,Q,65],null),new e(null,3,[R,150,U,6,Q,64],null),new e(null,3,[R,149,U,6,Q,62],null),new e(null,3,[R,148,U,6,Q,60],null),new e(null,3,[R,146,U,6,Q,60],null),new e(null,3,[R,64,U,13,Q,66],null),new e(null,3,[R,71,U,13,Q,66],null),new e(null,\n3,[R,70,U,13,Q,66],null),new e(null,3,[R,68,U,13,Q,66],null),new e(null,3,[R,67,U,13,Q,66],null),new e(null,3,[R,66,U,13,Q,66],null),new e(null,3,[R,72,U,13,Q,66],null),new e(null,3,[R,79,U,13,Q,66],null),new e(null,3,[R,78,U,13,Q,66],null),new e(null,3,[R,76,U,13,Q,66],null),new e(null,3,[R,75,U,13,Q,66],null),new e(null,3,[R,74,U,13,Q,66],null),new e(null,3,[R,80,U,13,Q,66],null),new e(null,3,[R,87,U,13,Q,66],null),new e(null,3,[R,86,U,13,Q,66],null),new e(null,3,[R,84,U,13,Q,66],null),new e(null,\n3,[R,83,U,13,Q,66],null),new e(null,3,[R,82,U,13,Q,66],null),new e(null,3,[R,88,U,13,Q,66],null),new e(null,3,[R,95,U,13,Q,66],null),new e(null,3,[R,94,U,13,Q,66],null),new e(null,3,[R,92,U,13,Q,66],null),new e(null,3,[R,91,U,13,Q,66],null),new e(null,3,[R,90,U,13,Q,66],null),new e(null,3,[R,96,U,13,Q,66],null),new e(null,3,[R,103,U,13,Q,66],null),new e(null,3,[R,102,U,13,Q,66],null),new e(null,3,[R,100,U,13,Q,66],null),new e(null,3,[R,99,U,13,Q,66],null),new e(null,3,[R,98,U,13,Q,66],null),new e(null,\n3,[R,104,U,13,Q,66],null),new e(null,3,[R,111,U,13,Q,66],null),new e(null,3,[R,110,U,13,Q,66],null),new e(null,3,[R,108,U,13,Q,66],null),new e(null,3,[R,107,U,13,Q,66],null),new e(null,3,[R,106,U,13,Q,66],null),new e(null,3,[R,112,U,13,Q,66],null),new e(null,3,[R,119,U,13,Q,66],null),new e(null,3,[R,118,U,13,Q,66],null),new e(null,3,[R,116,U,13,Q,66],null),new e(null,3,[R,115,U,13,Q,66],null),new e(null,3,[R,114,U,13,Q,66],null),new e(null,3,[R,120,U,13,Q,66],null),new e(null,3,[R,127,U,13,Q,66],\nnull),new e(null,3,[R,126,U,13,Q,66],null),new e(null,3,[R,124,U,13,Q,66],null),new e(null,3,[R,123,U,13,Q,66],null),new e(null,3,[R,122,U,13,Q,66],null),new e(null,3,[R,128,U,13,Q,66],null),new e(null,3,[R,135,U,13,Q,66],null),new e(null,3,[R,134,U,13,Q,66],null),new e(null,3,[R,132,U,13,Q,66],null),new e(null,3,[R,131,U,13,Q,66],null),new e(null,3,[R,130,U,13,Q,66],null),new e(null,3,[R,136,U,13,Q,66],null),new e(null,3,[R,143,U,13,Q,66],null),new e(null,3,[R,142,U,13,Q,66],null),new e(null,3,[R,\n140,U,13,Q,66],null),new e(null,3,[R,139,U,13,Q,66],null),new e(null,3,[R,138,U,13,Q,66],null),new e(null,3,[R,144,U,13,Q,66],null),new e(null,3,[R,151,U,13,Q,66],null),new e(null,3,[R,150,U,13,Q,66],null),new e(null,3,[R,148,U,13,Q,66],null),new e(null,3,[R,147,U,13,Q,66],null),new e(null,3,[R,146,U,13,Q,66],null),new e(null,3,[R,152,U,13,Q,66],null),new e(null,3,[R,159,U,13,Q,66],null),new e(null,3,[R,158,U,13,Q,66],null),new e(null,3,[R,156,U,13,Q,66],null),new e(null,3,[R,155,U,13,Q,66],null),\nnew e(null,3,[R,154,U,13,Q,66],null),new e(null,3,[R,160,U,13,Q,66],null),new e(null,3,[R,167,U,13,Q,66],null),new e(null,3,[R,166,U,13,Q,66],null),new e(null,3,[R,164,U,13,Q,66],null),new e(null,3,[R,163,U,13,Q,66],null),new e(null,3,[R,162,U,13,Q,66],null),new e(null,3,[R,168,U,13,Q,66],null),new e(null,3,[R,175,U,13,Q,66],null),new e(null,3,[R,174,U,13,Q,66],null),new e(null,3,[R,172,U,13,Q,66],null),new e(null,3,[R,171,U,13,Q,66],null),new e(null,3,[R,170,U,13,Q,66],null),new e(null,3,[R,176,\nU,13,Q,66],null),new e(null,3,[R,183,U,13,Q,66],null),new e(null,3,[R,182,U,13,Q,66],null),new e(null,3,[R,180,U,13,Q,66],null),new e(null,3,[R,179,U,13,Q,66],null),new e(null,3,[R,178,U,13,Q,66],null),new e(null,3,[R,184,U,13,Q,66],null),new e(null,3,[R,191,U,13,Q,66],null),new e(null,3,[R,190,U,13,Q,66],null),new e(null,3,[R,188,U,13,Q,66],null),new e(null,3,[R,187,U,13,Q,66],null),new e(null,3,[R,186,U,13,Q,66],null),new e(null,3,[R,192,U,13,Q,66],null),new e(null,3,[R,199,U,13,Q,66],null),new e(null,\n3,[R,198,U,13,Q,66],null),new e(null,3,[R,196,U,13,Q,66],null),new e(null,3,[R,195,U,13,Q,66],null),new e(null,3,[R,194,U,13,Q,66],null),new e(null,3,[R,200,U,13,Q,66],null),new e(null,3,[R,207,U,13,Q,66],null),new e(null,3,[R,206,U,13,Q,66],null),new e(null,3,[R,204,U,13,Q,66],null),new e(null,3,[R,203,U,13,Q,66],null),new e(null,3,[R,202,U,13,Q,66],null),new e(null,3,[R,208,U,13,Q,66],null),new e(null,3,[R,215,U,13,Q,66],null),new e(null,3,[R,214,U,13,Q,66],null),new e(null,3,[R,212,U,13,Q,66],\nnull),new e(null,3,[R,211,U,13,Q,66],null),new e(null,3,[R,210,U,13,Q,66],null),new e(null,3,[R,216,U,13,Q,66],null),new e(null,3,[R,223,U,13,Q,66],null),new e(null,3,[R,222,U,13,Q,66],null),new e(null,3,[R,220,U,13,Q,66],null),new e(null,3,[R,219,U,13,Q,66],null),new e(null,3,[R,218,U,13,Q,66],null),new e(null,3,[R,224,U,13,Q,66],null),new e(null,3,[R,231,U,13,Q,66],null),new e(null,3,[R,230,U,13,Q,66],null),new e(null,3,[R,228,U,13,Q,66],null),new e(null,3,[R,227,U,13,Q,66],null),new e(null,3,[R,\n226,U,13,Q,66],null),new e(null,3,[R,232,U,13,Q,66],null),new e(null,3,[R,239,U,13,Q,66],null),new e(null,3,[R,238,U,13,Q,66],null),new e(null,3,[R,236,U,13,Q,66],null),new e(null,3,[R,235,U,13,Q,66],null),new e(null,3,[R,234,U,13,Q,66],null),new e(null,3,[R,240,U,13,Q,66],null),new e(null,3,[R,247,U,13,Q,66],null),new e(null,3,[R,246,U,13,Q,66],null),new e(null,3,[R,244,U,13,Q,66],null),new e(null,3,[R,243,U,13,Q,66],null),new e(null,3,[R,242,U,13,Q,66],null),new e(null,3,[R,248,U,13,Q,66],null),\nnew e(null,3,[R,255,U,13,Q,66],null),new e(null,3,[R,254,U,13,Q,66],null),new e(null,3,[R,252,U,13,Q,66],null),new e(null,3,[R,251,U,13,Q,66],null),new e(null,3,[R,250,U,13,Q,66],null),new e(null,3,[R,256,U,13,Q,66],null),new e(null,3,[R,263,U,13,Q,66],null),new e(null,3,[R,262,U,13,Q,66],null),new e(null,3,[R,260,U,13,Q,66],null),new e(null,3,[R,259,U,13,Q,66],null),new e(null,3,[R,258,U,13,Q,66],null),new e(null,3,[R,264,U,13,Q,66],null),new e(null,3,[R,271,U,13,Q,66],null),new e(null,3,[R,270,\nU,13,Q,66],null),new e(null,3,[R,268,U,13,Q,66],null),new e(null,3,[R,267,U,13,Q,66],null),new e(null,3,[R,266,U,13,Q,66],null),new e(null,3,[R,272,U,13,Q,66],null),new e(null,3,[R,279,U,13,Q,66],null),new e(null,3,[R,278,U,13,Q,66],null),new e(null,3,[R,276,U,13,Q,66],null),new e(null,3,[R,275,U,13,Q,66],null),new e(null,3,[R,274,U,13,Q,66],null),new e(null,3,[R,280,U,13,Q,66],null),new e(null,3,[R,287,U,13,Q,66],null),new e(null,3,[R,286,U,13,Q,66],null),new e(null,3,[R,284,U,13,Q,66],null),new e(null,\n3,[R,283,U,13,Q,66],null),new e(null,3,[R,282,U,13,Q,66],null),new e(null,3,[R,288,U,13,Q,66],null),new e(null,3,[R,295,U,13,Q,66],null),new e(null,3,[R,294,U,13,Q,66],null),new e(null,3,[R,292,U,13,Q,66],null),new e(null,3,[R,291,U,13,Q,66],null),new e(null,3,[R,290,U,13,Q,66],null),new e(null,3,[R,296,U,13,Q,66],null),new e(null,3,[R,303,U,13,Q,66],null),new e(null,3,[R,302,U,13,Q,66],null),new e(null,3,[R,300,U,13,Q,66],null),new e(null,3,[R,299,U,13,Q,66],null),new e(null,3,[R,298,U,13,Q,66],\nnull),new e(null,3,[R,304,U,13,Q,66],null),new e(null,3,[R,311,U,13,Q,66],null),new e(null,3,[R,310,U,13,Q,66],null),new e(null,3,[R,308,U,13,Q,66],null),new e(null,3,[R,307,U,13,Q,66],null),new e(null,3,[R,306,U,13,Q,66],null),new e(null,3,[R,312,U,13,Q,66],null),new e(null,3,[R,319,U,13,Q,66],null),new e(null,3,[R,318,U,13,Q,66],null),new e(null,3,[R,316,U,13,Q,66],null),new e(null,3,[R,315,U,13,Q,66],null),new e(null,3,[R,314,U,13,Q,66],null),new e(null,3,[R,320,U,13,Q,66],null),new e(null,3,[R,\n327,U,13,Q,66],null),new e(null,3,[R,326,U,13,Q,66],null),new e(null,3,[R,324,U,13,Q,66],null),new e(null,3,[R,323,U,13,Q,66],null),new e(null,3,[R,322,U,13,Q,66],null),new e(null,3,[R,328,U,13,Q,66],null),new e(null,3,[R,335,U,13,Q,66],null),new e(null,3,[R,334,U,13,Q,66],null),new e(null,3,[R,332,U,13,Q,66],null),new e(null,3,[R,331,U,13,Q,66],null),new e(null,3,[R,330,U,13,Q,66],null),new e(null,3,[R,336,U,13,Q,66],null),new e(null,3,[R,343,U,13,Q,66],null),new e(null,3,[R,342,U,13,Q,66],null),\nnew e(null,3,[R,340,U,13,Q,66],null),new e(null,3,[R,339,U,13,Q,66],null),new e(null,3,[R,338,U,13,Q,66],null),new e(null,3,[R,344,U,13,Q,66],null),new e(null,3,[R,351,U,13,Q,66],null),new e(null,3,[R,350,U,13,Q,66],null),new e(null,3,[R,348,U,13,Q,66],null),new e(null,3,[R,347,U,13,Q,66],null),new e(null,3,[R,346,U,13,Q,66],null),new e(null,3,[R,352,U,13,Q,66],null),new e(null,3,[R,359,U,13,Q,66],null),new e(null,3,[R,358,U,13,Q,66],null),new e(null,3,[R,356,U,13,Q,66],null),new e(null,3,[R,355,\nU,13,Q,66],null),new e(null,3,[R,354,U,13,Q,66],null),new e(null,3,[R,360,U,13,Q,66],null),new e(null,3,[R,367,U,13,Q,66],null),new e(null,3,[R,366,U,13,Q,66],null),new e(null,3,[R,364,U,13,Q,66],null),new e(null,3,[R,363,U,13,Q,66],null),new e(null,3,[R,362,U,13,Q,66],null),new e(null,3,[R,368,U,13,Q,66],null),new e(null,3,[R,375,U,13,Q,66],null),new e(null,3,[R,374,U,13,Q,66],null),new e(null,3,[R,372,U,13,Q,66],null),new e(null,3,[R,371,U,13,Q,66],null),new e(null,3,[R,370,U,13,Q,66],null),new e(null,\n3,[R,376,U,13,Q,66],null),new e(null,3,[R,383,U,13,Q,66],null),new e(null,3,[R,382,U,13,Q,66],null),new e(null,3,[R,380,U,13,Q,66],null),new e(null,3,[R,379,U,13,Q,66],null),new e(null,3,[R,378,U,13,Q,66],null),new e(null,3,[R,384,U,13,Q,66],null),new e(null,3,[R,391,U,13,Q,66],null),new e(null,3,[R,390,U,13,Q,66],null),new e(null,3,[R,388,U,13,Q,66],null),new e(null,3,[R,387,U,13,Q,66],null),new e(null,3,[R,386,U,13,Q,66],null),new e(null,3,[R,392,U,13,Q,66],null),new e(null,3,[R,399,U,13,Q,66],\nnull),new e(null,3,[R,398,U,13,Q,66],null),new e(null,3,[R,396,U,13,Q,66],null),new e(null,3,[R,395,U,13,Q,66],null),new e(null,3,[R,394,U,13,Q,66],null),new e(null,3,[R,400,U,13,Q,66],null),new e(null,3,[R,407,U,13,Q,66],null),new e(null,3,[R,406,U,13,Q,66],null),new e(null,3,[R,404,U,13,Q,66],null),new e(null,3,[R,403,U,13,Q,66],null),new e(null,3,[R,402,U,13,Q,66],null),new e(null,3,[R,408,U,13,Q,66],null),new e(null,3,[R,415,U,13,Q,66],null),new e(null,3,[R,414,U,13,Q,66],null),new e(null,3,[R,\n412,U,13,Q,66],null),new e(null,3,[R,411,U,13,Q,66],null),new e(null,3,[R,410,U,13,Q,66],null),new e(null,3,[R,416,U,13,Q,66],null),new e(null,3,[R,423,U,13,Q,66],null),new e(null,3,[R,422,U,13,Q,66],null),new e(null,3,[R,420,U,13,Q,66],null),new e(null,3,[R,419,U,13,Q,66],null),new e(null,3,[R,418,U,13,Q,66],null),new e(null,3,[R,424,U,13,Q,66],null),new e(null,3,[R,431,U,13,Q,66],null),new e(null,3,[R,430,U,13,Q,66],null),new e(null,3,[R,428,U,13,Q,66],null),new e(null,3,[R,427,U,13,Q,66],null),\nnew e(null,3,[R,426,U,13,Q,66],null),new e(null,3,[R,432,U,13,Q,66],null),new e(null,3,[R,439,U,13,Q,66],null),new e(null,3,[R,438,U,13,Q,66],null),new e(null,3,[R,436,U,13,Q,66],null),new e(null,3,[R,435,U,13,Q,66],null),new e(null,3,[R,434,U,13,Q,66],null),new e(null,3,[R,440,U,13,Q,66],null),new e(null,3,[R,447,U,13,Q,66],null),new e(null,3,[R,446,U,13,Q,66],null),new e(null,3,[R,444,U,13,Q,66],null),new e(null,3,[R,443,U,13,Q,66],null),new e(null,3,[R,442,U,13,Q,66],null),new e(null,3,[R,448,\nU,13,Q,66],null),new e(null,3,[R,455,U,13,Q,66],null),new e(null,3,[R,454,U,13,Q,66],null),new e(null,3,[R,452,U,13,Q,66],null),new e(null,3,[R,451,U,13,Q,66],null),new e(null,3,[R,450,U,13,Q,66],null),new e(null,3,[R,456,U,13,Q,66],null),new e(null,3,[R,463,U,13,Q,66],null),new e(null,3,[R,462,U,13,Q,66],null),new e(null,3,[R,460,U,13,Q,66],null),new e(null,3,[R,459,U,13,Q,66],null),new e(null,3,[R,458,U,13,Q,66],null),new e(null,3,[R,464,U,13,Q,66],null),new e(null,3,[R,471,U,13,Q,66],null),new e(null,\n3,[R,470,U,13,Q,66],null),new e(null,3,[R,468,U,13,Q,66],null),new e(null,3,[R,467,U,13,Q,66],null),new e(null,3,[R,466,U,13,Q,66],null),new e(null,3,[R,472,U,13,Q,66],null),new e(null,3,[R,479,U,13,Q,66],null),new e(null,3,[R,478,U,13,Q,66],null),new e(null,3,[R,476,U,13,Q,66],null),new e(null,3,[R,475,U,13,Q,66],null),new e(null,3,[R,474,U,13,Q,66],null),new e(null,3,[R,160,U,2,Q,60],null),new e(null,3,[R,167,U,2,Q,60],null),new e(null,3,[R,166,U,2,Q,60],null),new e(null,3,[R,164,U,2,Q,60],null),\nnew e(null,3,[R,163,U,2,Q,60],null),new e(null,3,[R,162,U,2,Q,60],null),new e(null,3,[R,168,U,2,Q,60],null),new e(null,3,[R,175,U,2,Q,60],null),new e(null,3,[R,174,U,2,Q,60],null),new e(null,3,[R,172,U,2,Q,60],null),new e(null,3,[R,171,U,2,Q,60],null),new e(null,3,[R,170,U,2,Q,60],null),new e(null,3,[R,176,U,2,Q,60],null),new e(null,3,[R,183,U,2,Q,60],null),new e(null,3,[R,182,U,2,Q,60],null),new e(null,3,[R,180,U,2,Q,60],null),new e(null,3,[R,179,U,2,Q,60],null),new e(null,3,[R,178,U,2,Q,60],null),\nnew e(null,3,[R,184,U,2,Q,60],null),new e(null,3,[R,191,U,2,Q,60],null),new e(null,3,[R,190,U,2,Q,60],null),new e(null,3,[R,188,U,2,Q,60],null),new e(null,3,[R,187,U,2,Q,60],null),new e(null,3,[R,186,U,2,Q,60],null),new e(null,3,[R,192,U,2,Q,60],null),new e(null,3,[R,199,U,2,Q,60],null),new e(null,3,[R,198,U,2,Q,60],null),new e(null,3,[R,196,U,2,Q,60],null),new e(null,3,[R,195,U,2,Q,60],null),new e(null,3,[R,194,U,2,Q,60],null),new e(null,3,[R,200,U,2,Q,60],null),new e(null,3,[R,207,U,2,Q,60],null),\nnew e(null,3,[R,206,U,2,Q,60],null),new e(null,3,[R,204,U,2,Q,60],null),new e(null,3,[R,203,U,2,Q,60],null),new e(null,3,[R,202,U,2,Q,60],null),new e(null,3,[R,208,U,2,Q,60],null),new e(null,3,[R,215,U,2,Q,60],null),new e(null,3,[R,214,U,2,Q,60],null),new e(null,3,[R,212,U,2,Q,60],null),new e(null,3,[R,211,U,2,Q,60],null),new e(null,3,[R,210,U,2,Q,60],null),new e(null,3,[R,216,U,2,Q,60],null),new e(null,3,[R,223,U,2,Q,60],null),new e(null,3,[R,222,U,2,Q,60],null),new e(null,3,[R,220,U,2,Q,60],null),\nnew e(null,3,[R,219,U,2,Q,60],null),new e(null,3,[R,218,U,2,Q,60],null),new e(null,3,[R,224,U,2,Q,60],null),new e(null,3,[R,231,U,2,Q,60],null),new e(null,3,[R,230,U,2,Q,60],null),new e(null,3,[R,228,U,2,Q,60],null),new e(null,3,[R,227,U,2,Q,60],null),new e(null,3,[R,226,U,2,Q,60],null),new e(null,3,[R,232,U,2,Q,60],null),new e(null,3,[R,239,U,2,Q,60],null),new e(null,3,[R,238,U,2,Q,60],null),new e(null,3,[R,236,U,2,Q,60],null),new e(null,3,[R,235,U,2,Q,60],null),new e(null,3,[R,234,U,2,Q,60],null),\nnew e(null,3,[R,240,U,2,Q,60],null),new e(null,3,[R,247,U,2,Q,60],null),new e(null,3,[R,246,U,2,Q,60],null),new e(null,3,[R,244,U,2,Q,60],null),new e(null,3,[R,243,U,2,Q,60],null),new e(null,3,[R,242,U,2,Q,60],null),new e(null,3,[R,248,U,2,Q,60],null),new e(null,3,[R,255,U,2,Q,60],null),new e(null,3,[R,254,U,2,Q,60],null),new e(null,3,[R,252,U,2,Q,60],null),new e(null,3,[R,251,U,2,Q,60],null),new e(null,3,[R,250,U,2,Q,60],null),new e(null,3,[R,256,U,2,Q,60],null),new e(null,3,[R,263,U,2,Q,60],null),\nnew e(null,3,[R,262,U,2,Q,60],null),new e(null,3,[R,260,U,2,Q,60],null),new e(null,3,[R,259,U,2,Q,60],null),new e(null,3,[R,258,U,2,Q,60],null),new e(null,3,[R,264,U,2,Q,60],null),new e(null,3,[R,271,U,2,Q,60],null),new e(null,3,[R,270,U,2,Q,60],null),new e(null,3,[R,268,U,2,Q,60],null),new e(null,3,[R,267,U,2,Q,60],null),new e(null,3,[R,266,U,2,Q,60],null),new e(null,3,[R,272,U,2,Q,60],null),new e(null,3,[R,279,U,2,Q,60],null),new e(null,3,[R,278,U,2,Q,60],null),new e(null,3,[R,276,U,2,Q,60],null),\nnew e(null,3,[R,275,U,2,Q,60],null),new e(null,3,[R,274,U,2,Q,60],null),new e(null,3,[R,280,U,2,Q,60],null),new e(null,3,[R,287,U,2,Q,60],null),new e(null,3,[R,286,U,2,Q,60],null),new e(null,3,[R,284,U,2,Q,60],null),new e(null,3,[R,283,U,2,Q,60],null),new e(null,3,[R,282,U,2,Q,60],null),new e(null,3,[R,288,U,2,Q,60],null),new e(null,3,[R,295,U,2,Q,60],null),new e(null,3,[R,294,U,2,Q,60],null),new e(null,3,[R,292,U,2,Q,60],null),new e(null,3,[R,291,U,2,Q,60],null),new e(null,3,[R,290,U,2,Q,60],null),\nnew e(null,3,[R,296,U,2,Q,60],null),new e(null,3,[R,303,U,2,Q,60],null),new e(null,3,[R,302,U,2,Q,60],null),new e(null,3,[R,300,U,2,Q,60],null),new e(null,3,[R,299,U,2,Q,60],null),new e(null,3,[R,298,U,2,Q,60],null),new e(null,3,[R,304,U,2,Q,60],null),new e(null,3,[R,311,U,2,Q,60],null),new e(null,3,[R,310,U,2,Q,60],null),new e(null,3,[R,308,U,2,Q,60],null),new e(null,3,[R,307,U,2,Q,60],null),new e(null,3,[R,306,U,2,Q,60],null),new e(null,3,[R,312,U,2,Q,60],null),new e(null,3,[R,319,U,2,Q,60],null),\nnew e(null,3,[R,318,U,2,Q,60],null),new e(null,3,[R,316,U,2,Q,60],null),new e(null,3,[R,315,U,2,Q,60],null),new e(null,3,[R,314,U,2,Q,60],null),new e(null,3,[R,320,U,2,Q,60],null),new e(null,3,[R,327,U,2,Q,60],null),new e(null,3,[R,326,U,2,Q,60],null),new e(null,3,[R,324,U,2,Q,60],null),new e(null,3,[R,323,U,2,Q,60],null),new e(null,3,[R,322,U,2,Q,60],null),new e(null,3,[R,328,U,2,Q,60],null),new e(null,3,[R,335,U,2,Q,60],null),new e(null,3,[R,334,U,2,Q,60],null),new e(null,3,[R,332,U,2,Q,60],null),\nnew e(null,3,[R,331,U,2,Q,60],null),new e(null,3,[R,330,U,2,Q,60],null),new e(null,3,[R,336,U,2,Q,60],null),new e(null,3,[R,343,U,2,Q,60],null),new e(null,3,[R,342,U,2,Q,60],null),new e(null,3,[R,340,U,2,Q,60],null),new e(null,3,[R,339,U,2,Q,60],null),new e(null,3,[R,338,U,2,Q,60],null),new e(null,3,[R,344,U,2,Q,60],null),new e(null,3,[R,351,U,2,Q,60],null),new e(null,3,[R,350,U,2,Q,60],null),new e(null,3,[R,348,U,2,Q,60],null),new e(null,3,[R,347,U,2,Q,60],null),new e(null,3,[R,346,U,2,Q,60],null),\nnew e(null,3,[R,352,U,2,Q,60],null),new e(null,3,[R,359,U,2,Q,60],null),new e(null,3,[R,358,U,2,Q,60],null),new e(null,3,[R,356,U,2,Q,60],null),new e(null,3,[R,355,U,2,Q,60],null),new e(null,3,[R,354,U,2,Q,60],null),new e(null,3,[R,360,U,2,Q,60],null),new e(null,3,[R,367,U,2,Q,60],null),new e(null,3,[R,366,U,2,Q,60],null),new e(null,3,[R,364,U,2,Q,60],null),new e(null,3,[R,363,U,2,Q,60],null),new e(null,3,[R,362,U,2,Q,60],null),new e(null,3,[R,368,U,2,Q,60],null),new e(null,3,[R,375,U,2,Q,60],null),\nnew e(null,3,[R,374,U,2,Q,60],null),new e(null,3,[R,372,U,2,Q,60],null),new e(null,3,[R,371,U,2,Q,60],null),new e(null,3,[R,370,U,2,Q,60],null),new e(null,3,[R,376,U,2,Q,60],null),new e(null,3,[R,383,U,2,Q,60],null),new e(null,3,[R,382,U,2,Q,60],null),new e(null,3,[R,380,U,2,Q,60],null),new e(null,3,[R,379,U,2,Q,60],null),new e(null,3,[R,378,U,2,Q,60],null),new e(null,3,[R,384,U,2,Q,60],null),new e(null,3,[R,391,U,2,Q,60],null),new e(null,3,[R,390,U,2,Q,60],null),new e(null,3,[R,388,U,2,Q,60],null),\nnew e(null,3,[R,387,U,2,Q,60],null),new e(null,3,[R,386,U,2,Q,60],null),new e(null,3,[R,392,U,2,Q,60],null),new e(null,3,[R,399,U,2,Q,60],null),new e(null,3,[R,398,U,2,Q,60],null),new e(null,3,[R,396,U,2,Q,60],null),new e(null,3,[R,395,U,2,Q,60],null),new e(null,3,[R,394,U,2,Q,60],null),new e(null,3,[R,400,U,2,Q,60],null),new e(null,3,[R,407,U,2,Q,60],null),new e(null,3,[R,406,U,2,Q,60],null),new e(null,3,[R,404,U,2,Q,60],null),new e(null,3,[R,403,U,2,Q,60],null),new e(null,3,[R,402,U,2,Q,60],null),\nnew e(null,3,[R,408,U,2,Q,60],null),new e(null,3,[R,415,U,2,Q,60],null),new e(null,3,[R,414,U,2,Q,60],null),new e(null,3,[R,412,U,2,Q,60],null),new e(null,3,[R,411,U,2,Q,60],null),new e(null,3,[R,410,U,2,Q,60],null),new e(null,3,[R,416,U,2,Q,60],null),new e(null,3,[R,423,U,2,Q,60],null),new e(null,3,[R,422,U,2,Q,60],null),new e(null,3,[R,420,U,2,Q,60],null),new e(null,3,[R,419,U,2,Q,60],null),new e(null,3,[R,418,U,2,Q,60],null),new e(null,3,[R,424,U,2,Q,60],null),new e(null,3,[R,431,U,2,Q,60],null),\nnew e(null,3,[R,430,U,2,Q,60],null),new e(null,3,[R,428,U,2,Q,60],null),new e(null,3,[R,427,U,2,Q,60],null),new e(null,3,[R,426,U,2,Q,60],null),new e(null,3,[R,432,U,2,Q,60],null),new e(null,3,[R,439,U,2,Q,60],null),new e(null,3,[R,438,U,2,Q,60],null),new e(null,3,[R,436,U,2,Q,60],null),new e(null,3,[R,435,U,2,Q,60],null),new e(null,3,[R,434,U,2,Q,60],null),new e(null,3,[R,440,U,2,Q,60],null),new e(null,3,[R,447,U,2,Q,60],null),new e(null,3,[R,446,U,2,Q,60],null),new e(null,3,[R,444,U,2,Q,60],null),\nnew e(null,3,[R,443,U,2,Q,60],null),new e(null,3,[R,442,U,2,Q,60],null),new e(null,3,[R,448,U,2,Q,60],null),new e(null,3,[R,455,U,2,Q,60],null),new e(null,3,[R,454,U,2,Q,60],null),new e(null,3,[R,452,U,2,Q,60],null),new e(null,3,[R,451,U,2,Q,60],null),new e(null,3,[R,450,U,2,Q,60],null),new e(null,3,[R,456,U,2,Q,60],null),new e(null,3,[R,463,U,2,Q,60],null),new e(null,3,[R,462,U,2,Q,60],null),new e(null,3,[R,460,U,2,Q,60],null),new e(null,3,[R,459,U,2,Q,60],null),new e(null,3,[R,458,U,2,Q,60],null),\nnew e(null,3,[R,464,U,2,Q,60],null),new e(null,3,[R,471,U,2,Q,60],null),new e(null,3,[R,470,U,2,Q,60],null),new e(null,3,[R,468,U,2,Q,60],null),new e(null,3,[R,467,U,2,Q,60],null),new e(null,3,[R,466,U,2,Q,60],null),new e(null,3,[R,472,U,2,Q,60],null),new e(null,3,[R,479,U,2,Q,60],null),new e(null,3,[R,478,U,2,Q,60],null),new e(null,3,[R,476,U,2,Q,60],null),new e(null,3,[R,475,U,2,Q,60],null),new e(null,3,[R,474,U,2,Q,60],null),new e(null,3,[R,480,U,15,Q,60],null),new e(null,3,[R,484,U,15,Q,67],null),\nnew e(null,3,[R,488,U,15,Q,72],null),new e(null,3,[R,496,U,15,Q,58],null),new e(null,3,[R,500,U,15,Q,65],null),new e(null,3,[R,504,U,15,Q,70],null),new e(null,3,[R,512,U,15,Q,56],null),new e(null,3,[R,516,U,15,Q,63],null),new e(null,3,[R,520,U,15,Q,68],null),new e(null,3,[R,528,U,15,Q,55],null),new e(null,3,[R,532,U,15,Q,62],null),new e(null,3,[R,536,U,15,Q,67],null),new e(null,3,[R,546,U,12,Q,60],null),new e(null,3,[R,544,U,12,Q,63],null),new e(null,3,[R,543.5,U,12,Q,60],null),new e(null,3,[R,543,\nU,12,Q,55],null),new e(null,3,[R,530,U,12,Q,71],null),new e(null,3,[R,529,U,12,Q,69],null),new e(null,3,[R,528,U,12,Q,71],null),new e(null,3,[R,526,U,12,Q,72],null),new e(null,3,[R,524,U,12,Q,68],null),new e(null,3,[R,522,U,12,Q,68],null),new e(null,3,[R,512,U,12,Q,72],null),new e(null,3,[R,511.5,U,12,Q,68],null),new e(null,3,[R,511,U,12,Q,63],null),new e(null,3,[R,498,U,12,Q,70],null),new e(null,3,[R,497,U,12,Q,68],null),new e(null,3,[R,492,U,12,Q,67],null),new e(null,3,[R,496,U,12,Q,70],null),new e(null,\n3,[R,494,U,12,Q,72],null),new e(null,3,[R,490,U,12,Q,67],null),new e(null,3,[R,480,U,12,Q,72],null)],!0);var fs=tg([new e(null,3,[R,67.5,U,1,Q,74],null),new e(null,3,[R,67,U,1,Q,71],null),new e(null,3,[R,66,U,1,Q,74],null),new e(null,3,[R,65.5,U,1,Q,76],null),new e(null,3,[R,64.5,U,1,Q,78],null),new e(null,3,[R,60.5,U,1,Q,73],null),new e(null,3,[R,59.5,U,1,Q,73],null),new e(null,3,[R,59,U,1,Q,72],null),new e(null,3,[R,58,U,1,Q,72],null),new e(null,3,[R,57,U,1,Q,72],null),new e(null,3,[R,56.5,U,1,Q,72],null),new e(null,3,[R,55.5,U,1,Q,72],null),new e(null,3,[R,50.5,U,1,Q,66],null),new e(null,3,[R,49.5,\nU,1,Q,67],null),new e(null,3,[R,49,U,1,Q,66],null),new e(null,3,[R,48.5,U,1,Q,64],null),new e(null,3,[R,47.5,U,1,Q,62],null),new e(null,3,[R,46.5,U,1,Q,69],null),new e(null,3,[R,43,U,1,Q,66],null),new e(null,3,[R,42,U,1,Q,69],null),new e(null,3,[R,41.5,U,1,Q,66],null),new e(null,3,[R,41,U,1,Q,69],null),new e(null,3,[R,40.5,U,1,Q,69],null),new e(null,3,[R,39.5,U,1,Q,69],null),new e(null,3,[R,35.5,U,1,Q,62],null),new e(null,3,[R,35,U,1,Q,62],null),new e(null,3,[R,34,U,1,Q,62],null),new e(null,3,[R,\n31.5,U,1,Q,74],null),new e(null,3,[R,31,U,1,Q,73],null),new e(null,3,[R,27.5,U,1,Q,73],null),new e(null,3,[R,27,U,1,Q,72],null),new e(null,3,[R,26,U,1,Q,72],null),new e(null,3,[R,25,U,1,Q,72],null),new e(null,3,[R,24.5,U,1,Q,72],null),new e(null,3,[R,23.5,U,1,Q,72],null),new e(null,3,[R,18.5,U,1,Q,66],null),new e(null,3,[R,17.5,U,1,Q,67],null),new e(null,3,[R,17,U,1,Q,66],null),new e(null,3,[R,16.5,U,1,Q,64],null),new e(null,3,[R,15.5,U,1,Q,62],null),new e(null,3,[R,15,U,1,Q,69],null),new e(null,\n3,[R,11,U,1,Q,66],null),new e(null,3,[R,10,U,1,Q,69],null),new e(null,3,[R,9.5,U,1,Q,66],null),new e(null,3,[R,9,U,1,Q,69],null),new e(null,3,[R,8.5,U,1,Q,69],null),new e(null,3,[R,7.5,U,1,Q,69],null),new e(null,3,[R,67.5,U,5,Q,62],null),new e(null,3,[R,67,U,5,Q,64],null),new e(null,3,[R,66.5,U,5,Q,66],null),new e(null,3,[R,66,U,5,Q,67],null),new e(null,3,[R,63.5,U,5,Q,66],null),new e(null,3,[R,63,U,5,Q,64],null),new e(null,3,[R,59.5,U,5,Q,64],null),new e(null,3,[R,59,U,5,Q,66],null),new e(null,3,\n[R,58,U,5,Q,67],null),new e(null,3,[R,57,U,5,Q,67],null),new e(null,3,[R,56.5,U,5,Q,67],null),new e(null,3,[R,55.5,U,5,Q,67],null),new e(null,3,[R,50.5,U,5,Q,62],null),new e(null,3,[R,49.5,U,5,Q,64],null),new e(null,3,[R,49,U,5,Q,62],null),new e(null,3,[R,48.5,U,5,Q,59],null),new e(null,3,[R,47.5,U,5,Q,57],null),new e(null,3,[R,47,U,5,Q,66],null),new e(null,3,[R,43,U,5,Q,62],null),new e(null,3,[R,42,U,5,Q,66],null),new e(null,3,[R,41.5,U,5,Q,62],null),new e(null,3,[R,41,U,5,Q,66],null),new e(null,\n3,[R,40.5,U,5,Q,66],null),new e(null,3,[R,39.5,U,5,Q,66],null),new e(null,3,[R,105,U,13,Q,71],null),new e(null,3,[R,104.5,U,13,Q,69],null),new e(null,3,[R,104,U,13,Q,71],null),new e(null,3,[R,103.5,U,13,Q,72],null),new e(null,3,[R,103,U,13,Q,74],null),new e(null,3,[R,102.5,U,13,Q,76],null),new e(null,3,[R,102,U,13,Q,77],null),new e(null,3,[R,101.5,U,13,Q,72],null),new e(null,3,[R,101,U,13,Q,74],null),new e(null,3,[R,100.5,U,13,Q,76],null),new e(null,3,[R,100,U,13,Q,77],null),new e(null,3,[R,35.5,\nU,5,Q,62],null),new e(null,3,[R,35,U,5,Q,64],null),new e(null,3,[R,34.5,U,5,Q,66],null),new e(null,3,[R,34,U,5,Q,67],null),new e(null,3,[R,31.5,U,5,Q,66],null),new e(null,3,[R,31,U,5,Q,64],null),new e(null,3,[R,27.5,U,5,Q,64],null),new e(null,3,[R,27,U,5,Q,66],null),new e(null,3,[R,26,U,5,Q,67],null),new e(null,3,[R,25,U,5,Q,67],null),new e(null,3,[R,24.5,U,5,Q,67],null),new e(null,3,[R,23.5,U,5,Q,67],null),new e(null,3,[R,18.5,U,5,Q,62],null),new e(null,3,[R,17.5,U,5,Q,64],null),new e(null,3,[R,\n17,U,5,Q,62],null),new e(null,3,[R,16.5,U,5,Q,59],null),new e(null,3,[R,15.5,U,5,Q,57],null),new e(null,3,[R,15,U,5,Q,66],null),new e(null,3,[R,11,U,5,Q,62],null),new e(null,3,[R,10,U,5,Q,66],null),new e(null,3,[R,9.5,U,5,Q,62],null),new e(null,3,[R,9,U,5,Q,66],null),new e(null,3,[R,8.5,U,5,Q,66],null),new e(null,3,[R,7.5,U,5,Q,66],null),new e(null,3,[R,129.5,U,8,Q,64],null),new e(null,3,[R,131,U,8,Q,62],null),new e(null,3,[R,128,U,8,Q,65],null),new e(null,3,[R,147,U,8,Q,59],null),new e(null,3,[R,\n145.5,U,8,Q,62],null),new e(null,3,[R,144,U,8,Q,60],null),new e(null,3,[R,147.5,U,2,Q,55],null),new e(null,3,[R,147,U,2,Q,59],null),new e(null,3,[R,147.5,U,13,Q,74],null),new e(null,3,[R,147.5,U,15,Q,55],null),new e(null,3,[R,123.5,U,15,Q,55],null),new e(null,3,[R,122.5,U,15,Q,55],null),new e(null,3,[R,122,U,15,Q,55],null),new e(null,3,[R,121.5,U,15,Q,55],null),new e(null,3,[R,120.5,U,15,Q,55],null),new e(null,3,[R,120,U,15,Q,55],null),new e(null,3,[R,119.5,U,15,Q,55],null),new e(null,3,[R,118.5,\nU,15,Q,55],null),new e(null,3,[R,118,U,15,Q,55],null),new e(null,3,[R,117.5,U,15,Q,55],null),new e(null,3,[R,116.5,U,15,Q,55],null),new e(null,3,[R,116,U,15,Q,55],null),new e(null,3,[R,116,U,2,Q,67],null),new e(null,3,[R,115.5,U,2,Q,69],null),new e(null,3,[R,115,U,2,Q,69],null),new e(null,3,[R,114.5,U,2,Q,71],null),new e(null,3,[R,114,U,2,Q,72],null),new e(null,3,[R,115.5,U,13,Q,77],null),new e(null,3,[R,115,U,13,Q,77],null),new e(null,3,[R,114.5,U,13,Q,77],null),new e(null,3,[R,114,U,13,Q,77],null),\nnew e(null,3,[R,113.5,U,13,Q,77],null),new e(null,3,[R,110.5,U,2,Q,60],null),new e(null,3,[R,110,U,2,Q,69],null),new e(null,3,[R,109.5,U,2,Q,55],null),new e(null,3,[R,109,U,2,Q,65],null),new e(null,3,[R,108.5,U,2,Q,71],null),new e(null,3,[R,108,U,2,Q,57],null),new e(null,3,[R,120,U,13,Q,77],null),new e(null,3,[R,119.5,U,13,Q,77],null),new e(null,3,[R,119,U,13,Q,77],null),new e(null,3,[R,118.5,U,13,Q,77],null),new e(null,3,[R,118,U,13,Q,77],null),new e(null,3,[R,117.5,U,13,Q,77],null),new e(null,3,\n[R,117,U,13,Q,77],null),new e(null,3,[R,116.5,U,13,Q,77],null),new e(null,3,[R,116,U,13,Q,77],null),new e(null,3,[R,115.5,U,13,Q,76],null),new e(null,3,[R,111,U,7,Q,59],null),new e(null,3,[R,109.5,U,7,Q,61],null),new e(null,3,[R,108,U,7,Q,62],null),new e(null,3,[R,111,U,8,Q,59],null),new e(null,3,[R,109.5,U,8,Q,61],null),new e(null,3,[R,108,U,8,Q,62],null),new e(null,3,[R,111,U,14,Q,59],null),new e(null,3,[R,109.5,U,14,Q,61],null),new e(null,3,[R,108,U,14,Q,62],null),new e(null,3,[R,111,U,15,Q,59],\nnull),new e(null,3,[R,109.5,U,15,Q,61],null),new e(null,3,[R,108,U,15,Q,62],null),new e(null,3,[R,107.5,U,13,Q,74],null),new e(null,3,[R,107,U,13,Q,74],null),new e(null,3,[R,106.5,U,13,Q,74],null),new e(null,3,[R,106,U,13,Q,74],null),new e(null,3,[R,105.5,U,13,Q,74],null),new e(null,3,[R,107.5,U,15,Q,55],null),new e(null,3,[R,107,U,15,Q,55],null),new e(null,3,[R,106.5,U,15,Q,55],null),new e(null,3,[R,106,U,15,Q,55],null),new e(null,3,[R,105.5,U,15,Q,55],null),new e(null,3,[R,105,U,15,Q,55],null),\nnew e(null,3,[R,104.5,U,15,Q,55],null),new e(null,3,[R,104,U,15,Q,55],null),new e(null,3,[R,103.5,U,15,Q,55],null),new e(null,3,[R,103,U,15,Q,55],null),new e(null,3,[R,102.5,U,15,Q,55],null),new e(null,3,[R,102,U,15,Q,55],null),new e(null,3,[R,101.5,U,15,Q,55],null),new e(null,3,[R,101,U,15,Q,55],null),new e(null,3,[R,100.5,U,15,Q,55],null),new e(null,3,[R,100,U,15,Q,55],null),new e(null,3,[R,99.5,U,2,Q,59],null),new e(null,3,[R,99,U,2,Q,72],null),new e(null,3,[R,98.5,U,2,Q,59],null),new e(null,3,\n[R,98,U,2,Q,59],null),new e(null,3,[R,97.5,U,2,Q,59],null),new e(null,3,[R,97,U,2,Q,71],null),new e(null,3,[R,96.5,U,2,Q,59],null),new e(null,3,[R,96,U,2,Q,57],null),new e(null,3,[R,95.5,U,2,Q,59],null),new e(null,3,[R,95,U,2,Q,69],null),new e(null,3,[R,94.5,U,2,Q,59],null),new e(null,3,[R,94,U,2,Q,59],null),new e(null,3,[R,93.5,U,2,Q,59],null),new e(null,3,[R,93,U,2,Q,69],null),new e(null,3,[R,92,U,2,Q,59],null),new e(null,3,[R,91.5,U,2,Q,60],null),new e(null,3,[R,91,U,2,Q,69],null),new e(null,3,\n[R,90.5,U,2,Q,59],null),new e(null,3,[R,99.5,U,13,Q,72],null),new e(null,3,[R,99,U,13,Q,74],null),new e(null,3,[R,98.5,U,13,Q,76],null),new e(null,3,[R,98,U,13,Q,77],null),new e(null,3,[R,97.5,U,13,Q,72],null),new e(null,3,[R,97,U,13,Q,74],null),new e(null,3,[R,96.5,U,13,Q,76],null),new e(null,3,[R,96,U,13,Q,77],null),new e(null,3,[R,95.5,U,13,Q,77],null),new e(null,3,[R,95,U,13,Q,77],null),new e(null,3,[R,94.5,U,13,Q,77],null),new e(null,3,[R,94,U,13,Q,77],null),new e(null,3,[R,93.5,U,13,Q,77],null),\nnew e(null,3,[R,93,U,13,Q,77],null),new e(null,3,[R,92.5,U,13,Q,77],null),new e(null,3,[R,92,U,13,Q,77],null),new e(null,3,[R,91.5,U,13,Q,77],null),new e(null,3,[R,91,U,13,Q,77],null),new e(null,3,[R,90.5,U,13,Q,77],null),new e(null,3,[R,90,U,13,Q,77],null),new e(null,3,[R,89.5,U,13,Q,77],null),new e(null,3,[R,89,U,13,Q,77],null),new e(null,3,[R,89.5,U,2,Q,59],null),new e(null,3,[R,89,U,2,Q,69],null),new e(null,3,[R,88,U,2,Q,57],null),new e(null,3,[R,87.5,U,2,Q,59],null),new e(null,3,[R,87,U,2,Q,\n67],null),new e(null,3,[R,86.5,U,2,Q,59],null),new e(null,3,[R,86,U,2,Q,59],null),new e(null,3,[R,85.5,U,2,Q,59],null),new e(null,3,[R,85,U,2,Q,69],null),new e(null,3,[R,84,U,2,Q,59],null),new e(null,3,[R,83.5,U,2,Q,59],null),new e(null,3,[R,83,U,2,Q,65],null),new e(null,3,[R,82.5,U,2,Q,59],null),new e(null,3,[R,82,U,2,Q,59],null),new e(null,3,[R,81.5,U,2,Q,59],null),new e(null,3,[R,81,U,2,Q,69],null),new e(null,3,[R,80,U,2,Q,57],null),new e(null,3,[R,79.5,U,2,Q,62],null),new e(null,3,[R,79,U,2,Q,\n69],null),new e(null,3,[R,78.5,U,2,Q,60],null),new e(null,3,[R,78,U,2,Q,60],null),new e(null,3,[R,77.5,U,2,Q,60],null),new e(null,3,[R,77,U,2,Q,71],null),new e(null,3,[R,76,U,2,Q,60],null),new e(null,3,[R,75.5,U,2,Q,64],null),new e(null,3,[R,75,U,2,Q,72],null),new e(null,3,[R,74.5,U,2,Q,64],null),new e(null,3,[R,73.5,U,2,Q,64],null),new e(null,3,[R,73,U,2,Q,71],null),new e(null,3,[R,88.5,U,13,Q,77],null),new e(null,3,[R,88,U,13,Q,78],null),new e(null,3,[R,87,U,13,Q,79],null),new e(null,3,[R,86,U,\n13,Q,79],null),new e(null,3,[R,85,U,13,Q,81],null),new e(null,3,[R,84,U,13,Q,79],null),new e(null,3,[R,83,U,13,Q,77],null),new e(null,3,[R,82,U,13,Q,76],null),new e(null,3,[R,81,U,13,Q,77],null),new e(null,3,[R,80,U,13,Q,79],null),new e(null,3,[R,79,U,13,Q,77],null),new e(null,3,[R,78,U,13,Q,77],null),new e(null,3,[R,77,U,13,Q,77],null),new e(null,3,[R,76,U,13,Q,79],null),new e(null,3,[R,75,U,13,Q,76],null),new e(null,3,[R,74,U,13,Q,76],null),new e(null,3,[R,73,U,13,Q,76],null),new e(null,3,[R,72,\nU,13,Q,81],null),new e(null,3,[R,43.5,U,2,Q,62],null),new e(null,3,[R,43,U,2,Q,71],null),new e(null,3,[R,42.5,U,2,Q,60],null),new e(null,3,[R,41.5,U,2,Q,60],null),new e(null,3,[R,41,U,2,Q,71],null),new e(null,3,[R,99.5,U,15,Q,55],null),new e(null,3,[R,99,U,15,Q,55],null),new e(null,3,[R,98.5,U,15,Q,55],null),new e(null,3,[R,98,U,15,Q,55],null),new e(null,3,[R,97.5,U,15,Q,55],null),new e(null,3,[R,97,U,15,Q,55],null),new e(null,3,[R,96.5,U,15,Q,55],null),new e(null,3,[R,96,U,15,Q,55],null),new e(null,\n3,[R,95.5,U,15,Q,55],null),new e(null,3,[R,95,U,15,Q,55],null),new e(null,3,[R,94.5,U,15,Q,55],null),new e(null,3,[R,94,U,15,Q,55],null),new e(null,3,[R,93.5,U,15,Q,55],null),new e(null,3,[R,93,U,15,Q,55],null),new e(null,3,[R,92.5,U,15,Q,55],null),new e(null,3,[R,92,U,15,Q,55],null),new e(null,3,[R,91.5,U,15,Q,55],null),new e(null,3,[R,91,U,15,Q,55],null),new e(null,3,[R,90.5,U,15,Q,55],null),new e(null,3,[R,90,U,15,Q,55],null),new e(null,3,[R,89.5,U,15,Q,55],null),new e(null,3,[R,72,U,2,Q,62],null),\nnew e(null,3,[R,71.5,U,2,Q,62],null),new e(null,3,[R,71,U,2,Q,62],null),new e(null,3,[R,70.5,U,2,Q,62],null),new e(null,3,[R,70,U,2,Q,62],null),new e(null,3,[R,69.5,U,2,Q,62],null),new e(null,3,[R,69,U,2,Q,71],null),new e(null,3,[R,68,U,2,Q,62],null),new e(null,3,[R,67.5,U,2,Q,65],null),new e(null,3,[R,67,U,2,Q,72],null),new e(null,3,[R,66.5,U,2,Q,64],null),new e(null,3,[R,66,U,2,Q,62],null),new e(null,3,[R,65.5,U,2,Q,62],null),new e(null,3,[R,65,U,2,Q,71],null),new e(null,3,[R,64,U,2,Q,62],null),\nnew e(null,3,[R,63.5,U,2,Q,62],null),new e(null,3,[R,63,U,2,Q,71],null),new e(null,3,[R,62.5,U,2,Q,62],null),new e(null,3,[R,62,U,2,Q,60],null),new e(null,3,[R,61.5,U,2,Q,65],null),new e(null,3,[R,61,U,2,Q,71],null),new e(null,3,[R,60,U,2,Q,64],null),new e(null,3,[R,59.5,U,2,Q,65],null),new e(null,3,[R,59,U,2,Q,72],null),new e(null,3,[R,58.5,U,2,Q,64],null),new e(null,3,[R,58,U,2,Q,64],null),new e(null,3,[R,57.5,U,2,Q,64],null),new e(null,3,[R,57,U,2,Q,76],null),new e(null,3,[R,56,U,2,Q,62],null),\nnew e(null,3,[R,55.5,U,2,Q,62],null),new e(null,3,[R,55,U,2,Q,74],null),new e(null,3,[R,54.5,U,2,Q,62],null),new e(null,3,[R,54,U,2,Q,62],null),new e(null,3,[R,53.5,U,2,Q,62],null),new e(null,3,[R,53,U,2,Q,74],null),new e(null,3,[R,52,U,2,Q,64],null),new e(null,3,[R,51.5,U,2,Q,64],null),new e(null,3,[R,51,U,2,Q,74],null),new e(null,3,[R,50.5,U,2,Q,64],null),new e(null,3,[R,50,U,2,Q,64],null),new e(null,3,[R,49.5,U,2,Q,62],null),new e(null,3,[R,49,U,2,Q,72],null),new e(null,3,[R,48,U,2,Q,62],null),\nnew e(null,3,[R,47.5,U,2,Q,60],null),new e(null,3,[R,47,U,2,Q,71],null),new e(null,3,[R,46.5,U,2,Q,62],null),new e(null,3,[R,45.5,U,2,Q,60],null),new e(null,3,[R,45,U,2,Q,71],null),new e(null,3,[R,89,U,15,Q,55],null),new e(null,3,[R,88.5,U,15,Q,55],null),new e(null,3,[R,88,U,15,Q,67],null),new e(null,3,[R,87.5,U,15,Q,57],null),new e(null,3,[R,87,U,15,Q,69],null),new e(null,3,[R,86.5,U,15,Q,57],null),new e(null,3,[R,85.5,U,15,Q,57],null),new e(null,3,[R,85,U,15,Q,69],null),new e(null,3,[R,84,U,15,\nQ,57],null),new e(null,3,[R,83.5,U,15,Q,69],null),new e(null,3,[R,83,U,15,Q,71],null),new e(null,3,[R,82.5,U,15,Q,73],null),new e(null,3,[R,82,U,15,Q,74],null),new e(null,3,[R,81.5,U,15,Q,62],null),new e(null,3,[R,80.5,U,15,Q,62],null),new e(null,3,[R,81,U,15,Q,69],null),new e(null,3,[R,80,U,15,Q,74],null),new e(null,3,[R,79.5,U,15,Q,67],null),new e(null,3,[R,79,U,15,Q,73],null),new e(null,3,[R,78.5,U,15,Q,67],null),new e(null,3,[R,78,U,15,Q,71],null),new e(null,3,[R,77.5,U,15,Q,67],null),new e(null,\n3,[R,76,U,15,Q,67],null),new e(null,3,[R,75.5,U,15,Q,69],null),new e(null,3,[R,75,U,15,Q,71],null),new e(null,3,[R,74,U,15,Q,66],null),new e(null,3,[R,73.5,U,15,Q,71],null),new e(null,3,[R,72,U,15,Q,71],null),new e(null,3,[R,71.5,U,15,Q,73],null),new e(null,3,[R,71,U,15,Q,74],null),new e(null,3,[R,70.5,U,15,Q,76],null),new e(null,3,[R,70,U,15,Q,78],null),new e(null,3,[R,69.5,U,15,Q,62],null),new e(null,3,[R,69,U,15,Q,69],null),new e(null,3,[R,68.5,U,15,Q,62],null),new e(null,3,[R,68,U,15,Q,78],null),\nnew e(null,3,[R,67.5,U,15,Q,79],null),new e(null,3,[R,67,U,15,Q,78],null),new e(null,3,[R,66.5,U,15,Q,76],null),new e(null,3,[R,66,U,15,Q,74],null),new e(null,3,[R,65.5,U,15,Q,62],null),new e(null,3,[R,65,U,15,Q,74],null),new e(null,3,[R,64,U,15,Q,62],null),new e(null,3,[R,63.5,U,15,Q,62],null),new e(null,3,[R,62.5,U,15,Q,62],null),new e(null,3,[R,61.5,U,15,Q,62],null),new e(null,3,[R,63,U,15,Q,73],null),new e(null,3,[R,61,U,15,Q,73],null),new e(null,3,[R,60,U,15,Q,62],null),new e(null,3,[R,59.5,\nU,15,Q,62],null),new e(null,3,[R,59,U,15,Q,72],null),new e(null,3,[R,58.5,U,15,Q,62],null),new e(null,3,[R,57.5,U,15,Q,62],null),new e(null,3,[R,57,U,15,Q,72],null),new e(null,3,[R,56,U,15,Q,62],null),new e(null,3,[R,55.5,U,15,Q,69],null),new e(null,3,[R,55,U,15,Q,67],null),new e(null,3,[R,54.5,U,15,Q,69],null),new e(null,3,[R,54,U,15,Q,67],null),new e(null,3,[R,53.5,U,15,Q,62],null),new e(null,3,[R,53,U,15,Q,69],null),new e(null,3,[R,52,U,15,Q,62],null),new e(null,3,[R,51.5,U,15,Q,62],null),new e(null,\n3,[R,51,U,15,Q,69],null),new e(null,3,[R,50.5,U,15,Q,62],null),new e(null,3,[R,49.5,U,15,Q,62],null),new e(null,3,[R,49,U,15,Q,69],null),new e(null,3,[R,48,U,15,Q,62],null),new e(null,3,[R,47.5,U,15,Q,69],null),new e(null,3,[R,47,U,15,Q,67],null),new e(null,3,[R,46.5,U,15,Q,69],null),new e(null,3,[R,46,U,15,Q,67],null),new e(null,3,[R,45.5,U,15,Q,62],null),new e(null,3,[R,45,U,15,Q,69],null),new e(null,3,[R,44,U,15,Q,62],null),new e(null,3,[R,43.5,U,15,Q,74],null),new e(null,3,[R,43,U,15,Q,72],null),\nnew e(null,3,[R,42.5,U,15,Q,62],null),new e(null,3,[R,41.5,U,15,Q,62],null),new e(null,3,[R,41,U,15,Q,66],null),new e(null,3,[R,40,U,15,Q,62],null),new e(null,3,[R,39.5,U,15,Q,62],null),new e(null,3,[R,39,U,15,Q,69],null),new e(null,3,[R,38.5,U,15,Q,62],null),new e(null,3,[R,37.5,U,15,Q,62],null),new e(null,3,[R,37,U,15,Q,66],null),new e(null,3,[R,36,U,15,Q,62],null),new e(null,3,[R,35.5,U,15,Q,69],null),new e(null,3,[R,35,U,15,Q,67],null),new e(null,3,[R,34.5,U,15,Q,62],null),new e(null,3,[R,33,\nU,15,Q,74],null),new e(null,3,[R,31,U,15,Q,73],null),new e(null,3,[R,29,U,15,Q,73],null),new e(null,3,[R,27,U,15,Q,72],null),new e(null,3,[R,25,U,15,Q,72],null),new e(null,3,[R,0,U,15,Q,62],null),new e(null,3,[R,0,U,2,Q,60],null),new e(null,3,[R,.5,U,2,Q,60],null),new e(null,3,[R,1,U,2,Q,71],null),new e(null,3,[R,1.5,U,2,Q,60],null),new e(null,3,[R,2,U,2,Q,62],null),new e(null,3,[R,2.5,U,2,Q,60],null),new e(null,3,[R,3,U,2,Q,69],null),new e(null,3,[R,3.5,U,2,Q,62],null),new e(null,3,[R,1,U,15,Q,69],\nnull),new e(null,3,[R,1.5,U,15,Q,62],null),new e(null,3,[R,2.5,U,15,Q,62],null),new e(null,3,[R,3,U,15,Q,69],null),new e(null,3,[R,3.5,U,15,Q,62],null),new e(null,3,[R,4,U,2,Q,60],null),new e(null,3,[R,4.5,U,2,Q,60],null),new e(null,3,[R,5,U,2,Q,69],null),new e(null,3,[R,5.5,U,2,Q,60],null),new e(null,3,[R,6,U,2,Q,60],null),new e(null,3,[R,6.5,U,2,Q,60],null),new e(null,3,[R,7,U,2,Q,72],null),new e(null,3,[R,7.5,U,2,Q,60],null),new e(null,3,[R,4.5,U,15,Q,62],null),new e(null,3,[R,5,U,15,Q,69],null),\nnew e(null,3,[R,5.5,U,15,Q,62],null),new e(null,3,[R,6.5,U,15,Q,62],null),new e(null,3,[R,7,U,15,Q,69],null),new e(null,3,[R,7.5,U,15,Q,62],null),new e(null,3,[R,8,U,15,Q,62],null),new e(null,3,[R,8,U,2,Q,60],null),new e(null,3,[R,8.5,U,2,Q,60],null),new e(null,3,[R,9,U,2,Q,74],null),new e(null,3,[R,9.5,U,2,Q,60],null),new e(null,3,[R,10,U,2,Q,60],null),new e(null,3,[R,10.5,U,2,Q,60],null),new e(null,3,[R,11,U,2,Q,74],null),new e(null,3,[R,11.5,U,2,Q,60],null),new e(null,3,[R,12,U,2,Q,60],null),new e(null,\n3,[R,12.5,U,2,Q,60],null),new e(null,3,[R,13,U,2,Q,76],null),new e(null,3,[R,13.5,U,2,Q,60],null),new e(null,3,[R,14,U,2,Q,60],null),new e(null,3,[R,14.5,U,2,Q,60],null),new e(null,3,[R,15,U,2,Q,72],null),new e(null,3,[R,15.5,U,2,Q,60],null),new e(null,3,[R,18,U,2,Q,60],null),new e(null,3,[R,16,U,2,Q,60],null),new e(null,3,[R,17,U,2,Q,74],null),new e(null,3,[R,17.5,U,2,Q,60],null),new e(null,3,[R,18.5,U,2,Q,60],null),new e(null,3,[R,19,U,2,Q,72],null),new e(null,3,[R,19.5,U,2,Q,60],null),new e(null,\n3,[R,20.5,U,2,Q,60],null),new e(null,3,[R,21,U,2,Q,71],null),new e(null,3,[R,21.5,U,2,Q,60],null),new e(null,3,[R,22.5,U,2,Q,60],null),new e(null,3,[R,23,U,2,Q,71],null),new e(null,3,[R,23.5,U,2,Q,60],null),new e(null,3,[R,24,U,2,Q,60],null),new e(null,3,[R,25,U,2,Q,74],null),new e(null,3,[R,25.5,U,2,Q,62],null),new e(null,3,[R,26,U,2,Q,62],null),new e(null,3,[R,26.5,U,2,Q,60],null),new e(null,3,[R,27,U,2,Q,74],null),new e(null,3,[R,27.5,U,2,Q,60],null),new e(null,3,[R,28,U,2,Q,60],null),new e(null,\n3,[R,28.5,U,2,Q,60],null),new e(null,3,[R,29,U,2,Q,72],null),new e(null,3,[R,29.5,U,2,Q,62],null),new e(null,3,[R,30,U,2,Q,60],null),new e(null,3,[R,30.5,U,2,Q,60],null),new e(null,3,[R,31,U,2,Q,71],null),new e(null,3,[R,31.5,U,2,Q,62],null),new e(null,3,[R,32,U,2,Q,60],null),new e(null,3,[R,33,U,2,Q,71],null),new e(null,3,[R,33.5,U,2,Q,60],null),new e(null,3,[R,34,U,2,Q,60],null),new e(null,3,[R,34.5,U,2,Q,60],null),new e(null,3,[R,35,U,2,Q,72],null),new e(null,3,[R,35.5,U,2,Q,60],null),new e(null,\n3,[R,36,U,2,Q,60],null),new e(null,3,[R,37,U,2,Q,72],null),new e(null,3,[R,37.5,U,2,Q,60],null),new e(null,3,[R,38,U,2,Q,62],null),new e(null,3,[R,38.5,U,2,Q,60],null),new e(null,3,[R,39,U,2,Q,72],null),new e(null,3,[R,39.5,U,2,Q,60],null),new e(null,3,[R,39.5,U,2,Q,60],null),new e(null,3,[R,40,U,2,Q,60],null),new e(null,3,[R,44,U,2,Q,60],null),new e(null,3,[R,44.5,U,2,Q,60],null),new e(null,3,[R,44.5,U,2,Q,60],null),new e(null,3,[R,8.5,U,15,Q,62],null),new e(null,3,[R,9,U,15,Q,69],null),new e(null,\n3,[R,9.5,U,15,Q,62],null),new e(null,3,[R,10.5,U,15,Q,62],null),new e(null,3,[R,11,U,15,Q,69],null),new e(null,3,[R,11.5,U,15,Q,62],null),new e(null,3,[R,12.5,U,15,Q,62],null),new e(null,3,[R,13,U,15,Q,69],null),new e(null,3,[R,13.5,U,15,Q,62],null),new e(null,3,[R,14,U,15,Q,62],null),new e(null,3,[R,15,U,15,Q,69],null),new e(null,3,[R,15.5,U,15,Q,62],null),new e(null,3,[R,16.5,U,15,Q,62],null),new e(null,3,[R,17,U,15,Q,69],null),new e(null,3,[R,17.5,U,15,Q,62],null),new e(null,3,[R,18,U,15,Q,62],\nnull),new e(null,3,[R,19,U,15,Q,69],null),new e(null,3,[R,19.5,U,15,Q,62],null),new e(null,3,[R,20,U,15,Q,62],null),new e(null,3,[R,21,U,15,Q,69],null),new e(null,3,[R,21.5,U,15,Q,62],null),new e(null,3,[R,22.5,U,15,Q,62],null),new e(null,3,[R,23,U,15,Q,69],null),new e(null,3,[R,23.5,U,15,Q,62],null),new e(null,3,[R,24,U,15,Q,62],null),new e(null,3,[R,25.5,U,15,Q,62],null),new e(null,3,[R,26.5,U,15,Q,62],null),new e(null,3,[R,27.5,U,15,Q,62],null),new e(null,3,[R,28,U,15,Q,62],null),new e(null,3,\n[R,29.5,U,15,Q,62],null),new e(null,3,[R,30,U,15,Q,62],null),new e(null,3,[R,30.5,U,15,Q,62],null),new e(null,3,[R,31.5,U,15,Q,62],null),new e(null,3,[R,32,U,15,Q,62],null),new e(null,3,[R,33.5,U,15,Q,62],null),new e(null,3,[R,116,U,2,Q,59],null),new e(null,3,[R,117,U,2,Q,67],null),new e(null,3,[R,117.5,U,2,Q,59],null),new e(null,3,[R,118,U,2,Q,59],null),new e(null,3,[R,118.5,U,2,Q,59],null),new e(null,3,[R,119,U,2,Q,69],null),new e(null,3,[R,119.5,U,2,Q,59],null),new e(null,3,[R,120,U,2,Q,59],null),\nnew e(null,3,[R,120.5,U,2,Q,59],null),new e(null,3,[R,121,U,2,Q,69],null),new e(null,3,[R,121.5,U,2,Q,57],null),new e(null,3,[R,122,U,2,Q,59],null),new e(null,3,[R,122.5,U,2,Q,59],null),new e(null,3,[R,123,U,2,Q,71],null),new e(null,3,[R,123.5,U,2,Q,59],null),new e(null,3,[R,124,U,2,Q,59],null),new e(null,3,[R,125,U,2,Q,72],null),new e(null,3,[R,125.5,U,2,Q,59],null),new e(null,3,[R,126,U,2,Q,59],null),new e(null,3,[R,126.5,U,2,Q,59],null),new e(null,3,[R,127,U,2,Q,71],null),new e(null,3,[R,127.5,\nU,2,Q,59],null),new e(null,3,[R,128,U,2,Q,59],null),new e(null,3,[R,128.5,U,2,Q,59],null),new e(null,3,[R,129,U,2,Q,71],null),new e(null,3,[R,129.5,U,2,Q,59],null),new e(null,3,[R,120,U,13,Q,77],null),new e(null,3,[R,120.5,U,13,Q,77],null),new e(null,3,[R,121,U,13,Q,77],null),new e(null,3,[R,121.5,U,13,Q,77],null),new e(null,3,[R,122,U,13,Q,77],null),new e(null,3,[R,122.5,U,13,Q,77],null),new e(null,3,[R,123,U,13,Q,77],null),new e(null,3,[R,123.5,U,13,Q,77],null),new e(null,3,[R,124,U,15,Q,62],null),\nnew e(null,3,[R,124.5,U,15,Q,62],null),new e(null,3,[R,125.5,U,15,Q,62],null),new e(null,3,[R,126,U,15,Q,62],null),new e(null,3,[R,126.5,U,15,Q,62],null),new e(null,3,[R,127.5,U,15,Q,62],null),new e(null,3,[R,128,U,15,Q,57],null),new e(null,3,[R,128.5,U,15,Q,57],null),new e(null,3,[R,129.5,U,15,Q,57],null),new e(null,3,[R,130,U,15,Q,57],null),new e(null,3,[R,130.5,U,15,Q,57],null),new e(null,3,[R,131.5,U,15,Q,57],null),new e(null,3,[R,132,U,15,Q,55],null),new e(null,3,[R,132.5,U,15,Q,55],null),new e(null,\n3,[R,133.5,U,15,Q,55],null),new e(null,3,[R,134,U,15,Q,55],null),new e(null,3,[R,134.5,U,15,Q,55],null),new e(null,3,[R,130,U,2,Q,59],null),new e(null,3,[R,130.5,U,2,Q,59],null),new e(null,3,[R,131,U,2,Q,69],null),new e(null,3,[R,131.5,U,2,Q,59],null),new e(null,3,[R,132,U,2,Q,59],null),new e(null,3,[R,132.5,U,2,Q,59],null),new e(null,3,[R,133.5,U,2,Q,59],null),new e(null,3,[R,134,U,2,Q,59],null),new e(null,3,[R,134.5,U,2,Q,59],null),new e(null,3,[R,124,U,13,Q,77],null),new e(null,3,[R,124.5,U,13,\nQ,77],null),new e(null,3,[R,125.5,U,13,Q,77],null),new e(null,3,[R,126,U,13,Q,77],null),new e(null,3,[R,126.5,U,13,Q,76],null),new e(null,3,[R,127.5,U,13,Q,77],null),new e(null,3,[R,125,U,13,Q,77],null),new e(null,3,[R,127,U,13,Q,77],null),new e(null,3,[R,128,U,13,Q,77],null),new e(null,3,[R,128.5,U,13,Q,77],null),new e(null,3,[R,129,U,13,Q,77],null),new e(null,3,[R,129.5,U,13,Q,77],null),new e(null,3,[R,130,U,13,Q,77],null),new e(null,3,[R,130.5,U,13,Q,77],null),new e(null,3,[R,131,U,13,Q,77],null),\nnew e(null,3,[R,131.5,U,13,Q,77],null),new e(null,3,[R,132,U,13,Q,77],null),new e(null,3,[R,132.5,U,13,Q,77],null),new e(null,3,[R,133,U,13,Q,77],null),new e(null,3,[R,133.5,U,13,Q,77],null),new e(null,3,[R,134,U,13,Q,77],null),new e(null,3,[R,134.5,U,13,Q,77],null),new e(null,3,[R,135.5,U,15,Q,55],null),new e(null,3,[R,136,U,15,Q,55],null),new e(null,3,[R,136.5,U,15,Q,55],null),new e(null,3,[R,137.5,U,15,Q,55],null),new e(null,3,[R,138,U,15,Q,55],null),new e(null,3,[R,138.5,U,15,Q,55],null),new e(null,\n3,[R,139.5,U,15,Q,55],null),new e(null,3,[R,140,U,15,Q,62],null),new e(null,3,[R,140.5,U,15,Q,62],null),new e(null,3,[R,141.5,U,15,Q,62],null),new e(null,3,[R,142,U,15,Q,62],null),new e(null,3,[R,142.5,U,15,Q,62],null),new e(null,3,[R,143.5,U,15,Q,62],null),new e(null,3,[R,144,U,15,Q,57],null),new e(null,3,[R,144.5,U,15,Q,57],null),new e(null,3,[R,145.5,U,15,Q,57],null),new e(null,3,[R,146,U,15,Q,57],null),new e(null,3,[R,144,U,2,Q,65],null),new e(null,3,[R,144.5,U,2,Q,64],null),new e(null,3,[R,145,\nU,2,Q,60],null),new e(null,3,[R,145.5,U,2,Q,67],null),new e(null,3,[R,146,U,2,Q,64],null),new e(null,3,[R,146.5,U,2,Q,60],null),new e(null,3,[R,135,U,13,Q,77],null),new e(null,3,[R,135.5,U,13,Q,77],null),new e(null,3,[R,136,U,13,Q,77],null),new e(null,3,[R,136.5,U,13,Q,77],null),new e(null,3,[R,137,U,13,Q,77],null),new e(null,3,[R,137.5,U,13,Q,77],null),new e(null,3,[R,138,U,13,Q,76],null),new e(null,3,[R,138.5,U,13,Q,76],null),new e(null,3,[R,139,U,13,Q,77],null),new e(null,3,[R,139.5,U,13,Q,77],\nnull),new e(null,3,[R,140,U,13,Q,77],null),new e(null,3,[R,140.5,U,13,Q,77],null),new e(null,3,[R,133,U,2,Q,69],null),new e(null,3,[R,135,U,2,Q,71],null),new e(null,3,[R,137,U,2,Q,69],null),new e(null,3,[R,135.5,U,2,Q,57],null),new e(null,3,[R,136,U,2,Q,59],null),new e(null,3,[R,136.5,U,2,Q,59],null),new e(null,3,[R,137.5,U,2,Q,59],null),new e(null,3,[R,138,U,2,Q,59],null),new e(null,3,[R,138.5,U,2,Q,60],null),new e(null,3,[R,139.5,U,2,Q,69],null),new e(null,3,[R,139,U,2,Q,67],null),new e(null,3,\n[R,139.5,U,2,Q,59],null),new e(null,3,[R,140,U,2,Q,55],null),new e(null,3,[R,140.5,U,2,Q,55],null),new e(null,3,[R,141,U,2,Q,71],null),new e(null,3,[R,141.5,U,2,Q,59],null),new e(null,3,[R,142,U,2,Q,59],null),new e(null,3,[R,142.5,U,2,Q,57],null),new e(null,3,[R,143,U,2,Q,69],null),new e(null,3,[R,143,U,2,Q,60],null),new e(null,3,[R,143.5,U,2,Q,57],null),new e(null,3,[R,141,U,13,Q,77],null),new e(null,3,[R,141.5,U,13,Q,76],null),new e(null,3,[R,142,U,13,Q,76],null),new e(null,3,[R,142.5,U,13,Q,76],\nnull),new e(null,3,[R,143,U,13,Q,77],null),new e(null,3,[R,143.5,U,13,Q,76],null),new e(null,3,[R,144,U,13,Q,76],null),new e(null,3,[R,144.5,U,13,Q,76],null),new e(null,3,[R,145,U,13,Q,76],null),new e(null,3,[R,145.5,U,13,Q,76],null),new e(null,3,[R,146,U,13,Q,76],null),new e(null,3,[R,146.5,U,13,Q,74],null),new e(null,3,[R,147,U,13,Q,74],null),new e(null,3,[R,144,U,9,Q,62],null),new e(null,3,[R,145.5,U,9,Q,62],null),new e(null,3,[R,147,U,9,Q,59],null),new e(null,3,[R,146.5,U,15,Q,57],null),new e(null,\n3,[R,71,U,14,Q,76],null),new e(null,3,[R,72,U,14,Q,78],null),new e(null,3,[R,73,U,14,Q,78],null),new e(null,3,[R,74,U,14,Q,78],null),new e(null,3,[R,75,U,14,Q,78],null),new e(null,3,[R,75.5,U,14,Q,78],null),new e(null,3,[R,76.5,U,14,Q,74],null),new e(null,3,[R,79.5,U,14,Q,78],null),new e(null,3,[R,80.5,U,14,Q,78],null),new e(null,3,[R,81.5,U,14,Q,78],null),new e(null,3,[R,82,U,14,Q,78],null),new e(null,3,[R,82.5,U,14,Q,76],null),new e(null,3,[R,83,U,14,Q,76],null),new e(null,3,[R,83.5,U,14,Q,76],\nnull),new e(null,3,[R,85.5,U,14,Q,78],null),new e(null,3,[R,86.5,U,14,Q,76],null),new e(null,3,[R,87,U,14,Q,76],null),new e(null,3,[R,87.5,U,14,Q,74],null),new e(null,3,[R,88,U,14,Q,74],null),new e(null,3,[R,89,U,14,Q,66],null),new e(null,3,[R,89.5,U,14,Q,69],null),new e(null,3,[R,91.5,U,7,Q,74],null),new e(null,3,[R,92,U,7,Q,74],null),new e(null,3,[R,93,U,7,Q,66],null),new e(null,3,[R,94,U,7,Q,69],null),new e(null,3,[R,94.5,U,7,Q,69],null),new e(null,3,[R,103.5,U,7,Q,74],null),new e(null,3,[R,104,\nU,7,Q,74],null),new e(null,3,[R,105,U,7,Q,66],null),new e(null,3,[R,106,U,7,Q,69],null),new e(null,3,[R,106.5,U,7,Q,69],null),new e(null,3,[R,107,U,7,Q,67],null),new e(null,3,[R,108,U,7,Q,66],null),new e(null,3,[R,109.5,U,7,Q,69],null),new e(null,3,[R,111,U,7,Q,74],null),new e(null,3,[R,115.5,U,7,Q,78],null),new e(null,3,[R,116,U,7,Q,78],null),new e(null,3,[R,117,U,7,Q,76],null),new e(null,3,[R,118,U,7,Q,74],null),new e(null,3,[R,118.5,U,7,Q,74],null),new e(null,3,[R,123.5,U,7,Q,76],null),new e(null,\n3,[R,124,U,7,Q,76],null),new e(null,3,[R,125,U,7,Q,74],null),new e(null,3,[R,126,U,7,Q,74],null),new e(null,3,[R,126.5,U,7,Q,74],null),new e(null,3,[R,127,U,7,Q,74],null),new e(null,3,[R,128,U,7,Q,78],null),new e(null,3,[R,129.5,U,7,Q,76],null),new e(null,3,[R,131,U,7,Q,74],null),new e(null,3,[R,131.5,U,7,Q,78],null),new e(null,3,[R,133,U,7,Q,76],null),new e(null,3,[R,134,U,7,Q,74],null),new e(null,3,[R,134.5,U,7,Q,74],null),new e(null,3,[R,139.5,U,7,Q,74],null),new e(null,3,[R,140,U,7,Q,74],null),\nnew e(null,3,[R,141,U,7,Q,74],null),new e(null,3,[R,142,U,7,Q,74],null),new e(null,3,[R,142.5,U,7,Q,74],null),new e(null,3,[R,143,U,7,Q,74],null),new e(null,3,[R,144,U,7,Q,73],null),new e(null,3,[R,145.5,U,7,Q,74],null),new e(null,3,[R,147,U,7,Q,71],null),new e(null,3,[R,144,U,14,Q,73],null),new e(null,3,[R,145.5,U,14,Q,74],null),new e(null,3,[R,147,U,14,Q,71],null),new e(null,3,[R,108,U,8,Q,66],null),new e(null,3,[R,109.5,U,8,Q,69],null),new e(null,3,[R,111,U,8,Q,74],null)],!0);var gs={},hs,is={},js=function js(a,f,g){if(null!=a&&null!=a.lc)return a.lc(a,f,g);var k=js[c(null==a?null:a)];if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);k=js._;if(null!=k)return k.c?k.c(a,f,g):k.call(null,a,f,g);throw jb(\"WritePort.put!\",a);},ks=function ks(a){if(null!=a&&null!=a.Cb)return a.Cb(a);var g=ks[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=ks._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"Channel.close!\",a);},ls=function ls(a){if(null!=a&&null!=a.Cc)return!0;\nvar g=ls[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=ls._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"Handler.active?\",a);},ms=function ms(a){if(null!=a&&null!=a.Dc)return a.W;var g=ms[c(null==a?null:a)];if(null!=g)return g.a?g.a(a):g.call(null,a);g=ms._;if(null!=g)return g.a?g.a(a):g.call(null,a);throw jb(\"Handler.commit\",a);},ns=function ns(a,f){if(null!=a&&null!=a.Bc)return a.Bc(a,f);var h=ns[c(null==a?null:a)];if(null!=h)return h.b?h.b(a,f):h.call(null,a,f);h=ns._;\nif(null!=h)return h.b?h.b(a,f):h.call(null,a,f);throw jb(\"Buffer.add!*\",a);},os=function os(a){switch(arguments.length){case 1:return os.a(arguments[0]);case 2:return os.b(arguments[0],arguments[1]);default:throw Error([\"Invalid arity: \",p.a(arguments.length)].join(\"\"));}};os.a=function(a){return a};os.b=function(a,f){return ns(a,f)};os.s=2;var ps={};function qs(a,f,g,h,k){for(var l=0;;)if(l<k)g[h+l]=a[f+l],l+=1;else break}function rs(a){this.length=this.tail=this.head=0;this.f=a}b=rs.prototype;b.pop=function(){if(0===this.length)return null;var a=this.f[this.tail];this.f[this.tail]=null;this.tail=(this.tail+1)%this.f.length;--this.length;return a};b.unshift=function(a){this.f[this.head]=a;this.head=(this.head+1)%this.f.length;this.length+=1;return null};b.unbounded_unshift=function(a){this.length+1===this.f.length&&this.resize();return this.unshift(a)};\nb.resize=function(){var a=Array(2*this.f.length);return this.tail<this.head?(qs(this.f,this.tail,a,0,this.length),this.tail=0,this.head=this.length,this.f=a):this.tail>this.head?(qs(this.f,this.tail,a,0,this.f.length-this.tail),qs(this.f,0,a,this.f.length-this.tail,this.head),this.tail=0,this.head=this.length,this.f=a):this.tail===this.head?(this.head=this.tail=0,this.f=a):null};\nb.cleanup=function(a){for(var f=this.length,g=0;;)if(g<f){var h=this.pop();(a.a?a.a(h):a.call(null,h))&&this.unshift(h);g+=1}else return null};function ss(a,f){this.F=a;this.n=f;this.g=2;this.w=0}function ts(a){return a.F.length===a.n}ss.prototype.Bc=function(a,f){this.F.unbounded_unshift(f);return this};ss.prototype.M=function(){return this.F.length};\nif(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof gs||\"undefined\"===typeof is||\"undefined\"===typeof ps||\"undefined\"===typeof us)var us={};var vs=new rs(Array(32)),ws=!1,xs=!1;function ys(){ws=!0;xs=!1;for(var a=0;;){var f=vs.pop();if(null!=f&&(f.j?f.j():f.call(null),1024>a)){a+=1;continue}break}ws=!1;return 0<vs.length?zs.j?zs.j():zs.call(null):null}function zs(){if(xs&&ws)return null;xs=!0;return kp(ys)}function As(a){vs.unbounded_unshift(a);zs()};var Bs={},Cs;\nfunction Ds(a){if(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof gs||\"undefined\"===typeof is||\"undefined\"===typeof Bs||\"undefined\"===typeof Cs)Cs=function(f,g){this.A=f;this.hd=g;this.g=425984;this.w=0},Cs.prototype.N=function(f,g){return new Cs(this.A,g)},Cs.prototype.K=function(){return this.hd},Cs.prototype.Ba=function(){return this.A},Cs.mc=function(){return new N(null,2,5,P,[Kk,ej],null)},Cs.Db=!0,Cs.fb=\"cljs.core.async.impl.channels/t_cljs$core$async$impl$channels11105\",Cs.Xb=\nfunction(f){return tc(f,\"cljs.core.async.impl.channels/t_cljs$core$async$impl$channels11105\")};return new Cs(a,lf)}function Es(a,f){this.Fa=a;this.A=f}function Fs(a){return ls(a.Fa)}function Gs(a,f,g,h){this.tb=a;this.Zb=0;this.Ia=f;this.Yb=0;this.F=g;this.closed=!1;this.ra=h}function Hs(a){for(;;){var f=a.Ia.pop();if(null!=f){var g=f.Fa;As(function(h){return function(){return h.a?h.a(!0):h.call(null,!0)}}(g.W,g,f.A,f,a))}break}a.Ia.cleanup(tf());a.Cb(null)}\nGs.prototype.lc=function(a,f,g){var h=this,k=this,l=h.closed;if(l)return Ds(!l);if(m(function(){var x=h.F;return m(x)?ib(ts(h.F)):x}())){var q=md(h.ra.b?h.ra.b(h.F,f):h.ra.call(null,h.F,f));g=function(){for(var x=Kd;;)if(0<h.tb.length&&0<I(h.F)){var z=h.tb.pop(),D=z.W,F=h.F.F.pop();x=Jd.b(x,function(J,S,O){return function(){return S.a?S.a(O):S.call(null,O)}}(x,D,F,z,q,l,k))}else return x}();q&&Hs(k);if(B(g)){g=B(g);a=null;for(var r=0,t=0;;)if(t<r){var u=a.C(null,t);As(u);t+=1}else if(g=B(g))a=g,ie(a)?\n(g=Ec(a),t=Fc(a),a=g,r=I(g),g=t):(g=C(a),As(g),g=E(a),a=null,r=0),t=0;else break}return Ds(!0)}a=function(){for(;;){var x=h.tb.pop();if(m(x)){if(m(!0))return x}else return null}}();if(m(a)){var v=a.W;As(function(){return v.a?v.a(f):v.call(null,f)});return Ds(!0)}64<h.Yb?(h.Yb=0,h.Ia.cleanup(Fs)):h.Yb+=1;m(g.kc())&&h.Ia.unbounded_unshift(new Es(g,f));return null};\nfunction Is(a,f){if(null!=a.F&&0<I(a.F)){f=f.W;if(m(f)){var g=a.F.F.pop(),h=0<a.Ia.length?function(){for(var F=Kd;;){var J=a.Ia.pop(),S=J.A;J=J.Fa.W;F=m(J)?Jd.b(F,J):F;S=m(J)?md(a.ra.b?a.ra.b(a.F,S):a.ra.call(null,a.F,S)):null;if(!(ib(S)&&ib(ts(a.F))&&0<a.Ia.length))return new N(null,2,5,P,[S,F],null)}}():null,k=K(h,0,null),l=K(h,1,null);m(k)&&Hs(a);for(var q=B(l),r=null,t=0,u=0;;)if(u<t){var v=r.C(null,u);As(function(F,J,S,O,Y){return function(){return Y.a?Y.a(!0):Y.call(null,!0)}}(q,r,t,u,v,g,h,\nk,l,f,f,a));u+=1}else{var x=B(q);if(x){v=x;if(ie(v))q=Ec(v),u=Fc(v),r=q,t=I(q),q=u;else{var z=C(v);As(function(F,J,S,O,Y){return function(){return Y.a?Y.a(!0):Y.call(null,!0)}}(q,r,t,u,z,v,x,g,h,k,l,f,f,a));q=E(v);r=null;t=0}u=0}else break}return Ds(g)}return null}g=function(){for(;;){var F=a.Ia.pop();if(m(F)){if(ls(F.Fa))return F}else return null}}();if(m(g)){var D=ms(g.Fa);As(function(){return D.a?D.a(!0):D.call(null,!0)});return Ds(g.A)}if(m(a.closed))return m(a.F)&&(a.ra.a?a.ra.a(a.F):a.ra.call(null,\na.F)),m(m(!0)?f.W:!0)?(f=function(){var F=a.F;return m(F)?0<I(a.F):F}(),g=m(f)?a.F.F.pop():null,Ds(g)):null;64<a.Zb?(a.Zb=0,a.tb.cleanup(ls)):a.Zb+=1;m(f.kc())&&a.tb.unbounded_unshift(f);return null}\nGs.prototype.Cb=function(){var a=this;if(!a.closed)for(a.closed=!0,m(function(){var k=a.F;return m(k)?0===a.Ia.length:k}())&&(a.ra.a?a.ra.a(a.F):a.ra.call(null,a.F));;){var f=a.tb.pop();if(null!=f){var g=f.W,h=m(function(){var k=a.F;return m(k)?0<I(a.F):k}())?a.F.F.pop():null;As(function(k,l){return function(){return k.a?k.a(l):k.call(null,l)}}(g,h,f,this))}else break}return null};function Js(a){console.log(a);return null}\nfunction Ks(a,f){var g=m(null)?null:Js;f=g.a?g.a(f):g.call(null,f);return null==f?a:os.b(a,f)}\nfunction Ls(a,f){return new Gs(new rs(Array(32)),new rs(Array(32)),a,function(){var g=m(f)?f.a?f.a(os):f.call(null,os):os;return function(){function h(q,r){try{return g.b?g.b(q,r):g.call(null,q,r)}catch(t){return Ks(q,t)}}function k(q){try{return g.a?g.a(q):g.call(null,q)}catch(r){return Ks(q,r)}}var l=null;l=function(q,r){switch(arguments.length){case 1:return k.call(this,q);case 2:return h.call(this,q,r)}throw Error(\"Invalid arity: \"+arguments.length);};l.a=k;l.b=h;return l}()}())};var Ms={},Ns;\nfunction Os(a){if(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof gs||\"undefined\"===typeof is||\"undefined\"===typeof Ms||\"undefined\"===typeof Ns)Ns=function(f,g){this.W=f;this.jd=g;this.g=393216;this.w=0},Ns.prototype.N=function(f,g){return new Ns(this.W,g)},Ns.prototype.K=function(){return this.jd},Ns.prototype.Cc=function(){return!0},Ns.prototype.kc=function(){return!0},Ns.prototype.Dc=function(){return this.W},Ns.mc=function(){return new N(null,2,5,P,[zk,Ci],null)},Ns.Db=\n!0,Ns.fb=\"cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers12466\",Ns.Xb=function(f){return tc(f,\"cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers12466\")};return new Ns(a,lf)}function Ps(a){try{var f=a[0];return f.a?f.a(a):f.call(null,a)}catch(g){if(g instanceof Object)throw f=g,a[6].Cb(null),f;throw g;}}function Qs(a,f,g){g=Is(g,Os(function(h){a[2]=h;a[1]=f;return Ps(a)}));return m(g)?(a[2]=w(g),a[1]=f,dj):null}\nfunction Rs(a,f){a=a[6];null!=f&&a.lc(null,f,Os(function(){return null}));a.Cb(null);return a}\nfunction Ss(a){for(;;){var f=a[4],g=jl.a(f),h=hk.a(f),k=a[5];if(m(function(){var l=k;return m(l)?ib(f):l}()))throw k;if(m(function(){var l=k;return m(l)?(l=g,m(l)?G.b(El,h)||k instanceof h:l):l}())){a[1]=g;a[2]=k;a[5]=null;a[4]=M.h(f,jl,null,Dd([hk,null]));break}if(m(function(){var l=k;return m(l)?ib(g)&&ib(vk.a(f)):l}()))a[4]=Gl.a(f);else{if(m(function(){var l=k;return m(l)?ib(g)?vk.a(f):!1:l}())){a[1]=vk.a(f);a[4]=M.c(f,vk,null);break}if(m(ib(k)?vk.a(f):!1)){a[1]=vk.a(f);a[4]=M.c(f,vk,null);break}if(ib(k)&&\nib(vk.a(f))){a[1]=im.a(f);a[4]=Gl.a(f);break}throw Error(\"No matching clause\");}}};function Ts(a,f){a=G.b(a,0)?null:a;return Ls(\"number\"===typeof a?new ss(new rs(Array(a)),a):a,f)}\nvar Us=function(a){if(\"undefined\"===typeof Ra||\"undefined\"===typeof Sa||\"undefined\"===typeof gs||\"undefined\"===typeof hs)hs=function(f,g,h){this.W=f;this.tc=g;this.kd=h;this.g=393216;this.w=0},hs.prototype.N=function(f,g){return new hs(this.W,this.tc,g)},hs.prototype.K=function(){return this.kd},hs.prototype.Cc=function(){return!0},hs.prototype.kc=function(){return this.tc},hs.prototype.Dc=function(){return this.W},hs.mc=function(){return new N(null,3,5,P,[zk,um,Ei],null)},hs.Db=!0,hs.fb=\"cljs.core.async/t_cljs$core$async12580\",\nhs.Xb=function(f){return tc(f,\"cljs.core.async/t_cljs$core$async12580\")};return new hs(a,!0,lf)}(function(){return null});function Vs(a,f){a=js(a,f,Us);return m(a)?w(a):!0};var Ws={};\nfunction Xs(){var a=function(){var h=new N(null,1,5,P,[dk],null);return V.a?V.a(h):V.call(null,h)}(),f=function(){var h=new N(null,1,5,P,[Hj],null);return V.a?V.a(h):V.call(null,h)}(),g=function(){var h=new N(null,1,5,P,[Wk],null);return V.a?V.a(h):V.call(null,h)}();return m(function(){var h=new N(null,1,5,P,[Bk],null);h=V.a?V.a(h):V.call(null,h);h=w(h);return m(h)?0===w(g):h}())&&0<I(Kf(function(h){return G.b(R.a(h),w(a)+1)},w(f)))?(f=new N(null,1,5,P,[uj],null),Z.a?Z.a(f):Z.call(null,f)):null}\nfunction Ys(){var a=function(){var l=new N(null,1,5,P,[Hj],null);return V.a?V.a(l):V.call(null,l)}(),f=w(function(){var l=new N(null,1,5,P,[Bk],null);return V.a?V.a(l):V.call(null,l)}()),g=w(function(){var l=new N(null,1,5,P,[hl],null);return V.a?V.a(l):V.call(null,l)}()).currentTime;a=af(xe,Df.b(function(l){return R.a(l)},w(a)));var h=function(){var l=new N(null,1,5,P,[Gi],null);return V.a?V.a(l):V.call(null,l)}();g-=w(h);var k=60/w(function(){var l=new N(null,1,5,P,[Zl],null);return V.a?V.a(l):\nV.call(null,l)}());w(h);h=g/k;g=function(){var l=new N(null,1,5,P,[dk],null);return V.a?V.a(l):V.call(null,l)}();m(f)&&(a<h?(f=new N(null,1,5,P,[Wj],null),Z.a?Z.a(f):Z.call(null,f)):w(g)<h&&(f=new N(null,1,5,P,[Fm],null),Z.a?Z.a(f):Z.call(null,f),f=new N(null,1,5,P,[Lm],null),Z.a?Z.a(f):Z.call(null,f)));return Xs()}function Zs(){var a=new N(null,1,5,P,[Yl],null);Z.a?Z.a(a):Z.call(null,a);return Ys()}\nif(\"undefined\"===typeof yr||\"undefined\"===typeof Ws||\"undefined\"===typeof $s)var $s=setInterval(Zs,60);function at(a){var f=Ts(null,null),g=new XMLHttpRequest;g.responseType=\"arraybuffer\";g.onload=function(){G.b(g.status,200)&&Vs(f,M.c(a,Rl,g.response));return ks(f)};g.open(\"GET\",Xk.a(a),!0);g.send();return f}\nfunction bt(a){var f=Ts(null,null);m(Rl.a(a))?w(function(){var g=new N(null,1,5,P,[hl],null);return V.a?V.a(g):V.call(null,g)}()).decodeAudioData(Rl.a(a),function(g){Vs(f,M.c(a,zm,g));return ks(f)},function(){console.error(\"Error loading file \",ji(Dd([a])));return ks(f)}):ks(f);return f}\nfunction ct(a){var f=Ts(1,null);As(function(){var g=function(){function k(l){var q=l[1];return 1===q?(q=at(a),Qs(l,2,q)):2===q?(q=l[2],l[7]=q,l[1]=m(q)?3:4,dj):3===q?(q=l[7],q=bt(q),Qs(l,6,q)):4===q?(l[2]=null,l[1]=5,dj):5===q?Rs(l,l[2]):6===q?(l[2]=l[2],l[1]=5,dj):null}return function(){function l(t){for(;;){a:try{for(;;){var u=k(t);if(!De(u,dj)){var v=u;break a}}}catch(x){if(x instanceof Object)t[5]=x,Ss(t),v=dj;else throw x;}if(!De(v,dj))return v}}function q(){var t=[null,null,null,null,null,null,\nnull,null];t[0]=r;t[1]=1;return t}var r=null;r=function(t){switch(arguments.length){case 0:return q.call(this);case 1:return l.call(this,t)}throw Error(\"Invalid arity: \"+arguments.length);};r.j=q;r.a=l;return r}()}(),h=function(){var k=g.j?g.j():g.call(null);k[6]=f;return k}();return Ps(h)});return f}\nfunction dt(){var a=Ts(1,null);As(function(){var f=function(){function h(k){var l=k[1];if(1===l){var q=Xg,r=Oh(1,19,1);k[7]=q;k[8]=r;k[2]=null;k[1]=2;return dj}if(2===l)return r=k[8],l=null==C(r),k[1]=ib(l)?4:5,dj;if(3===l)return Rs(k,k[2]);if(4===l){r=k[8];l=C(r);var t=[Xk,Ij];r=[[\"/mecca/public/audio/\",p.a(l),\".mp3\"].join(\"\"),l];t=Bh(t,r);t=ct(t);k[9]=l;return Qs(k,7,t)}if(5===l)return q=k[7],k[2]=q,k[1]=6,dj;if(6===l)return k[2]=k[2],k[1]=3,dj;if(7===l){q=k[7];r=k[8];var u=k[9];var v=k[2];l=ji(Dd([u]));\nt=ji(Dd([v]));q=M.c(q,u,v);r=cd(r);k[10]=l;k[11]=t;k[7]=q;k[8]=r;k[2]=null;k[1]=2;return dj}return null}return function(){function k(r){for(;;){a:try{for(;;){var t=h(r);if(!De(t,dj)){var u=t;break a}}}catch(v){if(v instanceof Object)r[5]=v,Ss(r),u=dj;else throw v;}if(!De(u,dj))return u}}function l(){var r=[null,null,null,null,null,null,null,null,null,null,null,null];r[0]=q;r[1]=1;return r}var q=null;q=function(r){switch(arguments.length){case 0:return l.call(this);case 1:return k.call(this,r)}throw Error(\"Invalid arity: \"+\narguments.length);};q.j=l;q.a=k;return q}()}(),g=function(){var h=f.j?f.j():f.call(null);h[6]=a;return h}();return Ps(g)});return a}\nif(\"undefined\"===typeof yr||\"undefined\"===typeof Ws||\"undefined\"===typeof et)var et=function(){var a=Ts(1,null);As(function(){var f=function(){return function(){function h(q){for(;;){a:try{for(;;){var r=void 0,t=q,u=t[1];if(1===u){var v=P,x=dt();t[7]=v;r=t;var z=Qs(r,2,x)}else if(2===u){v=t[7];var D=new N(null,2,5,v,[sm,t[2]],null),F=Z.a?Z.a(D):Z.call(null,D),J=ji(Dd([\"Samples loaded\"]));t[8]=F;r=t;z=Rs(r,J)}else z=null;if(!De(z,dj)){var S=z;break a}}}catch(O){if(O instanceof Object)q[5]=O,Ss(q),\nS=dj;else throw O;}if(!De(S,dj))return S}}function k(){var q=[null,null,null,null,null,null,null,null,null];q[0]=l;q[1]=1;return q}var l=null;l=function(q){switch(arguments.length){case 0:return k.call(this);case 1:return h.call(this,q)}throw Error(\"Invalid arity: \"+arguments.length);};l.j=k;l.a=h;return l}()}(),g=function(){var h=f.j?f.j():f.call(null);h[6]=a;return h}();return Ps(g)});return a}();function ft(a){return a*Math.pow(2,1/12)}function gt(a){return a*Math.pow(2,-1/12)}\nfunction ht(a){return 66<a?re(ft,Jf(a-66,1)):re(gt,Jf(68-a,1))}function it(a){var f=w(function(){var k=new N(null,1,5,P,[hl],null);return V.a?V.a(k):V.call(null,k)}()),g=function(){var k=new N(null,1,5,P,[yj],null);return V.a?V.a(k):V.call(null,k)}(),h=function(){var k=new N(null,1,5,P,[U],null);return V.a?V.a(k):V.call(null,k)}();g=zm.a(y.b(w(g),w(h)));h=f.createBufferSource();h.buffer=g;h.playbackRate.setValueAtTime(ht(a),f.currentTime);h.connect(f.destination);h.start()}\nfunction jt(a,f){var g=function(){var l=new N(null,1,5,P,[hl],null);return V.a?V.a(l):V.call(null,l)}(),h=function(){var l=new N(null,1,5,P,[yj],null);return V.a?V.a(l):V.call(null,l)}();a=zm.a(y.b(w(h),a));h=w(g).createBufferSource();w(g).createDynamicsCompressor();var k=w(g).createAnalyser();h.buffer=a;h.playbackRate.setValueAtTime(ht(f),w(g).currentTime);h.connect(k);h.connect(w(g).destination);h.start();return h}\nfunction kt(a,f,g){var h=function(){var l=new N(null,1,5,P,[hl],null);return V.a?V.a(l):V.call(null,l)}(),k=function(){var l=new N(null,1,5,P,[yj],null);return V.a?V.a(l):V.call(null,l)}();a=zm.a(y.b(w(k),a));k=w(h).createBufferSource();k.buffer=a;k.playbackRate.setValueAtTime(ht(f),g);k.connect(w(h).destination);k.start(g);return k}\nfunction lt(){var a=function(){var k=new N(null,1,5,P,[Hj],null);return V.a?V.a(k):V.call(null,k)}(),f=w(function(){var k=new N(null,1,5,P,[hl],null);return V.a?V.a(k):V.call(null,k)}()).currentTime,g=function(){var k=new N(null,1,5,P,[Zl],null);return V.a?V.a(k):V.call(null,k)}(),h=new N(null,1,5,P,[fm],null);Z.a?Z.a(h):Z.call(null,h);Uh(function(){return function q(l){return new Ie(null,function(){for(;;){var r=B(l);if(r){if(ie(r)){var t=Ec(r),u=I(t),v=Me(u);a:for(var x=0;;)if(x<u){var z=Ab.b(t,\nx),D=null!=z&&(z.g&64||d===z.R)?af(Dh,z):z;z=y.b(D,R);var F=y.b(D,U);D=y.b(D,Q);z=kt(F,D,f+60/w(g)*z);v.add(z);x+=1}else{t=!0;break a}return t?Oe(Qe(v),q(Fc(r))):Oe(Qe(v),null)}v=C(r);u=null!=v&&(v.g&64||d===v.R)?af(Dh,v):v;v=y.b(u,R);t=y.b(u,U);u=y.b(u,Q);return Cd(kt(t,u,f+60/w(g)*v),q(cd(r)))}return null}},null)}(w(a))}())};qq.b(Mi,function(){return Bh([yj,cj,U,mm,xl,Wk,R,Gi,pj,Km,Ui,gm,kk,fj,Bk,Ri,Cl,Hj,Bm,Ok,hl,Zl,zl,Qj,tj,dk,cl],[null,1,1,!1,!1,0,0,0,0,1,!1,\"\",!1,4,!1,null,61,Kd,0,new N(null,2,5,P,[null,null],null),new AudioContext,120,16,null,\"\",0,Kd])});qq.c(Ul,xr(\"remove note\"),function(a,f){K(f,0,null);var g=K(f,1,null),h=K(f,2,null);return Vf(a,Hj,function(k){return Lf(function(l){return G.b(g,R.a(l))&&G.b(h,Q.a(l))},k)})});qq.b(gm,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,gm,f)});\nqq.b(sm,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,yj,f)});qq.b(gl,function(a,f){K(f,0,null);f=K(f,1,null);return Vf(a,fj,f)});qq.b(Hl,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,Hj,f)});qq.b(hm,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,R,f)});qq.b(Xj,function(a,f){K(f,0,null);K(f,1,null);lt();return M.c(M.c(a,Gi,w(function(){var g=new N(null,1,5,P,[hl],null);return V.a?V.a(g):V.call(null,g)}()).currentTime),Bk,!0)});\nqq.b(jm,function(a,f){K(f,0,null);K(f,1,null);return M.c(a,mm,!0)});qq.b(Lk,function(a,f){K(f,0,null);K(f,1,null);return Vf(a,mm,ib)});qq.b(Ik,function(a,f){K(f,0,null);K(f,1,null);return Vf(a,xl,ib)});qq.b(kj,function(a,f){K(f,0,null);K(f,1,null);return M.c(a,mm,!1)});qq.b(sk,function(a,f){K(f,0,null);K(f,1,null);return M.c(a,Bk,!1)});qq.b(Ji,function(a,f){K(f,0,null);K(f,1,null);f=new N(null,1,5,P,[al],null);Z.a?Z.a(f):Z.call(null,f);return M.c(M.c(a,Bk,!1),dk,0)});\nqq.b(oj,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,Ok,f)});qq.b(Hm,function(a,f){K(f,0,null);f=K(f,1,null);return M.h(a,U,f,Dd([xl,!1]))});qq.b(Wj,function(a,f){K(f,0,null);K(f,1,null);return M.c(a,Bk,!1)});\nqq.b(Lm,function(a,f){K(f,0,null);K(f,1,null);f=function(){var h=new N(null,1,5,P,[Hj],null);return V.a?V.a(h):V.call(null,h)}();var g=function(){var h=new N(null,1,5,P,[dk],null);return V.a?V.a(h):V.call(null,h)}();w(f);4<w(g)&&(f=new N(null,2,5,P,[jk,.5],null),Z.a?Z.a(f):Z.call(null,f));return Vf(a,dk,function(h){return.5+h})});qq.b(jk,function(a,f){K(f,0,null);var g=K(f,1,null);return Vf(a,cj,function(h){return g+h})});\nqq.b(Fm,function(a,f){K(f,0,null);K(f,1,null);return Vf(a,zl,function(g){return 10+g})});qq.b(al,function(a,f){K(f,0,null);K(f,1,null);return M.c(M.c(a,cj,1),zl,16)});qq.b(Dk,function(a,f){K(f,0,null);K(f,1,null);return Vf(a,cj,function(g){return g-.5})});qq.b(fm,function(a,f){K(f,0,null);K(f,1,null);return M.c(a,dk,0)});qq.b(Kl,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,Zl,f)});qq.b(Tl,function(a,f){K(f,0,null);K(f,1,null);return Vf(a,Zl,function(g){return 8+g})});\nqq.b(Rk,function(a,f){K(f,0,null);K(f,1,null);return Vf(a,Zl,function(g){return g-8})});qq.b(Qi,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,bm,f)});qq.b(am,function(a,f){K(f,0,null);K(f,1,null);return Vf(a,Ui,ib)});qq.b(Dj,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,Ri,f)});qq.b(ik,function(a,f){K(f,0,null);K(f,1,null);f=function(){var h=new N(null,1,5,P,[Zl],null);return V.a?V.a(h):V.call(null,h)}();var g=60/w(f);return Vf(Vf(a,pj,kd),Bm,function(h){return h+g})});\nqq.b(Gk,function(a,f){K(f,0,null);f=K(f,1,null);it(f);return M.c(a,cl,new N(null,1,5,P,[new e(null,2,[Q,f,R,0],null)],null))});qq.b(km,function(a,f){K(f,0,null);K(f,1,null);f=function(){var h=new N(null,1,5,P,[Hj],null);return V.a?V.a(h):V.call(null,h)}();var g=function(){var h=new N(null,1,5,P,[pj],null);return V.a?V.a(h):V.call(null,h)}();f=Kf(function(h){return G.b(1+w(g),R.a(h))},w(f));return Wf(a,cl,wf,f)});\nqq.c(vm,xr(\"add note\"),function(a,f){K(f,0,null);var g=K(f,1,null),h=K(f,2,null);f=K(f,3,null);G.b(w(function(){var k=new N(null,1,5,P,[hl],null);return V.a?V.a(k):V.call(null,k)}()).state,\"suspended\")&&w(function(){var k=new N(null,1,5,P,[hl],null);return V.a?V.a(k):V.call(null,k)}()).resume();jt(g,m(w(function(){var k=new N(null,1,5,P,[mm],null);return V.a?V.a(k):V.call(null,k)}()))?f+1:f);return Wf(a,Hj,Jd,new e(null,3,[R,h,U,g,Q,m(w(function(){var k=new N(null,1,5,P,[mm],null);return V.a?V.a(k):\nV.call(null,k)}()))?f+1:f],null))});\nqq.b(Yl,function(a,f){K(f,0,null);K(f,1,null);return m(ff(0,w(function(){var g=new N(null,1,5,P,[Wk],null);return V.a?V.a(g):V.call(null,g)}()))?w(function(){var g=new N(null,1,5,P,[Bk],null);return V.a?V.a(g):V.call(null,g)}()):!1)?M.c(Vf(Vf(a,Km,function(g){return G.b(g,12)?0:g+1}),Wk,function(g){return G.b(8,g)?0:g+1}),Cl,61-y.b(new N(null,8,5,P,[5,10,15,25,30,25,15,5],null),w(function(){var g=new N(null,1,5,P,[Wk],null);return V.a?V.a(g):V.call(null,g)}()))):Vf(a,Km,function(g){return G.b(g,12)?\n0:g+1})});qq.b(uj,function(a,f){K(f,0,null);K(f,1,null);return M.c(a,Wk,1)});qq.b(zj,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,tj,f)});qq.b(Vk,function(a,f){K(f,0,null);f=K(f,1,null);return M.c(a,Hj,f)});qq.b(Fi,function(a,f){K(f,0,null);K(f,1,null);f=new N(null,2,5,P,[Kl,260],null);Z.a?Z.a(f):Z.call(null,f);return M.c(a,Hj,Yr)});qq.b(tk,function(a,f){K(f,0,null);K(f,1,null);f=new N(null,2,5,P,[Kl,150],null);Z.a?Z.a(f):Z.call(null,f);return M.c(a,Hj,fs)});\nqq.b(yk,function(a,f){K(f,0,null);K(f,1,null);f=new N(null,2,5,P,[Kl,390],null);Z.a?Z.a(f):Z.call(null,f);return M.c(a,Hj,es)});function mt(a){return Sj.a(a)}X.b?X.b(Sj,mt):X.call(null,Sj,mt);function nt(a){return hl.a(a)}X.b?X.b(hl,nt):X.call(null,hl,nt);function ot(a){return yj.a(a)}X.b?X.b(yj,ot):X.call(null,yj,ot);function pt(a){return gm.a(a)}X.b?X.b(gm,pt):X.call(null,gm,pt);function qt(a){return Bk.a(a)}X.b?X.b(Bk,qt):X.call(null,Bk,qt);function rt(a){return mm.a(a)}X.b?X.b(mm,rt):X.call(null,mm,rt);function st(a){return Ri.a(a)}X.b?X.b(Ri,st):X.call(null,Ri,st);function tt(a){return Ui.a(a)}\nX.b?X.b(Ui,tt):X.call(null,Ui,tt);function ut(a){return xl.a(a)}X.b?X.b(xl,ut):X.call(null,xl,ut);function vt(a){return Gi.a(a)}X.b?X.b(Gi,vt):X.call(null,Gi,vt);function wt(a){return kk.a(a)}X.b?X.b(kk,wt):X.call(null,kk,wt);function xt(a){return Zl.a(a)}X.b?X.b(Zl,xt):X.call(null,Zl,xt);function yt(a){return R.a(a)}X.b?X.b(R,yt):X.call(null,R,yt);function zt(a){return Vj.a(a)}X.b?X.b(Vj,zt):X.call(null,Vj,zt);function At(a){return bm.a(a)}X.b?X.b(bm,At):X.call(null,bm,At);\nfunction Bt(a){return dk.a(a)}X.b?X.b(dk,Bt):X.call(null,dk,Bt);function Ct(a){return pj.a(a)}X.b?X.b(pj,Ct):X.call(null,pj,Ct);function Dt(a){return cj.a(a)}X.b?X.b(cj,Dt):X.call(null,cj,Dt);function Et(a){return Bm.a(a)}X.b?X.b(Bm,Et):X.call(null,Bm,Et);function Ft(a){return fj.a(a)}X.b?X.b(fj,Ft):X.call(null,fj,Ft);function Gt(a){return U.a(a)}X.b?X.b(U,Gt):X.call(null,U,Gt);function Ht(a){return Qj.a(a)}X.b?X.b(Qj,Ht):X.call(null,Qj,Ht);function It(a){return Ok.a(a)}\nX.b?X.b(Ok,It):X.call(null,Ok,It);function Jt(a){return Hj.a(a)}X.b?X.b(Hj,Jt):X.call(null,Hj,Jt);function Kt(a){return zl.a(a)}X.b?X.b(zl,Kt):X.call(null,zl,Kt);function Lt(a){return Cl.a(a)}X.b?X.b(Cl,Lt):X.call(null,Cl,Lt);function Mt(a){return Km.a(a)}X.b?X.b(Km,Mt):X.call(null,Km,Mt);function Nt(a){return Wk.a(a)}X.b?X.b(Wk,Nt):X.call(null,Wk,Nt);function Ot(a){return tj.a(a)}X.b?X.b(tj,Ot):X.call(null,tj,Ot);function Pt(a,f){return new N(null,2,5,P,[lj,new e(null,2,[Yi,[\"translate(\",p.a(a),\",\",p.a(f),\")\"].join(\"\"),Kj,\"M2.214 12.37H1.55v-.097-.097h-.221-.221v-.111-.111h-.111-.111v-.553-.553h.111.111v-.111-.111h.111.111v-.111-.111h.332.332v.111.111h.111.111v.111.111h.111.111v.332.332h-.111-.111v.111.111h-.111-.111v.111.111h.443.443v-.111-.111h.111.111v-.996-.996h-.111-.111v-.111-.111H2.214 1.55v-.111-.111h-.221-.221v-.111-.111h-.111-.111v-.111-.111h-.111-.111v-.111-.111h-.111-.111v-.111-.111H.332.221v-.221-.221H.111 0v-.996-.996h.111.111v-.221-.221h.111.111v-.221-.221h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h.111.111V3.653 3.321H1.66 1.55V2.324 1.328h.111.111V.996.664h.111.111V.443.221h.111.111V.111 0h.332.332v.111.111h.111.111v.221.221h.111.111v.332.332h.111.111v.664.664h-.111-.111v.443.443h-.111-.111v.221.221h-.111-.111v.221.221h-.111-.111v.111.111h-.111-.111v.553.553h.111.111v.111.111h.443.443v.111.111h.111.111v.111.111h.111.111v.111.111h.111.111v.221.221h.069.069v.664.664h-.069-.069v.221.221h-.111-.111v.111.111h-.111-.111v.111.111h-.221-.221v.443.443h.111.111v.775.775h-.111-.111v.221.221h-.221-.221v.097.097zM1.992 9.077h.664v-.553-.553h-.111-.111v-.553-.553h-.111-.111v.111.111h-.111-.111v.111.111h-.111-.111v.332.332h.111.111v.221.221h.221.221v.111.111H2.103 1.771v-.111-.111h-.111-.111v-.111-.111h-.111-.111v-.221-.221h-.111-.111v-.332-.332h.111.111v-.221-.221h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h-.111-.111v-.332-.332h-.111-.111v.111.111h-.111-.111v.111.111h-.111-.111v.111.111h-.111-.111v.221.221h-.111-.111v.111.111h-.111-.111v.332.332h-.111-.111v.332.332h.111.111v.332.332h.111.111v.111.111h.111.111v.111.111h.111.111v.111.111zm1.328-.221h.221v-.221-.221h.111.111v-.443-.443h-.111-.111v-.221-.221h-.221-.221v-.111-.111h-.111-.111v.553.553h.111.111v.443.443zM2.214 3.321h.221v-.221-.221h.111.111v-.111-.111h.111.111v-.221-.221h.111.111V1.66 1.107H2.767 2.435v.221.221h-.111-.111v.221.221h-.111-.111v.664.664z\"],\nnull)],null)}\nfunction Qt(){return new N(null,2,5,P,[Al,Uh(function(){return function g(f){return new Ie(null,function(){for(;;){var h=B(f);if(h){if(ie(h)){var k=Ec(h),l=I(k),q=Me(l);a:for(var r=0;;)if(r<l){var t=Ab.b(k,r);t=Ud(new N(null,2,5,P,[Ki,Bh([Di,Jk,Bl,Fk,Wl,Vi,xj,Ek,wj,pm],[G.b(t,30)||G.b(t,18)?.25:null,\"black\",\"bevel\",t,\"butt\",G.b(t,30)||G.b(t,18)?.06:.15,1,t,63,7<t&&rf(t)&&42>t?\"visible\":\"hidden\"])],null),new e(null,1,[bm,t],null));q.add(t);r+=1}else{k=!0;break a}return k?Oe(Qe(q),g(Fc(h))):Oe(Qe(q),\nnull)}q=C(h);return Cd(Ud(new N(null,2,5,P,[Ki,Bh([Di,Jk,Bl,Fk,Wl,Vi,xj,Ek,wj,pm],[G.b(q,30)||G.b(q,18)?.25:null,\"black\",\"bevel\",q,\"butt\",G.b(q,30)||G.b(q,18)?.06:.15,1,q,63,7<q&&rf(q)&&42>q?\"visible\":\"hidden\"])],null),new e(null,1,[bm,q],null)),g(cd(h)))}return null}},null)}(Oh(0,18,1))}())],null)};function Rt(a,f,g){return new N(null,2,5,P,[Ki,new e(null,5,[xj,a,wj,a+8*g,Fk,f+3.5,Ek,f+3.5,Jk,\"black\"],null)],null)}function St(a,f,g,h){return new N(null,2,5,P,[Ki,new e(null,8,[xj,a,wj,a+8*g,Fk,1.5+f,Ek,1.5+f,Vi,3,Di,\"7 1\",dm,h,Jk,\"#c74a0a\"],null)],null)}function Tt(a,f,g,h){return new N(null,2,5,P,[Ki,new e(null,8,[xj,a,wj,a+8*g,Fk,1.5+f,Ek,1.5+f,Vi,3,Di,\"1 7\",dm,h,Jk,\"black\"],null)],null)}\nfunction Ut(a,f,g){return new N(null,7,5,P,[Jj,new N(null,5,5,P,[St,a,f,g,0],null),new N(null,5,5,P,[Tt,a,f,g,1],null),new N(null,4,5,P,[Rt,a,f,g],null),new N(null,5,5,P,[St,a,f+4,g,4],null),new N(null,5,5,P,[Tt,a,f+4,g,5],null),new N(null,4,5,P,[Rt,a,f+4,g],null)],null)}\nfunction Vt(a){return new N(null,2,5,P,[Jj,function(){return function h(g){return new Ie(null,function(){for(;;){var k=B(g);if(k){if(ie(k)){var l=Ec(k),q=I(l),r=Me(q);a:for(var t=0;;)if(t<q){var u=Ab.b(l,t),v=K(u,0,null);u=K(u,1,null);v=Ud(new N(null,2,5,P,[Ki,new e(null,6,[xj,a+(40-u),wj,a+40+u,Fk,48.5+v,Ek,48.5+v,Jk,\"black\",Vi,2.1],null)],null),new e(null,1,[bm,new N(null,2,5,P,[v,u],null)],null));r.add(v);t+=1}else{l=!0;break a}return l?Oe(Qe(r),h(Fc(k))):Oe(Qe(r),null)}l=C(k);r=K(l,0,null);l=\nK(l,1,null);return Cd(Ud(new N(null,2,5,P,[Ki,new e(null,6,[xj,a+(40-l),wj,a+40+l,Fk,48.5+r,Ek,48.5+r,Jk,\"black\",Vi,2.1],null)],null),new e(null,1,[bm,new N(null,2,5,P,[r,l],null)],null)),h(cd(k)))}return null}},null)}(new N(null,6,5,P,[new N(null,2,5,P,[16.5,3],null),new N(null,2,5,P,[17.5,5],null),new N(null,2,5,P,[18.5,6],null),new N(null,2,5,P,[20.5,7],null),new N(null,2,5,P,[21.5,7],null),new N(null,2,5,P,[22.5,8],null)],null))}()],null)}\nfunction Wt(a,f){return new N(null,3,5,P,[Jj,new N(null,2,5,P,[Mk,new e(null,5,[Oj,a,Nj,f,mk,16,gk,24,xm,\"black\"],null)],null),new N(null,3,5,P,[Vt,a-32,f],null)],null)}\nfunction Xt(a,f,g){return new N(null,6,5,P,[Jj,new N(null,2,5,P,[Ki,new e(null,8,[xj,a,wj,a+g,Fk,f+.5,Ek,f+.5,Vi,1,Di,\"9 7\",dm,-11,Jk,\"#fbbbaf\"],null)],null),new N(null,2,5,P,[Ki,new e(null,8,[xj,a,wj,a+g,Fk,f+4,Ek,f+4,Vi,6,Di,\"1 7\",dm,5,Jk,\"#fbbbaf\"],null)],null),new N(null,2,5,P,[Ki,new e(null,8,[xj,a,wj,a+g,Fk,f+4,Ek,f+4,Vi,6,Di,\"7 9\",dm,4,Jk,\"#c74a0a\"],null)],null),new N(null,2,5,P,[Ki,new e(null,8,[xj,a,wj,a+g,Fk,f+7.5,Ek,f+7.5,Vi,1,Di,\"9 7\",dm,-11,Jk,\"black\"],null)],null),new N(null,2,5,P,[Ki,\nnew e(null,8,[xj,a,wj,a+g,Fk,f+7.5,Ek,f+7.5,Vi,1,Di,\"9 7\",dm,13,Jk,\"#fbbbaf\"],null)],null)],null)}function Yt(a,f,g){return new N(null,9,5,P,[Jj,new e(null,2,[Yi,\"scale (0.15)\",hj,1],null),new N(null,4,5,P,[Xt,a,f,8*g],null),new N(null,4,5,P,[Ut,a,f+8,g],null),new N(null,4,5,P,[Ut,a,f+16,g],null),new N(null,4,5,P,[Ut,a,f+24,g],null),new N(null,4,5,P,[Ut,a,f+32,g],null),new N(null,4,5,P,[Ut,a,f+40,g],null),G.b(g,10)?new N(null,3,5,P,[Wt,32+a,f+24],null):null],null)};function Zt(a,f,g,h,k){return wf.b(new N(null,2,5,P,[Jj,Gh.h(Dd([a,new e(null,1,[Yi,[\"scale(\",p.a(k),\") translate(\",p.a(g),\",\",p.a(h),\")\"].join(\"\")],null)]))],null),function(){return function r(q){return new Ie(null,function(){for(;;){var t=B(q);if(t){if(ie(t)){var u=Ec(t),v=I(u),x=Me(v);a:for(var z=0;;)if(z<v){var D=Ab.b(u,z),F=K(D,0,null);D=K(D,1,null);x.add(new N(null,2,5,P,[lj,new e(null,2,[Jk,F,Kj,D],null)],null));z+=1}else{u=!0;break a}return u?Oe(Qe(x),r(Fc(t))):Oe(Qe(x),null)}u=C(t);x=K(u,\n0,null);u=K(u,1,null);return Cd(new N(null,2,5,P,[lj,new e(null,2,[Jk,x,Kj,u],null)],null),r(cd(t)))}return null}},null)}(f)}())}\nvar $t=new N(null,6,5,P,[new N(null,2,5,P,[\"#686850\",\"M1 0h3M0 1h1M4 1h1M0 2h1M4 2h1M0 3h1M4 3h1M0 4h1M4 4h1M0 5h1M4 5h1M0 6h1M4 6h1M1 7h3\"],null),new N(null,2,5,P,[\"#f8f8e8\",\"M1 1h2M1 2h1M1 3h1M1 4h1M1 5h1\"],null),new N(null,2,5,P,[\"#c8d0a8\",\"M3 1h1M1 6h1\"],null),new N(null,2,5,P,[\"#e0e8c0\",\"M2 2h1M2 3h1M2 4h1M2 5h1\"],null),new N(null,2,5,P,[\"#a0a880\",\"M3 2h1M3 3h1M3 4h1M3 5h1\"],null),new N(null,2,5,P,[\"#b0b890\",\"M2 6h2\"],null)],null);\nfunction au(a,f,g){return new N(null,2,5,P,[Mk,Bh([Nj,Jk,mk,aj,Vi,Oj,Qk,pm,gk],[f,\"black\",12*g,function(){var h=new N(null,1,5,P,[Tl],null);return Z.a?Z.a(h):Z.call(null,h)},1,a,\"all\",\"hidden\",12*g])],null)}function bu(a,f,g){return new N(null,2,5,P,[Mk,Bh([Nj,Jk,mk,aj,Vi,Oj,Qk,pm,gk],[f,\"black\",12*g,function(){var h=new N(null,1,5,P,[Rk],null);return Z.a?Z.a(h):Z.call(null,h)},1,a,\"all\",\"hidden\",12*g])],null)}\nfunction cu(a,f,g){return Zt(new e(null,1,[aj,function(){var h=new N(null,1,5,P,[Ji],null);Z.a?Z.a(h):Z.call(null,h);return jt(17,63)}],null),m(w(function(){var h=new N(null,1,5,P,[Bk],null);return V.a?V.a(h):V.call(null,h)}()))?new N(null,8,5,P,[new N(null,2,5,P,[\"#737373\",\"M0 0h12M0 1h1M11 1h1M0 2h1M11 2h1M0 3h1M3 3h6M11 3h1M0 4h1M3 4h1M11 4h1M0 5h1M3 5h2M6 5h1M8 5h1M11 5h1M0 6h1M3 6h1M11 6h1M0 7h1M3 7h2M6 7h1M8 7h1M11 7h1M0 8h1M3 8h1M11 8h1M0 9h1M11 9h1M0 10h1M11 10h1M0 11h12\"],null),new N(null,\n2,5,P,[\"#ffffff\",\"M1 1h1\"],null),new N(null,2,5,P,[\"#ceefe7\",\"M2 1H3M4 1H7M8 1H11M1 2H2M1 3H2M1 4H2M1 5H2M1 6H2M1 7H2M1 8H2M1 9H2M1 10H2\"],null),new N(null,2,5,P,[\"#d6d6d6\",\"M3 1h1M7 1h1M3 2h1M7 2h1M9 3h2M10 4h1M10 5h1M10 6h1M10 7h1M10 8h1M3 9h1M8 9h2M3 10h4M8 10h1M10 10h1\"],null),new N(null,2,5,P,[\"#000000\",\"M12 1h1M13 2h1M13 3h1M13 4h1M13 5h1M13 6h1M13 7h1M13 8h1M13 9h1M13 10h1M13 11h1M1 12h1M12 12h2M2 13h11\"],null),new N(null,2,5,P,[\"#c6c6c6\",\"M2 2h1M4 2h3M8 2h3M2 3h1M2 4h1M9 4h1M2 5h1M9 5h1M2 6h1M9 6h1M2 7h1M9 7h1M2 8h1M9 8h1M2 9h1M4 9h4M10 9h1M2 10h1M7 10h1M9 10h1\"],\nnull),new N(null,2,5,P,[\"#adadad\",\"M12 2h1M12 3h1M4 4h2M7 4h2M5 5h1M7 5h1M12 5h1M4 6h3M8 6h1M12 6h1M7 7h1M4 8h5M12 8h1M12 9h1M12 10h1M12 11h1M2 12h2M5 12h3M9 12h3\"],null),new N(null,2,5,P,[\"#a5a5b5\",\"M6 4h1M12 4h1M7 6h1M5 7h1M12 7h1M4 12h1M8 12h1\"],null)],null):new N(null,6,5,P,[new N(null,2,5,P,[\"#000000\",\"M0 0h12M0 1h1M11 1h1M0 2h1M11 2h1M0 3h1M11 3h1M0 4h1M11 4h1M0 5h1M11 5h1M0 6h1M11 6h1M0 7h1M11 7h1M0 8h1M11 8h1M0 9h1M11 9h1M0 10h1M11 10h1M0 11h12\"],null),new N(null,2,5,P,[\"#a0c0b0\",\"M12 0h1M0 12h1\"],\nnull),new N(null,2,5,P,[\"#f8f8f8\",\"M1 1h9M1 2h1M1 3h1M1 4h1M1 5h1M1 6h1M1 7h1M1 8h1M1 9h1\"],null),new N(null,2,5,P,[\"#f828f8\",\"M10 1h1M2 2h8M2 3h8M2 4h8M2 5h8M2 6h8M2 7h8M2 8h8M2 9h8M1 10h1\"],null),new N(null,2,5,P,[\"#707070\",\"M12 1h1M12 2h1M12 3h1M12 4h1M12 5h1M12 6h1M12 7h1M12 8h1M12 9h1M12 10h1M12 11h1M1 12h12\"],null),new N(null,2,5,P,[\"#a870d0\",\"M10 2h1M10 3h1M10 4h1M10 5h1M10 6h1M10 7h1M10 8h1M10 9h1M2 10h9\"],null)],null),a,f,g)}\nfunction du(a,f,g){return m(w(function(){var h=new N(null,1,5,P,[Bk],null);return V.a?V.a(h):V.call(null,h)}()))?Zt(new e(null,1,[aj,function(){var h=new N(null,1,5,P,[sk],null);Z.a?Z.a(h):Z.call(null,h);return jt(17,63)}],null),new N(null,5,5,P,[new N(null,2,5,P,[\"#000000\",\"M0 0h2M0 1h1M2 1h2M0 2h1M4 2h2M0 3h1M6 3h2M0 4h1M8 4h1M0 5h1M9 5h1M0 6h1M8 6h1M0 7h1M6 7h2M0 8h1M4 8h2M0 9h1M2 9h2M0 10h2\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M1 1h1M1 2h3M1 3h1M4 3h2M1 4h1M6 4h2M1 5h1M8 5h1M1 6h1M1 7h1M1 8h1\"],\nnull),new N(null,2,5,P,[\"#f8f800\",\"M2 3h2M2 4h4M2 5h6M2 6h4M2 7h2\"],null),new N(null,2,5,P,[\"#f89000\",\"M6 6h2M4 7h2M2 8h2M1 9h1\"],null),new N(null,2,5,P,[\"#707070\",\"M9 6h2M8 7h2M6 8h3M4 9h3M2 10h3M1 11h2\"],null)],null),a,f,g):Zt(new e(null,1,[aj,function(){var h=new N(null,1,5,P,[Xj],null);Z.a?Z.a(h):Z.call(null,h);return jt(17,63)}],null),new N(null,7,5,P,[new N(null,2,5,P,[\"#707070\",\"M0 0h2M0 1h1M2 1h2M0 2h1M4 2h2M0 3h1M2 3h2M6 3h2M0 4h1M2 4h1M4 4h2M8 4h1M0 5h1M2 5h1M6 5h1M9 5h1M0 6h1M2 6h1M4 6h2M8 6h1M0 7h1M2 7h2M6 7h2M10 7h1M0 8h1M4 8h2M9 8h2M0 9h1M2 9h2M8 9h2M0 10h2M6 10h3M0 11h1M4 11h3M2 12h3M1 13h2\"],\nnull),new N(null,2,5,P,[\"#a0c0b0\",\"M2 0h10M4 1h8M6 2h6M8 3h4M9 4h3M10 5h2M10 6h2M11 9h1M10 10h2M9 11h3M0 12h1M7 12h5M0 13h1M5 13h7M0 14h1M3 14h9\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M1 1h1\"],null),new N(null,2,5,P,[\"#c8e8e0\",\"M1 2h3M1 3h1M4 3h2M1 4h1M6 4h2M1 5h1M8 5h1M1 6h1M1 7h1M1 8h1M1 9h1\"],null),new N(null,2,5,P,[\"#a8a8a8\",\"M3 4h1M3 5h3M3 6h1M8 7h1M11 7h1M6 8h2M11 8h1M4 9h2M10 9h1M2 10h2M9 10h1M1 11h1M7 11h2M5 12h2M3 13h2M1 14h2\"],null),new N(null,2,5,P,[\"#d0d0d0\",\"M7 5h1M6 6h2M4 7h2M2 8h2\"],\nnull),new N(null,2,5,P,[\"#000000\",\"M9 6h1M9 7h1M8 8h1M6 9h2M4 10h2M2 11h2M1 12h1\"],null)],null),a,f,g)}\nfunction eu(a,f,g){var h=P,k=new e(null,3,[bl,\"0 -0.5 140 20\",jj,\"crisp-edges\",Ck,new e(null,1,[pl,\"url(/mecca/public/images/hand.png),pointer\"],null)],null);a=Zt(null,new N(null,7,5,P,[new N(null,2,5,P,[\"#000000\",\"M2 0h136M1 1h2M137 1h2M0 2h2M138 2h2M0 3h1M139 3h1M0 4h1M139 4h1M0 5h1M6 5h128M139 5h1M0 6h1M5 6h2M133 6h2M139 6h1M0 7h1M5 7h1M134 7h1M139 7h1M0 8h1M5 8h1M134 8h1M139 8h1M0 9h1M5 9h1M134 9h1M139 9h1M0 10h1M5 10h1M10 10h4M15 10h5M21 10h4M26 10h4M42 10h4M47 10h1M53 10h2M57 10h1M61 10h1M87 10h5M93 10h4M98 10h1M102 10h1M104 10h4M109 10h4M134 10h1M139 10h1M0 11h1M5 11h1M10 11h1M17 11h1M21 11h1M24 11h1M26 11h1M29 11h1M42 11h1M45 11h1M47 11h1M52 11h1M55 11h1M58 11h1M60 11h1M89 11h1M93 11h1M98 11h2M101 11h2M104 11h1M107 11h1M109 11h1M112 11h1M134 11h1M139 11h1M0 12h1M5 12h1M10 12h4M17 12h1M21 12h1M24 12h1M26 12h4M42 12h4M47 12h1M52 12h4M59 12h1M89 12h1M93 12h4M98 12h1M100 12h1M102 12h1M104 12h4M109 12h1M112 12h1M134 12h1M139 12h1M0 13h1M5 13h1M13 13h1M17 13h1M21 13h1M24 13h1M26 13h1M42 13h1M47 13h1M52 13h1M55 13h1M59 13h1M89 13h1M93 13h1M98 13h1M102 13h1M104 13h1M109 13h1M112 13h1M134 13h1M139 13h1M0 14h1M5 14h1M10 14h4M17 14h1M21 14h4M26 14h1M42 14h1M47 14h4M52 14h1M55 14h1M59 14h1M89 14h1M93 14h4M98 14h1M102 14h1M104 14h1M109 14h4M134 14h1M139 14h1M0 15h1M5 15h1M134 15h1M139 15h1M0 16h1M5 16h1M134 16h1M139 16h1M0 17h1M5 17h1M134 17h1M139 17h1M0 18h1M5 18h1M134 18h1M139 18h1M0 19h1M5 19h1M134 19h1M139 19h1M0 20h1M5 20h1M134 20h1M139 20h1M0 21h1M5 21h1M70 21h3M127 21h3M134 21h1M139 21h1M0 22h1M5 22h1M69 22h1M73 22h1M126 22h1M130 22h1M134 22h1M139 22h1M0 23h1M5 23h1M68 23h1M74 23h1M125 23h1M128 23h1M131 23h1M134 23h1M139 23h1M0 24h1M5 24h1M68 24h1M70 24h3M74 24h1M80 24h40M125 24h1M127 24h3M131 24h1M134 24h1M139 24h1M0 25h1M5 25h1M68 25h1M74 25h1M80 25h40M125 25h1M128 25h1M131 25h1M134 25h1M139 25h1M0 26h1M5 26h1M69 26h1M73 26h1M126 26h1M130 26h1M134 26h1M139 26h1M0 27h1M5 27h1M70 27h3M127 27h3M134 27h1M139 27h1M0 28h1M5 28h1M134 28h1M139 28h1M0 29h1M5 29h1M134 29h1M139 29h1M0 30h1M5 30h1M134 30h1M139 30h1M0 31h1M5 31h1M134 31h1M139 31h1M0 32h1M5 32h1M134 32h1M139 32h1M0 33h1M5 33h2M133 33h2M139 33h1M0 34h1M6 34h128M139 34h1M0 35h1M139 35h1M0 36h1M139 36h1M0 37h2M138 37h2M1 38h2M137 38h2M2 39h136\"],null),\nnew N(null,2,5,P,[\"#a8a8a8\",\"M3 1h133M2 2h1M136 2h1M1 3h1M137 3h1M1 4h1M6 4h128M137 4h1M1 5h1M5 5h1M134 5h1M137 5h1M1 6h1M4 6h1M135 6h1M137 6h1M1 7h1M4 7h1M133 7h1M135 7h1M137 7h1M1 8h1M4 8h1M133 8h1M135 8h1M137 8h1M1 9h1M4 9h1M133 9h1M135 9h1M137 9h1M1 10h1M4 10h1M133 10h1M135 10h1M137 10h1M1 11h1M4 11h1M133 11h1M135 11h1M137 11h1M1 12h1M4 12h1M133 12h1M135 12h1M137 12h1M1 13h1M4 13h1M133 13h1M135 13h1M137 13h1M1 14h1M4 14h1M133 14h1M135 14h1M137 14h1M1 15h1M4 15h1M133 15h1M135 15h1M137 15h1M1 16h1M4 16h1M133 16h1M135 16h1M137 16h1M1 17h1M4 17h1M133 17h1M135 17h1M137 17h1M1 18h1M4 18h1M133 18h1M135 18h1M137 18h1M1 19h1M4 19h1M133 19h1M135 19h1M137 19h1M1 20h1M4 20h1M133 20h1M135 20h1M137 20h1M1 21h1M4 21h1M133 21h1M135 21h1M137 21h1M1 22h1M4 22h1M133 22h1M135 22h1M137 22h1M1 23h1M4 23h1M133 23h1M135 23h1M137 23h1M1 24h1M4 24h1M133 24h1M135 24h1M137 24h1M1 25h1M4 25h1M133 25h1M135 25h1M137 25h1M1 26h1M4 26h1M133 26h1M135 26h1M137 26h1M1 27h1M4 27h1M133 27h1M135 27h1M137 27h1M1 28h1M4 28h1M133 28h1M135 28h1M137 28h1M1 29h1M4 29h1M133 29h1M135 29h1M137 29h1M1 30h1M4 30h1M133 30h1M135 30h1M137 30h1M1 31h1M4 31h1M133 31h1M135 31h1M137 31h1M1 32h1M4 32h1M133 32h1M135 32h1M137 32h1M1 33h1M4 33h1M7 33h126M135 33h1M137 33h1M1 34h1M5 34h1M134 34h1M137 34h1M1 35h1M137 35h1M1 36h2M136 36h1M2 37h134\"],\nnull),new N(null,2,5,P,[\"#707070\",\"M136 1h1M137 2h1M138 3h1M138 4h1M138 5h1M7 6h126M138 6h1M6 7h1M138 7h1M6 8h1M138 8h1M6 9h1M138 9h1M6 10h1M138 10h1M6 11h1M138 11h1M6 12h1M138 12h1M6 13h1M138 13h1M6 14h1M138 14h1M6 15h1M138 15h1M6 16h1M138 16h1M6 17h1M138 17h1M6 18h1M138 18h1M6 19h1M138 19h1M6 20h1M138 20h1M6 21h1M138 21h1M6 22h1M138 22h1M6 23h1M138 23h1M6 24h1M138 24h1M6 25h1M138 25h1M6 26h1M138 26h1M6 27h1M138 27h1M6 28h1M138 28h1M6 29h1M138 29h1M6 30h1M138 30h1M6 31h1M138 31h1M6 32h1M138 32h1M138 33h1M138 34h1M138 35h1M137 36h2M136 37h2M3 38h134\"],\nnull),new N(null,2,5,P,[\"#d0d0d0\",\"M3 2h133M2 3h2M135 3h2M2 4h1M5 4h1M134 4h1M136 4h1M2 5h1M4 5h1M135 5h1M2 6h1M2 7h1M7 7h126M2 8h1M7 8h1M132 8h1M2 9h1M7 9h1M132 9h1M2 10h1M7 10h1M132 10h1M2 11h1M7 11h1M132 11h1M2 12h1M7 12h1M132 12h1M2 13h1M7 13h1M132 13h1M2 14h1M7 14h1M132 14h1M2 15h1M7 15h1M132 15h1M2 16h1M7 16h1M132 16h1M2 17h1M7 17h1M132 17h1M2 18h1M7 18h1M132 18h1M2 19h1M7 19h1M132 19h1M2 20h1M7 20h1M132 20h1M2 21h1M7 21h1M132 21h1M2 22h1M7 22h1M132 22h1M2 23h1M7 23h1M132 23h1M2 24h1M7 24h1M132 24h1M2 25h1M7 25h1M132 25h1M2 26h1M7 26h1M132 26h1M2 27h1M7 27h1M132 27h1M2 28h1M7 28h1M132 28h1M2 29h1M7 29h1M132 29h1M2 30h1M7 30h1M132 30h1M2 31h1M7 31h1M132 31h1M2 32h1M7 32h126M2 33h1M2 34h1M4 34h1M135 34h1M2 35h1M5 35h130M136 35h1M3 36h1M135 36h1\"],\nnull),new N(null,2,5,P,[\"#f8f8f8\",\"M4 3h131M3 4h2M135 4h1M3 5h1M136 5h1M3 6h1M136 6h1M3 7h1M136 7h1M3 8h1M136 8h1M3 9h1M9 9h22M41 9h22M86 9h28M136 9h1M3 10h1M9 10h1M14 10h1M20 10h1M25 10h1M30 10h1M41 10h1M46 10h1M48 10h5M55 10h2M58 10h3M62 10h1M86 10h1M92 10h1M97 10h1M99 10h3M103 10h1M108 10h1M113 10h1M136 10h1M3 11h1M9 11h1M41 11h1M86 11h1M136 11h1M3 12h1M9 12h1M14 12h3M18 12h3M22 12h2M25 12h1M30 12h1M41 12h1M46 12h1M48 12h4M56 12h3M60 12h3M86 12h3M90 12h3M97 12h1M99 12h1M101 12h1M103 12h1M108 12h1M110 12h2M113 12h1M136 12h1M3 13h1M9 13h1M41 13h1M86 13h1M136 13h1M3 14h1M9 14h1M41 14h1M86 14h1M136 14h1M3 15h1M9 15h1M41 15h1M86 15h1M136 15h1M3 16h1M136 16h1M3 17h1M136 17h1M3 18h1M136 18h1M3 19h1M136 19h1M3 20h1M136 20h1M3 21h1M136 21h1M3 22h1M70 22h3M127 22h3M136 22h1M3 23h1M69 23h5M126 23h2M129 23h2M136 23h1M3 24h1M69 24h1M73 24h1M126 24h1M130 24h1M136 24h1M3 25h1M69 25h5M126 25h2M129 25h2M136 25h1M3 26h1M70 26h3M127 26h3M136 26h1M3 27h1M136 27h1M3 28h1M136 28h1M3 29h1M136 29h1M3 30h1M136 30h1M3 31h1M136 31h1M3 32h1M136 32h1M3 33h1M136 33h1M3 34h1M136 34h1M3 35h2M135 35h1M4 36h131\"],\nnull),new N(null,2,5,P,[\"#a0c0b0\",\"M8 8h124M8 9h1M31 9h10M63 9h23M114 9h18M8 10h1M31 10h10M63 10h23M114 10h18M8 11h1M31 11h10M63 11h23M114 11h18M8 12h1M31 12h10M63 12h23M114 12h18M8 13h1M31 13h10M63 13h23M114 13h18M8 14h1M31 14h10M63 14h23M114 14h18M8 15h1M31 15h10M63 15h23M114 15h18M8 16h124M8 17h124M8 18h124M8 19h124M8 20h124M8 21h62M73 21h54M130 21h2M8 22h61M74 22h52M131 22h1M8 23h60M75 23h50M8 24h60M75 24h5M120 24h5M8 25h60M75 25h5M120 25h5M8 26h61M74 26h52M131 26h1M8 27h62M73 27h54M130 27h2M8 28h124M8 29h124M8 30h124M8 31h124\"],\nnull),new N(null,2,5,P,[\"#c8e8e0\",\"M11 11h6M18 11h3M22 11h2M25 11h1M27 11h2M30 11h1M43 11h2M46 11h1M48 11h4M53 11h2M56 11h2M59 11h1M61 11h2M87 11h2M90 11h3M94 11h4M100 11h1M103 11h1M105 11h2M108 11h1M110 11h2M113 11h1M10 13h3M14 13h3M18 13h3M22 13h2M25 13h1M27 13h4M43 13h4M48 13h4M53 13h2M56 13h3M60 13h3M87 13h2M90 13h3M94 13h4M99 13h3M103 13h1M105 13h4M110 13h2M113 13h1M14 14h3M18 14h3M25 14h1M27 14h4M43 14h4M51 14h1M53 14h2M56 14h3M60 14h3M87 14h2M90 14h3M97 14h1M99 14h3M103 14h1M105 14h4M113 14h1M10 15h21M42 15h21M87 15h27\"],\nnull)],null),a,f,g);var l=new N(null,4,5,P,[cu,155,18,g],null),q=new N(null,4,5,P,[du,187,17,g],null),r=new N(null,4,5,P,[bu,105,9,g],null),t=new N(null,4,5,P,[au,131,9,g],null);var u=new N(null,1,5,P,[Zl],null);u=V.a?V.a(u):V.call(null,u);u=220+.1*w(u);f=Zt(null,$t,u,21+f,g);return new N(null,8,5,h,[em,k,a,l,q,r,t,f],null)};function fu(a,f,g,h){return gu(null,a,f,g,h)}\nfunction gu(a,f,g,h,k){return wf.b(new N(null,2,5,P,[Jj,Gh.h(Dd([a,new e(null,1,[Yi,[\"scale(\",p.a(k),\") translate(\",p.a(g),\",\",p.a(h),\")\"].join(\"\")],null)]))],null),function(){return function r(q){return new Ie(null,function(){for(;;){var t=B(q);if(t){if(ie(t)){var u=Ec(t),v=I(u),x=Me(v);a:for(var z=0;;)if(z<v){var D=Ab.b(u,z),F=K(D,0,null);D=K(D,1,null);x.add(new N(null,2,5,P,[lj,new e(null,2,[Jk,F,Kj,D],null)],null));z+=1}else{u=!0;break a}return u?Oe(Qe(x),r(Fc(t))):Oe(Qe(x),null)}u=C(t);x=K(u,\n0,null);u=K(u,1,null);return Cd(new N(null,2,5,P,[lj,new e(null,2,[Jk,x,Kj,u],null)],null),r(cd(t)))}return null}},null)}(f)}())}function hu(a,f,g){return new N(null,2,5,P,[tm,fu(new N(null,2,5,P,[new N(null,2,5,P,[\"#000000\",\"M4 0h1M3 1h2M2 2h1M4 2h3M1 3h1M0 4h1M1 5h1M2 6h1M4 6h3M3 7h2M4 8h1\"],null),new N(null,2,5,P,[\"#f8f800\",\"M3 2h1M2 3h5M1 4h6M2 5h5M3 6h1\"],null)],null),a,f,g)],null)}\nfunction iu(a,f,g){return new N(null,2,5,P,[tm,fu(new N(null,2,5,P,[new N(null,2,5,P,[\"#000000\",\"M2 0h1M2 1h2M0 2h3M4 2h1M5 3h1M6 4h1M5 5h1M0 6h3M4 6h1M2 7h2M2 8h1\"],null),new N(null,2,5,P,[\"#f8f800\",\"M3 2h1M0 3h5M0 4h6M0 5h5M3 6h1\"],null)],null),a,f,g)],null)}\nvar ju=new N(null,10,5,P,[new N(null,2,5,P,[\"#f7f700\",\"M0 0h2M7 0h1M2 1h1M3 2h1M4 3h1M5 4h1\"],null),new N(null,2,5,P,[\"#000000\",\"M2 0h1M9 0h1M3 1h1M10 1h1M4 2h1M11 2h1M5 3h1M12 3h1M6 4h1M5 6h1M12 6h1M4 7h1M11 7h1M3 8h1M10 8h1M2 9h1M9 9h1\"],null),new N(null,2,5,P,[\"#d8c78b\",\"M8 0h1\"],null),new N(null,2,5,P,[\"#f7cc00\",\"M0 1h1M7 1h1M0 2h1M7 2h1M0 3h1M7 3h1M0 4h1M7 4h1M0 5h1M4 5h1M7 5h1M11 5h1M0 6h1M3 6h1M7 6h1M10 6h1M0 7h1M2 7h1M7 7h1M9 7h1M0 8h2M7 8h2\"],null),new N(null,2,5,P,[\"#ffde00\",\"M1 1h1M8 1h1M1 2h2M8 2h2M1 3h3M8 3h3M1 4h4M8 4h4M1 5h3M8 5h3M1 6h2M8 6h2M1 7h1M8 7h1\"],\nnull),new N(null,2,5,P,[\"#ccb49e\",\"M9 1h1\"],null),new N(null,2,5,P,[\"#e8e165\",\"M10 2h1\"],null),new N(null,2,5,P,[\"#e6dd6c\",\"M11 3h1\"],null),new N(null,2,5,P,[\"#ded17f\",\"M12 4h1\"],null),new N(null,2,5,P,[\"#f79400\",\"M5 5h1M12 5h1M4 6h1M11 6h1M3 7h1M10 7h1M2 8h1M9 8h1M0 9h2M7 9h2\"],null)],null),ku=new N(null,5,5,P,[new N(null,2,5,P,[\"#f7f700\",\"M0 0h2M2 1h1M3 2h1M4 3h1M5 4h1\"],null),new N(null,2,5,P,[\"#000000\",\"M2 0h1M7 0h1M3 1h1M7 1h1M4 2h1M7 2h1M5 3h1M7 3h1M6 4h2M6 5h2M5 6h1M7 6h1M4 7h1M7 7h1M3 8h1M7 8h1M2 9h1M7 9h1\"],\nnull),new N(null,2,5,P,[\"#f7cc00\",\"M0 1h1M0 2h1M0 3h1M0 4h1M0 5h1M4 5h1M0 6h1M3 6h1M0 7h1M2 7h1M0 8h2\"],null),new N(null,2,5,P,[\"#ffde00\",\"M1 1h1M1 2h2M1 3h3M1 4h4M1 5h3M1 6h2M1 7h1\"],null),new N(null,2,5,P,[\"#f79400\",\"M5 5h1M4 6h1M3 7h1M2 8h1M0 9h2\"],null)],null);\nfunction lu(a,f,g){return gu(new e(null,1,[Qk,\"none\"],null),new N(null,5,5,P,[new N(null,2,5,P,[\"#000001\",\"M0 0h8M0 1h1M8 1h1M0 2h2M7 2h1M9 2h1M0 3h1M2 3h1M6 3h1M10 3h1M1 4h1M3 4h1M5 4h1M11 4h1M1 5h1M4 5h1M12 5h1M2 6h1M4 6h2M11 6h2M2 7h1M4 7h1M6 7h1M10 7h1M12 7h1M3 8h2M7 8h1M9 8h1M12 8h1M4 9h1M8 9h1M12 9h1M5 10h1M8 10h1M11 10h1M6 11h1M8 11h1M10 11h1M7 12h3M8 13h1\"],null),new N(null,2,5,P,[\"#f8f8f8\",\"M1 1h7M2 2h5M3 3h3M8 3h1M4 4h1M7 4h1M9 4h1M6 5h1M8 5h1M10 5h1M7 6h1M9 6h1M8 7h1\"],null),new N(null,\n2,5,P,[\"#00f8f8\",\"M8 2h1M7 3h1M9 3h1M6 4h1M8 4h1M10 4h1M5 5h1M7 5h1M9 5h1M11 5h1M6 6h1M8 6h1M10 6h1M5 7h1M7 7h1M9 7h1M5 8h2M8 8h1M5 9h3M6 10h2M7 11h1\"],null),new N(null,2,5,P,[\"#c0c0c1\",\"M1 3h1M2 4h1M2 5h2M3 6h1M3 7h1\"],null),new N(null,2,5,P,[\"#0000f8\",\"M11 7h1M10 8h2M9 9h3M9 10h2M9 11h1\"],null)],null),a,f,g)}\nfunction mu(){var a=function(){var f=new N(null,1,5,P,[xl],null);return V.a?V.a(f):V.call(null,f)}();return function(f,g,h){return gu(new e(null,1,[aj,function(){var k=new N(null,1,5,P,[Ik],null);Z.a?Z.a(k):Z.call(null,k);return ib(w(a))?jt(18,63):null}],null),m(w(a))?new N(null,5,5,P,[new N(null,2,5,P,[\"#ffffff\",\"M0 0h15M0 1h2M12 1h3M0 2h3M4 2h7M12 2h1M14 2h1M0 3h3M4 3h2M7 3h4M12 3h3M0 4h2M4 4h5M10 4h1M12 4h3M0 5h2M4 5h3M8 5h3M13 5h2M0 6h2M13 6h2M0 7h2M13 7h2M0 8h2M13 8h2M0 9h2M13 9h2M0 10h2M13 10h2M0 11h2M13 11h2M0 12h2M13 12h2M0 13h2M13 13h2M0 14h2M13 14h2M0 15h2M13 15h2M0 16h14\"],\nnull),new N(null,2,5,P,[\"#ceefe7\",\"M2 1h1M13 2h1M6 3h1M2 4h1M9 4h1M7 5h1M14 16h1\"],null),new N(null,2,5,P,[\"#000000\",\"M3 1h9M3 2h1M11 2h1M3 3h1M11 3h1M3 4h1M11 4h1M2 5h2M11 5h2M2 6h1M12 6h1M2 7h1M12 7h1M2 8h1M12 8h1M2 9h1M12 9h1M2 10h1M12 10h1M2 11h1M12 11h1M2 12h1M12 12h1M2 13h1M12 13h1M2 14h1M12 14h1M2 15h11\"],null),new N(null,2,5,P,[\"#84ef94\",\"M3 6h9M3 7h2M10 7h2M3 8h2M6 8h6M3 9h2M6 9h6M3 10h2M9 10h3M3 11h2M6 11h6M3 12h2M6 12h6M3 13h2M10 13h2M3 14h9\"],null),new N(null,2,5,P,[\"#089c31\",\"M5 7h5M5 8h1M5 9h1M5 10h4M5 11h1M5 12h1M5 13h5\"],\nnull)],null):new N(null,7,5,P,[new N(null,2,5,P,[\"#000000\",\"M0 0h15M0 1h15M0 2h4M11 2h4M0 3h4M11 3h4M0 4h4M11 4h4M0 5h4M11 5h4M0 6h3M12 6h3M0 7h3M12 7h3M0 8h3M12 8h3M0 9h3M12 9h3M0 10h3M12 10h3M0 11h3M12 11h3M0 12h3M12 12h3M0 13h3M12 13h3M0 14h3M12 14h3M0 15h15M0 16h15\"],null),new N(null,2,5,P,[\"#ffffff\",\"M4 2h7M4 3h2M7 3h4M4 4h5M10 4h1M4 5h3M8 5h3\"],null),new N(null,2,5,P,[\"#ceefe7\",\"M6 3h1M9 4h1M7 5h1\"],null),new N(null,2,5,P,[\"#c6c6c6\",\"M3 6h1M5 6h1M7 6h2M10 6h2M3 7h2M10 7h1M3 8h2M6 8h2M9 8h3M3 9h1M6 9h4M11 9h1M3 10h2M9 10h3M3 11h2M6 11h4M11 11h1M3 12h1M6 12h2M9 12h3M3 13h2M10 13h1M3 14h6M10 14h2\"],\nnull),new N(null,2,5,P,[\"#adadad\",\"M4 6h1M6 6h1M9 6h1M11 7h1M8 8h1M4 9h1M10 9h1M10 11h1M4 12h1M8 12h1M11 13h1M9 14h1\"],null),new N(null,2,5,P,[\"#848484\",\"M5 7h5M5 9h1M5 10h1M7 10h1M5 12h1M5 13h1M7 13h3\"],null),new N(null,2,5,P,[\"#737373\",\"M5 8h1M6 10h1M8 10h1M5 11h1M6 13h1\"],null)],null),f,g,h)}}\nfunction nu(a,f,g){return gu(new e(null,1,[aj,function(){var h=new N(null,1,5,P,[am],null);Z.a?Z.a(h):Z.call(null,h);return jt(17,63)}],null),m(w(function(){var h=new N(null,1,5,P,[Ui],null);return V.a?V.a(h):V.call(null,h)}()))?new N(null,2,5,P,[new N(null,2,5,P,[\"#000000\",\"M0 0h13M0 1h1M12 1h1M0 2h1M12 2h1M0 3h1M3 3h8M12 3h1M0 4h1M6 4h1M8 4h3M12 4h1M0 5h1M3 5h8M12 5h1M0 6h1M6 6h1M8 6h3M12 6h1M0 7h1M3 7h8M12 7h1M0 8h1M6 8h1M8 8h3M12 8h1M0 9h1M3 9h8M12 9h1M0 10h1M6 10h1M8 10h3M12 10h1M0 11h1M3 11h8M12 11h1M0 12h1M12 12h1M0 13h13\"],\nnull),new N(null,2,5,P,[\"#f8f800\",\"M1 1h11M1 2h11M1 3h2M11 3h1M1 4h5M7 4h1M11 4h1M1 5h2M11 5h1M1 6h5M7 6h1M11 6h1M1 7h2M11 7h1M1 8h5M7 8h1M11 8h1M1 9h2M11 9h1M1 10h5M7 10h1M11 10h1M1 11h2M11 11h1M1 12h11\"],null)],null):new N(null,2,5,P,[new N(null,2,5,P,[\"#000000\",\"M0 0h13M0 1h1M12 1h1M0 2h1M12 2h1M0 3h1M3 3h8M12 3h1M0 4h1M6 4h1M8 4h3M12 4h1M0 5h1M3 5h8M12 5h1M0 6h1M6 6h1M8 6h3M12 6h1M0 7h1M3 7h8M12 7h1M0 8h1M6 8h1M8 8h3M12 8h1M0 9h1M3 9h8M12 9h1M0 10h1M6 10h1M8 10h3M12 10h1M0 11h1M3 11h8M12 11h1M0 12h1M12 12h1M0 13h13\"],\nnull),new N(null,2,5,P,[\"gray\",\"M1 1h11M1 2h11M1 3h2M11 3h1M1 4h5M7 4h1M11 4h1M1 5h2M11 5h1M1 6h5M7 6h1M11 6h1M1 7h2M11 7h1M1 8h5M7 8h1M11 8h1M1 9h2M11 9h1M1 10h5M7 10h1M11 10h1M1 11h2M11 11h1M1 12h11\"],null)],null),a,f,g)}\nfunction ou(){var a=function(){var f=new N(null,1,5,P,[ij],null);return V.a?V.a(f):V.call(null,f)}();return function(f,g,h){return gu(new e(null,1,[aj,m(w(a))?function(){var k=new N(null,1,5,P,[Ql],null);Z.a?Z.a(k):Z.call(null,k);return jt(16,63)}:null],null),m(w(a))?new N(null,6,5,P,[new N(null,2,5,P,[\"#000000\",\"M0 0h1M3 0h8M13 0h1M0 1h1M4 1h6M13 1h1M0 2h2M4 2h6M12 2h2M0 3h2M12 3h2M0 4h2M12 4h2M0 5h3M5 5h1M8 5h1M11 5h3M0 6h3M11 6h3M0 7h3M6 7h2M11 7h3M0 8h3M6 8h2M11 8h3M0 9h3M4 9h2M8 9h2M11 9h3M0 10h3M4 10h1M9 10h1M11 10h3M0 11h3M5 11h1M8 11h1M11 11h3M0 12h4M6 12h2M10 12h4M0 13h5M9 13h5M0 14h14\"],\nnull),new N(null,2,5,P,[\"#ffc694\",\"M1 0h1M12 0h1M1 1h1M3 1h1M11 1h2M11 2h1M3 3h2M2 4h2M9 4h1M11 4h1M3 5h1M9 5h1M3 6h1M9 6h1M3 7h1M8 7h2M3 8h1M8 8h2M3 9h1M3 10h1M4 12h1M6 13h1\"],null),new N(null,2,5,P,[\"#ffefbd\",\"M2 0h1M11 0h1M2 1h1M10 1h1M2 2h1M10 2h1M2 3h1M5 3h6M4 4h5M4 5h1M6 5h2M4 6h1M6 6h2M4 7h2M4 8h2M4 11h1M5 12h1\"],null),new N(null,2,5,P,[\"#d6944a\",\"M3 2h1M11 3h1M10 4h1M10 5h1M10 6h1M10 7h1M10 8h1M10 9h1M10 10h1M3 11h1M9 11h2M8 12h2M5 13h1M7 13h2\"],null),new N(null,2,5,P,[\"#ffffff\",\"M5 6h1M8 6h1\"],\nnull),new N(null,2,5,P,[\"#b54a00\",\"M6 9h2M5 10h4M6 11h2\"],null)],null):new N(null,7,5,P,[new N(null,2,5,P,[\"#000000\",\"M0 0h14M0 1h1M4 1h6M13 1h1M0 2h2M5 2h4M12 2h2M0 3h2M3 3h1M10 3h1M12 3h2M0 4h2M12 4h2M0 5h3M11 5h3M0 6h3M5 6h1M8 6h1M11 6h3M0 7h3M11 7h3M0 8h3M11 8h3M0 9h3M6 9h2M11 9h3M0 10h3M6 10h2M11 10h3M0 11h3M5 11h4M11 11h3M0 12h4M10 12h4M0 13h5M9 13h5M0 14h14\"],null),new N(null,2,5,P,[\"#c6c6c6\",\"M1 1h3M10 1h3M2 2h1M4 2h1M9 2h1M5 3h4M4 4h1M6 4h1M8 4h1M4 5h1M6 5h2M6 6h1M4 7h2M4 8h3M5 9h1M4 10h2M4 11h1M5 12h1\"],\nnull),new N(null,2,5,P,[\"#737373\",\"M3 2h1M10 2h1M10 4h1M10 6h1M10 8h1M10 10h1M8 12h1M7 13h1\"],null),new N(null,2,5,P,[\"#a5a5b5\",\"M11 2h1M2 3h1M4 3h1M9 3h1M11 3h1M3 4h1M9 4h1M3 5h1M9 5h1M3 6h1M7 6h1M9 6h1M3 7h1M7 7h3M3 8h1M7 8h3M3 9h1M8 9h2M3 10h1M8 10h2M4 12h1M6 12h2M6 13h1\"],null),new N(null,2,5,P,[\"#848484\",\"M2 4h1M11 4h1M10 5h1M10 7h1M10 9h1M3 11h1M9 11h2M9 12h1M5 13h1M8 13h1\"],null),new N(null,2,5,P,[\"#adadad\",\"M5 4h1M7 4h1M4 6h1M6 7h1M4 9h1\"],null),new N(null,2,5,P,[\"#ffffff\",\"M5 5h1M8 5h1\"],\nnull)],null),5*f,5*g,h)}}\nfunction pu(){var a=function(){var f=new N(null,1,5,P,[il],null);return V.a?V.a(f):V.call(null,f)}();return function(f,g,h){return gu(new e(null,1,[aj,m(w(a))?function(){var k=new N(null,1,5,P,[Nk],null);return Z.a?Z.a(k):Z.call(null,k)}:null],null),m(w(a))?new N(null,4,5,P,[new N(null,2,5,P,[\"#ffffff\",\"M0 0h3M5 0h5M12 0h3M0 1h2M6 1h2M13 1h2M0 2h1M2 2h1M5 2h1M7 2h1M9 2h1M12 2h1M14 2h1M0 3h1M2 3h1M5 3h1M9 3h1M12 3h1M14 3h1M0 4h1M2 4h1M5 4h1M9 4h1M12 4h1M14 4h1M0 5h1M3 5h2M10 5h2M14 5h1M0 6h2M13 6h2M0 7h1M14 7h1M0 12h1M14 12h1M0 13h2M13 13h2M0 14h4M11 14h4M0 15h2M3 15h3M9 15h4M14 15h1M0 16h11M12 16h3\"],null),\nnew N(null,2,5,P,[\"#000000\",\"M3 0h2M10 0h2M2 1h1M5 1h1M9 1h1M12 1h1M1 2h1M3 2h2M6 2h1M8 2h1M10 2h2M13 2h1M1 3h1M3 3h2M6 3h3M10 3h2M13 3h1M1 4h1M3 4h2M6 4h1M8 4h1M10 4h2M13 4h1M1 5h1M5 5h1M9 5h1M13 5h1M2 6h1M12 6h1M1 7h1M6 7h1M8 7h1M13 7h1M0 8h1M14 8h1M0 9h1M14 9h1M0 10h1M14 10h1M0 11h1M4 11h1M10 11h1M14 11h1M1 12h1M5 12h1M9 12h1M13 12h1M2 13h2M6 13h3M11 13h2M4 14h2M9 14h2M6 15h3\"],null),new N(null,2,5,P,[\"#00ff00\",\"M3 1h2M10 1h2M7 4h1M2 5h1M6 5h3M12 5h1M3 6h9M2 7h4M7 7h1M9 7h4M1 8h13M1 9h13M1 10h13M1 11h3M5 11h5M11 11h3M2 12h3M6 12h3M10 12h3M4 13h2M9 13h2M6 14h3\"],\nnull),new N(null,2,5,P,[\"#ceefe7\",\"M8 1h1M2 15h1M13 15h1M11 16h1\"],null)],null):new N(null,5,5,P,[new N(null,2,5,P,[\"#848484\",\"M0 0h15M0 1h1M2 1h1M5 1h1M7 1h1M9 1h1M12 1h1M14 1h1M0 2h2M6 2h3M13 2h2M0 3h1M7 3h1M14 3h1M0 4h1M14 4h1M0 5h1M14 5h1M0 6h1M14 6h1M0 7h2M13 7h2M0 8h1M14 8h1M0 13h1M14 13h1M0 14h2M13 14h2M0 15h1M2 15h2M11 15h2M14 15h1M0 16h3M4 16h2M9 16h2M12 16h3\"],null),new N(null,2,5,P,[\"#737373\",\"M1 1h1M6 1h1M8 1h1M13 1h1M1 15h1M13 15h1M3 16h1M11 16h1\"],null),new N(null,2,5,P,[\"#000000\",\"M3 1h2M10 1h2M2 2h1M5 2h1M9 2h1M12 2h1M1 3h2M6 3h1M8 3h1M12 3h2M1 4h1M3 4h1M6 4h3M11 4h1M13 4h1M1 5h1M4 5h1M6 5h1M8 5h1M10 5h1M13 5h1M1 6h1M5 6h1M9 6h1M13 6h1M2 7h1M12 7h1M1 8h1M6 8h1M8 8h1M13 8h1M0 9h1M14 9h1M0 10h1M14 10h1M0 11h1M14 11h1M0 12h1M14 12h1M1 13h1M6 13h3M13 13h1M2 14h2M11 14h2M4 15h2M9 15h2M6 16h3\"],\nnull),new N(null,2,5,P,[\"#c6c6c6\",\"M3 2h2M10 2h2M3 3h3M9 3h2M2 4h1M4 4h1M9 4h2M12 4h1M2 5h2M5 5h1M7 5h1M9 5h1M11 5h2M2 6h1M4 6h1M6 6h3M10 6h2M3 7h3M7 7h3M11 7h1M2 8h2M5 8h1M7 8h1M9 8h4M1 9h6M8 9h2M11 9h3M1 10h1M3 10h2M6 10h6M13 10h1M1 11h3M5 11h3M9 11h2M12 11h2M1 12h2M4 12h3M8 12h6M2 13h3M9 13h1M11 13h2M4 14h7M6 15h1M8 15h1\"],null),new N(null,2,5,P,[\"#adadad\",\"M11 3h1M5 4h1M3 6h1M12 6h1M6 7h1M10 7h1M4 8h1M7 9h1M10 9h1M2 10h1M5 10h1M12 10h1M4 11h1M8 11h1M11 11h1M3 12h1M7 12h1M5 13h1M10 13h1M7 15h1\"],\nnull)],null),5*f,5*g,h)}}\nvar qu=new N(null,3,5,P,[new N(null,2,5,P,[\"#fefefe\",\"M0 0h10M20 0h12M0 1h10M20 1h12M0 2h6M10 2h10M24 2h8M0 3h6M10 3h10M24 3h8M0 4h4M6 4h18M26 4h6M0 5h4M6 5h18M26 5h6M0 6h2M4 6h22M28 6h4M0 7h2M4 7h22M28 7h4M0 8h2M4 8h2M8 8h2M12 8h14M28 8h4M0 9h2M4 9h2M8 9h2M12 9h14M28 9h4M2 10h4M8 10h2M12 10h8M24 10h4M30 10h2M2 11h4M8 11h2M12 11h8M24 11h4M30 11h2M2 12h16M20 12h4M26 12h2M30 12h2M2 13h16M20 13h4M26 13h2M30 13h2M2 14h2M6 14h2M10 14h2M14 14h10M26 14h2M30 14h2M2 15h2M6 15h2M10 15h2M14 15h10M26 15h2M30 15h2M2 16h2M14 16h8M24 16h6M2 17h2M14 17h8M24 17h6M2 18h2M14 18h16M2 19h2M14 19h16M0 20h2M4 20h2M16 20h14M0 21h2M4 21h2M16 21h14M0 22h2M4 22h2M8 22h2M12 22h2M16 22h12M30 22h2M0 23h2M4 23h2M8 23h2M12 23h2M16 23h12M30 23h2M0 24h4M6 24h18M28 24h4M0 25h4M6 25h18M28 25h4M0 26h6M12 26h8M24 26h8M0 27h6M12 27h8M24 27h8M0 28h12M20 28h12M0 29h12M20 29h12\"],null),\nnew N(null,2,5,P,[\"#000000\",\"M10 0h10M10 1h10M6 2h4M20 2h4M6 3h4M20 3h4M4 4h2M24 4h2M4 5h2M24 5h2M2 6h2M26 6h2M2 7h2M26 7h2M2 8h2M6 8h2M10 8h2M26 8h2M2 9h2M6 9h2M10 9h2M26 9h2M0 10h2M6 10h2M10 10h2M20 10h4M28 10h2M0 11h2M6 11h2M10 11h2M20 11h4M28 11h2M0 12h2M18 12h2M24 12h2M28 12h2M0 13h2M18 13h2M24 13h2M28 13h2M0 14h2M24 14h2M28 14h2M0 15h2M24 15h2M28 15h2M0 16h2M22 16h2M30 16h2M0 17h2M22 17h2M30 17h2M0 18h2M30 18h2M0 19h2M30 19h2M2 20h2M30 20h2M2 21h2M30 21h2M2 22h2M28 22h2M2 23h2M28 23h2M4 24h2M24 24h4M4 25h2M24 25h4M6 26h6M20 26h4M6 27h6M20 27h4M12 28h8M12 29h8\"],\nnull),new N(null,2,5,P,[\"#fe0000\",\"M4 14h2M8 14h2M12 14h2M4 15h2M8 15h2M12 15h2M4 16h10M4 17h10M4 18h10M4 19h10M6 20h10M6 21h10M6 22h2M10 22h2M14 22h2M6 23h2M10 23h2M14 23h2\"],null)],null),ru=new N(null,14,5,P,[new N(null,2,5,P,[\"#000100\",\"M8 0h2M15 0h2M7 2h1M17 2h1M6 3h1M18 3h1M4 4h2M19 4h2M4 5h2M19 5h2M4 6h2M19 6h2M3 7h1M21 7h1M3 14h1M7 14h1M17 14h1M21 14h1M3 15h1M21 15h1M3 16h1M21 16h1M4 17h3M18 17h3M6 18h1M18 18h1M6 19h1M18 19h1M4 20h2M19 20h2M3 21h1M21 21h1M2 22h1M6 22h1M18 22h1M22 22h2M2 23h1M6 23h1M18 23h1M22 23h2M2 24h1M22 24h2M3 25h4M18 25h4M3 26h4M18 26h4M6 27h2M17 27h2M4 28h2M8 28h9M19 28h2M4 29h2M10 29h1M14 29h1M19 29h2M4 30h2M10 30h1M14 30h1M19 30h2M6 31h4M15 31h4\"],\nnull),new N(null,2,5,P,[\"#52ad54\",\"M10 0h5M10 1h5M8 2h2M15 2h2M7 3h2M17 3h1M6 4h1M18 4h1M6 5h1M18 5h1M4 7h2M19 7h2M7 21h11M8 22h9M8 23h9M6 24h1M18 24h1M10 25h1M14 25h1M10 26h1M14 26h3M8 27h2M15 27h2\"],null),new N(null,2,5,P,[\"#4f514e\",\"M7 1h3M15 1h3M7 6h1M17 6h1M6 7h1M18 7h1M0 8h1M3 8h3M19 8h3M24 8h1M0 9h1M3 9h3M15 9h2M19 9h3M24 9h1M0 10h1M4 10h2M7 10h1M14 10h1M17 10h1M19 10h2M24 10h1M2 11h1M4 11h3M13 11h1M17 11h1M20 11h1M22 11h2M6 12h1M17 12h1M22 12h2M3 13h1M6 13h1M10 13h2M18 13h1M21 13h1M6 14h1M8 14h3M15 14h2M18 14h1M6 15h1M10 15h1M14 15h1M18 15h1M6 16h1M10 16h1M14 16h1M18 16h1M7 18h1M17 18h1M7 19h1M17 19h1M7 20h3M15 20h3M1 22h1M7 22h1M17 22h1M1 23h1M7 23h1M17 23h1M1 24h1M8 24h3M14 24h3M7 28h1M17 28h1M8 29h2M15 29h2M8 30h2M15 30h2\"],\nnull),new N(null,2,5,P,[\"#92c24b\",\"M10 2h5M9 3h8M7 4h11M7 5h11M6 6h1M18 6h1M2 8h1M1 9h1M1 10h1M12 13h1M6 20h1M18 20h1M4 21h3M18 21h3M20 22h1M7 24h1M17 24h1M7 25h3M15 25h3M7 26h3M17 26h1M10 27h5\"],null),new N(null,2,5,P,[\"#feee4d\",\"M8 6h9M7 7h11M7 8h1M10 8h4M17 8h2M7 9h1M10 9h4M17 9h2M6 10h1M8 10h6M18 10h1M8 11h3M8 12h3M4 13h2M19 13h2M4 14h2M19 14h2M11 24h3M11 25h3M11 26h3\"],null),new N(null,2,5,P,[\"#876355\",\"M1 8h1M19 11h1M2 12h1M4 12h2M12 12h2M20 12h1\"],null),new N(null,2,5,P,[\"#ed9a61\",\"M6 8h1M2 9h1M22 9h1M15 10h2M3 11h1M14 11h1M21 11h1M3 12h1M14 12h1M21 12h1M13 13h1M17 13h1M11 14h1M14 14h1M16 18h1M10 20h5M3 22h1M21 22h1M3 24h1M21 24h1\"],\nnull),new N(null,2,5,P,[\"#f7ba00\",\"M8 8h2M14 8h1M6 9h1M8 9h2M14 9h1M7 11h1M11 11h1M18 11h1M7 12h1M11 12h1M18 12h1M7 13h3M4 15h2M19 15h2M4 16h2M19 16h2\"],null),new N(null,2,5,P,[\"#775904\",\"M15 8h2M19 12h1\"],null),new N(null,2,5,P,[\"#e9bc9a\",\"M22 8h1M23 9h1M2 10h2M21 10h3M15 11h2M15 12h2M14 13h3M12 14h2M11 15h3M11 16h3M7 17h1M11 17h3M17 17h1M8 18h8M8 19h9M4 22h2M19 22h1M3 23h3M19 23h3M4 24h2M19 24h2\"],null),new N(null,2,5,P,[\"#987124\",\"M12 11h1\"],null),new N(null,2,5,P,[\"#4751b0\",\"M8 15h2M15 15h2M8 16h2M15 16h2M8 17h2M15 17h2\"],\nnull),new N(null,2,5,P,[\"#cbceca\",\"M5 19h1M19 27h1\"],null),new N(null,2,5,P,[\"#6b1f19\",\"M6 28h1M18 28h1M6 29h2M17 29h2M6 30h2M17 30h2\"],null)],null),su=new N(null,4,5,P,[new N(null,2,5,P,[\"#000000\",\"M13 4h2M11 5h2M15 5h1M10 6h1M13 6h1M16 6h1M9 7h1M14 7h4M9 8h1M14 8h1M18 8h1M8 9h1M15 9h2M18 9h1M8 10h1M18 10h1M8 11h1M13 11h2M16 11h1M18 11h1M9 12h1M13 12h2M16 12h1M18 12h1M8 13h2M18 13h1M6 14h2M10 14h1M13 14h3M17 14h3M5 15h1M11 15h1M16 15h1M20 15h1M4 16h1M9 16h1M16 16h1M21 16h1M4 17h1M7 17h3M16 17h3M21 17h1M4 18h1M8 18h2M16 18h2M21 18h1M4 19h1M8 19h2M16 19h2M21 19h1M5 20h3M9 20h1M16 20h1M18 20h3M8 21h1M17 21h1M7 22h1M18 22h1M6 23h2M12 23h2M18 23h2M4 24h2M11 24h1M14 24h1M20 24h2M3 25h1M11 25h1M14 25h1M22 25h1M3 26h9M14 26h9\"],\nnull),new N(null,2,5,P,[\"#00e5ff\",\"M13 5h2M14 6h2M15 8h2M9 9h1M9 10h1M9 11h1M8 14h2M7 15h4M17 15h2M8 16h1M10 16h6M17 16h1M10 17h6M10 18h6M9 21h2M14 21h3M10 22h7M11 23h1M14 23h1\"],null),new N(null,2,5,P,[\"#006fff\",\"M11 6h2M10 7h4M10 8h4M17 8h1M10 9h5M17 9h1M10 10h2M15 10h2M10 11h1M10 12h1M10 13h1M11 14h1M6 15h1M19 15h1M5 16h3M18 16h3M5 17h2M19 17h2M5 18h3M18 18h3M5 19h3M10 19h6M18 19h3M10 20h6M11 21h3M8 22h2M17 22h1M8 23h3M15 23h3M6 24h5M15 24h5M4 25h7M15 25h7\"],null),new N(null,2,5,P,[\"#ffebd9\",\"M12 10h1M11 11h1M15 11h1M11 12h1M15 12h1M11 13h2M15 13h1M12 14h1M16 14h1M12 15h4\"],\nnull)],null);function tu(){var a=Jn.a(!1);return function(){return new N(null,3,5,P,[Jj,new N(null,2,5,P,[Mk,Bh([Nj,fk,mk,aj,hj,Dl,Oj,Qk,pm,gk],[5.5,function(){return Bf(a,!1)},6,function(){var f=new N(null,2,5,P,[jk,4],null);return Z.a?Z.a(f):Z.call(null,f)},.2,function(){return Bf(a,!0)},58,\"all\",\"hidden\",2.5])],null),m(w(a))?gu(new e(null,1,[Qk,\"none\"],null),ju,300,30,.2):null],null)}}\nfunction uu(){var a=Jn.a(!1);return function(){return new N(null,3,5,P,[Jj,new N(null,2,5,P,[Mk,Bh([Nj,fk,mk,aj,hj,Dl,Oj,Qk,pm,gk],[8,function(){return Bf(a,!1)},6,function(){var f=new N(null,2,5,P,[jk,.5],null);return Z.a?Z.a(f):Z.call(null,f)},.2,function(){return Bf(a,!0)},58,\"all\",\"hidden\",12])],null),m(w(a))?new N(null,3,5,P,[Jj,new N(null,4,5,P,[iu,243.2,32,.25],null),new N(null,4,5,P,[iu,243.2,56,.25],null)],null):null],null)}}\nfunction vu(){var a=Jn.a(!1);af(xe,Df.b(function(g){return R.a(g)},w(function(){var g=new N(null,1,5,P,[Hj],null);return V.a?V.a(g):V.call(null,g)}())));var f=function(){var g=new N(null,1,5,P,[cj],null);return V.a?V.a(g):V.call(null,g)}();return function(){return new N(null,3,5,P,[Jj,new N(null,2,5,P,[Mk,Bh([Nj,fk,mk,aj,hj,Dl,Oj,Qk,pm,gk],[2,function(){return Bf(a,!1)},6,function(){var g=new N(null,2,5,P,[jk,af(xe,Df.b(function(h){return R.a(h)},w(function(){var h=new N(null,1,5,P,[Hj],null);return V.a?\nV.a(h):V.call(null,h)}())))-w(f)],null);return Z.a?Z.a(g):Z.call(null,g)},.2,function(){return Bf(a,!0)},58,\"all\",\"hidden\",3.5])],null),m(w(a))?gu(new e(null,1,[Qk,\"none\"],null),ku,305,20,.2):null],null)}}\nfunction wu(a){var f=Jn.a(!1);return function(){return new N(null,3,5,P,[Jj,new N(null,2,5,P,[Mk,Bh([Nj,fk,mk,aj,hj,Dl,Oj,Qk,pm,gk],[2,function(){return Bf(f,!1)},6,function(){var g=new N(null,1,5,P,[Dk],null);return Z.a?Z.a(g):Z.call(null,g)},.2,function(){return Bf(f,!0)},a,\"all\",\"hidden\",32])],null),m(w(f))?new N(null,3,5,P,[Jj,new N(null,4,5,P,[hu,4*(3+a),32,.25],null),new N(null,4,5,P,[hu,4*(3+a),56,.25],null)],null):null],null)}}\nfunction xu(){var a=function(){var f=new N(null,1,5,P,[mm],null);return V.a?V.a(f):V.call(null,f)}();return function(f,g,h){return gu(new e(null,1,[aj,function(){var k=new N(null,1,5,P,[Lk],null);Z.a?Z.a(k):Z.call(null,k);return jt(17,63)}],null),m(w(a))?new N(null,4,5,P,[new N(null,2,5,P,[\"#f8f8f8\",\"M0 0h5M7 0h1M10 0h5M0 1h5M7 1h1M10 1h5M0 2h5M7 2h1M10 2h5M0 3h5M11 3h4M0 4h5M11 4h4M0 5h4M10 5h5M0 6h4M10 6h5M0 7h4M7 7h1M10 7h5M0 8h5M7 8h1M10 8h5M0 9h5M7 9h1M11 9h4M0 10h5M11 10h4M0 11h4M11 11h4M0 12h4M10 12h5M0 13h4M7 13h1M10 13h5M0 14h5M7 14h1M10 14h5M0 15h5M7 15h1M10 15h5M0 16h5M7 16h1M9 16h6\"],\nnull),new N(null,2,5,P,[\"#f8e8b8\",\"M5 0h2M9 0h1M6 1h1M9 1h1M6 2h1M9 2h1M6 3h2M7 6h1M9 6h1M4 7h1M6 7h1M9 7h1M6 8h1M9 8h1M6 9h1M9 13h1M6 14h1M9 14h1M6 15h1M9 15h1M6 16h1M8 16h1\"],null),new N(null,2,5,P,[\"#000001\",\"M8 0h1M5 1h1M8 1h1M5 2h1M8 2h1M5 3h1M8 3h3M5 4h6M4 5h5M4 6h2M8 6h1M5 7h1M8 7h1M5 8h1M8 8h1M5 9h1M8 9h3M5 10h6M5 11h5M4 12h5M4 13h2M8 13h1M5 14h1M8 14h1M5 15h1M8 15h1M5 16h1\"],null),new N(null,2,5,P,[\"#d09048\",\"M9 5h1M6 6h1M4 11h1M10 11h1M9 12h1M6 13h1\"],null)],null):new N(null,2,5,P,[new N(null,\n2,5,P,[\"#808081\",\"M0 0h8M9 0h6M0 1h5M6 1h2M9 1h6M0 2h5M6 2h2M9 2h6M0 3h5M6 3h2M11 3h4M0 4h5M11 4h4M0 5h4M9 5h6M0 6h4M6 6h2M9 6h6M0 7h5M6 7h2M9 7h6M0 8h5M6 8h2M9 8h6M0 9h5M6 9h2M11 9h4M0 10h5M11 10h4M0 11h5M10 11h5M0 12h4M9 12h6M0 13h4M6 13h2M9 13h6M0 14h5M6 14h2M9 14h6M0 15h5M6 15h2M9 15h6M0 16h5M6 16h9\"],null),new N(null,2,5,P,[\"#000001\",\"M8 0h1M5 1h1M8 1h1M5 2h1M8 2h1M5 3h1M8 3h3M5 4h6M4 5h5M4 6h2M8 6h1M5 7h1M8 7h1M5 8h1M8 8h1M5 9h1M8 9h3M5 10h6M5 11h5M4 12h5M4 13h2M8 13h1M5 14h1M8 14h1M5 15h1M8 15h1M5 16h1\"],\nnull)],null),f,g,h)}}\nfunction yu(a,f,g){return new N(null,2,5,P,[lj,new e(null,4,[Yi,[\"translate(\",p.a(a),\",\",p.a(f),\") scale(\",p.a(1.5*g),\",\",p.a(g),\")\"].join(\"\"),Qk,\"none\",Jk,\"black\",Kj,\"M5 0h1M9 0h4M5 1h1M9 1h4M5 2h1M9 2h4M5 3h1M9 3h4M5 4h1M9 4h4M5 5h1M9 5h4M5 6h1M9 6h4M5 7h1M9 7h4M5 8h1M9 8h4M5 9h1M9 9h4M5 10h1M9 10h4M5 11h1M9 11h4M5 12h1M9 12h4M5 13h1M9 13h4M5 14h1M9 14h4M5 15h1M9 15h4M5 16h1M9 16h4M5 17h1M9 17h4M5 18h1M9 18h4M5 19h1M9 19h4M5 20h1M9 20h4M5 21h1M9 21h4M0 22h2M5 22h1M9 22h4M0 23h2M5 23h1M9 23h4M5 24h1M9 24h4M5 25h1M9 25h4M5 26h1M9 26h4M5 27h1M9 27h4M5 28h1M9 28h4M5 29h1M9 29h4M5 30h1M9 30h4M5 31h1M9 31h4M5 32h1M9 32h4M5 33h1M9 33h4M5 34h1M9 34h4M5 35h1M9 35h4M5 36h1M9 36h4M5 37h1M9 37h4M0 38h2M5 38h1M9 38h4M0 39h2M5 39h1M9 39h4M5 40h1M9 40h4M5 41h1M9 41h4M5 42h1M9 42h4M5 43h1M9 43h4M5 44h1M9 44h4M5 45h1M9 45h4M5 46h1M9 46h4M5 47h1M9 47h4M5 48h1M9 48h4M5 49h1M9 49h4M5 50h1M9 50h4M5 51h1M9 51h4M5 52h1M9 52h4M5 53h1M9 53h4M5 54h1M9 54h4M5 55h1M9 55h4M5 56h1M9 56h4M5 57h1M9 57h4M5 58h1M9 58h4M5 59h1M9 59h4M5 60h1M9 60h4M5 61h1M9 61h4\"],null)],\nnull)}\nfunction zu(a,f){return new N(null,11,5,P,[em,new e(null,3,[bl,\"0 -0.5 140 10.5\",jj,\"crispEdges\",Ck,new e(null,1,[pl,\"url(/mecca/public/images/hand.png),pointer\"],null)],null),new N(null,2,5,P,[Mk,new e(null,7,[Oj,a,Nj,f,mk,68,gk,10,Jk,\"black\",Vi,.2,xm,\"#f8b0f8\"],null)],null),new N(null,4,5,P,[ou,28.5,.5+f,.5],null),new N(null,4,5,P,[pu,35.2,.48+f,.45],null),new N(null,4,5,P,[nu,176,3+f,.5],null),new N(null,4,5,P,[mu,192,2+f,.5],null),new N(null,4,5,P,[xu,210,2+f,.5],null),gu(new e(null,1,[aj,function(){var g=\nnew N(null,1,5,P,[tk],null);return Z.a?Z.a(g):Z.call(null,g)}],null),qu,476,6+f,.24),gu(new e(null,1,[aj,function(){var g=new N(null,1,5,P,[yk],null);return Z.a?Z.a(g):Z.call(null,g)}],null),ru,490,4.5+f,.25),gu(new e(null,1,[aj,function(){var g=new N(null,1,5,P,[Fi],null);return Z.a?Z.a(g):Z.call(null,g)}],null),su,367,f-2,.35)],null)}\nfunction Au(){var a=function(){var f=new N(null,1,5,P,[U],null);return V.a?V.a(f):V.call(null,f)}();return function(f,g,h){return new N(null,3,5,P,[Jj,fu(new N(null,2,5,P,[new N(null,2,5,P,[\"#000000\",\"M0 0h22M0 1h1M2 1h1M19 1h1M21 1h1M0 2h3M19 2h3M0 3h3M19 3h3M0 4h1M2 4h1M19 4h1M21 4h1M0 5h3M19 5h3M0 6h3M19 6h3M0 7h1M2 7h1M19 7h1M21 7h1M0 8h3M19 8h3M0 9h3M19 9h3M0 10h1M2 10h1M19 10h1M21 10h1M0 11h3M19 11h3M0 12h3M19 12h3M0 13h1M2 13h1M19 13h1M21 13h1M0 14h3M19 14h3M0 15h22\"],null),new N(null,2,5,\nP,[\"#f8f8f8\",\"M1 1h1M3 1h16M20 1h1M3 2h16M3 3h16M1 4h1M3 4h16M20 4h1M3 5h16M3 6h16M1 7h1M3 7h16M20 7h1M3 8h16M3 9h16M1 10h1M3 10h16M20 10h1M3 11h16M3 12h16M1 13h1M3 13h16M20 13h1M3 14h16\"],null)],null),f,g,h),function(){var k=w(a);switch(k){case 1:return new N(null,4,5,P,[Fr,f-15,-1,.18],null);case 2:return new N(null,4,5,P,[Ir,f+15,1,.18],null);case 3:return new N(null,4,5,P,[Jr,f+15,1,.18],null);case 4:return new N(null,4,5,P,[Kr,f+15,0,.18],null);case 5:return new N(null,4,5,P,[Lr,f+15,0,.18],\nnull);case 6:return new N(null,4,5,P,[Mr,f+17,0,.18],null);case 7:return new N(null,4,5,P,[Nr,f+15,2,.18],null);case 8:return new N(null,4,5,P,[Or,f+15,2,.18],null);case 9:return new N(null,4,5,P,[Pr,f+15,1,.18],null);case 10:return new N(null,4,5,P,[Qr,f+16,0,.18],null);case 11:return new N(null,4,5,P,[Rr,f+16,0,.18],null);case 12:return new N(null,4,5,P,[Sr,f+15,4,.18],null);case 13:return new N(null,4,5,P,[Tr,f+15,4,.18],null);case 14:return new N(null,4,5,P,[Ur,f+15,4,.18],null);case 15:return new N(null,\n4,5,P,[Vr,f+17,4,.18],null);default:throw Error([\"No matching clause: \",p.a(k)].join(\"\"));}}()],null)}}\nfunction Bu(a,f){return wf.b(new N(null,2,5,P,[Jj,new e(null,2,[Yi,[\"translate(\",p.a(f),\",\",p.a(1),\")\"].join(\"\"),aj,function(){var g=new N(null,2,5,P,[Hm,a],null);Z.a?Z.a(g):Z.call(null,g);return jt(a,64)}],null)],null),function(){return function k(h){return new Ie(null,function(){for(;;){var l=B(h);if(l){if(ie(l)){var q=Ec(l),r=I(q),t=Me(r);a:for(var u=0;;)if(u<r){var v=Ab.b(q,u),x=K(v,0,null);v=K(v,1,null);t.add(new N(null,2,5,P,[lj,new e(null,2,[Jk,x,Kj,v],null)],null));u+=1}else{q=!0;break a}return q?\nOe(Qe(t),k(Fc(l))):Oe(Qe(t),null)}q=C(l);t=K(q,0,null);q=K(q,1,null);return Cd(new N(null,2,5,P,[lj,new e(null,2,[Jk,t,Kj,q],null)],null),k(cd(l)))}return null}},null)}(new N(null,2,5,P,[new N(null,2,5,P,[\"#000000\",\"M1 0h14M0 1h2M14 1h2M0 2h1M15 2h1M0 3h1M15 3h1M0 4h1M15 4h1M0 5h1M15 5h1M0 6h1M15 6h1M0 7h1M15 7h1M0 8h1M15 8h1M0 9h1M15 9h1M0 10h1M15 10h1M0 11h1M15 11h1M0 12h1M15 12h1M0 13h1M15 13h1M0 14h2M14 14h2M1 15h14\"],null),new N(null,2,5,P,[\"#ffffff\",\"M2 1h12M1 2h14M1 3h14M1 4h14M1 5h14M1 6h14M1 7h14M1 8h14M1 9h14M1 10h14M1 11h14M1 12h14M1 13h14M2 14h12\"],\nnull)],null))}())}\nfunction Cu(){return new N(null,17,5,P,[Il,new e(null,1,[Yi,\"scale(0.2) translate(-50,-0.5)\"],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,1,128],null),new N(null,4,5,P,[Fr,133,0,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,2,144],null),new N(null,4,5,P,[Ir,182,3,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,3,160],null),new N(null,4,5,P,[Jr,202,3,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,4,176],null),new N(null,4,5,P,[Kr,222,3,.8],null)],null),new N(null,\n3,5,P,[Jj,new N(null,3,5,P,[Bu,5,192],null),new N(null,4,5,P,[Lr,242,3,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,6,208],null),new N(null,4,5,P,[Mr,264,3,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,7,224],null),new N(null,4,5,P,[Nr,282,4,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,8,240],null),new N(null,4,5,P,[Or,302,3,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,9,256],null),new N(null,4,5,P,[Pr,322,3,.8],null)],null),new N(null,3,5,P,\n[Jj,new N(null,3,5,P,[Bu,10,272],null),new N(null,4,5,P,[Qr,342,3,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,11,288],null),new N(null,4,5,P,[Rr,372,3,.78],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,12,304],null),new N(null,4,5,P,[Sr,382,6,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,13,320],null),new N(null,4,5,P,[Tr,402,4,.8],null)],null),new N(null,3,5,P,[Jj,new N(null,3,5,P,[Bu,14,336],null),new N(null,4,5,P,[Ur,422,5,.8],null)],null),new N(null,3,5,P,\n[Jj,new N(null,3,5,P,[Bu,15,352],null),new N(null,4,5,P,[Vr,442,4,.8],null)],null)],null)};var Du=Df.a(function(a){a=a.currentTarget;var f=a.files[0];a.value=\"\";return f}),Eu=Df.a(function(a){return a.target.result}),Fu=Ts(1,Du),Gu=Ts(1,Eu),Hu=Ts(1,null);\nAs(function(){var a=function(){function g(h){var k=h[1];if(1===k)return h[2]=null,h[1]=2,dj;if(2===k){var l=new FileReader;h[7]=l;return Qs(h,4,Fu)}if(3===k)return Rs(h,h[2]);if(4===k){l=h[7];var q=h[2];k=l.onload=function(){return function(r){return Vs(Gu,r)}}();l=l.readAsArrayBuffer(q);h[8]=l;h[9]=k;h[2]=null;h[1]=2;return dj}return null}return function(){function h(q){for(;;){a:try{for(;;){var r=g(q);if(!De(r,dj)){var t=r;break a}}}catch(u){if(u instanceof Object)q[5]=u,Ss(q),t=dj;else throw u;\n}if(!De(t,dj))return t}}function k(){var q=[null,null,null,null,null,null,null,null,null,null];q[0]=l;q[1]=1;return q}var l=null;l=function(q){switch(arguments.length){case 0:return k.call(this);case 1:return h.call(this,q)}throw Error(\"Invalid arity: \"+arguments.length);};l.j=k;l.a=h;return l}()}(),f=function(){var g=a.j?a.j():a.call(null);g[6]=Hu;return g}();return Ps(f)});var Iu=Ts(1,null);\nAs(function(){var a=function(){function g(h){var k=h[1];if(1===k)return h[2]=null,h[1]=2,dj;if(2===k)return k=P,h[7]=k,Qs(h,4,Gu);if(3===k)return Rs(h,h[2]);if(4===k){k=h[7];var l=new ArrayBuffer(h[2]);k=new N(null,2,5,k,[gm,l],null);k=Z.a?Z.a(k):Z.call(null,k);h[8]=k;h[2]=null;h[1]=2;return dj}return null}return function(){function h(q){for(;;){a:try{for(;;){var r=g(q);if(!De(r,dj)){var t=r;break a}}}catch(u){if(u instanceof Object)q[5]=u,Ss(q),t=dj;else throw u;}if(!De(t,dj))return t}}function k(){var q=\n[null,null,null,null,null,null,null,null,null];q[0]=l;q[1]=1;return q}var l=null;l=function(q){switch(arguments.length){case 0:return k.call(this);case 1:return h.call(this,q)}throw Error(\"Invalid arity: \"+arguments.length);};l.j=k;l.a=h;return l}()}(),f=function(){var g=a.j?a.j():a.call(null);g[6]=Iu;return g}();return Ps(f)});function Ju(){var a=function(){var f=new N(null,1,5,P,[cj],null);return V.a?V.a(f):V.call(null,f)}();return function(){return wf.b(new N(null,1,5,P,[Jj],null),function(){return function h(g){return new Ie(null,function(){for(;;){var k=B(g);if(k){if(ie(k)){var l=Ec(k),q=I(l),r=Me(q);a:for(var t=0;;)if(t<q){var u=Ab.b(l,t);u=G.b(0,((w(a)-1+u)%4+4)%4)?new N(null,2,5,P,[Jj,new N(null,2,5,P,[Ki,new e(null,7,[xj,8+6*u,wj,8+6*u,Fk,4,Ek,21,Jk,\"orange\",Vi,.25,Di,.5],null)],null)],null):new N(null,2,5,P,[Ki,\nnew e(null,7,[xj,8+6*u,wj,8+6*u,Fk,4,Ek,21,Jk,\"black\",Vi,.075,Di,.5],null)],null);r.add(u);t+=1}else{l=!0;break a}return l?Oe(Qe(r),h(Fc(k))):Oe(Qe(r),null)}r=C(k);return Cd(G.b(0,((w(a)-1+r)%4+4)%4)?new N(null,2,5,P,[Jj,new N(null,2,5,P,[Ki,new e(null,7,[xj,8+6*r,wj,8+6*r,Fk,4,Ek,21,Jk,\"orange\",Vi,.25,Di,.5],null)],null)],null):new N(null,2,5,P,[Ki,new e(null,7,[xj,8+6*r,wj,8+6*r,Fk,4,Ek,21,Jk,\"black\",Vi,.075,Di,.5],null)],null),h(cd(k)))}return null}},null)}(Oh(0,9,.5))}())}}\nfunction Ku(){var a=function(){var h=new N(null,1,5,P,[U],null);return V.a?V.a(h):V.call(null,h)}(),f=function(){var h=new N(null,1,5,P,[cj],null);return V.a?V.a(h):V.call(null,h)}(),g=function(){var h=new N(null,1,5,P,[mm],null);return V.a?V.a(h):V.call(null,h)}();return function(){return wf.b(new N(null,1,5,P,[Jj],null),function(){return function l(k){return new Ie(null,function(){for(var q=k;;){var r=B(q);if(r){var t=r,u=C(t);if(r=B(function(v,x,z,D,F,J,S){return function W(Y){return new Ie(null,\nfunction(T,Ca,Fb,ec,fc,Sb,Oc){return function(){for(;;){var gc=B(Y);if(gc){var kb=gc;if(ie(kb)){var Hb=Ec(kb),Td=I(Hb),Gd=Me(Td);return function(){for(var Ib=0;;)if(Ib<Td){var Ta=Ab.b(Hb,Ib);Pe(Gd,Ud(new N(null,2,5,P,[Mk,Bh([Nj,Jk,Yi,fk,xm,mk,aj,Vi,hj,Dl,Oj,Qk,pm,gk],[Ta-1,\"black\",\"translate(6.5,4)\",function(){return function(){var zc=new N(null,2,5,P,[oj,new N(null,2,5,P,[null,null],null)],null);return Z.a?Z.a(zc):Z.call(null,zc)}}(Ib,T,Ta,Hb,Td,Gd,kb,gc,Ca,Fb,ec,fc,Sb,Oc),\"gray\",3,function(){var zc=\nnew N(null,19,5,P,[84,83,81,79,77,76,74,72,71,69,67,65,64,62,60,59,57,55,53],null);return m(w(function(){var Ub=new N(null,1,5,P,[xl],null);return V.a?V.a(Ub):V.call(null,Ub)}()))?function(Ub,Vb,Vd,Qc,Wd,$f,Fe,Jb,Xd,ag,th,kq,Zi,nd){return function(){jt(18,63);var uh=new N(null,3,5,P,[Ul,ag+(w(nd)-1),y.b(Vd,Qc)],null);return Z.a?Z.a(uh):Z.call(null,uh)}}(Ib,T,zc,Ta,Hb,Td,Gd,kb,gc,Ca,Fb,ec,fc,Sb,Oc):m(w(function(){var Ub=new N(null,1,5,P,[Ui],null);return V.a?V.a(Ub):V.call(null,Ub)}()))?function(Ub,\nVb,Vd,Qc,Wd,$f,Fe,Jb,Xd,ag){return function(){var th=new N(null,2,5,P,[Dj,ag],null);return Z.a?Z.a(th):Z.call(null,th)}}(Ib,T,zc,Ta,Hb,Td,Gd,kb,gc,Ca,Fb,ec,fc,Sb,Oc):function(Ub,Vb,Vd,Qc,Wd,$f,Fe,Jb,Xd,ag,th,kq,Zi,nd){return function(){var uh=new N(null,4,5,P,[vm,w(Zi),ag+(w(nd)-1),y.b(Vd,Qc)],null);return Z.a?Z.a(uh):Z.call(null,uh)}}(Ib,T,zc,Ta,Hb,Td,Gd,kb,gc,Ca,Fb,ec,fc,Sb,Oc)}(),.2,.2,function(zc,Ub,Vb,Vd,Qc,Wd,$f,Fe,Jb,Xd,ag,th,kq,Zi){return function(){var nd=w(Zi);nd=m(nd)?G.b(Vb,12)||G.b(Vb,\n15)||G.b(Vb,8)||G.b(Vb,5)||G.b(Vb,1)||G.b(Vb,0):nd;return ib(nd)?(nd=new N(null,2,5,P,[oj,new N(null,2,5,P,[Jb,Vb],null)],null),Z.a?Z.a(nd):Z.call(null,nd)):null}}(Ib,T,Ta,Hb,Td,Gd,kb,gc,Ca,Fb,ec,fc,Sb,Oc),6*Ca,\"all\",\"hidden\",1])],null),new e(null,1,[bm,new N(null,2,5,P,[Ca,Ta],null)],null)));Ib+=1}else return!0}()?Oe(Qe(Gd),W(Fc(kb))):Oe(Qe(Gd),null)}var gf=C(kb);return Cd(Ud(new N(null,2,5,P,[Mk,Bh([Nj,Jk,Yi,fk,xm,mk,aj,Vi,hj,Dl,Oj,Qk,pm,gk],[gf-1,\"black\",\"translate(6.5,4)\",function(){return function(){var Ib=\nnew N(null,2,5,P,[oj,new N(null,2,5,P,[null,null],null)],null);return Z.a?Z.a(Ib):Z.call(null,Ib)}}(T,gf,kb,gc,Ca,Fb,ec,fc,Sb,Oc),\"gray\",3,function(){var Ib=new N(null,19,5,P,[84,83,81,79,77,76,74,72,71,69,67,65,64,62,60,59,57,55,53],null);return m(w(function(){var Ta=new N(null,1,5,P,[xl],null);return V.a?V.a(Ta):V.call(null,Ta)}()))?function(Ta,zc,Ub,Vb,Vd,Qc,Wd,$f,Fe,Jb){return function(){jt(18,63);var Xd=new N(null,3,5,P,[Ul,Qc+(w(Jb)-1),y.b(zc,Ub)],null);return Z.a?Z.a(Xd):Z.call(null,Xd)}}(T,\nIb,gf,kb,gc,Ca,Fb,ec,fc,Sb,Oc):m(w(function(){var Ta=new N(null,1,5,P,[Ui],null);return V.a?V.a(Ta):V.call(null,Ta)}()))?function(Ta,zc,Ub,Vb,Vd,Qc){return function(){var Wd=new N(null,2,5,P,[Dj,Qc],null);return Z.a?Z.a(Wd):Z.call(null,Wd)}}(T,Ib,gf,kb,gc,Ca,Fb,ec,fc,Sb,Oc):function(Ta,zc,Ub,Vb,Vd,Qc,Wd,$f,Fe,Jb){return function(){var Xd=new N(null,4,5,P,[vm,w(Fe),Qc+(w(Jb)-1),y.b(zc,Ub)],null);return Z.a?Z.a(Xd):Z.call(null,Xd)}}(T,Ib,gf,kb,gc,Ca,Fb,ec,fc,Sb,Oc)}(),.2,.2,function(Ib,Ta,zc,Ub,Vb,\nVd,Qc,Wd,$f,Fe){return function(){var Jb=w(Fe);Jb=m(Jb)?G.b(Ta,12)||G.b(Ta,15)||G.b(Ta,8)||G.b(Ta,5)||G.b(Ta,1)||G.b(Ta,0):Jb;return ib(Jb)?(Jb=new N(null,2,5,P,[oj,new N(null,2,5,P,[Vb,Ta],null)],null),Z.a?Z.a(Jb):Z.call(null,Jb)):null}}(T,gf,kb,gc,Ca,Fb,ec,fc,Sb,Oc),6*Ca,\"all\",\"hidden\",1])],null),new e(null,1,[bm,new N(null,2,5,P,[Ca,gf],null)],null)),W(cd(kb)))}return null}}}(v,x,z,D,F,J,S),null)}}(q,u,t,r,a,f,g)(Oh(0,19,1))))return Te.b(r,l(cd(q)));q=cd(q)}else return null}},null)}(Oh(0,9,.5))}())}}\nfunction Lu(){var a=function(){var l=new N(null,1,5,P,[Ok],null);return V.a?V.a(l):V.call(null,l)}(),f=function(){var l=new N(null,1,5,P,[U],null);return V.a?V.a(l):V.call(null,l)}(),g=function(){var l=new N(null,1,5,P,[mm],null);return V.a?V.a(l):V.call(null,l)}();if(G.b(w(a),new N(null,2,5,P,[null,null],null)))return null;var h=C(w(a)),k=Id(w(a));return new N(null,3,5,P,[Jj,m(w(g))?fu(new N(null,1,5,P,[new N(null,2,5,P,[\"black\",\"M15 46C15 47 14 47 13 47 13 47 12 47 12 46V37L7 39V49C7 49 6 50 6 50 5 50 5 49 5 49V40L3 40C3 40 2 40 2 40 2 40 1 40 1 39V35C1 35 1 34 2 34L5 33V23L3 24C3 24 2 24 2 24 2 24 1 23 1 23V19C1 19 1 18 2 18L5 17V7C5 6 5 6 6 6 6 6 7 6 7 7V16L12 14V4C12 4 13 3 13 3 14 3 15 4 15 4V13L17 13C17 12 17 12 17 12 18 12 18 13 18 14V17C18 18 18 18 17 19L15 20V30L17 29C17 29 17 29 17 29 18 29 18 29 18 30V34C18 34 18 35 17 35L15 36V46ZM7 22V32L12 31V21Z\"],\nnull)],null),68+86*h,18+15*k,.07):null,m(w(function(){var l=new N(null,1,5,P,[xl],null);return V.a?V.a(l):V.call(null,l)}()))?new N(null,4,5,P,[lu,36+30*h,5*k+20,.2],null):m(w(function(){var l=new N(null,1,5,P,[Ui],null);return V.a?V.a(l):V.call(null,l)}()))?new N(null,4,5,P,[yu,7+6*h,8,.13],null):function(){var l=w(f);switch(l){case 1:return new N(null,4,5,P,[Fr,2+30*h,5*k+9,.2],null);case 2:return new N(null,4,5,P,[Ir,32+30*h,5*k+12,.2],null);case 3:return new N(null,4,5,P,[Jr,32+30*h,5*k+10,.2],\nnull);case 4:return new N(null,4,5,P,[Kr,32+30*h,5*k+10,.2],null);case 5:return new N(null,4,5,P,[Lr,32+30*h,5*k+10,.2],null);case 6:return new N(null,4,5,P,[Mr,32+30*h,5*k+10,.2],null);case 7:return new N(null,4,5,P,[Nr,32+30*h,5*k+10,.2],null);case 8:return new N(null,4,5,P,[Or,32+30*h,5*k+10,.2],null);case 9:return new N(null,4,5,P,[Pr,32+30*h,5*k+10,.2],null);case 10:return new N(null,4,5,P,[Qr,32+30*h,5*k+10,.2],null);case 11:return new N(null,4,5,P,[Rr,32+30*h,5*k+10,.2],null);case 12:return new N(null,\n4,5,P,[Sr,32+30*h,5*k+15,.2],null);case 13:return new N(null,4,5,P,[Tr,32+30*h,5*k+12,.2],null);case 14:return new N(null,4,5,P,[Ur,32+30*h,5*k+12,.2],null);case 15:return new N(null,4,5,P,[Vr,32+30*h,5*k+15,.2],null);default:throw Error([\"No matching clause: \",p.a(l)].join(\"\"));}}()],null)}\nfunction Mu(){var a=function(){var g=new N(null,1,5,P,[Hj],null);return V.a?V.a(g):V.call(null,g)}(),f=function(){var g=new N(null,1,5,P,[cj],null);return V.a?V.a(g):V.call(null,g)}();return wf.b(new N(null,1,5,P,[Jj],null),function(){return function k(h){return new Ie(null,function(){for(var l=h;;)if(l=B(l)){if(ie(l)){var q=Ec(l),r=I(q),t=Me(r);return function(){for(var D=0;;)if(D<r){var F=Ab.b(q,D);F=null!=F&&(F.g&64||d===F.R)?af(Dh,F):F;var J=y.b(F,R),S=y.b(F,U),O=y.b(F,Q);w(f)-1<=J&&J<=16+(w(f)-\n1)&&Pe(t,function(){var Y=J-(w(f)-1),W=Nh();return new N(null,3,5,P,[Jj,ib(y.b(W,O))?fu(new N(null,1,5,P,[new N(null,2,5,P,[\"black\",\"M15 46C15 47 14 47 13 47 13 47 12 47 12 46V37L7 39V49C7 49 6 50 6 50 5 50 5 49 5 49V40L3 40C3 40 2 40 2 40 2 40 1 40 1 39V35C1 35 1 34 2 34L5 33V23L3 24C3 24 2 24 2 24 2 24 1 23 1 23V19C1 19 1 18 2 18L5 17V7C5 6 5 6 6 6 6 6 7 6 7 7V16L12 14V4C12 4 13 3 13 3 14 3 15 4 15 4V13L17 13C17 12 17 12 17 12 18 12 18 13 18 14V17C18 18 18 18 17 19L15 20V30L17 29C17 29 17 29 17 29 18 29 18 29 18 30V34C18 34 18 35 17 35L15 36V46ZM7 22V32L12 31V21Z\"],\nnull)],null),68+86*Y,18+15*y.b(W,O-1),.07):null,function(){switch(S){case 1:return new N(null,4,5,P,[Gr,2+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+9,.2],null);case 2:return new N(null,4,5,P,[Ir,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+12,.2],null);case 3:return new N(null,4,5,P,[Jr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+10,.2],null);case 4:return new N(null,4,5,P,[Kr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+\n10,.2],null);case 5:return new N(null,4,5,P,[Lr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+10,.2],null);case 6:return new N(null,4,5,P,[Mr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+10,.2],null);case 7:return new N(null,4,5,P,[Nr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+10,.2],null);case 8:return new N(null,4,5,P,[Or,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+10,.2],null);case 9:return new N(null,4,5,P,[Pr,32+30*\nY,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+10,.2],null);case 10:return new N(null,4,5,P,[Qr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+10,.2],null);case 11:return new N(null,4,5,P,[Rr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+10,.2],null);case 12:return new N(null,4,5,P,[Sr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+15,.2],null);case 13:return new N(null,4,5,P,[Tr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,\nO-1)}()+12,.2],null);case 14:return new N(null,4,5,P,[Ur,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+12,.2],null);case 15:return new N(null,4,5,P,[Vr,32+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+15,.2],null);default:return new N(null,4,5,P,[Gr,2+30*Y,5*function(){var T=y.b(W,O);return m(T)?T:y.b(W,O-1)}()+9,.2],null)}}()],null)}());D+=1}else return!0}()?Oe(Qe(t),k(Fc(l))):Oe(Qe(t),null)}var u=C(l);u=null!=u&&(u.g&64||d===u.R)?af(Dh,u):u;var v=y.b(u,R),x=y.b(u,\nU),z=y.b(u,Q);if(w(f)-1<=v&&v<=16+(w(f)-1))return Cd(function(){var D=v-(w(f)-1),F=Nh();return new N(null,3,5,P,[Jj,ib(y.b(F,z))?fu(new N(null,1,5,P,[new N(null,2,5,P,[\"black\",\"M15 46C15 47 14 47 13 47 13 47 12 47 12 46V37L7 39V49C7 49 6 50 6 50 5 50 5 49 5 49V40L3 40C3 40 2 40 2 40 2 40 1 40 1 39V35C1 35 1 34 2 34L5 33V23L3 24C3 24 2 24 2 24 2 24 1 23 1 23V19C1 19 1 18 2 18L5 17V7C5 6 5 6 6 6 6 6 7 6 7 7V16L12 14V4C12 4 13 3 13 3 14 3 15 4 15 4V13L17 13C17 12 17 12 17 12 18 12 18 13 18 14V17C18 18 18 18 17 19L15 20V30L17 29C17 29 17 29 17 29 18 29 18 29 18 30V34C18 34 18 35 17 35L15 36V46ZM7 22V32L12 31V21Z\"],\nnull)],null),68+86*D,18+15*y.b(F,z-1),.07):null,function(){switch(x){case 1:return new N(null,4,5,P,[Gr,2+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+9,.2],null);case 2:return new N(null,4,5,P,[Ir,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+12,.2],null);case 3:return new N(null,4,5,P,[Jr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+10,.2],null);case 4:return new N(null,4,5,P,[Kr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+\n10,.2],null);case 5:return new N(null,4,5,P,[Lr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+10,.2],null);case 6:return new N(null,4,5,P,[Mr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+10,.2],null);case 7:return new N(null,4,5,P,[Nr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+10,.2],null);case 8:return new N(null,4,5,P,[Or,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+10,.2],null);case 9:return new N(null,4,5,P,[Pr,32+30*\nD,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+10,.2],null);case 10:return new N(null,4,5,P,[Qr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+10,.2],null);case 11:return new N(null,4,5,P,[Rr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+10,.2],null);case 12:return new N(null,4,5,P,[Sr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+15,.2],null);case 13:return new N(null,4,5,P,[Tr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,\nz-1)}()+12,.2],null);case 14:return new N(null,4,5,P,[Ur,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+12,.2],null);case 15:return new N(null,4,5,P,[Vr,32+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+15,.2],null);default:return new N(null,4,5,P,[Gr,2+30*D,5*function(){var J=y.b(F,z);return m(J)?J:y.b(F,z-1)}()+9,.2],null)}}()],null)}(),k(cd(l)));l=cd(l)}else return null},null)}(w(a))}())}\nfunction Nu(){(function(){var g=new N(null,1,5,P,[Hj],null);return V.a?V.a(g):V.call(null,g)})();(function(){var g=new N(null,1,5,P,[Ok],null);return V.a?V.a(g):V.call(null,g)})();(function(){var g=new N(null,1,5,P,[dk],null);return V.a?V.a(g):V.call(null,g)})();var a=function(){var g=new N(null,1,5,P,[cj],null);return V.a?V.a(g):V.call(null,g)}();(function(){var g=new N(null,1,5,P,[Gi],null);return V.a?V.a(g):V.call(null,g)})();var f=function(){var g=new N(null,1,5,P,[Km],null);return V.a?V.a(g):\nV.call(null,g)}();(function(){var g=new N(null,1,5,P,[Wk],null);return V.a?V.a(g):V.call(null,g)})();(function(){var g=new N(null,1,5,P,[U],null);return V.a?V.a(g):V.call(null,g)})();return function(){if(G.b(20,w(f))){var g=new N(null,1,5,P,[rk],null);Z.a?Z.a(g):Z.call(null,g)}return new N(null,12,5,P,[em,new e(null,3,[mk,\"100%\",bl,\"0 0 64 36\",Ck,new e(null,1,[pl,\"url(/mecca/public/images/hand.png),pointer\"],null)],null),new N(null,3,5,P,[Er,1,1],null),new N(null,2,5,P,[Dr,40],null),new N(null,4,\n5,P,[Yt,363,18,6],null),new N(null,4,5,P,[Yt,348,48,10],null),new N(null,1,5,P,[Br],null),new N(null,4,5,P,[Au,47,0,.22],null),new N(null,1,5,P,[Cu],null),new N(null,2,5,P,[Wr,16],null),new N(null,2,5,P,[Aj,new e(null,7,[Jk,\"black\",Vi,.2,xm,\"none\",gk,20,mk,63.5,Oj,.25,Nj,14.5],null)],null),new N(null,13,5,P,[Ni,new e(null,1,[Yi,\"translate(0,13.5) scale(1)\"],null),new N(null,1,5,P,[Qt],null),new N(null,2,5,P,[wu,2],null),new N(null,3,5,P,[Pt,.8-6*(w(a)-1),6.3],null),new N(null,1,5,P,[uu],null),new N(null,\n1,5,P,[tu],null),new N(null,1,5,P,[vu],null),new N(null,1,5,P,[Ku],null),new N(null,1,5,P,[Ju],null),new N(null,1,5,P,[Lu],null),new N(null,1,5,P,[Mu],null),m(w(function(){var h=new N(null,1,5,P,[Ri],null);return V.a?V.a(h):V.call(null,h)}()))?new N(null,4,5,P,[yu,7+6*w(function(){var h=new N(null,1,5,P,[Ri],null);return V.a?V.a(h):V.call(null,h)}()),8,.13],null):null],null)],null)}}\nfunction Uo(){return new N(null,4,5,P,[ck,new N(null,1,5,P,[Nu],null),new N(null,4,5,P,[eu,140,0,.5],null),new N(null,3,5,P,[zu,71,0],null)],null)};var Ou=new N(null,1,5,P,[Mi],null);aq.a?aq.a(Ou):aq.call(null,Ou);var Pu=new N(null,2,5,P,[$k,\"keydown\"],null);aq.a?aq.a(Pu):aq.call(null,Pu);\nvar Qu=new N(null,2,5,P,[Xi,new e(null,1,[Hk,tg([new N(null,3,5,P,[new N(null,1,5,P,[uj],null),new N(null,1,5,P,[new e(null,1,[vl,13],null)],null),new N(null,1,5,P,[new e(null,1,[vl,32],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,48],null),new N(null,1,5,P,[new e(null,1,[vl,90],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,49],null),new N(null,1,5,P,[new e(null,1,[vl,83],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,50],null),new N(null,1,5,P,[new e(null,1,\n[vl,88],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,51],null),new N(null,1,5,P,[new e(null,1,[vl,68],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,52],null),new N(null,1,5,P,[new e(null,1,[vl,67],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,53],null),new N(null,1,5,P,[new e(null,1,[vl,86],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,54],null),new N(null,1,5,P,[new e(null,1,[vl,71],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,55],\nnull),new N(null,1,5,P,[new e(null,1,[vl,66],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,56],null),new N(null,1,5,P,[new e(null,1,[vl,72],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,57],null),new N(null,1,5,P,[new e(null,1,[vl,78],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,58],null),new N(null,1,5,P,[new e(null,1,[vl,74],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,59],null),new N(null,1,5,P,[new e(null,1,[vl,77],null)],null)],null),new N(null,\n3,5,P,[new N(null,2,5,P,[Gk,60],null),new N(null,1,5,P,[new e(null,1,[vl,188],null)],null),new N(null,1,5,P,[new e(null,1,[vl,81],null)],null)],null),new N(null,3,5,P,[new N(null,2,5,P,[Gk,61],null),new N(null,1,5,P,[new e(null,1,[vl,50],null)],null),new N(null,1,5,P,[new e(null,1,[vl,76],null)],null)],null),new N(null,3,5,P,[new N(null,2,5,P,[Gk,62],null),new N(null,1,5,P,[new e(null,1,[vl,87],null)],null),new N(null,1,5,P,[new e(null,1,[vl,190],null)],null)],null),new N(null,3,5,P,[new N(null,2,\n5,P,[Gk,63],null),new N(null,1,5,P,[new e(null,1,[vl,51],null)],null),new N(null,1,5,P,[new e(null,1,[vl,186],null)],null)],null),new N(null,3,5,P,[new N(null,2,5,P,[Gk,64],null),new N(null,1,5,P,[new e(null,1,[vl,69],null)],null),new N(null,1,5,P,[new e(null,1,[vl,191],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,65],null),new N(null,1,5,P,[new e(null,1,[vl,82],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,66],null),new N(null,1,5,P,[new e(null,1,[vl,53],null)],null)],\nnull),new N(null,2,5,P,[new N(null,2,5,P,[Gk,67],null),new N(null,1,5,P,[new e(null,1,[vl,84],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,68],null),new N(null,1,5,P,[new e(null,1,[vl,54],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,69],null),new N(null,1,5,P,[new e(null,1,[vl,89],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,70],null),new N(null,1,5,P,[new e(null,1,[vl,55],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,71],null),new N(null,1,5,\nP,[new e(null,1,[vl,85],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,72],null),new N(null,1,5,P,[new e(null,1,[vl,73],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,73],null),new N(null,1,5,P,[new e(null,1,[vl,57],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,74],null),new N(null,1,5,P,[new e(null,1,[vl,79],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,75],null),new N(null,1,5,P,[new e(null,1,[vl,48],null)],null)],null),new N(null,2,5,P,[new N(null,\n2,5,P,[Gk,76],null),new N(null,1,5,P,[new e(null,1,[vl,80],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,77],null),new N(null,1,5,P,[new e(null,1,[vl,219],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,78],null),new N(null,1,5,P,[new e(null,1,[vl,187],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,79],null),new N(null,1,5,P,[new e(null,1,[vl,221],null)],null)],null),new N(null,2,5,P,[new N(null,2,5,P,[Gk,80],null),new N(null,1,5,P,[new e(null,1,[vl,8],null)],null)],\nnull),new N(null,2,5,P,[new N(null,2,5,P,[Gk,81],null),new N(null,1,5,P,[new e(null,1,[vl,220],null)],null)],null)],!0)],null)],null);Z.a?Z.a(Qu):Z.call(null,Qu);function Ru(){Np.j?Np.j():Np.call(null);return To()}da(\"mecca.core.init\",function(){return Ru()});Ru();\n}).call(this);"
  },
  {
    "path": "public/test.html",
    "content": "<!DOCTYPE html>\n<html>\n  <body>\n    <h1>Test host page</h1>\n    <script src=\"cljs-out/test-main.js\" type=\"text/javascript\"></script>\n  </body>\n</html>\n"
  },
  {
    "path": "shadow-cljs.edn",
    "content": "{:builds       {:app {:asset-path \"/js\"\n                      :modules    {:main {:init-fn mecca.core/init}}\n                      :output-dir \"public/js\"\n                      :target     :browser}}\n :deps         true\n :dependencies [[org.clojure/core.async \"0.4.500\"]\n                [re-frame \"0.10.8\"]\n                [day8.re-frame/undo \"0.3.3\"]\n                [reagent \"0.8.1\"]\n                [re-pressed \"0.3.1\"]]\n :dev-http     {3000 \"public\"}\n :source-paths [\"src\"]}"
  },
  {
    "path": "src/mecca/castle.cljs",
    "content": "(ns mecca.castle)\n\n(defn mortar-row [x y width]\n  [:line {:x1 x :x2 (+ x (* width 8))\n          :y1 (+ y 3.5) :y2 (+ y 3.5)\n          :stroke \"black\"}])\n\n(defn brick-row [x y width offset]\n  [:line {:x1 x :x2 (+ x (* 8 width))\n          :y1 (+ 1.5 y) :y2 (+ 1.5 y)\n          :stroke-width 3\n          :stroke-dasharray \"7 1\"\n          :stroke-dashoffset offset\n          :stroke \"#c74a0a\"}])\n\n(defn mortar-columns [x y width offset]\n  [:line {:x1 x :x2 (+ x (* 8 width))\n          :y1 (+ 1.5 y) :y2 (+ 1.5 y)\n          :stroke-width 3\n          :stroke-dasharray \"1 7\"\n          :stroke-dashoffset offset\n          :stroke \"black\"}])\n\n(defn brick-row-pair [x y width]\n  [:g\n   [brick-row x y width 0]\n   [mortar-columns x y width 1]\n   [mortar-row x y width]\n   [brick-row x (+ y 4) width 4]\n   [mortar-columns x (+ y 4) width 5]\n   [mortar-row x (+ y 4) width]])\n\n(defn castle-arch [x y]\n  [:g (for [[dy dx] [[16.5 3] [17.5 5] [18.5 6] [20.5 7] [21.5 7] [22.5 8]]]\n        ^{:key [dy dx]}\n        [:line {:x1 (+ x (- 40 dx)) :x2 (+ x 40 dx)\n                :y1 (+ 48.5 dy) :y2 (+ 48.5 dy)\n                :stroke \"black\"\n                :stroke-width 2.1}])])\n\n(defn castle-door [x y]\n  [:g\n   [:rect {:x x :y y\n           :width 16\n           :height 24\n           :fill \"black\"}]\n   [castle-arch (- x 32) y]])\n\n(defn castle-roof [x y width]\n  [:g\n   [:line {:x1 x :x2 (+ x width)\n           :y1 (+ y 0.5) :y2 (+ y 0.5)\n           :stroke-width 1\n           :stroke-dasharray \"9 7\"\n           :stroke-dashoffset -11\n           :stroke \"#fbbbaf\"}]\n   [:line {:x1 x :x2 (+ x width)\n           :y1 (+ y 4) :y2 (+ y 4)\n           :stroke-width 6\n           :stroke-dasharray \"1 7\"\n           :stroke-dashoffset 5\n           :stroke \"#fbbbaf\"}]\n   [:line {:x1 x :x2 (+ x width)\n           :y1 (+ y 4) :y2 (+ y 4)\n           :stroke-width 6\n           :stroke-dasharray \"7 9\"\n           :stroke-dashoffset 4\n           :stroke \"#c74a0a\"}]\n   [:line {:x1 x :x2 (+ x width)\n           :y1 (+ y 7.5) :y2 (+ y 7.5)\n           :stroke-width 1\n           :stroke-dasharray \"9 7\"\n           :stroke-dashoffset -11\n           :stroke \"black\"}]\n   [:line {:x1 x :x2 (+ x width)\n           :y1 (+ y 7.5) :y2 (+ y 7.5)\n           :stroke-width 1\n           :stroke-dasharray \"9 7\"\n           :stroke-dashoffset 13\n           :stroke \"#fbbbaf\"}]])\n\n(defn brick-face [x y width]\n  [:g {:transform \"scale (0.15)\"\n       :opacity 1}\n   [castle-roof x y (* 8 width)]\n   [brick-row-pair x (+ y 8) width]\n   [brick-row-pair x (+ y 16) width]\n   [brick-row-pair x (+ y 24) width]\n   [brick-row-pair x (+ y 32) width]\n   [brick-row-pair x (+ y 40) width]\n   (if (= width 10)\n     [castle-door (+ 32 x) (+ y 24)])])"
  },
  {
    "path": "src/mecca/core.cljs",
    "content": "(ns mecca.core\n  (:require\n   [reagent.core :as r]\n   [reagent.dom :as rdom]\n   [mecca.sci-editor :as sci-editor :refer [!points points eval-result !result]]\n   [re-frame.core :as rf]\n   [re-pressed.core :as rp]\n   [mecca.events]\n   [mecca.sci]\n   [mecca.subs]\n   [mecca.view :as view]))\n\n(rf/dispatch-sync [:initialize-db])\n\n(rf/dispatch-sync [::rp/add-keyboard-event-listener \"keydown\"])\n\n(defn eval-all [s]\n  (try (sci.core/eval-string s {:classes {'js goog/global :allow :all}})\n       (catch :default e\n         (str e))))\n\n@(rf/subscribe [:eval-result])\n\n(rf/dispatch [:set-result (str (eval-all (str (some-> @!points .-state .-doc str))))])\n\n(rf/dispatch\n [::rp/set-keydown-rules\n  {:event-keys [[\n                 [:set-result (str (eval-all (str (some-> @!points .-state .-doc str))))]\n                  [{:keyCode   13\n                    :shiftKey true}]]]\n   :always-listen-keys [{:keyCode   13 :shiftKey true}]\n   :prevent-default-keys [{:keyCode   13 :shiftKey true}]\n   }])\n\n(defn ^:dev/after-load start []\n  (rf/clear-subscription-cache!)\n  (rdom/render [view/mecca]\n            (.getElementById js/document \"app\")))\n\n(defn ^:export init []\n  (start))"
  },
  {
    "path": "src/mecca/editor.cljs",
    "content": "(ns mecca.editor\n  (:require\n   [reagent.core :as r]\n   [re-frame.core :as rf :refer [subscribe dispatch]]\n   [mecca.music :as music]\n   [mecca.mario :as mario]\n   [sci.core :as sci]\n   [mecca.sci-editor :as sci-editor :refer [!points points]]))\n\n(defn svg-paths\n  ([paths]\n   (svg-paths nil paths 0 0 1))\n  ([attrs paths]\n   (svg-paths attrs paths 0 0 1))\n  ([paths x y]\n   (svg-paths nil paths x y 1))\n  ([paths x y scale]\n   (svg-paths nil paths x y scale))\n  ([attrs paths x y scale]\n   (into [:g (merge attrs\n                    {:transform (str \"scale(\" scale \") translate(\" x \",\" y \")\")})]\n         (for [[color path] paths]\n           [:path {:stroke color :d path}]))))\n\n(defn staff-lines []\n  [:g#lines\n   (doall\n    (for [y (range 18)]\n      ^{:key y}\n      [:line {:x1 1 :x2 63 :y1 y :y2 y\n              :stroke \"black\"\n              :stroke-width (if (or (= y 30) (= y 18)) 0.06 0.15)\n              :stroke-dasharray (if (or (= y 30) (= y 18)) 0.25)\n              :visibility (if (and (> y 7)\n                                   (even? y)\n                                   (< y 42)) \"visible\" \"hidden\")\n              :stroke-linecap \"butt\" :stroke-linejoin \"bevel\"}]))])\n\n(defn treble-clef [x y]\n  [:path {:transform (str \"translate(\" x \",\" y \")\")\n          :d \"M2.214 12.37H1.55v-.097-.097h-.221-.221v-.111-.111h-.111-.111v-.553-.553h.111.111v-.111-.111h.111.111v-.111-.111h.332.332v.111.111h.111.111v.111.111h.111.111v.332.332h-.111-.111v.111.111h-.111-.111v.111.111h.443.443v-.111-.111h.111.111v-.996-.996h-.111-.111v-.111-.111H2.214 1.55v-.111-.111h-.221-.221v-.111-.111h-.111-.111v-.111-.111h-.111-.111v-.111-.111h-.111-.111v-.111-.111H.332.221v-.221-.221H.111 0v-.996-.996h.111.111v-.221-.221h.111.111v-.221-.221h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h.111.111V3.653 3.321H1.66 1.55V2.324 1.328h.111.111V.996.664h.111.111V.443.221h.111.111V.111 0h.332.332v.111.111h.111.111v.221.221h.111.111v.332.332h.111.111v.664.664h-.111-.111v.443.443h-.111-.111v.221.221h-.111-.111v.221.221h-.111-.111v.111.111h-.111-.111v.553.553h.111.111v.111.111h.443.443v.111.111h.111.111v.111.111h.111.111v.111.111h.111.111v.221.221h.069.069v.664.664h-.069-.069v.221.221h-.111-.111v.111.111h-.111-.111v.111.111h-.221-.221v.443.443h.111.111v.775.775h-.111-.111v.221.221h-.221-.221v.097.097zM1.992 9.077h.664v-.553-.553h-.111-.111v-.553-.553h-.111-.111v.111.111h-.111-.111v.111.111h-.111-.111v.332.332h.111.111v.221.221h.221.221v.111.111H2.103 1.771v-.111-.111h-.111-.111v-.111-.111h-.111-.111v-.221-.221h-.111-.111v-.332-.332h.111.111v-.221-.221h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h.111.111v-.111-.111h-.111-.111v-.332-.332h-.111-.111v.111.111h-.111-.111v.111.111h-.111-.111v.111.111h-.111-.111v.221.221h-.111-.111v.111.111h-.111-.111v.332.332h-.111-.111v.332.332h.111.111v.332.332h.111.111v.111.111h.111.111v.111.111h.111.111v.111.111zm1.328-.221h.221v-.221-.221h.111.111v-.443-.443h-.111-.111v-.221-.221h-.221-.221v-.111-.111h-.111-.111v.553.553h.111.111v.443.443zM2.214 3.321h.221v-.221-.221h.111.111v-.111-.111h.111.111v-.221-.221h.111.111V1.66 1.107H2.767 2.435v.221.221h-.111-.111v.221.221h-.111-.111v.664.664z\"}])\n\n(def three-quarter-time-button\n  {:off [[\"#000000\" \"M0 0h14M0 1h1M13 1h1M0 2h1M3 2h3M13 2h1M0 3h1M5 3h1M13 3h1M0 4h1M3 4h3M9 4h1M13 4h1M0 5h1M5 5h1M8 5h1M13 5h1M0 6h1M3 6h3M7 6h1M13 6h1M0 7h1M6 7h1M9 7h1M13 7h1M0 8h1M5 8h1M8 8h2M13 8h1M0 9h1M4 9h1M7 9h1M9 9h1M13 9h1M0 10h1M7 10h4M13 10h1M0 11h1M9 11h1M13 11h1M0 12h1M13 12h1M0 13h1M13 13h1M0 14h14\"]\n         [\"#c6c6c6\" \"M1 1h1M12 1h1M6 2h1M8 2h1M10 2h1M2 3h3M6 3h6M6 4h1M8 4h1M10 4h2M2 5h3M6 5h2M9 5h2M6 6h1M8 6h2M11 6h1M2 7h4M7 7h2M10 7h2M3 8h2M6 8h2M10 8h2M2 9h2M5 9h2M8 9h1M10 9h1M3 10h2M6 10h1M11 10h1M2 11h7M10 11h2M3 12h1M5 12h1M7 12h3M11 12h1M1 13h1\"]\n         [\"#ffffff\" \"M2 1h10M1 2h1M1 3h1M1 4h1M1 5h1M1 6h1M1 7h1M1 8h1M1 9h1M1 10h1M1 11h1M1 12h1\"]\n         [\"#adadad\" \"M2 2h1M7 2h1M9 2h1M11 2h1M2 4h1M7 4h1M11 5h1M2 6h1M10 6h1M2 8h1M11 9h1M2 10h1M5 10h1M2 12h1M4 12h1M6 12h1M10 12h1\"]\n         [\"#848484\" \"M12 2h1M12 4h1M12 5h1M12 6h1M12 8h1M12 9h1M12 10h1M12 12h1M2 13h6M9 13h4\"]\n         [\"#737373\" \"M12 3h1M12 7h1M12 11h1M8 13h1\"]]\n   :on [[\"#000000\" \"M0 0h14M0 1h1M13 1h1M0 2h1M3 2h3M13 2h1M0 3h1M5 3h1M13 3h1M0 4h1M3 4h3M9 4h1M13 4h1M0 5h1M5 5h1M8 5h1M13 5h1M0 6h1M3 6h3M7 6h1M13 6h1M0 7h1M6 7h1M9 7h1M13 7h1M0 8h1M5 8h1M8 8h2M13 8h1M0 9h1M4 9h1M7 9h1M9 9h1M13 9h1M0 10h1M7 10h4M13 10h1M0 11h1M9 11h1M13 11h1M0 12h1M13 12h1M0 13h1M13 13h1M0 14h14\"]\n        [\"#d6944a\" \"M1 1h1M12 1h1M1 13h1\"]\n        [\"#ffffff\" \"M2 1h10M1 2h1M1 3h1M1 4h1M1 5h1M1 6h1M1 7h1M1 8h1M1 9h1M1 10h1M1 11h1M1 12h1\"]\n        [\"#ffff00\" \"M2 2h1M6 2h6M2 3h3M6 3h6M2 4h1M6 4h3M10 4h2M2 5h3M6 5h2M9 5h3M2 6h1M6 6h1M8 6h4M2 7h4M7 7h2M10 7h2M2 8h3M6 8h2M10 8h2M2 9h2M5 9h2M8 9h1M10 9h2M2 10h5M11 10h1M2 11h7M10 11h2M2 12h10\"]\n        [\"#b54a00\" \"M12 2h1M12 3h1M12 4h1M12 5h1M12 6h1M12 7h1M12 8h1M12 9h1M12 10h1M12 11h1M12 12h1M2 13h11\"]]})\n\n(def four-quarter-time-button\n  {:off [[\"#000000\" \"M0 0h14M0 1h1M13 1h1M0 2h1M4 2h1M13 2h1M0 3h1M3 3h2M13 3h1M0 4h1M2 4h1M4 4h1M9 4h1M13 4h1M0 5h1M2 5h4M8 5h1M13 5h1M0 6h1M4 6h1M7 6h1M13 6h1M0 7h1M6 7h1M9 7h1M13 7h1M0 8h1M5 8h1M8 8h2M13 8h1M0 9h1M4 9h1M7 9h1M9 9h1M13 9h1M0 10h1M7 10h4M13 10h1M0 11h1M9 11h1M13 11h1M0 12h1M13 12h1M0 13h1M13 13h1M0 14h14\"]\n         [\"#c6c6c6\" \"M1 1h1M12 1h1M3 2h1M5 2h1M7 2h1M9 2h1M11 2h1M2 3h1M5 3h7M3 4h1M5 4h1M7 4h2M10 4h1M6 5h2M9 5h3M2 6h2M5 6h2M8 6h2M11 6h1M3 7h2M7 7h2M10 7h2M2 8h3M6 8h2M10 8h2M3 9h1M5 9h2M8 9h1M10 9h1M2 10h3M6 10h1M11 10h1M3 11h6M10 11h2M2 12h2M5 12h1M7 12h3M11 12h1M1 13h1\"]\n         [\"#ffffff\" \"M2 1h10M1 2h1M1 3h1M1 4h1M1 5h1M1 6h1M1 7h1M1 8h1M1 9h1M1 10h1M1 11h1M1 12h1\"]\n         [\"#adadad\" \"M2 2h1M6 2h1M8 2h1M10 2h1M6 4h1M11 4h1M10 6h1M2 7h1M5 7h1M2 9h1M11 9h1M5 10h1M2 11h1M4 12h1M6 12h1M10 12h1\"]\n         [\"#737373\" \"M12 2h1M12 6h1M12 8h1M12 11h1M2 13h1M8 13h1\"]\n         [\"#848484\" \"M12 3h1M12 4h1M12 5h1M12 7h1M12 9h1M12 10h1M12 12h1M3 13h5M9 13h4\"]]\n   :on [[\"#000000\" \"M0 0h14M0 1h1M13 1h1M0 2h1M4 2h1M13 2h1M0 3h1M3 3h2M13 3h1M0 4h1M2 4h1M4 4h1M9 4h1M13 4h1M0 5h1M2 5h4M8 5h1M13 5h1M0 6h1M4 6h1M7 6h1M13 6h1M0 7h1M6 7h1M9 7h1M13 7h1M0 8h1M5 8h1M8 8h2M13 8h1M0 9h1M4 9h1M7 9h1M9 9h1M13 9h1M0 10h1M7 10h4M13 10h1M0 11h1M9 11h1M13 11h1M0 12h1M13 12h1M0 13h1M13 13h1M0 14h14\"]\n        [\"#d6944a\" \"M1 1h1M12 1h1M1 13h1\"]\n        [\"#ffffff\" \"M2 1h10M1 2h1M1 3h1M1 4h1M1 5h1M1 6h1M1 7h1M1 8h1M1 9h1M1 10h1M1 11h1M1 12h1\"]\n        [\"#ffff00\" \"M2 2h2M5 2h7M2 3h1M5 3h7M3 4h1M5 4h4M10 4h2M6 5h2M9 5h3M2 6h2M5 6h2M8 6h4M2 7h4M7 7h2M10 7h2M2 8h3M6 8h2M10 8h2M2 9h2M5 9h2M8 9h1M10 9h2M2 10h5M11 10h1M2 11h7M10 11h2M2 12h10\"]\n        [\"#b54a00\" \"M12 2h1M12 3h1M12 4h1M12 5h1M12 6h1M12 7h1M12 8h1M12 9h1M12 10h1M12 11h1M12 12h1M2 13h11\"]]})\n\n; will have on-click of #(dispatch [:set-time-signature <beats-per-measure>])\n#_(defn time-signature [x y scale]\n    (let [active (subscribe [:time-signature])]\n      (fn [x y scale]\n        (if (= 3 @active)))))\n\n(defn scroll-cue-left [x y scale]\n  [:g.fade\n   (svg-paths [[\"#000000\" \"M4 0h1M3 1h2M2 2h1M4 2h3M1 3h1M0 4h1M1 5h1M2 6h1M4 6h3M3 7h2M4 8h1\"]\n               [\"#f8f800\" \"M3 2h1M2 3h5M1 4h6M2 5h5M3 6h1\"]]\n              x y scale)])\n\n(defn scroll-cue-right [x y scale]\n  [:g.fade\n   (svg-paths [[\"#000000\" \"M2 0h1M2 1h2M0 2h3M4 2h1M5 3h1M6 4h1M5 5h1M0 6h3M4 6h1M2 7h2M2 8h1\"]\n               [\"#f8f800\" \"M3 2h1M0 3h5M0 4h6M0 5h5M3 6h1\"]]\n              x y scale)])\n\n(def advance-cue-measure\n  [[\"#f7f700\" \"M0 0h2M7 0h1M2 1h1M3 2h1M4 3h1M5 4h1\"]\n   [\"#000000\" \"M2 0h1M9 0h1M3 1h1M10 1h1M4 2h1M11 2h1M5 3h1M12 3h1M6 4h1M5 6h1M12 6h1M4 7h1M11 7h1M3 8h1M10 8h1M2 9h1M9 9h1\"]\n   [\"#d8c78b\" \"M8 0h1\"]\n   [\"#f7cc00\" \"M0 1h1M7 1h1M0 2h1M7 2h1M0 3h1M7 3h1M0 4h1M7 4h1M0 5h1M4 5h1M7 5h1M11 5h1M0 6h1M3 6h1M7 6h1M10 6h1M0 7h1M2 7h1M7 7h1M9 7h1M0 8h2M7 8h2\"]\n   [\"#ffde00\" \"M1 1h1M8 1h1M1 2h2M8 2h2M1 3h3M8 3h3M1 4h4M8 4h4M1 5h3M8 5h3M1 6h2M8 6h2M1 7h1M8 7h1\"]\n   [\"#ccb49e\" \"M9 1h1\"]\n   [\"#e8e165\" \"M10 2h1\"]\n   [\"#e6dd6c\" \"M11 3h1\"]\n   [\"#ded17f\" \"M12 4h1\"]\n   [\"#f79400\" \"M5 5h1M12 5h1M4 6h1M11 6h1M3 7h1M10 7h1M2 8h1M9 8h1M0 9h2M7 9h2\"]])\n\n(def advance-cue-end\n  [[\"#f7f700\" \"M0 0h2M2 1h1M3 2h1M4 3h1M5 4h1\"]\n   [\"#000000\" \"M2 0h1M7 0h1M3 1h1M7 1h1M4 2h1M7 2h1M5 3h1M7 3h1M6 4h2M6 5h2M5 6h1M7 6h1M4 7h1M7 7h1M3 8h1M7 8h1M2 9h1M7 9h1\"]\n  ;[\"#ffffff\" \"M3 0h4M4 1h3M5 2h2M6 3h1M6 6h1M5 7h2M4 8h3M3 9h4\"]\n   [\"#f7cc00\" \"M0 1h1M0 2h1M0 3h1M0 4h1M0 5h1M4 5h1M0 6h1M3 6h1M0 7h1M2 7h1M0 8h2\"]\n   [\"#ffde00\" \"M1 1h1M1 2h2M1 3h3M1 4h4M1 5h3M1 6h2M1 7h1\"]\n   [\"#f79400\" \"M5 5h1M4 6h1M3 7h1M2 8h1M0 9h2\"]])\n\n(defn eraser-cursor [x y scale]\n  (svg-paths {:pointer-events \"none\"}\n             [[\"#000001\" \"M0 0h8M0 1h1M8 1h1M0 2h2M7 2h1M9 2h1M0 3h1M2 3h1M6 3h1M10 3h1M1 4h1M3 4h1M5 4h1M11 4h1M1 5h1M4 5h1M12 5h1M2 6h1M4 6h2M11 6h2M2 7h1M4 7h1M6 7h1M10 7h1M12 7h1M3 8h2M7 8h1M9 8h1M12 8h1M4 9h1M8 9h1M12 9h1M5 10h1M8 10h1M11 10h1M6 11h1M8 11h1M10 11h1M7 12h3M8 13h1\"]\n              [\"#f8f8f8\" \"M1 1h7M2 2h5M3 3h3M8 3h1M4 4h1M7 4h1M9 4h1M6 5h1M8 5h1M10 5h1M7 6h1M9 6h1M8 7h1\"]\n              [\"#00f8f8\" \"M8 2h1M7 3h1M9 3h1M6 4h1M8 4h1M10 4h1M5 5h1M7 5h1M9 5h1M11 5h1M6 6h1M8 6h1M10 6h1M5 7h1M7 7h1M9 7h1M5 8h2M8 8h1M5 9h3M6 10h2M7 11h1\"]\n              [\"#c0c0c1\" \"M1 3h1M2 4h1M2 5h2M3 6h1M3 7h1\"]\n              [\"#0000f8\" \"M11 7h1M10 8h2M9 9h3M9 10h2M9 11h1\"]]\n             x y scale))\n\n(defn eraser [x y scale]\n  (let [active? (subscribe [:eraser?])]\n    (fn [x y scale]\n      (svg-paths {:on-mouse-over #(dispatch [:set-status \"Eraser\"])\n        :on-mouse-out #(dispatch [:set-status \"\"])\n        :on-click #(do (dispatch [:eraser-toggle])\n                                 (if-not @active? (music/play-sample 18 63)))}\n                 (if @active?\n                   [[\"#ffffff\" \"M0 0h15M0 1h2M12 1h3M0 2h3M4 2h7M12 2h1M14 2h1M0 3h3M4 3h2M7 3h4M12 3h3M0 4h2M4 4h5M10 4h1M12 4h3M0 5h2M4 5h3M8 5h3M13 5h2M0 6h2M13 6h2M0 7h2M13 7h2M0 8h2M13 8h2M0 9h2M13 9h2M0 10h2M13 10h2M0 11h2M13 11h2M0 12h2M13 12h2M0 13h2M13 13h2M0 14h2M13 14h2M0 15h2M13 15h2M0 16h14\"]\n                    [\"#ceefe7\" \"M2 1h1M13 2h1M6 3h1M2 4h1M9 4h1M7 5h1M14 16h1\"]\n                    [\"#000000\" \"M3 1h9M3 2h1M11 2h1M3 3h1M11 3h1M3 4h1M11 4h1M2 5h2M11 5h2M2 6h1M12 6h1M2 7h1M12 7h1M2 8h1M12 8h1M2 9h1M12 9h1M2 10h1M12 10h1M2 11h1M12 11h1M2 12h1M12 12h1M2 13h1M12 13h1M2 14h1M12 14h1M2 15h11\"]\n                    [\"#84ef94\" \"M3 6h9M3 7h2M10 7h2M3 8h2M6 8h6M3 9h2M6 9h6M3 10h2M9 10h3M3 11h2M6 11h6M3 12h2M6 12h6M3 13h2M10 13h2M3 14h9\"]\n                    [\"#089c31\" \"M5 7h5M5 8h1M5 9h1M5 10h4M5 11h1M5 12h1M5 13h5\"]]\n                   [[\"#000000\" \"M0 0h15M0 1h15M0 2h4M11 2h4M0 3h4M11 3h4M0 4h4M11 4h4M0 5h4M11 5h4M0 6h3M12 6h3M0 7h3M12 7h3M0 8h3M12 8h3M0 9h3M12 9h3M0 10h3M12 10h3M0 11h3M12 11h3M0 12h3M12 12h3M0 13h3M12 13h3M0 14h3M12 14h3M0 15h15M0 16h15\"]\n                    [\"#ffffff\" \"M4 2h7M4 3h2M7 3h4M4 4h5M10 4h1M4 5h3M8 5h3\"]\n                    [\"#ceefe7\" \"M6 3h1M9 4h1M7 5h1\"]\n                    [\"#c6c6c6\" \"M3 6h1M5 6h1M7 6h2M10 6h2M3 7h2M10 7h1M3 8h2M6 8h2M9 8h3M3 9h1M6 9h4M11 9h1M3 10h2M9 10h3M3 11h2M6 11h4M11 11h1M3 12h1M6 12h2M9 12h3M3 13h2M10 13h1M3 14h6M10 14h2\"]\n                    [\"#adadad\" \"M4 6h1M6 6h1M9 6h1M11 7h1M8 8h1M4 9h1M10 9h1M10 11h1M4 12h1M8 12h1M11 13h1M9 14h1\"]\n                    [\"#848484\" \"M5 7h5M5 9h1M5 10h1M7 10h1M5 12h1M5 13h1M7 13h3\"]\n                    [\"#737373\" \"M5 8h1M6 10h1M8 10h1M5 11h1M6 13h1\"]])\n                 x y scale))))\n\n(defn repeat-button [x y scale]\n  (svg-paths {:on-click #(do (dispatch [:repeat-toggle])\n                             (music/play-sample 17 63))}\n             (if @(subscribe [:repeat?])\n               [[\"#000000\" \"M0 0h13M0 1h1M12 1h1M0 2h1M12 2h1M0 3h1M3 3h8M12 3h1M0 4h1M6 4h1M8 4h3M12 4h1M0 5h1M3 5h8M12 5h1M0 6h1M6 6h1M8 6h3M12 6h1M0 7h1M3 7h8M12 7h1M0 8h1M6 8h1M8 8h3M12 8h1M0 9h1M3 9h8M12 9h1M0 10h1M6 10h1M8 10h3M12 10h1M0 11h1M3 11h8M12 11h1M0 12h1M12 12h1M0 13h13\"]\n                [\"#f8f800\" \"M1 1h11M1 2h11M1 3h2M11 3h1M1 4h5M7 4h1M11 4h1M1 5h2M11 5h1M1 6h5M7 6h1M11 6h1M1 7h2M11 7h1M1 8h5M7 8h1M11 8h1M1 9h2M11 9h1M1 10h5M7 10h1M11 10h1M1 11h2M11 11h1M1 12h11\"]]\n               [[\"#000000\" \"M0 0h13M0 1h1M12 1h1M0 2h1M12 2h1M0 3h1M3 3h8M12 3h1M0 4h1M6 4h1M8 4h3M12 4h1M0 5h1M3 5h8M12 5h1M0 6h1M6 6h1M8 6h3M12 6h1M0 7h1M3 7h8M12 7h1M0 8h1M6 8h1M8 8h3M12 8h1M0 9h1M3 9h8M12 9h1M0 10h1M6 10h1M8 10h3M12 10h1M0 11h1M3 11h8M12 11h1M0 12h1M12 12h1M0 13h13\"]\n                [\"gray\" \"M1 1h11M1 2h11M1 3h2M11 3h1M1 4h5M7 4h1M11 4h1M1 5h2M11 5h1M1 6h5M7 6h1M11 6h1M1 7h2M11 7h1M1 8h5M7 8h1M11 8h1M1 9h2M11 9h1M1 10h5M7 10h1M11 10h1M1 11h2M11 11h1M1 12h11\"]])\n             x y scale))\n\n(defn undo-dog [x y scale]\n  (let [undos? (subscribe [:undos?])]\n    (fn [x y scale]\n      (svg-paths {:on-mouse-over #(dispatch [:set-status \"Undo\"])\n        :on-mouse-out #(dispatch [:set-status \"\"])\n        :on-click (if @undos? #(do (dispatch [:undo])\n                                             (music/play-sample 16 63)))}\n                 (if @undos?\n                   [[\"#000000\" \"M0 0h1M3 0h8M13 0h1M0 1h1M4 1h6M13 1h1M0 2h2M4 2h6M12 2h2M0 3h2M12 3h2M0 4h2M12 4h2M0 5h3M5 5h1M8 5h1M11 5h3M0 6h3M11 6h3M0 7h3M6 7h2M11 7h3M0 8h3M6 8h2M11 8h3M0 9h3M4 9h2M8 9h2M11 9h3M0 10h3M4 10h1M9 10h1M11 10h3M0 11h3M5 11h1M8 11h1M11 11h3M0 12h4M6 12h2M10 12h4M0 13h5M9 13h5M0 14h14\"]\n                    [\"#ffc694\" \"M1 0h1M12 0h1M1 1h1M3 1h1M11 1h2M11 2h1M3 3h2M2 4h2M9 4h1M11 4h1M3 5h1M9 5h1M3 6h1M9 6h1M3 7h1M8 7h2M3 8h1M8 8h2M3 9h1M3 10h1M4 12h1M6 13h1\"]\n                    [\"#ffefbd\" \"M2 0h1M11 0h1M2 1h1M10 1h1M2 2h1M10 2h1M2 3h1M5 3h6M4 4h5M4 5h1M6 5h2M4 6h1M6 6h2M4 7h2M4 8h2M4 11h1M5 12h1\"]\n                    [\"#d6944a\" \"M3 2h1M11 3h1M10 4h1M10 5h1M10 6h1M10 7h1M10 8h1M10 9h1M10 10h1M3 11h1M9 11h2M8 12h2M5 13h1M7 13h2\"]\n                    [\"#ffffff\" \"M5 6h1M8 6h1\"]\n                    [\"#b54a00\" \"M6 9h2M5 10h4M6 11h2\"]]\n                   [[\"#000000\" \"M0 0h14M0 1h1M4 1h6M13 1h1M0 2h2M5 2h4M12 2h2M0 3h2M3 3h1M10 3h1M12 3h2M0 4h2M12 4h2M0 5h3M11 5h3M0 6h3M5 6h1M8 6h1M11 6h3M0 7h3M11 7h3M0 8h3M11 8h3M0 9h3M6 9h2M11 9h3M0 10h3M6 10h2M11 10h3M0 11h3M5 11h4M11 11h3M0 12h4M10 12h4M0 13h5M9 13h5M0 14h14\"]\n                    [\"#c6c6c6\" \"M1 1h3M10 1h3M2 2h1M4 2h1M9 2h1M5 3h4M4 4h1M6 4h1M8 4h1M4 5h1M6 5h2M6 6h1M4 7h2M4 8h3M5 9h1M4 10h2M4 11h1M5 12h1\"]\n                    [\"#737373\" \"M3 2h1M10 2h1M10 4h1M10 6h1M10 8h1M10 10h1M8 12h1M7 13h1\"]\n                    [\"#a5a5b5\" \"M11 2h1M2 3h1M4 3h1M9 3h1M11 3h1M3 4h1M9 4h1M3 5h1M9 5h1M3 6h1M7 6h1M9 6h1M3 7h1M7 7h3M3 8h1M7 8h3M3 9h1M8 9h2M3 10h1M8 10h2M4 12h1M6 12h2M6 13h1\"]\n                    [\"#848484\" \"M2 4h1M11 4h1M10 5h1M10 7h1M10 9h1M3 11h1M9 11h2M9 12h1M5 13h1M8 13h1\"]\n                    [\"#adadad\" \"M5 4h1M7 4h1M4 6h1M6 7h1M4 9h1\"]\n                    [\"#ffffff\" \"M5 5h1M8 5h1\"]])\n                 (* x 5) (* y 5) scale))))\n\n(defn redo-rabbit [x y scale]\n  (let [redos? (subscribe [:redos?])]\n    (fn [x y scale]\n      (svg-paths {:on-mouse-over #(dispatch [:set-status \"Redo\"])\n        :on-mouse-out #(dispatch [:set-status \"\"])\n        :on-click (if @redos? #(dispatch [:redo]))}\n                 (if @redos?\n                   [[\"#ffffff\" \"M0 0h3M5 0h5M12 0h3M0 1h2M6 1h2M13 1h2M0 2h1M2 2h1M5 2h1M7 2h1M9 2h1M12 2h1M14 2h1M0 3h1M2 3h1M5 3h1M9 3h1M12 3h1M14 3h1M0 4h1M2 4h1M5 4h1M9 4h1M12 4h1M14 4h1M0 5h1M3 5h2M10 5h2M14 5h1M0 6h2M13 6h2M0 7h1M14 7h1M0 12h1M14 12h1M0 13h2M13 13h2M0 14h4M11 14h4M0 15h2M3 15h3M9 15h4M14 15h1M0 16h11M12 16h3\"]\n                    [\"#000000\" \"M3 0h2M10 0h2M2 1h1M5 1h1M9 1h1M12 1h1M1 2h1M3 2h2M6 2h1M8 2h1M10 2h2M13 2h1M1 3h1M3 3h2M6 3h3M10 3h2M13 3h1M1 4h1M3 4h2M6 4h1M8 4h1M10 4h2M13 4h1M1 5h1M5 5h1M9 5h1M13 5h1M2 6h1M12 6h1M1 7h1M6 7h1M8 7h1M13 7h1M0 8h1M14 8h1M0 9h1M14 9h1M0 10h1M14 10h1M0 11h1M4 11h1M10 11h1M14 11h1M1 12h1M5 12h1M9 12h1M13 12h1M2 13h2M6 13h3M11 13h2M4 14h2M9 14h2M6 15h3\"]\n                    [\"#00ff00\" \"M3 1h2M10 1h2M7 4h1M2 5h1M6 5h3M12 5h1M3 6h9M2 7h4M7 7h1M9 7h4M1 8h13M1 9h13M1 10h13M1 11h3M5 11h5M11 11h3M2 12h3M6 12h3M10 12h3M4 13h2M9 13h2M6 14h3\"]\n                    [\"#ceefe7\" \"M8 1h1M2 15h1M13 15h1M11 16h1\"]]\n                   [[\"#848484\" \"M0 0h15M0 1h1M2 1h1M5 1h1M7 1h1M9 1h1M12 1h1M14 1h1M0 2h2M6 2h3M13 2h2M0 3h1M7 3h1M14 3h1M0 4h1M14 4h1M0 5h1M14 5h1M0 6h1M14 6h1M0 7h2M13 7h2M0 8h1M14 8h1M0 13h1M14 13h1M0 14h2M13 14h2M0 15h1M2 15h2M11 15h2M14 15h1M0 16h3M4 16h2M9 16h2M12 16h3\"]\n                    [\"#737373\" \"M1 1h1M6 1h1M8 1h1M13 1h1M1 15h1M13 15h1M3 16h1M11 16h1\"]\n                    [\"#000000\" \"M3 1h2M10 1h2M2 2h1M5 2h1M9 2h1M12 2h1M1 3h2M6 3h1M8 3h1M12 3h2M1 4h1M3 4h1M6 4h3M11 4h1M13 4h1M1 5h1M4 5h1M6 5h1M8 5h1M10 5h1M13 5h1M1 6h1M5 6h1M9 6h1M13 6h1M2 7h1M12 7h1M1 8h1M6 8h1M8 8h1M13 8h1M0 9h1M14 9h1M0 10h1M14 10h1M0 11h1M14 11h1M0 12h1M14 12h1M1 13h1M6 13h3M13 13h1M2 14h2M11 14h2M4 15h2M9 15h2M6 16h3\"]\n                    [\"#c6c6c6\" \"M3 2h2M10 2h2M3 3h3M9 3h2M2 4h1M4 4h1M9 4h2M12 4h1M2 5h2M5 5h1M7 5h1M9 5h1M11 5h2M2 6h1M4 6h1M6 6h3M10 6h2M3 7h3M7 7h3M11 7h1M2 8h2M5 8h1M7 8h1M9 8h4M1 9h6M8 9h2M11 9h3M1 10h1M3 10h2M6 10h6M13 10h1M1 11h3M5 11h3M9 11h2M12 11h2M1 12h2M4 12h3M8 12h6M2 13h3M9 13h1M11 13h2M4 14h7M6 15h1M8 15h1\"]\n                    [\"#adadad\" \"M11 3h1M5 4h1M3 6h1M12 6h1M6 7h1M10 7h1M4 8h1M7 9h1M10 9h1M2 10h1M5 10h1M12 10h1M4 11h1M8 11h1M11 11h1M3 12h1M7 12h1M5 13h1M10 13h1M7 15h1\"]])\n                 (* x 5) (* y 5) scale))))\n\n(def ghost\n  [[\"#fefefe\" \"M0 0h10M20 0h12M0 1h10M20 1h12M0 2h6M10 2h10M24 2h8M0 3h6M10 3h10M24 3h8M0 4h4M6 4h18M26 4h6M0 5h4M6 5h18M26 5h6M0 6h2M4 6h22M28 6h4M0 7h2M4 7h22M28 7h4M0 8h2M4 8h2M8 8h2M12 8h14M28 8h4M0 9h2M4 9h2M8 9h2M12 9h14M28 9h4M2 10h4M8 10h2M12 10h8M24 10h4M30 10h2M2 11h4M8 11h2M12 11h8M24 11h4M30 11h2M2 12h16M20 12h4M26 12h2M30 12h2M2 13h16M20 13h4M26 13h2M30 13h2M2 14h2M6 14h2M10 14h2M14 14h10M26 14h2M30 14h2M2 15h2M6 15h2M10 15h2M14 15h10M26 15h2M30 15h2M2 16h2M14 16h8M24 16h6M2 17h2M14 17h8M24 17h6M2 18h2M14 18h16M2 19h2M14 19h16M0 20h2M4 20h2M16 20h14M0 21h2M4 21h2M16 21h14M0 22h2M4 22h2M8 22h2M12 22h2M16 22h12M30 22h2M0 23h2M4 23h2M8 23h2M12 23h2M16 23h12M30 23h2M0 24h4M6 24h18M28 24h4M0 25h4M6 25h18M28 25h4M0 26h6M12 26h8M24 26h8M0 27h6M12 27h8M24 27h8M0 28h12M20 28h12M0 29h12M20 29h12\"]\n   [\"#000000\" \"M10 0h10M10 1h10M6 2h4M20 2h4M6 3h4M20 3h4M4 4h2M24 4h2M4 5h2M24 5h2M2 6h2M26 6h2M2 7h2M26 7h2M2 8h2M6 8h2M10 8h2M26 8h2M2 9h2M6 9h2M10 9h2M26 9h2M0 10h2M6 10h2M10 10h2M20 10h4M28 10h2M0 11h2M6 11h2M10 11h2M20 11h4M28 11h2M0 12h2M18 12h2M24 12h2M28 12h2M0 13h2M18 13h2M24 13h2M28 13h2M0 14h2M24 14h2M28 14h2M0 15h2M24 15h2M28 15h2M0 16h2M22 16h2M30 16h2M0 17h2M22 17h2M30 17h2M0 18h2M30 18h2M0 19h2M30 19h2M2 20h2M30 20h2M2 21h2M30 21h2M2 22h2M28 22h2M2 23h2M28 23h2M4 24h2M24 24h4M4 25h2M24 25h4M6 26h6M20 26h4M6 27h6M20 27h4M12 28h8M12 29h8\"]\n   [\"#fe0000\" \"M4 14h2M8 14h2M12 14h2M4 15h2M8 15h2M12 15h2M4 16h10M4 17h10M4 18h10M4 19h10M6 20h10M6 21h10M6 22h2M10 22h2M14 22h2M6 23h2M10 23h2M14 23h2\"]])\n\n(def zelda\n  [[\"#000100\" \"M8 0h2M15 0h2M7 2h1M17 2h1M6 3h1M18 3h1M4 4h2M19 4h2M4 5h2M19 5h2M4 6h2M19 6h2M3 7h1M21 7h1M3 14h1M7 14h1M17 14h1M21 14h1M3 15h1M21 15h1M3 16h1M21 16h1M4 17h3M18 17h3M6 18h1M18 18h1M6 19h1M18 19h1M4 20h2M19 20h2M3 21h1M21 21h1M2 22h1M6 22h1M18 22h1M22 22h2M2 23h1M6 23h1M18 23h1M22 23h2M2 24h1M22 24h2M3 25h4M18 25h4M3 26h4M18 26h4M6 27h2M17 27h2M4 28h2M8 28h9M19 28h2M4 29h2M10 29h1M14 29h1M19 29h2M4 30h2M10 30h1M14 30h1M19 30h2M6 31h4M15 31h4\"]\n   [\"#52ad54\" \"M10 0h5M10 1h5M8 2h2M15 2h2M7 3h2M17 3h1M6 4h1M18 4h1M6 5h1M18 5h1M4 7h2M19 7h2M7 21h11M8 22h9M8 23h9M6 24h1M18 24h1M10 25h1M14 25h1M10 26h1M14 26h3M8 27h2M15 27h2\"]\n   [\"#4f514e\" \"M7 1h3M15 1h3M7 6h1M17 6h1M6 7h1M18 7h1M0 8h1M3 8h3M19 8h3M24 8h1M0 9h1M3 9h3M15 9h2M19 9h3M24 9h1M0 10h1M4 10h2M7 10h1M14 10h1M17 10h1M19 10h2M24 10h1M2 11h1M4 11h3M13 11h1M17 11h1M20 11h1M22 11h2M6 12h1M17 12h1M22 12h2M3 13h1M6 13h1M10 13h2M18 13h1M21 13h1M6 14h1M8 14h3M15 14h2M18 14h1M6 15h1M10 15h1M14 15h1M18 15h1M6 16h1M10 16h1M14 16h1M18 16h1M7 18h1M17 18h1M7 19h1M17 19h1M7 20h3M15 20h3M1 22h1M7 22h1M17 22h1M1 23h1M7 23h1M17 23h1M1 24h1M8 24h3M14 24h3M7 28h1M17 28h1M8 29h2M15 29h2M8 30h2M15 30h2\"]\n   [\"#92c24b\" \"M10 2h5M9 3h8M7 4h11M7 5h11M6 6h1M18 6h1M2 8h1M1 9h1M1 10h1M12 13h1M6 20h1M18 20h1M4 21h3M18 21h3M20 22h1M7 24h1M17 24h1M7 25h3M15 25h3M7 26h3M17 26h1M10 27h5\"]\n   [\"#feee4d\" \"M8 6h9M7 7h11M7 8h1M10 8h4M17 8h2M7 9h1M10 9h4M17 9h2M6 10h1M8 10h6M18 10h1M8 11h3M8 12h3M4 13h2M19 13h2M4 14h2M19 14h2M11 24h3M11 25h3M11 26h3\"]\n   [\"#876355\" \"M1 8h1M19 11h1M2 12h1M4 12h2M12 12h2M20 12h1\"]\n   [\"#ed9a61\" \"M6 8h1M2 9h1M22 9h1M15 10h2M3 11h1M14 11h1M21 11h1M3 12h1M14 12h1M21 12h1M13 13h1M17 13h1M11 14h1M14 14h1M16 18h1M10 20h5M3 22h1M21 22h1M3 24h1M21 24h1\"]\n   [\"#f7ba00\" \"M8 8h2M14 8h1M6 9h1M8 9h2M14 9h1M7 11h1M11 11h1M18 11h1M7 12h1M11 12h1M18 12h1M7 13h3M4 15h2M19 15h2M4 16h2M19 16h2\"]\n   [\"#775904\" \"M15 8h2M19 12h1\"]\n   [\"#e9bc9a\" \"M22 8h1M23 9h1M2 10h2M21 10h3M15 11h2M15 12h2M14 13h3M12 14h2M11 15h3M11 16h3M7 17h1M11 17h3M17 17h1M8 18h8M8 19h9M4 22h2M19 22h1M3 23h3M19 23h3M4 24h2M19 24h2\"]\n   [\"#987124\" \"M12 11h1\"]\n   [\"#4751b0\" \"M8 15h2M15 15h2M8 16h2M15 16h2M8 17h2M15 17h2\"]\n   [\"#cbceca\" \"M5 19h1M19 27h1\"]\n   [\"#6b1f19\" \"M6 28h1M18 28h1M6 29h2M17 29h2M6 30h2M17 30h2\"]])\n\n(def megaman\n  [[\"#000000\" \"M13 4h2M11 5h2M15 5h1M10 6h1M13 6h1M16 6h1M9 7h1M14 7h4M9 8h1M14 8h1M18 8h1M8 9h1M15 9h2M18 9h1M8 10h1M18 10h1M8 11h1M13 11h2M16 11h1M18 11h1M9 12h1M13 12h2M16 12h1M18 12h1M8 13h2M18 13h1M6 14h2M10 14h1M13 14h3M17 14h3M5 15h1M11 15h1M16 15h1M20 15h1M4 16h1M9 16h1M16 16h1M21 16h1M4 17h1M7 17h3M16 17h3M21 17h1M4 18h1M8 18h2M16 18h2M21 18h1M4 19h1M8 19h2M16 19h2M21 19h1M5 20h3M9 20h1M16 20h1M18 20h3M8 21h1M17 21h1M7 22h1M18 22h1M6 23h2M12 23h2M18 23h2M4 24h2M11 24h1M14 24h1M20 24h2M3 25h1M11 25h1M14 25h1M22 25h1M3 26h9M14 26h9\"]\n   [\"#00e5ff\" \"M13 5h2M14 6h2M15 8h2M9 9h1M9 10h1M9 11h1M8 14h2M7 15h4M17 15h2M8 16h1M10 16h6M17 16h1M10 17h6M10 18h6M9 21h2M14 21h3M10 22h7M11 23h1M14 23h1\"]\n   [\"#006fff\" \"M11 6h2M10 7h4M10 8h4M17 8h1M10 9h5M17 9h1M10 10h2M15 10h2M10 11h1M10 12h1M10 13h1M11 14h1M6 15h1M19 15h1M5 16h3M18 16h3M5 17h2M19 17h2M5 18h3M18 18h3M5 19h3M10 19h6M18 19h3M10 20h6M11 21h3M8 22h2M17 22h1M8 23h3M15 23h3M6 24h5M15 24h5M4 25h7M15 25h7\"]\n   [\"#ffebd9\" \"M12 10h1M11 11h1M15 11h1M11 12h1M15 12h1M11 13h2M15 13h1M12 14h1M16 14h1M12 15h4\"]])\n\n(defn advance-measure []\n  (let [mouseover? (r/atom false)]\n    (fn []\n      [:g\n       [:rect {:x 58 :y 5.5\n               :height 2.5\n               :width 6\n               :pointer-events \"all\"\n               :visibility \"hidden\"\n               :opacity 0.2\n               :on-mouse-over #(reset! mouseover? true)\n               :on-mouse-out #(reset! mouseover? false)\n               :on-click #(dispatch [:advance-editor 4])}]\n       (if @mouseover?\n         (svg-paths {:pointer-events \"none\"} advance-cue-measure 300 30 0.2))])))\n\n(defn advance-editor []\n  (let [mouseover? (r/atom false)]\n    (fn []\n      [:g\n       [:rect {:x 58 :y 8\n               :height 12\n               :width 6\n               :pointer-events \"all\"\n               :visibility \"hidden\"\n               :opacity 0.2\n               :on-mouse-over #(reset! mouseover? true)\n               :on-mouse-out #(reset! mouseover? false)\n               :on-click #(dispatch [:advance-editor 0.5])}]\n       (if @mouseover?\n         [:g\n          [scroll-cue-right (* 4 60.8) (* 4 8) 0.25]\n          [scroll-cue-right (* 4 60.8) (* 4 14) 0.25]])])))\n\n(defn advance-end []\n  (let [mouseover? (r/atom false)\n        length (apply max (map #(:time %) @(subscribe [:notes])))\n        editor-pos (subscribe [:editor-beat-start])]\n    (fn []\n      [:g\n       [:rect {:x 58 :y 2\n               :height 3.5\n               :width 6\n               :pointer-events \"all\"\n               :visibility \"hidden\"\n               :opacity 0.2\n               :on-mouse-over #(reset! mouseover? true)\n               :on-mouse-out #(reset! mouseover? false)\n               :on-click (fn [e] (dispatch [:advance-editor (- (apply max (map #(:time %) @(subscribe [:notes])))\n                                                               @editor-pos)]))}]\n       (if @mouseover?\n         (svg-paths {:pointer-events \"none\"} advance-cue-end 305 20 0.2))])))\n\n(defn retract-editor [x]\n  (let [mouseover? (r/atom false)]\n    (fn []\n      [:g\n       [:rect {:x x :y 2\n               :height 32\n               :width 6\n               :pointer-events \"all\"\n               :visibility \"hidden\"\n               :opacity 0.2\n               :on-mouse-over #(reset! mouseover? true)\n               :on-mouse-out #(reset! mouseover? false)\n               :on-click #(dispatch [:retract-editor])}]\n       (if @mouseover?\n         [:g\n          [scroll-cue-left (* 4 (+ 3 x)) (* 4 8)  0.25]\n          [scroll-cue-left (* 4 (+ 3 x)) (* 4 14) 0.25]])])))\n\n(defn display-numbers [n]\n  (let [num-path [\"M1 0h4M0 1h1M5 1h1M0 2h1M5 2h1M0 3h1M5 3h1M0 4h1M5 4h1M1 5h4\"\n                  \"M1 0h2M2 1h1M2 2h1M2 3h1M2 4h1M1 5h3\"\n                  \"M1 0h4M0 1h1M5 1h1M5 2h1M1 3h4M0 4h1M0 5h6\"\n                  \"M1 0h4M0 1h1M5 1h1M2 2h3M5 3h1M0 4h1M5 4h1M1 5h4\"\n                  \"M2 0h3M1 1h1M4 1h1M0 2h1M4 2h1M0 3h1M4 3h1M0 4h6M4 5h1\"\n                  \"M0 0h6M0 1h1M0 2h5M5 3h1M0 4h1M5 4h1M1 5h4\"\n                  \"M1 0h4M0 1h1M0 2h5M0 3h1M5 3h1M0 4h1M5 4h1M1 5h4\"\n                  \"M0 0h6M0 1h1M5 1h1M4 2h1M3 3h1M3 4h1M3 5h1\"\n                  \"M1 0h4M0 1h1M5 1h1M1 2h4M0 3h1M5 3h1M0 4h1M5 4h1M1 5h4\"\n                  \"M1 0h4M0 1h1M5 1h1M1 2h5M5 3h1M5 4h1M1 5h4\"]]\n    [:path {:stroke \"black\"\n            :d (get num-path n)}]))\n\n(def data-robot\n  {:body [[\"#000\" \"M0 0h128M0 1h128M0 2h2m124 0h2M0 3h2m124 0h2M0 4h2m124 0h2M0 5h2m124 0h2M0 6h2m124 0h2M0 7h2m124 0h2M0 8h2m124 0h2M0 9h2m124 0h2M0 10h2m77 0h1m46 0h2M0 11h2m77 0h1m46 0h2M0 12h2m54 0h2m2 0h1m9 0h2m2 0h1m4 0h1m46 0h2M0 13h2m53 0h1m2 0h1m2 0h1m7 0h1m2 0h1m2 0h1m3 0h1m46 0h2M0 14h2m52 0h1m4 0h1m1 0h1m6 0h1m4 0h1m1 0h1m3 0h1m46 0h2M0 15h2m53 0h1m2 0h1m2 0h1m7 0h1m2 0h1m2 0h1m3 0h1m46 0h2M0 16h2m54 0h2m2 0h1m9 0h2m2 0h1m4 0h1m46 0h2M0 17h2m57 0h1m13 0h1m5 0h1m46 0h2M0 18h2m43 0h1m19 0h1m13 0h1m46 0h2M0 19h2m43 0h3m18 0h1m12 0h4m43 0h2M0 20h2m65 0h1m11 0h1m46 0h2M0 21h2m77 0h1m46 0h2M0 22h2m77 0h1m46 0h2M0 23h2m77 0h1m46 0h2M0 24h2m55 0h14m8 0h1m46 0h2M0 25h2m55 0h14m8 0h1m46 0h2M0 26h2m55 0h14m8 0h1m46 0h2M0 27h2m77 0h1m46 0h2M0 28h2m55 0h14m7 0h2m46 0h2M0 29h2m48 0h29m47 0h2M0 30h2m60 0h1m1 0h2m60 0h2M0 31h2m124 0h2M0 32h2m124 0h2M0 33h2m93 0h1m30 0h2M0 34h2m93 0h1m30 0h2M0 35h2m93 0h1m30 0h2M0 36h2m93 0h1m30 0h2M0 37h2m93 0h1m30 0h2M0 38h2m36 0h1m56 0h1m30 0h2M0 39h2m36 0h1m50 0h1m5 0h1m30 0h2M0 40h2m36 0h1m50 0h1m5 0h1m30 0h2M0 41h2m36 0h1m50 0h1m5 0h1m30 0h2M0 42h2m87 0h1m5 0h1m30 0h2M0 43h2m93 0h1m30 0h2M0 44h2m93 0h1m30 0h2M0 45h2m93 0h1m30 0h2M0 46h2m93 0h1m30 0h2M0 47h2m93 0h1m30 0h2M0 48h2m93 0h1m30 0h2M0 49h2m93 0h1m30 0h2M0 50h2m93 0h1m4 0h1m1 0h1m8 0h1m5 0h1m8 0h2M0 51h2m93 0h1m4 0h1m1 0h1m23 0h2M0 52h2m93 0h1m4 0h1m1 0h1m23 0h2M0 53h2m93 0h1m4 0h1m1 0h1m11 0h1m11 0h2M0 54h2m93 0h1m4 0h1m1 0h1m11 0h1m11 0h2M0 55h2m93 0h1m4 0h1m1 0h1m11 0h1m11 0h2M0 56h2m93 0h1m4 0h1m1 0h1m2 0h1m8 0h1m11 0h2M0 57h2m93 0h1m4 0h1m1 0h1m2 0h1m8 0h1m11 0h2M0 58h2m93 0h4m1 0h4m10 0h1m11 0h2M0 59h2m93 0h4m1 0h4m22 0h2M0 60h2m93 0h1m4 0h1m1 0h1m23 0h2M0 61h2m93 0h1m4 0h1m1 0h1m8 0h1m5 0h1m8 0h2M0 62h2m93 0h1m4 0h1m1 0h1m23 0h2M0 63h2m93 0h1m30 0h2M0 64h2m93 0h1m30 0h2M0 65h2m93 0h1m30 0h2M0 66h2m93 0h1m30 0h2M0 67h2m93 0h1m30 0h2M0 68h2m93 0h1m30 0h2M0 69h2m93 0h1m30 0h2M0 70h2m93 0h1m30 0h2M0 71h2m24 0h1m68 0h1m30 0h2M0 72h2m93 0h1m30 0h2M0 73h2m93 0h1m30 0h2M0 74h2m93 0h1m30 0h2M0 75h2m93 0h1m30 0h2M0 76h2m24 0h1m68 0h1m30 0h2M0 77h2m93 0h1m30 0h2M0 78h2m93 0h1m30 0h2M0 79h2m93 0h1m30 0h2M0 80h2m93 0h1m5 0h1m24 0h2M0 81h2m93 0h1m30 0h2M0 82h2m93 0h1m5 0h1m24 0h2M0 83h2m93 0h1m5 0h1m24 0h2M0 84h2m93 0h1m30 0h2M0 85h2m93 0h1m30 0h2M0 86h2m93 0h1m5 0h1m24 0h2M0 87h2m93 0h1m5 0h1m24 0h2M0 88h2m93 0h1m5 0h1m24 0h2M0 89h2m19 0h1m7 0h1m65 0h1m5 0h4m21 0h2M0 90h2m19 0h9m65 0h10m21 0h2M0 91h2m19 0h1m7 0h3m63 0h7m3 0h1m20 0h2M0 92h2m19 0h1m7 0h3m63 0h7m3 0h1m20 0h2M0 93h2m27 0h1m65 0h7m3 0h1m20 0h2M0 94h2m93 0h1m5 0h1m24 0h2M0 95h2m93 0h1m5 0h1m24 0h2M0 96h2m93 0h1m30 0h2M0 97h2m93 0h1m17 0h3m10 0h2M0 98h2m93 0h1m17 0h1m1 0h1m10 0h2M0 99h2m93 0h1m30 0h2M0 100h2m93 0h1m21 0h1m8 0h2M0 101h2m93 0h1m30 0h2M0 102h2m93 0h1m30 0h2M0 103h2m93 0h1m30 0h2M0 104h2m93 0h1m30 0h2M0 105h2m93 0h1m30 0h2M0 106h2m93 0h1m30 0h2M0 107h2m93 0h1m30 0h2M0 108h2m93 0h1m30 0h2M0 109h2m93 0h1m2 0h2m26 0h2M0 110h2m36 0h1m50 0h1m5 0h2m29 0h2M0 111h2m36 0h1m50 0h1m5 0h1m30 0h2M0 112h2m36 0h1m50 0h1m5 0h1m30 0h2M0 113h2m36 0h1m50 0h1m5 0h1m30 0h2M0 114h2m93 0h1m30 0h2M0 115h2m7 0h2m84 0h1m30 0h2M0 116h2m7 0h6m80 0h1m30 0h2M0 117h2m8 0h6m79 0h1m30 0h2M0 118h2m92 0h2m30 0h2M0 119h2m32 0h62m30 0h2M0 120h2m124 0h2M0 121h2m124 0h2M0 122h2m124 0h2M0 123h2m124 0h2M0 124h2m124 0h2M0 125h2m124 0h2M0 126h128M0 127h128\"]\n          [\"#e0e8c0\" \"M2 2h124M2 3h124M2 4h124M2 5h124M2 6h124M2 7h124M2 8h47m30 0h47M2 9h46m32 0h46M2 10h46m2 0h1m29 0h46M2 11h36m3 0h7m2 0h1m29 0h7m3 0h36M2 12h36m4 0h6m2 0h1m29 0h6m4 0h36M2 13h36m5 0h5m2 0h1m29 0h5m5 0h36M2 14h36m6 0h4m2 0h1m29 0h4m6 0h36M2 15h36m7 0h3m2 0h1m29 0h3m7 0h36M2 16h36m12 0h1m39 0h36M2 17h36m12 0h1m39 0h36M2 18h36m12 0h1m39 0h16m17 0h3M2 19h36m12 0h1m39 0h17m15 0h4M2 20h36m7 0h3m2 0h1m29 0h3m7 0h18m13 0h5M3 21h35m6 0h4m2 0h1m29 0h4m6 0h19m11 0h6M5 22h33m5 0h5m2 0h1m29 0h5m5 0h20m9 0h7M7 23h31m4 0h6m2 0h1m29 0h6m4 0h21m7 0h8M9 24h29m3 0h7m2 0h1m29 0h7m3 0h22m5 0h9M11 25h37m2 0h1m29 0h32m5 0h9M13 26h35m2 0h1m29 0h32m5 0h9M15 27h33m2 0h1m29 0h32m5 0h9M17 28h31m32 0h32m5 0h9M19 29h30m30 0h33m5 0h9M21 30h41m4 0h46m5 0h9M23 31h10m62 0h17m5 0h9M25 32h7m64 0h16m5 0h9m-99 1h5m3 0h1m60 0h16m5 0h9m-97 1h3m2 0h1m61 0h16m5 0h9m-95 1h1m2 0h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m61 0h16m5 0h9m-92 1h1m65 0h1m1 0h1m1 0h8m5 0h9m-92 1h1m70 0h6m7 0h8m-92 1h1m70 0h5m9 0h7m-92 1h1m70 0h4m11 0h6m-92 1h1m70 0h4m11 0h6m-92 1h1m27 0h5m38 0h4m11 0h6m-92 1h1m32 0h3m50 0h6m-92 1h1m35 0h2m48 0h6m-92 1h1m37 0h2m46 0h6m-92 1h1m39 0h1m45 0h6m-92 1h1m40 0h1m29 0h4m11 0h6m-92 1h1m16 0h1m24 0h1m28 0h4m11 0h6m-92 1h1m16 0h1m24 0h1m28 0h4m11 0h6m-92 1h1m15 0h1m26 0h1m27 0h5m9 0h7m-92 1h1m15 0h1m26 0h1m27 0h6m7 0h8m-92 1h1m15 0h1m26 0h1m22 0h1m1 0h1m1 0h8m5 0h9m-92 1h1m16 0h1m24 0h1m19 0h16m5 0h9m-92 1h1m17 0h1m22 0h1m20 0h16m5 0h9m-92 1h1m18 0h1m20 0h1m21 0h16m5 0h9m-92 1h1m19 0h1m7 0h4m7 0h1m22 0h16m5 0h9m-92 1h1m20 0h1m4 0h8m4 0h1m24 0h15m5 0h9m-92 1h1m21 0h1m2 0h4m2 0h4m2 0h1m27 0h13m5 0h9m-92 1h1m22 0h6m2 0h6m30 0h11m5 0h9m-92 1h1m23 0h12m33 0h9m5 0h9m-92 1h1m70 0h7m5 0h9m-92 1h1m72 0h5m5 0h9m-92 1h1m74 0h3m5 0h9m-92 1h1m76 0h1m5 0h9m-92 1h1m82 0h9m-92 1h1m82 0h9m-92 1h1m82 0h9m-92 1h1m84 0h7m-92 1h1m86 0h5m-92 1h1m88 0h3m-92 1h1m90 0h1m-92 1h1m-1 1h1m-5 1h2m2 0h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1\"]\n          [\"#a8a890\" \"M49 8h30M48 9h2m28 0h2m-32 1h1m3 0h1m3 0h4m10 0h4m2 0h2m-40 1h3m7 0h1m2 0h1m2 0h2m4 0h1m7 0h2m4 0h2m1 0h1m9 0h3m-52 1h2m1 0h1m6 0h1m4 0h1m4 0h2m1 0h1m5 0h1m4 0h2m1 0h1m1 0h1m8 0h1m-49 1h1m2 0h2m5 0h1m3 0h1m1 0h1m5 0h1m1 0h1m3 0h1m1 0h1m5 0h1m1 0h2m7 0h2m-49 1h1m1 0h1m1 0h2m4 0h1m3 0h1m9 0h1m3 0h1m9 0h2m7 0h1m1 0h1m1 0h1m-52 1h1m4 0h2m3 0h1m3 0h1m9 0h1m3 0h1m1 0h1m7 0h2m6 0h1m-47 1h1m1 0h1m3 0h1m1 0h3m5 0h2m6 0h3m3 0h2m6 0h2m9 0h1m1 0h1m-52 1h1m5 0h1m1 0h1m1 0h1m7 0h1m4 0h3m1 0h1m4 0h1m4 0h3m6 0h1m-47 1h1m4 0h1m4 0h1m7 0h7m3 0h1m3 0h6m1 0h1m7 0h1m21 0h3m6 0h6m-84 1h2m2 0h1m5 0h1m12 0h1m5 0h1m9 0h1m8 0h1m1 0h1m30 0h2m-83 1h2m1 0h1m2 0h1m3 0h1m11 0h1m3 0h1m3 0h1m8 0h1m5 0h1m34 0h2m-82 1h2m3 0h1m4 0h1m19 0h1m8 0h1m6 0h1m32 0h2m-77 1h1m5 0h1m22 0h2m4 0h1m7 0h1m30 0h2m-77 1h1m6 0h1m8 0h1m9 0h1m4 0h2m3 0h1m8 0h1m26 0h4m-79 1h3m7 0h1m22 0h3m3 0h1m9 0h3m25 0h1m-68 1h1m22 0h3m3 0h1m37 0h1m-68 1h1m3 0h1m18 0h3m2 0h2m37 0h1m-68 1h1m2 0h1m1 0h3m1 0h1m9 0h1m4 0h4m1 0h1m37 0h1m-68 1h2m65 0h1m-1 1h1m-1 1h1m-83 1h62m20 0h1m-84 1h1m61 0h1m20 0h1m-84 1h1m82 0h1m-84 1h1m3 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m22 0h1m-84 1h1m2 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m23 0h1m-84 1h1m82 0h1m-84 1h1m82 0h1m-84 1h1m82 0h1m-84 1h1m6 0h1m15 0h26m34 0h1m-84 1h1m6 0h1m15 0h1m24 0h1m7 0h1m26 0h1m-84 1h1m22 0h1m24 0h1m7 0h1m26 0h1m-84 1h1m22 0h1m24 0h1m34 0h1m-84 1h1m3 0h1m13 0h1m4 0h1m24 0h1m11 0h1m22 0h1m-84 1h1m2 0h1m14 0h1m1 0h1m2 0h1m24 0h1m10 0h1m23 0h1m-84 1h1m17 0h1m1 0h2m1 0h1m24 0h1m34 0h1m-84 1h1m17 0h1m1 0h2m1 0h1m24 0h1m34 0h1m-84 1h1m17 0h1m1 0h2m1 0h1m24 0h1m34 0h1m-84 1h1m17 0h1m1 0h1m2 0h26m16 0h3m1 0h1m1 0h1m11 0h1m-84 1h1m17 0h1m1 0h1m43 0h2m6 0h1m10 0h1m-84 1h1m9 0h1m7 0h1m2 0h1m43 0h3m1 0h1m1 0h1m8 0h1m2 0h2m-85 1h1m3 0h1m15 0h2m38 0h1m4 0h1m15 0h1m1 0h1m2 0h1m-87 1h1m2 0h1m8 0h1m3 0h1m1 0h4m37 0h1m5 0h1m12 0h1m3 0h1m-83 1h1m13 0h1m3 0h2m18 0h2m25 0h1m12 0h1m5 0h1m-85 1h1m11 0h7m21 0h2m23 0h1m12 0h1m5 0h1m-85 1h1m41 0h1m22 0h3m1 0h1m1 0h1m2 0h1m3 0h1m5 0h1m-85 1h1m42 0h1m30 0h2m2 0h1m5 0h1m-85 1h1m29 0h4m10 0h1m33 0h1m5 0h1m-85 1h1m26 0h3m2 0h1m1 0h3m8 0h1m32 0h1m5 0h1m-85 1h1m3 0h1m20 0h2m5 0h1m4 0h2m7 0h1m13 0h1m17 0h1m3 0h1m-83 1h1m2 0h1m20 0h1m11 0h1m2 0h1m6 0h1m12 0h1m21 0h2m3 0h1m-87 1h1m22 0h1m16 0h1m6 0h1m32 0h2m1 0h1m-84 1h1m21 0h1m18 0h1m5 0h1m32 0h1m2 0h2m-85 1h1m22 0h1m16 0h1m6 0h1m35 0h1m-84 1h1m45 0h2m35 0h1m-84 1h1m44 0h2m36 0h1m-84 1h1m43 0h2m37 0h1m-84 1h1m3 0h1m38 0h2m15 0h1m22 0h1m-84 1h1m2 0h1m38 0h2m15 0h1m23 0h1m-90 1h1m5 0h1m31 0h1m8 0h2m40 0h1m-84 1h1m39 0h2m41 0h1m-92 1h2m6 0h1m38 0h2m42 0h1m-93 1h1m8 0h1m37 0h2m43 0h1m-93 1h1m8 0h1m27 0h11m44 0h1m-93 1h1m8 0h1m82 0h1m-93 1h1m8 0h1m3 0h1m55 0h1m22 0h1m-84 1h1m2 0h1m55 0h1m23 0h1m-84 1h1m82 0h1m-86 1h3m66 0h2m14 0h1m-87 1h1m2 0h1m63 0h2m17 0h1m-97 1h2m1 0h7m1 0h3m66 0h2m2 0h2m10 0h1m-97 1h1m10 0h3m66 0h2m1 0h1m2 0h1m9 0h1m-96 1h1m1 0h7m3 0h1m71 0h1m10 0h1m-96 1h1m1 0h7m3 0h1m3 0h1m55 0h1m9 0h1m12 0h1m-84 1h1m2 0h1m55 0h1m23 0h1M12 85h8m9 0h1m2 0h1m69 0h1m3 0h2m7 0h1M11 86h1m18 0h3m71 0h1m10 0h1M10 87h1m9 0h1m1 0h7m1 0h3m67 0h1m3 0h1m-95 1h1m2 0h6m1 0h1m1 0h7m1 0h3m67 0h1m5 0h8M10 89h1m2 0h1m16 0h3m67 0h1m5 0h2m-98 1h1m2 0h1m1 0h4m13 0h1m-23 1h1m2 0h1m1 0h1m16 0h1m3 0h1m55 0h1m-83 1h1m2 0h1m1 0h1m16 0h1m2 0h1m55 0h1m-82 1h2m3 0h1m4 0h1m1 0h7m3 0h1m-1 1h1m-3 1h3m-1 1h1m-1 1h1m-1 1h1m-1 1h1m3 0h1m55 0h1m-61 1h1m2 0h1m55 0h1m22 0h1m-83 1h1m81 0h1m-83 1h1m81 0h1m-83 1h1m81 0h1m-83 1h1m81 0h1m-83 1h1m38 0h11m32 0h1m-83 1h1m15 0h1m5 0h1m5 0h1m5 0h1m3 0h1m11 0h1m30 0h1m-82 1h1m3 0h1m11 0h2m4 0h2m4 0h2m4 0h2m2 0h1m11 0h2m8 0h1m15 0h1m1 0h1m1 0h1m-81 1h1m2 0h1m12 0h2m4 0h2m4 0h2m4 0h2m2 0h1m11 0h2m7 0h1m4 0h1m6 0h1m1 0h1m1 0h1m-76 1h1m12 0h5m1 0h5m1 0h5m1 0h5m3 0h13m-52 1h1m13 0h4m2 0h4m2 0h4m2 0h4m2 0h1m11 0h2m-52 1h1m6 0h1m30 0h1m11 0h2m4 0h1m-57 1h1m6 0h1m30 0h1m11 0h2m4 0h1m-57 1h1m37 0h14m-52 1h1m38 0h13m-52 1h1m3 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m-61 1h1m2 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m-60 1h1m-1 1h1m-1 1h1\"]\n          [\"#f8f8e8\" \"M50 9h28m-29 1h1m25 0h1m-27 1h1m6 0h1m13 0h1m-22 1h1m4 0h2m12 0h2m-21 1h1m3 0h1m2 0h1m10 0h1m2 0h1m-22 1h1m-11 1h1m1 0h1m7 0h1m36 0h1m1 0h1m-50 1h1m1 0h2m6 0h1m35 0h2m1 0h1m-48 1h1m5 0h1m1 0h1m36 0h1m-38 1h1m13 0h1m49 0h1m-65 1h1m13 0h1m-15 1h1m12 0h2m-15 1h1m-1 1h1m-1 1h1m12 0h3m-16 1h1m-1 1h1m-1 1h1m1 0h1m23 0h1m-27 1h1m12 0h3m-31 5h60m-61 1h2m-2 1h1m1 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m-59 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m6 0h1m-8 1h1m22 0h24m7 0h1m-55 1h1m22 0h24m-47 1h1m22 0h24m-47 1h1m1 0h1m6 0h8m6 0h24m11 0h1m-59 1h1m8 0h1m13 0h24m-47 1h1m8 0h1m13 0h24m-47 1h1m8 0h1m13 0h24m-47 1h1m8 0h1m13 0h24m-47 1h1m8 0h1m-10 1h1m8 0h1m-10 1h1m-1 1h1m1 0h1m8 0h1m3 0h1m42 0h1m-59 1h1m77 0h2m-80 1h1m27 0h1m36 0h2m1 0h1m1 0h1m7 0h1m1 0h1m-81 1h1m24 0h1m52 0h1m-79 1h1m22 0h1m4 0h6m41 0h1m2 0h1m-79 1h1m20 0h1m3 0h12m41 0h1m-79 1h1m22 0h6m4 0h6m39 0h1m-79 1h1m20 0h5m3 0h2m1 0h1m3 0h5m37 0h1m1 0h1m-81 1h1m1 0h1m17 0h4m2 0h5m1 0h4m2 0h4m16 0h1m19 0h2m-80 1h1m19 0h3m1 0h11m1 0h2m1 0h3m-42 1h1m18 0h3m1 0h16m1 0h3m-43 1h1m18 0h2m1 0h18m1 0h2m-43 1h1m18 0h3m1 0h16m1 0h3m-43 1h1m19 0h22m-42 1h1m20 0h20m-41 1h1m21 0h7m4 0h7m-40 1h1m1 0h1m20 0h4m8 0h4m19 0h1m-59 1h1m23 0h2m10 0h2m-38 1h1m29 0h1m-40 1h1m8 0h1m-1 1h1m-10 1h1m8 0h1m-10 1h1m8 0h1m-10 1h1m8 0h1m-10 1h1m8 0h1m1 0h1m55 0h1m-59 1h1m-10 1h1m8 0h1m-10 1h1m8 0h1m-10 1h1m8 0h1m-1 1h1m-1 1h1m-1 1h1m-4 1h2m1 0h1m1 0h1m55 0h1m6 0h3m-68 1h1m69 0h2m-85 1h1m1 0h7m4 0h1m-1 1h1m-21 1h6m14 0h1m-22 1h1m20 0h1m-22 1h1m20 0h1m-22 1h1m20 0h1m-22 1h1m20 0h1m1 0h1m55 0h1m-80 1h1m20 0h1m-1 1h1m-1 1h1m-1 1h1m77 0h7m-85 1h1m77 0h1m-79 1h1m77 0h1m-79 1h1m77 0h1m-79 1h1m1 0h1m55 0h1m19 0h1m-79 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m11 0h2m4 0h2m4 0h2m4 0h2m6 0h10m-48 1h1m1 0h1m9 0h2m4 0h2m4 0h2m4 0h2m6 0h1m19 0h1m-59 1h1m-1 1h1m-1 1h1m37 0h10m-48 1h1m6 0h1m30 0h1m15 0h1m-55 1h1m-1 1h1m-1 1h1m-1 1h1m1 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m-59 1h1m-1 1h1\"]\n          [\"#c8c8c0\" \"M51 10h1m1 0h3m4 0h10m4 0h1m-22 1h1m3 0h1m3 0h7m3 0h1m-21 1h2m9 0h5m9 0h1m11 0h1m-50 1h1m11 0h1m11 0h3m22 0h1m-50 1h1m1 0h1m9 0h1m1 0h1m9 0h3m1 0h1m18 0h1m1 0h1m-49 1h1m1 0h1m8 0h1m1 0h1m9 0h3m1 0h1m17 0h1m1 0h1m1 0h1m-47 1h1m7 0h2m12 0h2m17 0h1m-46 1h1m2 0h2m7 0h3m12 0h2m14 0h1m2 0h1m2 0h1m-50 1h1m1 0h2m8 0h5m11 0h3m6 0h1m9 0h1m1 0h1m17 0h1m3 0h3m1 0h2m6 0h1m-82 1h1m9 0h10m1 0h1m5 0h9m30 0h2m8 0h2m2 0h1m-71 1h9m1 0h1m7 0h8m31 0h2m6 0h2m2 0h1m-70 1h9m9 0h8m32 0h2m5 0h1m2 0h1m-69 1h6m16 0h4m33 0h2m3 0h1m2 0h1m-68 1h5m3 0h3m3 0h2m7 0h3m34 0h2m4 0h1m-67 1h6m17 0h3m35 0h3m1 0h1m-66 1h6m17 0h3m35 0h1m3 0h1m-64 1h4m17 0h1m37 0h1m3 0h1m-58 1h3m3 0h2m45 0h1m3 0h1m-5 1h1m3 0h1m-5 1h1m3 0h1m-5 1h1m3 0h1m-5 1h1m3 0h1m-84 1h1m78 0h1m3 0h1m-81 1h57m19 0h1m3 0h1m-80 1h6m2 0h6m2 0h6m2 0h6m2 0h6m2 0h6m2 0h6m21 0h1m3 0h1m-80 1h6m2 0h6m2 0h6m2 0h6m2 0h6m2 0h6m2 0h6m21 0h1m3 0h1m-82 1h58m19 0h1m3 0h1m-82 1h58m19 0h1m3 0h1m-82 1h3m3 0h52m19 0h1m3 0h1m-82 1h3m4 0h13m26 0h6m3 0h3m19 0h1m3 0h1m-82 1h3m2 0h1m1 0h13m26 0h5m4 0h3m19 0h1m3 0h1m-82 1h3m3 0h14m26 0h5m1 0h1m2 0h3m19 0h1m3 0h1m-82 1h20m26 0h6m3 0h3m19 0h1m3 0h1m-80 1h5m10 0h3m26 0h10m21 0h1m3 0h1m-80 1h5m1 0h7m3 0h2m26 0h10m21 0h1m3 0h1m-82 1h7m1 0h7m4 0h1m26 0h12m19 0h1m3 0h1m-82 1h7m1 0h7m4 0h1m26 0h12m19 0h1m3 0h1m-82 1h7m1 0h7m4 0h1m26 0h12m19 0h1m3 0h1m-82 1h7m1 0h7m4 0h1m26 0h12m19 0h1m3 0h1m-82 1h7m1 0h7m4 0h39m5 0h2m1 0h1m1 0h1m8 0h1m3 0h1m-82 1h7m2 0h1m1 0h1m1 0h1m5 0h39m20 0h1m-77 1h5m12 0h37m7 0h2m1 0h1m1 0h1m6 0h1m3 0h1m-78 1h6m11 0h7m6 0h24m7 0h2m1 0h1m1 0h1m12 0h2m-83 1h8m9 0h6m14 0h21m19 0h1m2 0h1m-81 1h9m7 0h5m18 0h19m5 0h2m1 0h1m1 0h1m8 0h2m1 0h1m-81 1h19m21 0h18m14 0h1m4 0h2m1 0h1m-81 1h18m23 0h17m15 0h1m3 0h2m1 0h1m-81 1h17m25 0h16m19 0h2m1 0h1m-81 1h16m27 0h15m19 0h1m2 0h1m-79 1h13m29 0h12m25 0h2m-81 1h13m29 0h12m19 0h1m-76 1h14m31 0h13m21 0h1m-80 1h14m31 0h13m20 0h2m-80 1h14m31 0h13m19 0h2m2 0h1m-82 1h15m30 0h13m19 0h1m3 0h1m-82 1h16m28 0h14m19 0h1m3 0h1m-82 1h17m26 0h15m19 0h1m3 0h1m-80 1h16m24 0h14m21 0h1m3 0h1m-80 1h17m22 0h15m21 0h1m3 0h1m-93 1h2m9 0h20m20 0h18m19 0h1m3 0h1m-94 1h1m11 0h21m7 0h1m10 0h19m19 0h1m3 0h1m-94 1h1m11 0h22m16 0h20m19 0h1m3 0h1m-82 1h23m14 0h21m19 0h1m3 0h1m-82 1h25m11 0h22m19 0h1m3 0h1m-82 1h58m19 0h1m3 0h1m-80 1h54m21 0h1m3 0h1m-94 1h1m13 0h54m21 0h1m3 0h1m-94 1h1m11 0h58m19 0h1m3 0h1m-94 1h1m11 0h58m19 0h1m3 0h1m-94 1h1m7 0h1m3 0h58m6 0h2m11 0h1m3 0h1m-82 1h58m19 0h1m3 0h1m-95 1h7m6 0h58m10 0h2m7 0h1m3 0h1m-87 1h2m3 0h58m6 0h2m11 0h1m3 0h1m-80 1h54m5 0h2m5 0h2m7 0h1m3 0h1m-97 1h1m1 0h7m1 0h2m5 0h54m8 0h2m1 0h1m8 0h2m3 0h1m-82 1h58m6 0h2m2 0h2m3 0h4m4 0h1M12 86h7m1 0h1m1 0h7m6 0h58m6 0h2m15 0h1M11 87h2m22 0h58m22 0h1M11 88h1m23 0h58m21 0h2M11 89h1m23 0h58m15 0h6M11 90h1m23 0h58m-82 1h1m25 0h54m-80 1h1m25 0h54m-79 1h1m22 0h58m-58 1h58m-58 1h58m-58 1h58m19 0h5m-82 1h58m19 0h1m3 0h1m-82 1h58m19 0h1m3 0h1m-80 1h54m21 0h2m1 0h2m-80 1h54m-56 1h58m-58 1h58m-58 1h58m-58 1h58m-58 1h9m4 0h2m4 0h2m4 0h2m4 0h5m11 0h11m-58 1h9m5 0h1m5 0h1m5 0h1m5 0h3m13 0h10m-56 1h7m24 0h2m2 0h9m3 0h7m-54 1h7m24 0h2m14 0h7m-56 1h10m5 0h1m5 0h1m5 0h1m5 0h3m13 0h9m-58 1h3m3 0h5m4 0h2m4 0h2m4 0h2m4 0h2m14 0h3m3 0h3m-58 1h3m4 0h28m2 0h9m3 0h2m4 0h3m-58 1h3m2 0h1m1 0h28m14 0h2m1 0h1m2 0h3m-58 1h3m3 0h29m14 0h3m3 0h3m-58 1h36m13 0h9m-56 1h6m2 0h6m2 0h6m2 0h6m2 0h6m2 0h6m2 0h6m-54 1h6m2 0h6m2 0h6m2 0h6m2 0h6m2 0h6m2 0h6m-58 2h1\"]\n          [\"#686850\" \"M78 10h1m-27 1h1m5 0h2m12 0h2m2 0h1m1 0h1m-39 1h1m37 0h1m8 0h1m1 0h1m-50 1h1m16 0h1m1 0h1m11 0h1m1 0h1m4 0h1m8 0h1m1 0h1m-35 1h4m1 0h1m8 0h4m1 0h1m3 0h1m5 0h1m-31 1h1m1 0h2m1 0h2m9 0h2m1 0h2m3 0h1m4 0h1m-39 1h1m12 0h2m1 0h1m10 0h2m1 0h1m2 0h1m1 0h4m-44 1h1m4 0h1m11 0h2m1 0h1m3 0h1m6 0h2m1 0h1m3 0h1m1 0h1m2 0h1m3 0h1m1 0h1m-50 1h1m3 0h1m1 0h2m16 0h1m13 0h1m1 0h2m1 0h1m3 0h1m1 0h1m-50 1h1m2 0h2m19 0h2m12 0h1m4 0h2m2 0h1m1 0h1m-50 1h1m1 0h2m21 0h2m11 0h1m5 0h2m1 0h1m1 0h1m-50 1h3m17 0h8m10 0h1m6 0h5m-52 1h4m15 0h14m7 0h1m7 0h4m-52 1h3m15 0h1m1 0h1m9 0h4m6 0h1m8 0h3m-12 1h1m-1 1h1m-1 1h1m-27 1h1m3 0h1m1 0h1m9 0h4m4 0h1m1 0h1m-29 1h7m14 0h7m-29 1h1m13 1h1m31 2h1m-2 1h1m-1 1h1m-59 1h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m1 0h1m-1 1h1m-1 1h1m-56 1h2m53 0h1m-54 1h1m45 0h2m5 0h1m-54 1h1m44 0h1m7 0h1m-56 1h2m45 0h1m7 0h1m-8 1h2m5 0h1m-44 1h1m42 0h1m-59 1h1m14 0h1m40 0h1m1 0h1m-44 1h1m42 0h1m-44 1h1m42 0h1m-44 1h1m42 0h1m-44 1h1m42 0h1m1 0h1m-46 1h1m42 0h1m5 0h1m1 0h1m8 0h1m5 0h1m-75 1h1m1 0h1m1 0h1m1 0h1m1 0h1m42 0h1m1 0h1m7 0h1m5 0h1m7 0h1m-77 1h2m1 0h3m1 0h3m42 0h1m1 0h1m7 0h1m6 0h2m3 0h2m-82 1h1m6 0h1m1 0h3m1 0h1m11 0h6m25 0h1m1 0h1m1 0h1m7 0h1m8 0h1m1 0h1m2 0h1m-76 1h3m1 0h3m8 0h3m6 0h3m24 0h1m1 0h1m7 0h1m13 0h1m-63 1h2m3 0h6m3 0h2m22 0h1m1 0h1m7 0h5m9 0h1m-65 1h2m2 0h3m6 0h3m2 0h2m20 0h1m1 0h1m7 0h2m12 0h1m-66 1h1m2 0h2m12 0h2m2 0h1m19 0h1m1 0h1m7 0h1m13 0h1m-67 1h1m1 0h2m16 0h2m1 0h1m18 0h1m1 0h4m1 0h1m1 0h2m1 0h3m9 0h1m-68 1h1m1 0h1m20 0h1m1 0h1m17 0h1m4 0h1m4 0h1m13 0h1m-69 1h1m1 0h1m22 0h1m1 0h1m16 0h1m4 0h1m4 0h1m8 0h1m1 0h1m2 0h1m-83 1h1m13 0h1m1 0h1m22 0h1m1 0h1m14 0h1m1 0h1m1 0h4m1 0h1m1 0h2m6 0h2m2 0h3m-69 1h1m1 0h1m24 0h1m1 0h1m15 0h1m1 0h1m7 0h1m5 0h1m5 0h1m1 0h1m-70 1h1m1 0h1m24 0h1m1 0h1m15 0h1m1 0h4m1 0h1m1 0h2m6 0h1m5 0h1m-69 1h1m1 0h1m24 0h1m1 0h1m15 0h1m1 0h4m1 0h1m1 0h1m-54 1h1m1 0h1m22 0h1m1 0h1m16 0h1m-44 1h1m1 0h1m20 0h1m1 0h1m17 0h1m-43 1h1m1 0h1m7 0h4m7 0h1m1 0h1m18 0h1m-42 1h1m1 0h1m4 0h2m4 0h2m4 0h1m1 0h1m19 0h1m-59 1h1m17 0h1m1 0h1m2 0h1m8 0h1m2 0h1m1 0h1m18 0h1m1 0h1m-40 1h1m1 0h2m10 0h2m1 0h1m21 0h1m-68 1h1m28 0h1m7 0h1m6 0h1m22 0h1m-68 1h1m29 0h1m12 0h1m23 0h1m-69 1h2m30 0h12m24 0h1m-69 1h2m66 0h1m-69 1h2m66 0h1m-69 1h2m66 0h1m-71 1h2m1 0h1m8 0h1m55 0h1m1 0h1m-68 1h1m66 0h1m-68 1h1m66 0h1m1 0h2m-71 1h1m66 0h1m6 0h1m-73 1h1m64 0h1m1 0h2m4 0h1m-82 1h1m7 0h1m64 0h1m1 0h2m3 0h1m-83 1h1m1 0h1m7 0h1m64 0h1m7 0h1m2 0h1m-87 1h1m1 0h1m7 0h1m64 0h1m10 0h1m-87 1h1m1 0h1m7 0h1m6 0h1m55 0h1m1 0h1m1 0h1m4 0h1m3 0h1m-85 1h1m72 0h1m1 0h1m4 0h1m3 0h1m-87 1h1m1 0h1m7 0h1m64 0h1m1 0h1m5 0h1m2 0h1m-87 1h1m1 0h1m7 0h1m64 0h1m1 0h2m4 0h1m2 0h1m-87 1h1m1 0h1m7 0h1m64 0h1m1 0h2m4 0h4m-92 1h7m1 0h7m65 0h1m1 0h2m7 0h1m-92 1h1m4 0h2m9 0h2m62 0h1m10 0h1m-92 1h1m4 0h2m1 0h7m65 0h1m7 0h3m-91 1h1m4 0h2m1 0h7m7 0h1m55 0h1m1 0h1m7 0h3m-92 1h2m4 0h1m1 0h1m8 0h2m62 0h1m7 0h1m-84 1h13m62 0h1m1 0h5m1 0h4m-87 1h2m1 0h8m64 0h1m1 0h1m5 0h3m-76 1h3m62 0h1m1 0h6m15 0h1m-88 1h2m62 0h1m1 0h5m16 0h1m-24 1h1m19 0h1m2 0h1m-24 1h1m19 0h1m2 0h1m-82 1h1m55 0h1m1 0h1m16 0h3m1 0h2m-23 1h1m-1 1h1m-1 1h1m-1 1h1m-51 1h4m2 0h4m2 0h4m2 0h4m28 0h1m-51 1h1m2 0h1m2 0h1m2 0h1m2 0h1m2 0h1m2 0h1m2 0h1m15 0h1m12 0h1m-51 1h1m2 0h1m2 0h1m2 0h1m2 0h1m2 0h1m2 0h1m2 0h1m15 0h1m12 0h1m1 0h2m11 0h1m1 0h1m-76 1h1m7 0h4m2 0h4m2 0h4m2 0h4m5 0h11m10 0h1m1 0h1m2 0h1m3 0h2m1 0h1m1 0h1m-13 1h1m1 0h2m2 0h1m-62 1h2m40 0h1m5 0h2m5 0h1m2 0h1m-57 1h1m39 0h1m4 0h1m7 0h1m1 0h2m-57 1h1m29 0h11m4 0h1m7 0h1m-56 1h2m46 0h2m5 0h1m-1 1h1m-84 1h5m78 0h1m-80 1h2m19 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m7 0h1m1 0h1m-2 1h2m-61 1h60m-61 1h1\"]\n          [\"gray\" \"M53 16h1m13 0h1m-14 1h2m12 0h2m11 0h1m0 1h1m1 0h1m0 1h1m0 1h1m1 0h1m20 31h1m9 0h1m-11 1h1m9 0h1m-11 1h1m7 0h1m1 0h1m-11 1h1m7 0h1m1 0h1m-11 1h1m7 0h1m1 0h1m-23 1h3m1 0h1m1 0h1m5 0h1m7 0h1m1 0h1m-11 1h1m7 0h1m1 0h1m-11 1h1m7 0h1m1 0h1m-11 1h1m9 0h1m-11 1h1m9 0h1m-23 1h3m1 0h1m1 0h1m-6 19h1m-1 1h1m-3 1h2m5 0h1m-7 2h1m-1 1h1m-1 1h1m5 0h1m-6 1h2m3 0h1m10 0h1m-17 1h2m-2 1h2m3 4h2m-8 2h4m-91 19h6m0 1h1m79 1h30m-30 1h30m-30 1h30\"]\n          [\"#f0f0f0\" \"M109 19h8m-7 1h6m-5 1h5m-4 1h3m-2 3h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-1 1h1m-1 13h1m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-2 1h2m-3 1h3m-9 1h9m-9 1h8\"]\n          [\"#f0f8e0\" \"M2 21h1m-1 1h3m-3 1h5m-5 1h7m-7 1h9m-9 1h11M2 27h13M2 28h15M2 29h17M2 30h19M2 31h21M2 32h23M2 33h25M2 34h27M2 35h29M2 36h30M2 37h30M2 38h30M2 39h30M2 40h30M2 41h30M2 42h30M2 43h30M2 44h30M2 45h30M2 46h30M2 47h30M2 48h30M2 49h30M2 50h30M2 51h30M2 52h30M2 53h30M2 54h30m27 0h2M2 55h30m25 0h1M2 56h30m23 0h1M2 57h30m21 0h1M2 58h30m20 0h1M2 59h30M2 60h30M2 61h30M2 62h30M2 63h30M2 64h30M2 65h30M2 66h30M2 67h30M2 68h30m64 0h1M2 69h22m3 0h5m64 0h3M2 70h21m5 0h4m64 0h5M2 71h21m5 0h4m64 0h7M2 72h21m5 0h4m64 0h9M2 73h21m5 0h4m64 0h11M2 74h21m5 0h4m64 0h13M2 75h21m5 0h4m64 0h15M2 76h21m5 0h4m64 0h16M2 77h21m5 0h4m64 0h16M2 78h21m5 0h2m71 0h11M2 79h21m5 0h1m73 0h10m5 0h2M2 80h17m2 0h1m83 0h7m5 0h4M2 81h17m87 0h6m5 0h6M2 82h17m87 0h6m5 0h8M2 83h17m87 0h6m5 0h9M2 84h17m87 0h5m6 0h9M2 85h10m105 0h9M2 86h9m106 0h9M2 87h8m106 0h10M2 88h8m106 0h10M2 89h8m104 0h12M2 90h8m96 0h20M2 91h8m6 0h3m87 0h20M2 92h8m6 0h3m87 0h20M2 93h8m6 0h3m87 0h20M2 94h17m87 0h20M2 95h17m2 0h1m83 0h6m8 0h7M2 96h27m73 0h9m8 0h7M2 97h28m71 0h10m8 0h7M2 98h30m64 0h15m8 0h7M2 99h30m64 0h15m8 0h7M2 100h30m64 0h15m8 0h7M2 101h30m64 0h15m8 0h7M2 102h30m64 0h18m1 0h11M2 103h30m64 0h18m1 0h11\"]\n          [\"#a0a880\" \"M93 33h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-41 1h1m39 0h1m-41 1h1m39 0h1m-42 1h1m40 0h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m4 0h1m-6 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m2 0h30m-33 1h1m2 0h30m-33 1h1m-60 1h59m3 2h30m-90 1h90\"]\n          [\"#f828f8\" \"M25 70h2m-2 2h1m-1 1h1m-1 1h1m-1 1h1m-1 3h2m-2 1h2\"]\n          [\"#a870d0\" \"M25 77h2\"]\n          [\"#f8f8f8\" \"M30 79h1m-11 2h1\"]\n          [\"#b0b890\" \"M98 79h1m-1 3h1m-1 2h1m-1 1h1m-1 1h1m19 10h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-7 1h2m1 0h4m-23 11h30m-30 1h30m-93 7h3m0 1h90m-87 1h87\"]\n          [\"#c8d0a8\" \"M118 95h1m-8 6h1M2 104h30m64 0h18m1 0h11M2 105h30m64 0h18m1 0h11M2 106h30m64 0h17m1 0h12M2 107h30m66 0h10m5 0h13M2 108h30m66 0h3m7 0h18M2 109h30m69 0h25M2 110h30m66 0h28M2 111h30m66 0h28M2 112h30m-30 1h30m-30 1h8m6 0h16m-30 1h7m8 0h15m-30 1h7m8 0h15m-30 1h8m6 0h16m-30 1h30m-30 1h30m-30 1h31m-31 1h34m-34 1h37m-37 1h124M2 124h124M2 125h124\"]]\n   :crown1 [[\"#e0e8c0\" \"M5 0h1M3 1h6M3 2h2\"]\n            [\"#a8a890\" \"M6 0h3M9 1h2M2 2h1M11 2h1M12 3h1M12 4h1M0 5h1M4 5h3\"]\n            [\"#f8f8e8\" \"M5 2h4M3 3h7M3 4h7\"]\n            [\"#c8c8c0\" \"M9 2h2M1 3h2M10 3h2M1 4h2M10 4h2\"]\n            [\"#686850\" \"M1 5h1M9 5h2M13 5h1\"]\n            [\"#808080\" \"M2 5h2M7 5h2\"]\n            [\"#000000\" \"M11 5h2\"]]\n   :crown2 [[\"#e0e8c0\" \"M4 0h2M3 1h3M3 2h2\"]\n            [\"#a8a890\" \"M6 0h3M9 1h2M2 2h1M11 2h1M12 3h1M12 4h1M0 5h1M4 5h3\"]\n            [\"#f8f800\" \"M6 1h3M5 2h1M9 2h1M4 3h1M10 3h1M4 4h1M10 4h1\"]\n            [\"#00f8f8\" \"M6 2h3M5 3h2M8 3h2M5 4h2M8 4h2\"]\n            [\"#c8c8c0\" \"M10 2h1M1 3h2M11 3h1M1 4h2M11 4h1\"]\n            [\"#f8f8e8\" \"M3 3h1M3 4h1\"]\n            [\"#f800d8\" \"M7 3h1M7 4h1\"]\n            [\"#686850\" \"M1 5h1M9 5h2M13 5h1\"]\n            [\"#808080\" \"M2 5h2M7 5h2\"]\n            [\"#000000\" \"M11 5h2\"]]\n   :crown3 [[\"#e0e8c0\" \"M4 0h2M3 1h3M3 2h2\"]\n            [\"#a8a890\" \"M6 0h3M9 1h2M2 2h1M11 2h1M12 3h1M12 4h1M0 5h1M4 5h3\"]\n            [\"#f8f800\" \"M6 1h3M5 2h1M9 2h1M4 3h1M7 3h1M10 3h1M4 4h1M7 4h1M10 4h1\"]\n            [\"#f800d8\" \"M6 2h3M5 3h2M8 3h2M5 4h2M8 4h2\"]\n            [\"#c8c8c0\" \"M10 2h1M1 3h2M11 3h1M1 4h2M11 4h1\"]\n            [\"#f8f8e8\" \"M3 3h1M3 4h1\"]\n            [\"#686850\" \"M1 5h1M9 5h2M13 5h1\"]\n            [\"#808080\" \"M2 5h2M7 5h2\"]\n            [\"#000000\" \"M11 5h2\"]]})\n\n(defn sharp-symbol [x y scale]\n  [:path {:transform (str \"scale(\" scale \") translate(\" x \",\" y \")\")\n          :stroke \"black\"\n          :d \"M15 46C15 47 14 47 13 47 13 47 12 47 12 46V37L7 39V49C7 49 6 50 6 50 5 50 5 49 5 49V40L3 40C3 40 2 40 2 40 2 40 1 40 1 39V35C1 35 1 34 2 34L5 33V23L3 24C3 24 2 24 2 24 2 24 1 23 1 23V19C1 19 1 18 2 18L5 17V7C5 6 5 6 6 6 6 6 7 6 7 7V16L12 14V4C12 4 13 3 13 3 14 3 15 4 15 4V13L17 13C17 12 17 12 17 12 18 12 18 13 18 14V17C18 18 18 18 17 19L15 20V30L17 29C17 29 17 29 17 29 18 29 18 29 18 30V34C18 34 18 35 17 35L15 36V46ZM7 22V32L12 31V21Z\"}])\n\n(defn sharp-button [x y scale]\n  (let [sharp? (subscribe [:sharp?])]\n    (fn [x y scale]\n      (svg-paths {:on-mouse-over #(dispatch [:set-status \"Sharp\"])\n        :on-mouse-out #(dispatch [:set-status \"\"])\n        :on-click #(do (dispatch [:sharp-toggle])\n                                 (music/play-sample 17 63))}\n                 (if @sharp?\n                   [[\"#f8f8f8\" \"M0 0h5M7 0h1M10 0h5M0 1h5M7 1h1M10 1h5M0 2h5M7 2h1M10 2h5M0 3h5M11 3h4M0 4h5M11 4h4M0 5h4M10 5h5M0 6h4M10 6h5M0 7h4M7 7h1M10 7h5M0 8h5M7 8h1M10 8h5M0 9h5M7 9h1M11 9h4M0 10h5M11 10h4M0 11h4M11 11h4M0 12h4M10 12h5M0 13h4M7 13h1M10 13h5M0 14h5M7 14h1M10 14h5M0 15h5M7 15h1M10 15h5M0 16h5M7 16h1M9 16h6\"]\n                    [\"#f8e8b8\" \"M5 0h2M9 0h1M6 1h1M9 1h1M6 2h1M9 2h1M6 3h2M7 6h1M9 6h1M4 7h1M6 7h1M9 7h1M6 8h1M9 8h1M6 9h1M9 13h1M6 14h1M9 14h1M6 15h1M9 15h1M6 16h1M8 16h1\"]\n                    [\"#000001\" \"M8 0h1M5 1h1M8 1h1M5 2h1M8 2h1M5 3h1M8 3h3M5 4h6M4 5h5M4 6h2M8 6h1M5 7h1M8 7h1M5 8h1M8 8h1M5 9h1M8 9h3M5 10h6M5 11h5M4 12h5M4 13h2M8 13h1M5 14h1M8 14h1M5 15h1M8 15h1M5 16h1\"]\n                    [\"#d09048\" \"M9 5h1M6 6h1M4 11h1M10 11h1M9 12h1M6 13h1\"]]\n                   [[\"#808081\" \"M0 0h8M9 0h6M0 1h5M6 1h2M9 1h6M0 2h5M6 2h2M9 2h6M0 3h5M6 3h2M11 3h4M0 4h5M11 4h4M0 5h4M9 5h6M0 6h4M6 6h2M9 6h6M0 7h5M6 7h2M9 7h6M0 8h5M6 8h2M9 8h6M0 9h5M6 9h2M11 9h4M0 10h5M11 10h4M0 11h5M10 11h5M0 12h4M9 12h6M0 13h4M6 13h2M9 13h6M0 14h5M6 14h2M9 14h6M0 15h5M6 15h2M9 15h6M0 16h5M6 16h9\"]\n                    [\"#000001\" \"M8 0h1M5 1h1M8 1h1M5 2h1M8 2h1M5 3h1M8 3h3M5 4h6M4 5h5M4 6h2M8 6h1M5 7h1M8 7h1M5 8h1M8 8h1M5 9h1M8 9h3M5 10h6M5 11h5M4 12h5M4 13h2M8 13h1M5 14h1M8 14h1M5 15h1M8 15h1M5 16h1\"]])\n                 x y scale))))\n\n(defn repeat-sign [x y scale]\n  [:path {:transform (str \"translate(\" x \",\" y \") scale(\" (* scale 1.5) \",\" scale \")\")\n          :pointer-events \"none\"\n          :stroke \"black\"\n          :d \"M5 0h1M9 0h4M5 1h1M9 1h4M5 2h1M9 2h4M5 3h1M9 3h4M5 4h1M9 4h4M5 5h1M9 5h4M5 6h1M9 6h4M5 7h1M9 7h4M5 8h1M9 8h4M5 9h1M9 9h4M5 10h1M9 10h4M5 11h1M9 11h4M5 12h1M9 12h4M5 13h1M9 13h4M5 14h1M9 14h4M5 15h1M9 15h4M5 16h1M9 16h4M5 17h1M9 17h4M5 18h1M9 18h4M5 19h1M9 19h4M5 20h1M9 20h4M5 21h1M9 21h4M0 22h2M5 22h1M9 22h4M0 23h2M5 23h1M9 23h4M5 24h1M9 24h4M5 25h1M9 25h4M5 26h1M9 26h4M5 27h1M9 27h4M5 28h1M9 28h4M5 29h1M9 29h4M5 30h1M9 30h4M5 31h1M9 31h4M5 32h1M9 32h4M5 33h1M9 33h4M5 34h1M9 34h4M5 35h1M9 35h4M5 36h1M9 36h4M5 37h1M9 37h4M0 38h2M5 38h1M9 38h4M0 39h2M5 39h1M9 39h4M5 40h1M9 40h4M5 41h1M9 41h4M5 42h1M9 42h4M5 43h1M9 43h4M5 44h1M9 44h4M5 45h1M9 45h4M5 46h1M9 46h4M5 47h1M9 47h4M5 48h1M9 48h4M5 49h1M9 49h4M5 50h1M9 50h4M5 51h1M9 51h4M5 52h1M9 52h4M5 53h1M9 53h4M5 54h1M9 54h4M5 55h1M9 55h4M5 56h1M9 56h4M5 57h1M9 57h4M5 58h1M9 58h4M5 59h1M9 59h4M5 60h1M9 60h4M5 61h1M9 61h4\"}])\n\n(defn eval-all [s]\n  (try (sci/eval-string s {:classes {'js goog/global :allow :all}})\n       (catch :default e\n         (str e))))\n\n(defn toolbar [x y]\n  [:svg {:view-box \"0 -0.5 140 30\" :shape-rendering \"crispEdges\"\n         :style {:cursor \"url(images/hand.png),pointer\"}\n                 :transform (str \"scale(\" 0.8 \") translate(\" 15 \",\" -40 \")\")}\n   [:rect {:x x :y y :width 168 :height 19 :stroke \"black\" :stroke-width 0.2 :fill \"#f8b0f8\"}]\n   ;; Clojure eval button\n   [:g {:on-mouse-over #(dispatch [:set-status \"Eval\"])\n        :on-mouse-out #(dispatch [:set-status \"\"])\n    :on-click #(do (dispatch [:set-notes (eval-all (str (some-> @!points .-state .-doc str)))])\n                       (dispatch [:set-result\n                                  (str (eval-all (str (some-> @!points .-state .-doc str))))]))}\n    [:path {:transform (str \"scale(\" 0.07 \") translate(\" 5 \",\" 5 \")\")\n               :d \"M128 0a128 128 0 1 0 0 256 128 128 0 0 0 0-256\"\n               :fill \"#ffffff\"}]\n    [:path {:transform (str \"scale(\" 0.07 \") translate(\" 5 \",\" 5 \")\")\n            :d \"M123 130a535 535 0 0 0-15 40 47 47 0 0 0-1 16 61 61 0 0 0 40 0l-4-4c-8-11-12-26-20-52M93 78a61 61 0 0 0-1 100c4-16 13-30 28-59l-3-7c-4-10-10-22-15-27l-9-7\"\n            :fill \"#91dc47\"}]\n    [:path {:transform (str \"scale(\" 0.07 \") translate(\" 5 \",\" 5 \")\")\n            :d \"m181 198-20-4A73 73 0 0 1 80 73l-13-2c-22 1-44 13-54 45l-1 12a116 116 0 0 0 211 67 135 135 0 0 1-42 3\"\n            :fill \"#63b132\"}]\n    [:path {:transform (str \"scale(\" 0.07 \") translate(\" 5 \",\" 5 \")\")\n            :d \"m160 176 4 2c15-12 25-30 25-50a61 61 0 0 0-80-58c12 14 18 35 24 57l5 14c3 8 8 18 13 25 3 5 6 9 9 10\"\n            :fill \"#90b4fe\"}]\n    [:path {:transform (str \"scale(\" 0.07 \") translate(\" 5 \",\" 5 \")\")\n            :d \"M128 13c-39 0-73 19-94 48a62 62 0 0 1 64 0 74 74 0 0 1 103 67h1c0 21-9 39-22 53h10c13 0 27-3 37-11 7-6 13-15 16-27l1-15c0-64-52-115-116-115\"\n            :fill \"#5881d8\"}]\n    [:text {:x 0 :y 28 :style {:font-size \"0.3em\"}} @(subscribe [:status])]] \n   [undo-dog (+ x 3.8) (+ 0.4 y) 1]\n   [redo-rabbit (+ x 7.7) (+ 0.48 y) 0.9]\n   [eraser (+ x 72) (+ 2 y) 0.9]\n   [sharp-button (+ x 89) (+ 2.1 y) 0.9]\n   (svg-paths {:on-mouse-over #(dispatch [:set-status \"Demo song\"])\n        :on-mouse-out #(dispatch [:set-status \"\"])\n        :on-click #(dispatch [:load-castle])} ghost (+ x 192) (+ 5 y) 0.5)\n   (svg-paths {:on-mouse-over #(dispatch [:set-status \"Demo: Zelda Theme\"])\n        :on-mouse-out #(dispatch [:set-status \"\"])\n        :on-click #(dispatch [:load-zelda])} zelda (+ x 227) (+ 4.5 y) 0.5)\n   (svg-paths {:on-mouse-over #(dispatch [:set-status \"Demo: Mega Man\"])\n        :on-mouse-out #(dispatch [:set-status \"\"])\n        :on-click #(dispatch [:load-megaman])} megaman (+ x 192) (- y 2) 0.65)])\n\n(defn current-note-display [x y scale]\n  (let [current-note (subscribe [:instrument])]\n    (fn [x y scale]\n      [:g\n       (svg-paths [[\"#000000\" \"M0 0h22M0 1h1M2 1h1M19 1h1M21 1h1M0 2h3M19 2h3M0 3h3M19 3h3M0 4h1M2 4h1M19 4h1M21 4h1M0 5h3M19 5h3M0 6h3M19 6h3M0 7h1M2 7h1M19 7h1M21 7h1M0 8h3M19 8h3M0 9h3M19 9h3M0 10h1M2 10h1M19 10h1M21 10h1M0 11h3M19 11h3M0 12h3M19 12h3M0 13h1M2 13h1M19 13h1M21 13h1M0 14h3M19 14h3M0 15h22\"]\n                   [\"#f8f8f8\" \"M1 1h1M3 1h16M20 1h1M3 2h16M3 3h16M1 4h1M3 4h16M20 4h1M3 5h16M3 6h16M1 7h1M3 7h16M20 7h1M3 8h16M3 9h16M1 10h1M3 10h16M20 10h1M3 11h16M3 12h16M1 13h1M3 13h16M20 13h1M3 14h16\"]]\n                  x y scale)\n       (case @current-note\n         1 [mario/mario-icon (- x 15) -1 0.18]\n         2 [mario/shroom (+ x 15) 1 0.18]\n         3 [mario/yoshi (+ x 15) 1 0.18]\n         4 [mario/star  (+ x 15) 0 0.18]\n         5 [mario/flower (+ x 15) 0 0.18]\n         6 [mario/gb  (+ x 17) 0 0.18]\n         7 [mario/dog  (+ x 15) 2 0.18]\n         8 [mario/kitty (+ x 15)  2 0.18]\n         9 [mario/pig  (+ x 15) 1 0.18]\n         10 [mario/swan (+ x 16)  0 0.18]\n         11 [mario/face (+ x 16)  0 0.18]\n         12 [mario/plane (+ x 15) 4 0.18]\n         13 [mario/boat (+ x 15)  4 0.18]\n         14 [mario/car  (+ x 15) 4 0.18]\n         15 [mario/heart (+ x 17) 4 0.18])])))\n\n(defn block [instrument x]\n  (into [:g {:transform (str \"translate(\" x \",\" 1 \")\")\n             :on-click #(do (dispatch [:select-instrument instrument])\n                            (music/play-sample instrument 64))}]\n        (for [[color path]\n              [[\"#000000\" \"M1 0h14M0 1h2M14 1h2M0 2h1M15 2h1M0 3h1M15 3h1M0 4h1M15 4h1M0 5h1M15 5h1M0 6h1M15 6h1M0 7h1M15 7h1M0 8h1M15 8h1M0 9h1M15 9h1M0 10h1M15 10h1M0 11h1M15 11h1M0 12h1M15 12h1M0 13h1M15 13h1M0 14h2M14 14h2M1 15h14\"]\n               [\"#ffffff\" \"M2 1h12M1 2h14M1 3h14M1 4h14M1 5h14M1 6h14M1 7h14M1 8h14M1 9h14M1 10h14M1 11h14M1 12h14M1 13h14M2 14h12\"]]]\n          [:path {:stroke color\n                  :d path}])))\n\n(defn note-blocks []\n  [:g#notes {:transform \"scale(0.2) translate(-50,-0.5)\"}\n   [:g\n    [block 1 128]\n    [mario/mario-icon 133 0 0.8]]\n   [:g\n    [block 2 144]\n    [mario/shroom 182 3 0.8]]\n   [:g\n    [block 3 160]\n    [mario/yoshi 202 3 0.8]]\n   [:g\n    [block 4 176]\n    [mario/star 222 3 0.8]]\n   [:g\n    [block 5 192]\n    [mario/flower 242 3 0.8]]\n   [:g\n    [block 6 208]\n    [mario/gb 264 3 0.8]]\n   [:g\n    [block 7 224]\n    [mario/dog 282 4 0.8]]\n   [:g\n    [block 8 240]\n    [mario/kitty 302 3 0.8]]\n   [:g\n    [block 9 256]\n    [mario/pig 322 3 0.8]]\n   [:g\n    [block 10 272]\n    [mario/swan 342 3 0.8]]\n   [:g\n    [block 11 288]\n    [mario/face 372 3 0.78]]\n   [:g\n    [block 12 304]\n    [mario/plane 382 6 0.8]]\n   [:g\n    [block 13 320]\n    [mario/boat 402 4 0.8]]\n   [:g\n    [block 14 336]\n    [mario/car 422 5 0.8]]\n   [:g\n    [block 15 352]\n    [mario/heart 442 4 0.8]]])"
  },
  {
    "path": "src/mecca/events.cljs",
    "content": "(ns mecca.events\n  (:require\n   [re-frame.core :refer [reg-event-db reg-event-fx dispatch subscribe]]\n   [re-pressed.core :as rp]\n   [reagent.core :as r]\n   [mecca.sci-editor :as sci-editor :refer [!points points eval-result !result eval-all]]\n   [day8.re-frame.undo :as undo :refer [undoable]]\n   [mecca.mario :as mario :refer [mario]]\n   [mecca.songs.megaman :as megaman]\n   [mecca.songs.zelda :as zelda]\n   [mecca.songs.city :as city]\n   [mecca.music :as music]\n   [goog.events :refer [listen unlisten]])\n  (:import [goog.events EventType]))\n\n(reg-event-db\n :initialize-db\n (fn [_ _]\n   {:audio-context (js/AudioContext.)\n    :samples nil\n    :focused-note-pos [nil nil]\n    :eraser? false\n    :status \"\"\n    :playing? false\n    :play-start 0\n    :jumping? false\n    :sharp? false\n    :repeat? false\n    :loop-end nil\n    :current-position 0\n    :current-note 0\n    :next-note-time 0.0\n    :notes-in-queue []\n    :editor-beat-start 1\n    :instrument 1\n    :array-buffer nil\n    :time 0\n    :time-signature 4\n    :tempo 180\n    :notes []\n    :mario-x 16\n    :mario-y 61\n    :mario-jump 0\n    :mario-run 1\n    :xml \"\"\n    :eval-result \"\"\n    :file-upload \"\"}))\n\n(reg-event-db\n :remove-note\n (undoable \"remove note\")\n (fn [db [_ time pitch]]\n   (update db :notes\n           (fn [note]\n             (remove #(and (= time (:time %))\n                           (= pitch (:pitch %)))\n                     note)))))\n\n(def test-atom (r/atom \"\"))\n\n(reg-event-db\n :set-result\n (fn [db [_ s]]\n   (sci-editor/update-result! (str (eval-all (str (some-> @!points .-state .-doc str)))))\n   (assoc db :eval-result (str (eval-all (str (some-> @!points .-state .-doc str)))))))\n\n(reg-event-db\n :file-upload\n (fn [db [_ file]]\n      (assoc db :file-upload file)))\n\n(reg-event-db\n :set-status\n (fn [db [_ file]]\n      (assoc db :status file)))\n\n(reg-event-db\n :load-samples\n (fn [db [_ samples]]\n   (assoc db :samples samples)))\n\n(reg-event-db\n :set-time-signature\n (fn [db [_ beats-per-measure]]\n   (update db :time-signature beats-per-measure)))\n\n(reg-event-db\n :set-notes\n (fn [db [_ notes]]\n   (assoc db :notes notes)))\n\n(reg-event-db                 ;; usage:  (dispatch [:timer a-js-Date])\n :timer                         ;; every second an event of this kind will be dispatched\n (fn [db [_ new-time]]          ;; note how the 2nd parameter is destructured to obtain the data value\n   (assoc db :time new-time)))\n\n(reg-event-db\n :play-on\n (fn [db [_ _]]\n   (.resume @(subscribe [:audio-context]))\n   (music/play-song!)\n   (assoc\n    (assoc db :play-start (.-currentTime @(subscribe [:audio-context])))\n    :playing? true)\n    ))\n\n(reg-event-db\n :sharp-on\n (fn [db [_ _]]\n   (assoc db :sharp? true)))\n\n(reg-event-db\n :sharp-toggle\n (fn [db [_ _]]\n   (update db :sharp? not)))\n\n(reg-event-db\n :eraser-toggle\n (fn [db [_ _]]\n   (update db :eraser? not)))\n\n(reg-event-db\n :sharp-off\n (fn [db [_ _]]\n   (assoc db :sharp? false)))\n\n(reg-event-db\n :pause\n (fn [db [_ _]]\n   (.suspend @(subscribe [:audio-context]))\n   (assoc db :playing? false)))\n\n(reg-event-db\n :stop\n (fn [db [_ _]]\n   (dispatch [:reset-editor])\n   (assoc\n    (assoc db :playing? false)\n    :current-position 0)))\n\n(reg-event-db\n :update-focus-note\n (fn [db [_ pos]]\n   (assoc db :focused-note-pos pos)))\n\n(reg-event-db\n :select-instrument\n (fn [db [_ instrument]]\n   (assoc db \n          :instrument instrument\n          :eraser? false)))\n\n(reg-event-db\n :play-off\n (fn [db [_ _]]\n   (assoc db :playing? false)))\n\n(reg-event-db\n :advance-position\n (fn [db [_ _]]\n   (let [notes (subscribe [:notes])\n         beat (subscribe [:current-position])\n         to-play (filter #(= (+ 1 @beat) (:time %)) @notes)]\n     (if (< 4 @beat)\n       (dispatch [:advance-editor 0.5]))\n     #_(doall (for [{:keys [instrument pitch]} to-play]\n                (music/play-sample instrument (if @(subscribe [:sharp?]) (+ 0.5 pitch) pitch))))\n     (update db :current-position #(+ 0.5 %)))))\n\n(reg-event-db\n :advance-editor\n (fn [db [_ beats]]\n   (update db :editor-beat-start #(+ beats %))))\n\n(reg-event-db\n :move-mario\n (fn [db [_ _]]\n   (update db :mario-x #(+ 10 %))))\n\n(reg-event-db\n :reset-editor\n (fn [db [_ _]]\n   (assoc (assoc db :editor-beat-start 1)\n          :mario-x 16)))\n\n(reg-event-db\n :retract-editor\n (fn [db [_ _]]\n   (update db :editor-beat-start #(- % 0.5))))\n\n(reg-event-db\n :reset-position\n (fn [db [_ _]]\n   (assoc db :current-position 0)))\n\n(reg-event-db\n :set-tempo\n (fn [db [_ tempo]]\n   (assoc db :tempo tempo)))\n\n(reg-event-db\n :inc-tempo\n (fn [db [_ tempo]]\n   (update db :tempo #(+ 8 %))))\n\n(reg-event-db\n :dec-tempo\n (fn [db [_ tempo]]\n   (update db :tempo #(- % 8))))\n\n(reg-event-db\n :set-key\n (fn [db [_ key]]\n   (assoc db :key key)))\n\n(reg-event-db\n :repeat-toggle\n (fn [db [_ _]]\n   (update db :repeat? not)))\n\n(reg-event-db\n :set-loop-end\n (fn [db [_ x]]\n   (assoc db :loop-end x)))\n\n(reg-event-db\n :next-note\n (fn [db [_ _]]\n   (let [tempo (subscribe [:tempo])\n         seconds-per-beat (/ 60.0 @tempo)]\n     (update \n      (update db :current-note inc)\n      :next-note-time #(+ % seconds-per-beat)))))\n\n(reg-event-db\n :play-note\n (fn [db [_ pitch]]\n   (music/play-note pitch)\n   (assoc db :notes-in-queue [{:pitch pitch\n                               :time  0}])))\n\n(reg-event-db\n :schedule-note\n (fn [db [_ _]]\n   (let [notes (subscribe [:notes])\n         beat (subscribe [:current-note])\n         to-play (filter #(= (+ 1 @beat) (:time %)) @notes)]\n     (update db :notes-in-queue\n             into to-play))))\n\n(reg-event-db\n :add-note\n (undoable \"add note\")\n (fn [db [_ instrument time pitch]]\n   (if (= (.-state @(subscribe [:audio-context])) \"suspended\")\n     (.resume @(subscribe [:audio-context])))\n   ;(sci-editor/update-editor! (str @(subscribe [:notes])))\n   (music/play-sample instrument (if @(subscribe [:sharp?]) (inc pitch) pitch))\n   (update db :notes\n           conj \n           {:time time\n            :instrument instrument\n            :pitch (if @(subscribe [:sharp?])\n                    (inc pitch) pitch)})\n   ))\n\n\n;; TODO This is gross.\n;; Make it so the run counter only runs when needed.\n;; But this tick function needs to be refactored.\n;; Seriously it's like 50 shades of awful.\n;; Read about effectful handlers some more,\n;; and learn to use reg-event-fx.\n\n(reg-event-db\n :tick!\n (fn [db [_ _]]\n   (if (and (not= 0 @(subscribe [:mario-jump]))\n            @(subscribe [:playing?]))\n     (assoc\n      (update\n       (update db :mario-run #(if (= % 12) 0 (inc %)))\n       :mario-jump #(if (= 8 %) 0 (inc %)))\n      :mario-y (- 61\n                  (get [5 10 15 25 30 25 15 5]\n                       @(subscribe [:mario-jump]))))\n     (update db :mario-run #(if (= % 12) 0 (inc %))))))\n\n(reg-event-db\n :jump!\n (fn [db [_ _]]\n   (assoc db :mario-jump 1)))\n\n(reg-event-db\n :submit-xml\n (fn [db [_ xml]]\n   (assoc db :xml xml)))\n\n(reg-event-db\n :load-song\n (fn [db [_ notes]]\n   (assoc db :notes notes)))\n\n(reg-event-db\n :load-megaman\n (fn [db [_ notes]]\n   (dispatch [:set-tempo 260])\n   (assoc db :notes\n          megaman/megaman)))\n\n(reg-event-db\n :load-castle\n (fn [db [_ notes]]\n   (dispatch [:set-tempo 150])\n   (assoc db :notes city/city)))\n\n(reg-event-db\n :load-zelda\n (fn [db [_ notes]]\n   (dispatch [:set-tempo 390])\n   (assoc db :notes zelda/zelda)))\n\n"
  },
  {
    "path": "src/mecca/mario.cljs",
    "content": "(ns mecca.mario\n  (:require\n   [re-frame.core :as rf :refer [subscribe dispatch]]))\n\n(defn svg-paths\n  ([paths x y scale]\n   (svg-paths nil paths x y scale))\n  ([attrs paths x y scale]\n   (into\n    [:g\n     (merge attrs\n            {:transform (str \"scale(\" scale \") translate(\" x \",\" y \")\")})]\n    (for [[color path] paths]\n      [:path {:stroke color\n              :d path}]))))\n\n(defn mario-sm []\n  (let [x (subscribe [:mario-x])\n        y (subscribe [:mario-y])\n        run (subscribe [:mario-run])\n        jump (subscribe [:mario-jump])\n        playing? @(subscribe [:playing?])]\n    [:g\n     (cond (not= 61 @y)\n       (svg-paths \n        (if (> 8 @jump)\n          [[\"#885818\" \"M12 0h2M11 1h1M14 1h1M10 2h1M15 2h1M15 3h1M14 4h1M13 5h1M3 9h1M12 9h2M3 10h1M14 10h1M14 11h1M1 13h3M5 13h1M0 14h2M4 14h1M6 14h4M0 15h1M5 15h1M0 16h1M5 16h1M1 17h1M4 17h1M2 18h2M13 18h1M2 19h1M12 19h1M2 20h1M12 20h1\"]\n           [\"#f8f8f8\" \"M12 1h2M11 2h4M12 3h3M13 4h1M11 5h1M2 14h2M1 15h4M1 16h4M8 16h2M11 16h1M2 17h2M8 17h2M11 17h1\"]\n           [\"#500000\" \"M7 3h5M5 4h2M12 4h1M4 5h1M12 5h1M14 5h1M3 6h1M2 7h1M2 8h1M13 8h1M1 9h1M1 10h1M1 11h1\"]\n           [\"#f84070\" \"M7 4h3M11 4h1M5 5h2M5 6h1M6 15h1\"]\n           [\"#f8d870\" \"M10 4h1M10 5h1M13 17h1M3 20h1\"]\n           [\"#b02860\" \"M7 5h2M4 6h1M6 6h2M3 7h3M12 8h1M4 13h1M5 14h1\"]\n           [\"#d8a038\" \"M9 5h1\"]\n           [\"#000000\" \"M8 6h6M6 7h9M4 8h3M8 8h1M10 8h1M5 9h1M8 9h1M10 9h1M5 10h2M2 11h1M5 11h1M8 11h1M2 12h2M7 12h7M9 13h4M13 16h2M12 17h1M14 17h2M1 18h1M12 18h1M14 18h2M1 19h1M11 19h1M13 19h2M1 20h1M4 20h1M11 20h1M13 20h2M2 21h2M12 21h2\"]\n           [\"#f8d0c0\" \"M3 8h1M2 9h1M4 9h1M7 9h1M9 9h1M11 9h1M4 10h1M7 10h7M4 11h1M6 11h2M6 12h1\"]\n           [\"#f87068\" \"M7 8h1M9 8h1M11 8h1M6 9h1M2 10h1M3 11h1M9 11h5M4 12h2M6 13h3\"]\n           [\"#203088\" \"M10 14h1M11 15h1M12 16h1M11 18h1M3 19h3M10 19h1M6 20h4\"]\n           [\"#408098\" \"M7 15h2M6 16h2M5 17h3M4 18h6M6 19h4\"]\n           [\"#80d8c8\" \"M9 15h2M10 16h1M10 17h1M10 18h1\"]]\n          [[\"#500000\" \"M7 0h5M5 1h2M12 1h1M4 2h1M12 2h1M3 3h1M2 4h1M2 5h1M1 6h1M1 7h1M1 8h1\"]\n           [\"#f84070\" \"M7 1h3M11 1h1M5 2h2M5 3h1M5 14h2\"]\n           [\"#f8d870\" \"M10 1h1M10 2h1M13 14h1M3 17h1\"]\n           [\"#b02860\" \"M7 2h2M4 3h1M6 3h2M3 4h3M3 5h1M2 6h2M2 7h1\"]\n           [\"#d8a038\" \"M9 2\"]\n           [\"#f8f8f8\" \"M11 2h1M2 11h2M14 11h1M1 12h4M13 12h2M1 13h4M12 13h1M2 14h2M8 15h2M11 15h1M8 16h2M11 16h1\"]\n           [\"#000000\" \"M8 3h6M6 4h9M4 5h5M10 5h2M4 6h2M4 7h2M8 7h1M10 7h1M5 8h1M8 8h1M10 8h1M1 9h1M5 9h2M2 10h1M5 10h1M8 10h1M7 11h7M9 12h4M13 13h2M12 14h1M14 14h2M1 15h1M12 15h1M14 15h2M1 16h1M12 16h1M14 16h2M1 17h1M12 17h1M14 17h2M2 18h2M13 18h2\"]\n           [\"#f87068\" \"M9 5h1M6 6h1M2 9h1M3 10h1M9 10h5M5 11h1M6 12h3\"]\n           [\"#f8d0c0\" \"M7 6h5M3 7h1M6 7h2M9 7h1M11 7h1M2 8h1M4 8h1M6 8h2M9 8h1M11 8h1M4 9h1M7 9h7M4 10h1M6 10h2M6 11h1\"]\n           [\"#885818\" \"M3 8h1M12 8h2M3 9h1M14 9h1M14 10h1M1 11h1M4 11h1M15 11h1M0 12h1M5 12h1M15 12h1M0 13h1M5 13h5M11 13h1M1 14h1M4 14h1M2 15h2M13 15h1M2 16h2M13 16h1M2 17h1M13 17h1\"]\n           [\"#203088\" \"M10 13h1M11 14h1M4 15h1M4 16h1M4 17h2M11 17h1M5 18h2M10 18h1M6 19h4\"]\n           [\"#408098\" \"M7 14h2M5 15h3M5 16h3M6 17h4M7 18h3\"]\n           [\"#80d8c8\" \"M9 14h2M10 15h1M10 16h1M10 17h1\"]])\n        (min 180 @x) @y 0.18)\n             (and playing?\n                  (> @run 6))\n             (svg-paths [[\"#500000\" \"M6 0h5M4 1h2M11 1h1M3 2h1M11 2h1M2 3h1M1 4h1M1 5h1M0 6h1M0 7h1M0 8h1\"]\n                         [\"#f84070\" \"M6 1h3M10 1h1M4 2h2M4 3h1M5 12h1\"]\n                         [\"#f8d870\" \"M9 1h1M9 2h1M12 14h1M2 17h1\"]\n                         [\"#b02860\" \"M6 2h2M3 3h1M5 3h2M2 4h3M3 11h1M3 12h2\"]\n                         [\"#d8a038\" \"M8 2h1\"]\n                         [\"#f8f8f8\" \"M10 2h1M3 13h3M7 13h2M10 13h1M3 14h2M7 14h2M10 14h1M3 15h2\"]\n                         [\"#000000\" \"M7 3h6M5 4h9M3 5h3M7 5h1M9 5h1M4 6h1M7 6h1M9 6h1M4 7h2M1 8h1M4 8h1M7 8h1M1 9h2M6 9h7M2 10h1M8 10h4M1 13h1M12 13h2M0 14h1M11 14h1M13 14h2M0 15h1M11 15h1M13 15h2M0 16h1M10 16h1M12 16h2M0 17h1M3 17h1M10 17h1M12 17h2M1 18h2M11 18h2\"]\n                         [\"#f8d0c0\" \"M2 5h1M1 6h1M3 6h1M6 6h1M8 6h1M10 6h1M3 7h1M6 7h7M3 8h1M5 8h2M5 9h1\"]\n                         [\"#f87068\" \"M6 5h1M8 5h1M10 5h1M5 6h1M1 7h1M2 8h1M8 8h5M3 9h2M4 10h4\"]\n                         [\"#885818\" \"M2 6h1M11 6h2M2 7h1M13 7h1M13 8h1M3 10h1M2 11h1M4 11h5M2 12h1M6 12h1M2 13h1M6 13h1M1 14h2M5 14h1M1 15h2M5 15h1M12 15h1M1 16h1M3 16h2M11 16h1M1 17h1M11 17h1\"]\n                         [\"#203088\" \"M9 11h1M10 12h1M11 13h1M10 15h1M2 16h1M9 16h1M5 17h4\"]\n                         [\"#408098\" \"M7 12h1M6 14h1M6 15h3M5 16h4\"]\n                         [\"#80d8c8\" \"M8 12h2M9 13h1M9 14h1M9 15h1\"]]\n                        (min 180 @x) (- @y 1) 0.18)\n             :else\n             (svg-paths [[\"#500000\" \"M6 0h5M4 1h2M11 1h1M3 2h1M11 2h1M2 3h1M1 4h1M1 5h1M0 6h1M0 7h1M0 8h1M3 11h1M2 12h1M2 13h1\"]\n                         [\"#f84070\" \"M6 1h3M10 1h1M4 2h2M4 3h1M5 12h1\"]\n                         [\"#f8d870\" \"M9 1h1M9 2h1M7 18h1M9 18h1\"]\n                         [\"#b02860\" \"M6 2h2M3 3h1M5 3h2M2 4h3M4 11h1M3 12h2\"]\n                         [\"#d8a038\" \"M8 2h1\"]\n                         [\"#f8f8f8\" \"M10 2h1M7 13h2M10 13h1M3 14h3M7 14h2M10 14h1M3 15h2M3 16h2\"]\n                         [\"#000000\" \"M7 3h6M5 4h9M3 5h3M7 5h1M9 5h1M4 6h1M7 6h1M9 6h1M4 7h2M1 8h1M4 8h1M7 8h1M1 9h2M6 9h7M2 10h1M8 10h4M7 17h1M9 17h1M3 18h1M8 18h1M10 18h1M3 19h8\"]\n                         [\"#f8d0c0\" \"M2 5h1M1 6h1M3 6h1M6 6h1M8 6h1M10 6h1M3 7h1M6 7h7M3 8h1M5 8h2M5 9h1\"]\n                         [\"#f87068\" \"M6 5h1M8 5h1M10 5h1M5 6h1M1 7h1M2 8h1M8 8h5M3 9h2M5 10h3\"]\n                         [\"#885818\" \"M2 6h1M11 6h2M2 7h1M13 7h1M13 8h1M3 10h2M5 11h4M3 13h3M2 14h1M6 14h1M2 15h1M5 15h1M2 16h1M5 16h1M3 17h4M8 17h1M4 18h3\"]\n                         [\"#203088\" \"M9 11h1M10 12h1M11 13h1M11 14h1M11 15h1M8 16h1M10 16h1\"]\n                         [\"#408098\" \"M6 12h2M6 13h1M6 15h3M6 16h2M9 16h1\"]\n                         [\"#80d8c8\" \"M8 12h2M9 13h1M9 14h1M9 15h2\"]]\n                        (min 180 @x) @y 0.18))]))\n\n(defn limb [x y color path]\n  [:path {:transform (str \"translate(\" x \",\" y \")\")\n          :fill color\n          :d path}])\n\n(defn hat [x y]\n  [limb x y \"#f83800\" \"M1 0H6V1H9V2H0V1H1V0\"])\n\n(defn mario-face [x y]\n  [limb x y \"#ffa044\" \"M3 0H7V1H9V2H10V3H7V2H6V3H5V4H8V5H1V3H0V1H1V3H3V2H2V1H3V0H5V2H6V0\"])\n\n(defn hair [x y]\n  [limb x y \"#ac7c00\" \"M1 0H4V1H3V2H4V3H2V1H1V3H2V4H0V1H1V0M1 0H4V1H3V2H4V3H2V1H1V3H2V4H0V1H1V0\"])\n\n(defn eye [x y]\n  [limb x y \"#ac7c00\" \"M0 0H1V2H0V0\"])\n\n(defn moustache [x y]\n  [limb x y \"#ac7c00\" \"M1 0H2V1H4V2H0V1H1V0\"])\n\n(defn sleeve [orientation x y]\n  [limb x y \"#ac7c00\"\n   (if (= orientation \"front\")\n     \"M1 0H3V1H4V2H3V3H4V4H3V6H2V5H1V4H0V1H1V0\"\n     \"M0 0H3V1H4V2H2V1H0V0\")])\n\n(defn button [x y]\n  [limb x y \"#ffa044\" \"M0 0H1V1H0V0\"])\n\n(defn overalls [x y]\n  [:g\n   [limb x y \"#f83800\" \"M3 0H4V1H6V2H8V3H9V5H8V6H5V7H2V6H1V5H0V4H1V5H2V6H5V5H6V4H4V3H3V2H4V1H3V0\"]\n   [button 4 9]])\n\n(defn smb-small-shirt []\n  [:path {:fill \"#E52521\"\n          :d \"M2.5 2H4.5V2.5H6V3H6.5V3.5H5V4H4.5V3.5H4V2.5H3.5V3H2.5V2H1V2.5H.5V3H0V3.5H1V4H1.5V3.5H2V2\"}])\n\n(defn hand [view x y]\n  (case view\n    \"side\"\n    [limb x y \"#ffa044\" \"M0 0H3V1H2V2H0V0\"]\n    \"back\"\n    [limb x y \"#ffa044\" \"M0 0H2V1H0V0\"]\n    \"thumb-left\"\n    [limb x y \"#ffa044\" \"M2.2 5.6H4V6.5H2.7V6H2.2V5.6\"]\n    \"thumb-right\"\n    [limb x y \"#ffa044\" \"M5 5.5H6V6H6.5V6.5H6V7H5V5.5\"]))\n\n(defn hands [configuration]\n  (case configuration\n    \"clenched\"\n    [:g [hand \"side\" 2 11]\n     [hand \"back\" 6 9]]\n    \"stretched\"\n    [:g [hand \"thumb-right\" -4 4] [hand \"thumb-left\" 4 4]]))\n\n(defn foot [shape x y rotation]    \n    [:path {:transform (str \"translate(\" x \",\" y \") rotate(\" rotation \",\" 0 \",\" 0 \")\")\n            :fill \"#ac7c00\"\n            :d (if (= shape \"bent\")\n                 \"M0 0H2V1H3V2H4V3H1V2H0V0\"\n                 \"M0 0H3V1H4V2H0V0\")}])\n\n(defn feet [config]\n  (case config\n    \"together\"\n    [:g [foot \"flat\" 3 13 0] [foot \"flat\" 1 14 0]]\n    \"stretched\"\n    [:g [foot \"bent\" 2 10 0] [foot \"flat\" 6 10 -90]]))\n\n(defn mario []\n  (let [x (subscribe [:mario-x])\n        y (subscribe [:mario-y])]\n    [:g {:transform (str \"scale(0.25) translate(\" @x \",\"  @y \")\")}\n     [hat 0 0]\n     [mario-face 0 2]\n     [eye 5 2]\n     [hair -1 2]\n     [moustache 5 4]\n     [sleeve \"front\" -1 7]\n     [sleeve \"back\" 3 7]\n     [overalls -1 7]\n     [hands \"clenched\"]\n     [feet \"together\"]]))\n\n(defn mario2 []\n  [:g#mario {:transform \"scale(1.5,1.5)\"}\n   [:path {:style {:fill \"#f8cd66\" :stroke-width 0.08466667}\n           :d \"M.903 3.612l-.056.057v-.226l.056.056.057.057zm1.552.029h-.084v-.17h.169v.17zm2.032 0h-.084v-.17h.169v.17zm-2.751-.424h-.043v-.084H1.778v.084zM5.8 2.963h-.043V2.88H5.842v.084zM3.768 2.88h-.043V2.794H3.81V2.879zM1.22.762h-.134l.033-.1.034-.101.1-.034.1-.033v.268zm4.064 0H5.15l.033-.1.034-.101.1-.034.1-.033v.268zM3.076.592h-.14L3.011.53l.076-.063.064-.085.063-.085.001.148.001.149z\"}]\n   [:path {:style {:fill \"#7fd7ce\" :stroke-width 0.08466667}\n           :d \"M3.29 3.242l-.157.151v-.26h-.254v-.339h.254v-.169h.181l.107.106.106.107-.04.126-.039.126zm-.03-.279h.127v-.169h-.254v.169zm-2.235.17H.95L.903 3.01.856 2.89l.25-.055.249-.054V2.53l.084.052.085.053v.498h-.169v-.17H1.1v.17zm4.288-.005l-.106-.005-.148-.15-.148-.15V2.54h.254V2.37h.181l.121.12.121.122v.266h-.169v.254l-.106-.005zm-.021-.334h.127V2.54h-.254v.254zM1.609 2.54h-.085v-.169h.169v.169z\"}]\n   [:path {:style {:fill \"#fe6f6e\" :stroke-width 0.08466667}\n           :d \"M1.427 2.495l-.03.028-.11-.119-.108-.118h.166l.055.09.056.09zm1.917.045h-.127v-.169h.254v.169zM.44 2.37l-.144-.002.127-.082.127-.082H.62l.068-.002-.052.085-.052.085zm2.472-.084h-.035l-.145-.17-.145-.169h-.301v-.16l.098-.06.097-.06.102.14.103.14h.173l.044.17.044.169zm2.457-.007l-.162-.007.111-.045.111-.044.051.051.052.051zm-3.027-.106l-.056.056v-.226l.056.057.057.056zm2.032 0l-.056.056v-.226l.056.057.057.056zm-3.292-.156l-.399.015-.09-.17-.091-.17H.254v-.159l.098-.06.097-.06.102.14.103.14h.193v.244l.317.033.318.033zm4.054 0l-.41.015-.045-.17-.044-.17h-.319v-.159l.098-.06.097-.06.102.14.103.14h.193v.244l.317.033.318.033zm-1.58-.07h-.17v-.169H3.105l.043-.043.043-.043.268.053.267.054v.148zm-1.365-.17h-.074v-.235l.117-.045.118-.045-.043.163-.043.163zm-.743-.084h-.245l-.052-.137-.053-.137.192.05.192.052.106.001.105.001v.17zm1.336 0H2.71v-.266l.127-.127.127-.127v.07l-.002.069-.051.19-.051.19zm2.804 0h-.17v-.169H5.137l.043-.043.043-.043.268.053.267.054v.148zM.16 1.523H.085v-.096L.212 1.3l.127-.127v.083l-.052.134-.051.134zm4.064 0H4.15v-.096l.127-.127.127-.127v.083l-.052.134-.051.134zm-3.44-.105l-.107.035v-.25l.133-.051.134-.051-.028.14-.027.142zm4.063 0l-.106.035v-.25l.133-.051.134-.051-.028.14-.027.142zm-1.545-.064h-.067l-.041-.109-.042-.108h.3l-.042.108-.041.11zm2.413 0h-.127v-.169h.254v.169zM1.27 1.185h-.113l.057-.056.056-.057.056.057.057.056zm4.064 0h-.113l.057-.056.056-.057.056.057.057.056zM.725.815L.52.908.616.756.712.602.916.551l.205-.052.046.047.047.046H.932L.93.656.93.719.725.814zm4.064 0l-.205.094.096-.153.096-.154.204-.051.205-.052.046.047.047.046H4.996l-.001.064-.001.063-.205.095zM2.649.752l-.104.136-.002-.06L2.54.77l.2-.216.2-.216h.193v.158l-.19.06-.19.061zm-1.21-.16h-.113l.057-.057.056-.057.057.057.056.056zm4.064 0H5.39l.057-.057.056-.057.057.057.056.056zM3.302.507h-.085v-.17h.17v.17z\"}]\n   [:path {:style {:fill \"#3f7f9e\" :stroke-width 0.08466667}\n           :d \"M3.048 3.387h-.085v-.15l-.156-.04-.157-.042-.047-.18-.047-.181h.323v.339h.254v.254zm-1.82-.219l-.339.02-.14-.032-.139-.032-.043-.165-.043-.165h.153l.186.185.185.185.033-.1.034-.1h.24v.169h.169v-.339h.169v.339l-.063.008-.064.008zm3.873.04l-.063-.01-.141-.038-.141-.037L4.709 3l-.047-.122.049-.127.048-.127h.152v.259l.127.049.127.048v.236zm-1.587-.245H3.47V2.88H3.556v.084zm2.159-.084H5.56l.056-.057.057-.056.056.056.057.057zM3.64 2.794h-.085V2.54h.169v.254zm-2.16-.17H1.44V2.54H1.524V2.625zm1.772-.006L3.09 2.61l.111-.045.112-.044.05.05.052.052zm2.43-.078h-.075l-.043-.163-.043-.163.118.045.117.045v.236zm-4.201-.17h-.043v-.084H1.524v.084zm3.803-.007l-.163-.007.111-.044.112-.045.05.051.052.052z\"}]\n   [:path {:style {:fill \"#8e571e\" :stroke-width 0.08466667}\n           :d \"M.699 3.637L.55 3.634l-.105-.12-.106-.12v-.261h.174l.049.127.049.127h.236v.254zm1.643-.06l-.043.106-.006-.273-.007-.272.12.046.12.046.047.12.046.121h-.234zm2.032 0l-.043.106-.006-.281-.007-.282.147.029.147.028.029.147.028.147h-.252zM1.588 3.41l-.149.056v-.249h.24l.156-.058.155-.06-.127.128-.127.127zm2.062-.023h-.076l-.051-.134-.052-.134v-.15l.254-.26.254-.26V2.3l-.105-.035-.105-.035-.106.107-.107.106v.181h-.164l.049-.126.048-.127-.157-.01-.157-.008.275-.089.275-.088v-.143l.17.145.169.145v.179l-.17.145-.169.145v.594zM3.514 2.37h.042V2.286H3.471V2.371zm2.11.908l-.134.134.028-.24.028-.239.106-.035.105-.035v.28zm-4.756-.4H.672l-.049-.127-.048-.127H.339V2.39l.18-.047.18-.047-.042-.164-.043-.163.159.041.158.042V2.2h.254v-.149l.168-.044.168-.044-.08.151-.082.151-.136.052-.136.053-.195-.05-.196-.049-.057.093-.057.092.053.169.054.168h.408l.054-.212.053-.211h.151v.167l-.146.17-.146.17zm1.693-.092l-.148-.007-.148-.162-.148-.163v-.084l.169-.17.17-.169h.167l.17.146.17.146v.202l.106.043.106.042-.233.007-.233.007v.17l-.148-.007zm-.073-.162h.123l.134-.052.134-.051v-.233l-.218-.054-.218-.055-.09.09-.09.09.051.132.051.133zm2.07.162l-.113-.007-.148-.162-.148-.163v-.084l.164-.165.165-.164.11-.015.111-.015.148.01.148.01v.254h.182l-.253.254-.254.254-.113-.007zm-.038-.162h.123l.134-.052.134-.051v-.218l-.224-.056-.224-.056-.084.084-.083.083.05.133.051.133zm-2.697 0h-.124l.048-.127.05-.127h-.259l-.034.101-.034.102-.05-.131-.05-.131.225.016.225.016.064.013.063.014v.254zm3.68-.254H5.39l.057-.057.056-.056.057.056.056.057zm-.127-.17H5.25v-.149L5.44 2l.191-.051.064-.001.063-.001v.254h-.155l-.043-.106-.042-.106-.007.106-.007.106zm-2.074-.254h-.085v-.169h.17v.169zm.479-.062l-.042.105.009-.51-.304-.344.228.276.151.37-.042.103zm-1.444-.13l-.051.051.007-.162.006-.162.045.11.044.112zm-1.18-.09l-.056.057v-.226l.056.056.057.057zm.592-.035l-.042.106v-.212l-.004-.348.046.242.043.106zm3.585.063h-.085v-.169h.17v.169zm.48-.063l-.043.106v-.424l.042.106.043.106zM.31 1.496l-.056.056v-.226l.056.057.057.056zm4.064 0l-.056.056v-.226l.056.057.057.056zm-2.03-.247l-.038.148-.01-.22-.01-.22.177-.203L2.64.55l.07-.126.071-.126.056.055.056.056-.177.177-.176.176V1.1h-.157zM.466 1.185H.339V.963L.635.847.931.73V.593h.17v.152L.847.834.593.922v.263zm4.064 0h-.127V.963l.296-.116.296-.117V.593h.17v.152L4.91.834l-.254.088v.263zM1.496.734L1.439.79V.564l.057.057.056.056zm4.064 0L5.503.79V.564l.057.057.056.056zm.319.028h-.122V.593h.254v-.34h-.157L5.818.36l-.036.106.032-.19.031-.191h-.324l-.048.127-.049.127h-.181l.167-.18.168-.18.21.053L6 .085l.054.17.053.168-.053.17L6 .762z\"}]\n   [:path {:style {:fill \"#1f2f8e\" :stroke-width 0.08466667}\n           :d \"M2.926 3.64h-.188l-.113-.211-.114-.212h-.14v-.423h.173l.08.212.081.211h.258v.17h.254v-.151l.127-.05.127-.048v.249h-.259l-.049.127-.048.127zM.903 3.38l-.268-.007L.477 3.2l-.158-.172.104-.064.104-.065-.115-.046-.116-.046L.41 2.8l.114-.007.044.17.044.17.139.013.138.015.246.007.246.007.036.127.035.127-.097-.127-.098-.127-.043.105-.043.106zm4.029 0l-.233-.007-.148-.163-.148-.162v-.254h.242l.051.16.05.16.167.044.167.044.165-.044.165-.043.037-.14.037-.139.003.297.003.296-.043-.106-.043-.106h-.24v.17l-.232-.007zm-3.323-.184l-.127.034.098-.07.098-.07.04-.254.042-.254-.012.29-.012.29zM3.09 2.54h-.127v-.169h.254v.169zm2.726-.07l-.045.112-.007-.139-.007-.139-.127-.049-.127-.048v-.181l.179.166.178.166zm-4.419-.184h-.042V2.201h.084V2.286zm3.718-.007l-.162-.007.111-.044.111-.045.051.051.052.051z\"}]\n   [:path {:style {:fill \"#4f0000\" :stroke-width 0.08466667}\n           :d \"M.467 2.794H.342l-.055-.217-.054-.217.176-.164.177-.164h.091v.158l-.169.054-.17.053v.328h.255v.169zm2.454 0h-.212v-.169h.424v.169zm.55 0h-.084v-.169h.169v.169zM5.08 2.54h-.085v-.169h.17v.169zm.423 0H5.42v-.169h.169v.169zm-2.42-.176l-.162-.007.111-.045.111-.044.051.051.052.051zm-1.601-.078h-.043V2.201H1.524V2.286zm.72 0h-.085v-.254h.169v.254zm2.031 0H4.15v-.251l.215-.054.216-.054.052.053.053.052h-.367v.254zm-3.175-.085H.931v-.169h.254V2.2zm4.064 0h-.127v-.169h.254V2.2zM2.194 1.44h-.077v-.43l.087-.102.087-.103.243-.28.243-.281.325.026.326.027.017.17.017.169-.044-.148-.044-.148H2.71v.127l-.211.246-.212.246.01.22.01.219.038-.148.039-.148h.157l.003-.106.002-.106.124-.163.123-.163.062.062.062.061-.124.08-.125.078.119.001.119.001-.183.158-.182.158v.174l-.134.051-.134.052zm.473-.508h.042V.847h-.084V.93zm3.26.508h-.085v-.338h.169v.339zM.312 1.117l-.045.11-.006-.112-.007-.112.247-.248L.75.508H.93V.339h.52l.121.12.121.121v.181h-.169V.487l-.365.04-.365.042-.219.22-.22.218zm4.064 0l-.045.11-.006-.112-.007-.112.247-.248.248-.247h.182V.339h.52l.121.12.121.121v.181h-.169V.487l-.365.04-.365.042-.219.22-.22.218zm-.848-.045l-.057.057V.903l.057.056.056.057zm-.353-.14h-.042V.846h.084V.93zM5.927.846h-.113L5.87.79l.057-.056.056.056.057.057z\"}]\n   [:path {:d \"M.81 3.725H.52l-.133-.133-.133-.133.01-.184.01-.185.041.164.042.163.112.112.112.112h.368l-.047-.123-.047-.123.123.047.123.047v.236zm.88-.044l-.213.053-.061-.06-.061-.061v-.19l.17-.013.17-.013.125-.125.126-.126-.105-.037-.105-.038L1.804 3l.068-.073.079.125.078.124v.254l-.063.1-.063.098zm.758.018l-.12.015-.105-.044-.106-.043v-.421l.118-.12.119-.118-.045.336-.045.337h.262l.043-.087.043-.087-.022.108-.022.108zm2.015.02l-.103-.007-.105-.043-.106-.043v-.421l.118-.119.119-.118-.045.336-.045.336h.215l.12-.148.12-.148-.093.19-.092.191-.103-.007zm-.591-.083l-.104-.005-.163-.164-.163-.164.057-.057.057-.057v.198h.159l.026-.275.027-.276h.254l.028.2.028.199-.05.203-.052.203zm1.813.005h-.079l-.048-.125-.047-.124.128-.129.129-.129.013-.172.013-.173.13.024.13.025.027.24.028.242-.172.16-.173.16zm-.14-.678h-.042V2.88H5.588v.084zM3.42 2.201h-.287v-.169h-.249l.049-.127.048-.127h.236v.169h.588l-.05.127-.048.127zm-2.843-.25l-.034.104-.156-.156-.156-.156.104-.034.103-.035.087.087.087.087zm1.838.07l-.171-.012.19-.037.19-.036-.055-.227-.055-.227-.093-.062-.093-.063h.106l.106-.002v-.254h.187L2.683.987 2.64.872l.162-.14.163-.139h.742l.049.127.049.127-.05.127-.048.127h-.151V.9l-.114.156-.114.156-.097-.06-.096-.06.05.132.05.131h-.272v-.181l-.127.127-.127.127v.266h.168l-.145.17-.145.169zM2.794.93h.113L2.85.875 2.794.818l-.056.057-.057.056zm.381 0h.042V.847h-.084V.93zM1.403 1.947h-.302V1.79l-.125-.027-.125-.027.089-.127.089-.127.043.105.043.106h.844l-.127.127-.127.127zm3.136 0H4.42l-.049-.127-.049-.127h.295v-.672l.097-.097.096-.096.384-.044.383-.043.217.055.216.054v.233l-.122.047-.122.047-.297-.049-.296-.048-.216.055-.217.054v.251h.181l-.132.133-.133.133v.242zm.913 0h-.287v-.169h-.249l.049-.127.048-.127h.236v.169h.588l-.049.127-.049.127zM.717 1.586l-.114.104-.05-.16L.5 1.37l.057-.226L.614.92.821.841l.206-.079h.652l.134.051.134.052v.218l-.122.046-.122.047-.297-.048-.296-.048-.216.054-.217.055v.236l.077.029.076.028zm2.467.084l-.051.052.006-.163.007-.162.045.111.044.111zm.254 0l-.051.052.006-.163.007-.162.045.111.044.111zm-2.286-.254l-.051.052.006-.163.007-.162.045.111.044.111zm.254 0l-.051.052.006-.163.007-.162.045.111.044.111zm3.81 0l-.051.052.006-.163.007-.162.045.111.044.111zm.254 0l-.051.052.006-.163.007-.162.045.111.044.111zM3.47 1.355h-.084v-.16l.084-.052.085-.052v.264z\"}]\n   [:path {:d \"M5.64.46L5.516.335 5.473.332 5.43.33l.047-.12.046-.122.16-.001.16-.002L5.84.1c-.01.046-.06.354-.057.36A.492.492 0 0 0 5.82.366L5.855.26 5.932.26l.077-.002V.59L5.886.589 5.764.587zM.688 2.779a9.072 9.072 0 0 1-.1-.32.838.838 0 0 1 .113-.174c0-.006.004-.009.008-.007l.194.05.184.046.062-.024.062-.024.02.02.018.02h-.047l-.048.192-.054.214-.006.022h-.4zM4.372 2.55a29.382 29.382 0 0 1-.05-.13L4.3 2.357l.082-.081.08-.082.225.056.224.056-.002.106-.002.107-.13.05-.132.051H4.4zM2.975 1.686l-.027-.106-.028-.104.019-.071c.01-.04.02-.066.02-.06.003.01.016.012.13.012h.128v.102l-.001.102-.033-.082a.502.502 0 0 0-.036-.08c-.003 0-.007.065-.01.144l-.005.145h-.079a.592.592 0 0 1-.078-.002zM5.052 1.415a1.26 1.26 0 0 1-.092-.034 3.174 3.174 0 0 1 .044-.246c.002-.007.028-.016.08-.03.089-.02.09-.02.161-.01l.053.008-.038.039a.276.276 0 0 0-.039.044c0 .003.006.005.014.005.013 0 .014.004.014.056a.231.231 0 0 1-.003.054 1.157 1.157 0 0 1-.032-.076.73.73 0 0 0-.034-.078 1.781 1.781 0 0 0-.014.252c0 .04-.002.048-.012.047-.007 0-.053-.014-.102-.03zM5.493 1.4l.032-.033-.039-.097a16.657 16.657 0 0 1-.045-.113c-.004-.012-.008-.015-.012-.009s-.01.004-.021-.009c-.01-.01-.013-.017-.007-.017l.182.028c.177.03.189.03.241.01.01-.004.012-.002.012.01 0 .014-.002.014-.124.014h-.125v.173h.114l-.114.038-.12.038c-.004 0 .008-.015.026-.033zM.988 1.415a1.26 1.26 0 0 1-.092-.034 3.174 3.174 0 0 1 .044-.246c.002-.007.028-.016.08-.03.088-.02.098-.021.165-.01l.049.008-.039.039a.274.274 0 0 0-.038.044c0 .003.006.005.014.005.013 0 .014.004.014.056a.232.232 0 0 1-.003.054 1.156 1.156 0 0 1-.032-.076.704.704 0 0 0-.034-.078 2.57 2.57 0 0 0-.015.287c.002.018-.012.016-.113-.019zM5.166 2.67v-.124h.249v.248h-.249zM3.134 2.877v-.083h.249v.166h-.249z\"}]\n   [:path {:d \"M.688 2.779a9.072 9.072 0 0 1-.1-.32.838.838 0 0 1 .113-.174c0-.006.004-.009.008-.007l.194.05.184.046.062-.024.062-.024.02.02.018.02h-.047l-.048.192-.054.214-.006.022h-.4z\"}]\n   [:path {:d \"M.688 2.779a9.072 9.072 0 0 1-.1-.32.838.838 0 0 1 .113-.174c0-.006.004-.009.008-.007l.194.05.184.046.062-.024.062-.024.02.02.018.02h-.047l-.048.192-.054.214-.006.022h-.4zM2.34 2.55a25.078 25.078 0 0 1-.05-.131l-.023-.06.088-.088.087-.088.218.054.218.054-.002.115-.001.114-.132.05-.131.051h-.244zM5.052 1.415a1.26 1.26 0 0 1-.092-.034 3.174 3.174 0 0 1 .044-.246c.002-.007.028-.016.08-.03.089-.02.09-.02.161-.01l.053.008-.038.039a.276.276 0 0 0-.039.044c0 .003.006.005.014.005.013 0 .014.004.014.056a.231.231 0 0 1-.003.054 1.157 1.157 0 0 1-.032-.076.73.73 0 0 0-.034-.078 1.781 1.781 0 0 0-.014.252c0 .04-.002.048-.012.047-.007 0-.053-.014-.102-.03z\"}]\n   [:path {:style {:fill \"#000000\" :stroke-width 0.08466667}\n           :d \"m -39.279287,150.696 h -0.290286 l -0.133047,-0.13304 -0.133048,-0.13305 0.0098,-0.18445 0.0098,-0.18446 0.04164,0.16335 0.04164,0.16334 0.111821,0.11183 0.111821,0.11182 h 0.18444 0.184439 l -0.04708,-0.12269 -0.04708,-0.12269 0.122689,0.0471 0.122688,0.0471 v 0.11794 0.11794 z m 0.879555,-0.0445 -0.213369,0.0536 -0.06095,-0.061 -0.06095,-0.0609 v -0.0949 -0.0949 l 0.170183,-0.0128 0.170183,-0.0128 0.125394,-0.12539 0.125395,-0.1254 -0.105078,-0.0375 -0.105077,-0.0375 0.0681,-0.0726 0.0681,-0.0726 0.07877,0.12455 0.07877,0.12455 v 0.127 0.127 l -0.06305,0.0991 -0.06305,0.0991 z m 0.758381,0.0177 -0.119984,0.0155 -0.105833,-0.0437 -0.105833,-0.0437 v -0.21066 -0.21066 l 0.118632,-0.11863 0.118632,-0.11864 -0.04511,0.33635 -0.04511,0.33635 h 0.131093 0.131092 l 0.04304,-0.0868 0.04304,-0.0868 -0.02183,0.10795 -0.02183,0.10795 z m 2.014871,0.0202 -0.102855,-0.007 -0.105833,-0.0427 -0.105833,-0.0427 v -0.21066 -0.21066 l 0.118632,-0.11863 0.118632,-0.11864 -0.04511,0.33635 -0.04511,0.33635 h 0.107648 0.107647 l 0.119838,-0.14817 0.119838,-0.14817 -0.09232,0.1905 -0.09232,0.1905 -0.102854,-0.007 z m -0.591301,-0.083 -0.10422,-0.005 -0.16262,-0.16396 -0.16262,-0.16396 0.05679,-0.0568 0.05679,-0.0568 v 0.0988 0.0988 h 0.0793 0.0793 l 0.02653,-0.27517 0.02653,-0.27517 h 0.127 0.127 l 0.02818,0.19911 0.02818,0.19912 -0.05096,0.20305 -0.05096,0.20306 z m 1.813378,0.005 h -0.07915 l -0.04779,-0.12455 -0.0478,-0.12455 0.128601,-0.1286 0.1286,-0.1286 0.01302,-0.17289 0.01302,-0.17288 0.129946,0.0246 0.129946,0.0246 0.02764,0.24095 0.02764,0.24095 -0.17227,0.16049 -0.17227,0.1605 z m -0.139598,-0.67734 h -0.04233 v -0.0423 -0.0423 h 0.04233 0.04233 v 0.0423 0.0423 z m -2.125725,-0.762 h -0.287275 v -0.0847 -0.0847 h -0.124343 -0.124343 l 0.04874,-0.127 0.04873,-0.127 h 0.117942 0.117941 v 0.0847 0.0847 h 0.293677 0.293676 l -0.04874,0.127 -0.04873,0.127 z m -2.842697,-0.25007 -0.03447,0.10342 -0.155726,-0.15573 -0.155727,-0.15572 0.103415,-0.0345 0.103414,-0.0345 0.08678,0.0868 0.08678,0.0868 z m 1.838105,0.0692 -0.171683,-0.0115 0.190631,-0.0367 0.19063,-0.0367 -0.0555,-0.22693 -0.0555,-0.22692 -0.0928,-0.0622 -0.0928,-0.0622 0.105834,-10e-4 0.105833,-0.001 v -0.127 -0.127 h 0.09372 0.09372 l -0.04396,-0.11455 -0.04396,-0.11455 0.162866,-0.13945 0.162866,-0.13945 h 0.370974 0.370974 l 0.04873,0.127 0.04874,0.127 -0.04874,0.127 -0.04873,0.127 h -0.07561 -0.07561 v -0.10085 -0.10085 l -0.114156,0.15612 -0.114155,0.15611 -0.09654,-0.0597 -0.09654,-0.0597 0.05042,0.1314 0.05042,0.1314 h -0.136058 -0.136059 v -0.0907 -0.0907 l -0.127,0.127 -0.127,0.127 v 0.13305 0.13304 h 0.08384 0.08384 l -0.144987,0.16934 -0.144988,0.16933 z m 0.37865,-1.08914 h 0.112889 l -0.05644,-0.0564 -0.05644,-0.0565 -0.05644,0.0565 -0.05645,0.0564 z m 0.381,0 h 0.04233 v -0.0423 -0.0423 h -0.04233 -0.04233 v 0.0423 0.0423 z m -1.771952,1.016 h -0.302381 v -0.0785 -0.0785 l -0.124771,-0.0274 -0.12477,-0.0274 0.08888,-0.127 0.08888,-0.127 0.04294,0.10583 0.04294,0.10583 h 0.422325 0.422326 l -0.127,0.127 -0.127,0.127 z m 3.135677,0 h -0.117941 l -0.04874,-0.127 -0.04873,-0.127 h 0.147433 0.147434 v -0.33635 -0.33636 l 0.09655,-0.0965 0.09655,-0.0965 0.383324,-0.0432 0.383325,-0.0432 0.216705,0.0544 0.216706,0.0544 v 0.11633 0.11633 l -0.122118,0.0469 -0.122118,0.0469 -0.296619,-0.0481 -0.29662,-0.0481 -0.216263,0.0543 -0.216263,0.0543 v 0.12539 0.12538 h 0.09071 0.09071 l -0.133048,0.13305 -0.133047,0.13305 v 0.12095 0.12095 z m 0.913217,0 h -0.287275 v -0.0847 -0.0847 h -0.124343 -0.124343 l 0.04874,-0.127 0.04873,-0.127 h 0.117942 0.117942 v 0.0847 0.0847 h 0.293676 0.293676 l -0.04873,0.127 -0.04873,0.127 z m -4.735399,-0.36137 -0.11344,0.1043 -0.05097,-0.1606 -0.05097,-0.16059 0.05648,-0.22504 0.05648,-0.22505 0.20645,-0.0785 0.206451,-0.0785 h 0.32623 0.32623 l 0.133925,0.0514 0.133924,0.0514 v 0.10889 0.10888 l -0.122117,0.0469 -0.122118,0.0469 -0.296619,-0.0481 -0.29662,-0.0481 -0.216263,0.0543 -0.216263,0.0543 v 0.11833 0.11833 l 0.07633,0.0282 0.07632,0.0282 z m 2.467277,0.0844 -0.05115,0.0512 0.0067,-0.16228 0.0067,-0.16228 0.04447,0.11112 0.04447,0.11113 z m 0.254,0 -0.05115,0.0512 0.0067,-0.16228 0.0067,-0.16228 0.04447,0.11112 0.04447,0.11113 z m -2.286,-0.254 -0.05115,0.0512 0.0067,-0.16228 0.0067,-0.16228 0.04447,0.11112 0.04447,0.11113 z m 0.254,0 -0.05115,0.0512 0.0067,-0.16228 0.0067,-0.16228 0.04447,0.11112 0.04447,0.11113 z m 3.81,0 -0.05115,0.0512 0.0067,-0.16228 0.0067,-0.16228 0.04447,0.11112 0.04447,0.11113 z m 0.254,0 -0.05115,0.0512 0.0067,-0.16228 0.0067,-0.16228 0.04447,0.11112 0.04447,0.11113 z m -1.998487,-0.0617 h -0.08467 v -0.0797 -0.0797 l 0.08467,-0.0523 0.08467,-0.0523 v 0.132 0.132 z\"}]])\n\n(defn editor-bg []\n      [:g#bg {:transform \"scale(0.25) translate(0,38)\"}\n       [:rect#editorframe\n        {:stroke \"black\"\n         :height 119 :width 240 :x 8 :y 23}]\n      [:path#path54\n        {:style {:fill \"#f7aff7\"}\n         :d \"M 13.5,223 H 0 V 211.5 200 H 13.5 27 v 11.5 11.5 z m 2.5,-2 h 8 V 211 201 H 16 8 v 10 10 z m 234.5,2 H 245 V 211.5 200 h 5.5 5.5 v 11.5 11.5 z\"}]\n       [:path#path52\n        {:style {:fill \"#f5e7b7\"}\n         :d \"M136 223H31V211.5 200H136 241V211.5 223ZM48.5 221H57v-8.071-8.071L55.571 203.429 54.143 202H47.071 40v9.5 9.5zM145.75 220.962 153 221v-8.071-8.071L151.571 203.429 150.143 202H143.071 136v8.042 8.042l1.25 1.42 1.25 1.42 7.25.038zm24 0L177 221v-8.071-8.071L175.571 203.429 174.143 202H167.071 160v8.042 8.042l1.25 1.42 1.25 1.42 7.25.038zm24 0L201 221v-8.071-8.071L199.571 203.429 198.143 202H191.071 184v8.042 8.042l1.25 1.42 1.25 1.42 7.25.038zm-96-1L112 220v-7.071-7.071L110.571 204.429 109.143 203H102.571 96l-.079 1.25-.079 1.25-.504-1.25L94.833 203H87.917 81v7.042 7.042l1.25 1.42 1.25 1.42 14.25.038zm127.5 0L232 220v-7.071-7.071L230.571 204.429 229.143 203H222.571 216v7.042 7.042l1.25 1.42 1.25 1.42 6.75.038zM231.378 192H231v-.378-.378l1.75-1.372 1.75-1.372-1.372 1.75-1.372 1.75zm-29.727-4.75-.516 1.25.576-3.5.576-3.5.356-.417L203 180.667V182.833 185h2 2v-.969-.969l-1.5.576-1.5.576V182.607 181h2 2v2 2l2.25-.116 2.25-.116-1.75-.457-1.75-.457V182.427 181h2 2v2 2l2.25-.116 2.25-.116-1.75-.457-1.75-.457v-.82-.82l1.582-.607L217.164 181H217.582 218l.116 2.25.116 2.25.457-1.75.457-1.75H220.573 222l.1 1.75.1 1.75.801-2.5.801-2.5.216 2.5.216 2.5.457-1.75.457-1.75h.877.877l1.097 1.75 1.097 1.75-.615-2.25-.615-2.25H229.433 231v1.3 1.3l-1.2 1.2-1.2 1.2H215.383 202.167ZM202.5 180H202v-.5-.5h.5.5v.5.5zm2.5 0h-1.333l.667-.667.667-.667.667 .667.667 .667zm2.5 0H207v-.5-.5h.5.5v.5.5zm3.5-.158h-2.5l1.25-.504 1.25-.504 1.25.504 1.25.504zm5 0h-2.5l1.25-.504 1.25-.504 1.25.504 1.25.504zm4.417.079-1.917-.079 1.313-.525 1.313-.525.604 .604.604 .604-1.917-.079zM223.5 180H223v-.5-.5h.5.5v.5.5zm2.917-.079-1.917-.079 1.313-.525 1.313-.525.604 .604.604 .604-1.917-.079zM230 180h-1.333l.667-.667.667-.667.667 .667.667 .667z\"}]\n       [:rect#musicarea\n        {:style {:fill \"#c6e6de\"}\n         :height 119 :width 240 :x 8 :y 23}]\n       [:path#path48\n        {:style {:fill \"#cfcfcf\"}\n         :d \"M11.219 188.001 10.937 188 10.442 186.71 9.947 185.42 10.224 169.46 10.5 153.5h81 81v1.25 1.25l-1-.25-1-.25.252-.756.252-.756-79.752.256L11.5 154.5v16.751 16.751zM171.5 156h.5v-.5-.5h-.5-.5v.5.5zm.333 31.333L171.5 187.5 92.544 187.244 13.588 186.988 12.844 186.244 12.1 185.5 92.05 185.738 172 185.976l.083.595 .083.595-.333.167zM171.5 187h.5v-.5-.5h-.5-.5v.5.5zM92 184H15v-13-13h77 77v13 13zm0-1h76V171 159H92 16v12 12zM12.382 157h-.5L12.5 156l.618-1h.5.5L13.5 156l-.618 1z\"}]\n       [:path#path46\n        {:style {:fill \"#f7bf8f\"}\n         :d \"M 30,223 H 29 V 211.5 200 h 1 1 v 11.5 11.5 z m 212,0 h -1 V 211.5 200 h 1 1 v 11.5 11.5 z\"}]\n       [:path#path42\n        {:style {:fill \"#9fbfaf\"}\n         :d \"M92 183H16v-12-12h76 76v7.508 7.508l-1.919-1.198-1.919-1.198-1.581 1.312-1.581 1.312v1.255 1.255l1.581 1.312 1.581 1.312 1.919-1.198L168 176.983V179.992 183Zm15.801-4.207 1.485-.293 1.09-1.731 1.09-1.731-1.656-1.656-1.656-1.656-1.6.614-1.6.614-.589 1.535-.589 1.535 1.27 1.53 1.27 1.53zM136 177h20v-1-1h-20-20v1 1zM28 167H39V163.5 160H28 17v3.5 3.5zm32 0H71V163.5 160H60 49v3.5 3.5zm31.5 0H102V163.5 160H91.5 81v3.5 3.5zm44.5 0h14v-3.5-3.5h-14-14v3.5 3.5z\"}]\n       [:path.path40\n        {:style {:fill \"#a7a7a7\"}\n         :d \"M47.5 217H43v-4.5-4.5h4.5 4.5v4.5 4.5zm.25-1.136 2.75-.136-2.25-.433L46 214.861V213.93 213l1.75-.116 1.75-.116-1.75-.457-1.75-.457v-.857-.857l2.25-.433 2.25-.433-2.75-.136L45 209v3.5 3.5zM222.441 217H222v-1-1h1.059 1.059l-.618 1-.618 1zM220.5 216H220v-.5-.5h.5.5v.5.5zm-1-2h-.29l-.366-3.833-.366-3.833H219.5 220.521L220.156 210.167 219.79 214Zm5.607 0h-.893L223.607 212.418 223 210.836v-.977-.977l.929.574 .929.574 .435-2.265.435-2.265.136 4.25L226 214ZM185.5 213H185v-.5-.5h.5.5v.5.5zm10.719-.15-.719-.15-2.953-.436-2.953-.436-1.146-1.567-1.146-1.567-1.152.712L185 210.118V209.059 208h1.492 1.492l1.249-2 1.249-2h1.214 1.214l2.481 2.481 2.481 2.481-1.004.62-1.004.62 .537 1.399.537 1.399zm-3.458-2.045 1.574-.305.416-1.249.416-1.249-1.65-.633-1.65-.633-1.046 1.046-1.046 1.046.706 1.143.706 1.143zm34.906-4.139L227 207.333V206 204.667l.667.667L228.333 206ZM90.967 189H10.333L9.667 188.333 9 187.667V171.033 154.4l1.2-1.2 1.2-1.2h80.1 80.1l1.2 1.2 1.2 1.2v16.1 16.1l-1.2 1.2-1.2 1.2zm.754-1.244L172.5 187.5v-17-17h-81-81l-.276 15.96-.276 15.96.497 1.296.497 1.296zM13.417 186.001 13.333 186 12.667 185.333 12 184.667V171.033 157.4l1.2-1.2 1.2-1.2H92 169.6l1.2 1.2 1.2 1.2v13.741 13.741l-.75.465-.75.465V171.156 156.5H92 13.5v14.751 14.751l-.083-8.6zM92.5 184.509l-77 .009 76.721-.265 76.721-.265.324-12.995.324-12.995-.045 13.251L169.5 184.5l-77 .009z\"}]\n       [:path#path38\n        {:style {:fill \"#f7f700\"}\n         :d \"m103 216h-5v-3.544-3.544l1.75.294 1.75.294-.313-2.25-.313-2.25H104.437 108v5.5 5.5zm3.156-1.636.656-.366-.52-1.988-.52-1.988-.903.558-.903.558 .671 1.085.671 1.085-1.155-.714L103 211.882v.976.976l1.25.448 1.25.448zM100.313 213h.313l2.937-3.25 2.937-3.25-3.25 2.937-3.25 2.937V212.687 213ZM99.5 208H99.333L98.667 207.333 98 206.667V205.833 205h.833.833v1.5 1.5z\"}]\n       [:path#path34\n        {:style {:fill \"#d99b55\"}\n         :d \"m28.738 217.789-.36 5.711.004-12 .004-12 .356 6.289.356 6.289-.36 5.711zm215 0-.36 5.711.004-12 .004-12 .356 6.289.356 6.289-.36 5.711zM48.5 221H40v-1-1h7.5 7.5v-7.5-7.5h1 1v8.5 8.5zm97 0H138v-1-1h6.5 6.5v-7.5-7.5h1 1v8.5 8.5zm24 0H162v-1-1h6.5 6.5v-7.5-7.5h1 1v8.5 8.5zm24 0H186v-1-1h6.5 6.5v-7.5-7.5h1 1v8.5 8.5zm-96-1H83v-1-1h5.954 5.954l.35-6.75.35-6.75.196 6.75L96 218h7 7v-6.5-6.5h1 1v7.5 7.5zm127.5 0h-7v-1-1h6 6v-6.5-6.5h1 1v7.5 7.5zM97.5 217H97v-.5-.5h.5.5v.5.5zm0-12H97v-.5-.5h.5.5v.5.5zm11 0H108v-.5-.5h.5.5v.5.5z\"}]\n       [:path#path32\n        {:style {:fill \"#9f9f7f\"}\n         :d \"m216.55 190.792-14.05-.208 14.492-.542 14.492-.542.64-3 .64-3 .118 2.55.118 2.55-1.2 1.2-1.2 1.2zM215.5 189H203v-1-1h12.5 12.5v1 1zM200.637 187.696 200 188.333V183.367 178.4l1.2-1.2 1.2-1.2 14.05.208 14.05.208-14.5.542-14.5.542-.113 4.78-.113 4.78z\"}]\n       [:path#path28\n        {:style {:fill \"#777776\"}\n         :d \"M139.167 219H136v-2.023-2.023l2.75 1.72 2.75 1.72.417 .303.417 .303zm8.667 0h-3.167l.417-.303.417-.303 2.75-1.72 2.75-1.72V216.977 219ZM167.5 219H160v-8.5-8.5h7.5 7.5v8.5 8.5zm-.5-4.01h.5l3-2.491 3-2.491-2.361-2.004L168.778 206H167 165.222l-2.361 2.004-2.361 2.004 3 2.491 3 2.491zM191.5 219H184l.032-3.25.032-3.25 2.052 2.75 2.052 2.75h3.333 3.333l2.052-2.75 2.052-2.75.032 3.25.032 3.25h-7.5zm-103.25-2.185-5.75-.185 5.202-.366 5.202-.366.359-5.699.359-5.699.189 6.25L94 217ZM221.5 217H221v-.5-.5h.5.5v.5.5zm2.223 0h-1.033l1.655-1.829L226 213.343V210.171 207h.799.799l-.418 3.75-.418 3.75-1.004 1.25-1.004 1.25zM219.5 215H219v-.5-.5h.5.5v.5.5zM136.866 210.583 136 211.118V206.559 202h7.5 7.5v4.559 4.559l-.866-.535-.866-.535.446-2.335.446-2.335-1.599-1.327-1.599-1.327-1.787 1.618-1.787 1.618-1.644-1.644-1.644-1.644-1.631 1.353-1.631 1.353.446 2.335.446 2.335zM186.455 205.455 184 207.909V204.955 202h7.5 7.5v2.955 2.955L196.545 205.455 194.091 203H191.5 188.909ZM218.5 208H218v-.5-.5h.5.5v.5.5zm1-2H219v-.5-.5h.5.5v.5.5zm7 0H226v-.5-.5h.5.5v.5.5zM91.55 189.756 10.5 189.512 90.905 189.25 171.31 188.988 172.655 187.872 174 186.755V170.578 154.4l-1.25-1.402-1.25-1.402 1.75 1.324 1.75 1.324V170.922 187.6l-1.2 1.2-1.2 1.2zm139.487-.279-.876.541-1.479-1.479-1.479-1.479-12.852-.313L201.5 186.435 216.143 186.217 230.786 186l.563 1.468.563 1.468zM230.5 189h.5v-.5-.5h-.5-.5v.5.5zm-29 0H201v-.5-.5h.5.5v.5.5zM14.734 171.008 14.409 184.003 14.455 170.751 14.5 157.5l77.25-.009 77.25-.009-76.971.265-76.971.265-.324 12.995zM231.559 179h-.441l-.714-1.155-.714-1.155 1.155.714L232 178.118V178.559 179Z\"}]\n       [:path#path22\n        {:style {:fill \"black\"}\n         :d \"M27.7 205.8 27.4 217.5 27.2 205.8 27 194.1 13.3 193.7-.5 193.4 128 193.4 256.5 193.4 250.8 193.8 245.1 194.2 244.8 205.9 244.4 217.5 244.2 205.8 244 194H136 28.1ZM16 215H8V205 195H16 24V205 215ZM16 214H23V205 196H16 9V205 214ZM47.5 213H40V204.5 196H47.5 55V204.5 213ZM47.5 211H52V207.6 204.2L51.4 201.1 50.8 198H47.5 44.3L43.6 201.1 43 204.3V207.7 211.1ZM143.5 213H142.5L139.3 211 136.1 209V207 205L137 204.5 137.9 204 137.5 201.7 137.1 199.4 138.7 198.1 140.3 196.8 142.1 198.4 143.9 200 145.5 198.4 147.1 196.8 148.7 198.2 150.3 199.6 149.9 201.9 149.5 204.2 150.4 204.7 151.3 205.2V207.2 209.2L148.1 211.2 144.9 213.2ZM143.3 212 144.1 212 147.1 210.5 150 208.9V207 205.1L149.1 204.5 148.2 203.9 148.6 202.2 149 200.5 148.1 199.1 147.2 197.7 146.1 198.4 145 199.1V200.7 202.3L146.8 200.9 148.6 199.5 147.2 201.3 145.8 203.1 144.6 202.1 143.4 201.1 142.4 202.1 141.4 203.1 140 201.3 138.5 199.5 140.3 200.9 142.1 202.3V200.7 199.1L141 198.4 139.9 197.7 139 199.1 138.1 200.5 138.5 202.2 138.9 203.9 138 204.5 137 205.1V207 208.9L139.8 210.4 142.6 211.9 143.4 211.9ZM143.4 210 141.5 209.9 142.8 209.4 144.1 208.9 144.7 209.5 145.3 210.1 143.4 210ZM142.5 205H142V204.5 204H142.5 143V204.5 205ZM144.5 205H144V204.5 204H144.5 145V204.5 205ZM88 212H81V204.5 197H88 95V204.5 212ZM88 211H94V204.5 198H88 82V204.5 211ZM91.2 208.4 90.5 208.7 89.3 208.3 88 207.8V206.8 205.8L89.2 206.5 90.4 207.2 89.7 206.1 89 205 89.9 204.4 90.8 203.8 91.3 205.8 91.8 207.8ZM85.2 207H84.8L86 205.5 87.2 204 85.4 203.9 83.5 203.8 84.9 203.3 86.2 202.8 84.9 201.9 83.5 201 85 201 86.5 201 85 200 83.5 199 85.3 199 87 199V201.7 204.4L89.3 202.5 91.6 200.6 88.7 203.8 85.6 207ZM103 212H96V204.5 197H103 110V204.5 212ZM103 211H109V204.5 198H103 97V204.5 211ZM106.2 208.4 105.5 208.8 104.3 208.4 103.1 208V207 206L104.3 206.7 105.5 207.4 104.8 206.3 104.1 205.2 105 204.6 105.9 204 106.4 206 106.9 208ZM100.3 207H100V206.7 206.4L103.3 203.5 106.6 200.6 103.7 203.9 100.8 207.2ZM101.1 203.4 100.4 203.8 98.9 202.9 97.4 202 99 200.4 100.6 198.8 101.1 200.9 101.6 203ZM99.5 202H100V201.5 201H99.5 99V201.5 202ZM191.5 212H188.1L186 209.1 184 206.2V204.1 202L186.5 199.5 188.9 197H191.5 194.1L196.6 199.5 199.1 202V204.1 206.2L197 209.1 194.9 212ZM191.5 211H194.9L195.6 209.9 196.3 208.8 195.1 207.6 193.9 206.4 193 207.9 192.1 209.4 192 207.9 191.9 206.4 191.4 207.8 190.9 209.2 190.1 207.8 189.3 206.4 188.1 207.6 186.9 208.8 187.6 209.9 188.3 211H191.7ZM191.5 206.5H198V204.3 202L196 200 194 198H191.5 189L187 200 185 202V204.3 206.6ZM223 212H216V204.5 197H223 230V204.5 212ZM223 211H224.6L225.8 209.8 227 208.6V205.9 203.2L228 200.6 229 198H228 227L225 199.2 223 200.5 221 199.2 219 198H218 217L218 200.6 219 203.2V205.9 208.6L220.2 209.8 221.4 211ZM223 209H221.1L221.7 207.5 222.3 206H223 223.8L224.4 207.5 225 209ZM221.5 204H221V203.5 203H221.5 222V203.5 204ZM224.5 204H224V203.5 203H224.5 225V203.5 204ZM219.5 201H219V200.5 200H219.5 220V200.5 201ZM226.5 201H226V200.5 200H226.5 227V200.5 201ZM167 209H166.5L163.5 206.5 160.5 204 162.9 202 165.2 200H167 168.8L171.2 202 173.6 204 170.6 206.5 167.6 209ZM167 208H167.9L168.4 207.2 168.9 206.4H167 165.1L165.6 207.2 166.1 208ZM167 205.5H170.8L170.4 204.8 169.9 204H171 172.1L171.4 202.9 170.7 201.8 169.2 202.4 167.7 203 168.3 202 169.1 201H167 164.9L165.5 202 166.1 203 164.6 202.4 163.1 201.8 162.4 202.9 161.9 204H163 164.1L163.6 204.8 163.1 205.6ZM128 191H2V105 19H128 254V105 191ZM128 189H252V105 21H128 4V105 189ZM92 185H10.4L9.2 183.8 8 182.6V165 147.4L9.2 146.2 10.4 145H92 173.6L174.8 146.2 176 147.4V165 182.6L174.8 183.8 173.6 185ZM92 184H172.6L173.8 182.8 175 181.6V165 148.4L173.8 147.2 172.6 146H92 11.4L10.2 147.2 9 148.4V165 181.6L10.2 182.8 11.4 184ZM92.2 179.8 13.9 180.1 13.4 178.8 12.9 177.4 13.2 163.9 13.5 150.5H92 170.5V165 179.5ZM95.1 NaNV165 151.5H92 14.5L14.2 163.9 13.9 176.3 14.4 177.6 14.9 178.9ZM110.7 NaNZM110.4 NaNZM110.7 NaNV156.5 155L20.3 155.1 22.6 155.2 20.6 156.1 18.6 157 20.4 157.1 22 157V158.5 160L19.8 159.9ZM25.8 158.5 25.3 160.5 25.2 158.3 25 156.2 23.8 155.7 22.6 155.2 25.6 155.1 28.6 155 27.5 155.7 26.4 156.4 25.9 158.4ZM31 160H29V157.5 155H31 33V157.5 160ZM31 159H32V157.5 156H31 30V157.5 159ZM34.7 159.3 34.2 160.6 34.1 157.9 34 155H36 38V156.5 158H36.6 35.2ZM36 157H37.3L36.7 156.3 36 155.7 35.3 156.3 34.7 157ZM50.7 159.3 50.2 160.6 50.1 157.9 50 155H52 54V156.5 158H52.6 51.2ZM52 157H53.3L52.7 156.3 52 155.7 51.3 156.3 50.7 157ZM57.3 159.9 55 160 55.1 157.3 55.2 154.6 55.6 156.8 56 159 57.7 159.4 59.5 159.8ZM61 159 59.9 160.5 60.2 158 60.5 155.5H62 63.5L63.8 158 64.1 160.5 63 159 62 157.5ZM62 157H63.3L62.7 156.3 62 155.7 61.3 156.3 60.7 157ZM67.9 158.7 67.5 159.9 66.3 157.4 65.1 154.9 66.4 155.9 67.7 156.9 69.1 155.7 70.5 154.5 69.4 156 68.3 157.5ZM84.3 159.9 82 160 82.1 157.3 82.2 154.6 82.6 156.8 83 159 84.7 159.4 86.5 159.8ZM89 160H87V157.5 155H89 91V157.5 160ZM89 159H90V157.5 156H89 88V157.5 159ZM94 160H92V157.5 155H94 96V157.5 160ZM94 159H95V157.5 156H94 93V157.5 159ZM97.7 159.3 97.2 160.6 97.1 157.9 97 155H99 101V156.5 158H99.6 98.2ZM99 157H100.3L99.7 156.3 99 155.7 98.3 156.3 97.7 157ZM125.7 158.5 125.2 160.5 125.1 158.3 125 156.1 123.8 155.6 122.6 155.1 125.6 155 128.6 154.9 127.5 155.6 126.4 156.3 125.9 158.3ZM131.3 159.9 129 160V157.5 155L131.3 155.1 133.6 155.2 131.6 156 129.6 156.8 131.6 157.3 133.6 157.8 131.6 158 129.6 158.2 131.6 159.1 133.6 160 131.4 160.1ZM134.9 158.6 134.2 160.4 134.1 157.5 134 154.6 135.3 155.7 136.6 156.8 137.8 155.6 139 154.6 138.9 157.5 138.8 160.4 138.1 158.6 137.4 156.8H136.5 135.6L134.9 158.6ZM140.7 159.2 140.2 160.5 140.1 157.8 140 155H142 144V156.5 158H142.6 141.2ZM142 157H143.3L142.7 156.3 142 155.7 141.3 156.3 140.7 157ZM147 160H145V157.5 155H147 149V157.5 160ZM147 159H148V157.5 156H147 146V157.5 159ZM215.6 183.8 201.5 183.6 216 183.1 230.5 182.6 230.8 178.1 231.1 173.6 231.5 173.2 232 172.7V177.2 181.7L230.8 182.9 229.6 184.1ZM205 179H203V175.5 172H205 207V173 174L205.5 173.4 204 172.8V175.5 178.2L205.5 177.6 207 177V178 179ZM210.3 178.9 208.1 179 208.3 175.3 208.5 171.6 208.9 174.8 209.3 178 211 178.4 212.7 178.8ZM215.3 178.9 213 179V175.5 172L215.3 172.1 217.6 172.2 215.9 172.7 214.2 173.2V174 174.8L215.5 175.3 216.8 175.8 215.6 175.9 214 176V176.9 177.8L215.8 178.3 217.6 178.8ZM218.7 177.8 218.2 179.6 218.4 176.1 218.6 172.6H220.6 222.6L222.8 176.1 223 179.6 222.5 177.9 222 176.2H220.5 219.1ZM220.5 175H222V174 173H220.5 219V174 175ZM224.7 177.8 224.2 179.6 224.1 175.8 224 172 226.2 172.3 228.4 172.6 228.6 176 228.8 179.4 227.9 177.7 226.9 176H226 225.1ZM226.5 175H228V174 173H226.5 225V174 175ZM216 161H184V156.5 152H216 248V156.5 161ZM187.5 160H190V156.5 153H187.5 185V156.5 160ZM188.6 159H188.2L187.1 157.6 186 156.2 187.5 154.9 189 153.8V156.4 159ZM216 160H241V156.5 153H216 191V156.5 160ZM244.5 160H247V156.5 153H244.5 242V156.5 160ZM243.4 159H243V156.4 153.8L244.5 155.1 246 156.4 244.9 157.8 243.8 159ZM188.7 151H188.3L187.2 149.6 186.1 148.2 187.8 146.8 189.5 145.4 188.8 146.6 188.1 147.8 189.9 148.3 191.7 148.8 189.9 148.9 188.1 149 188.7 150 189.3 151ZM204.8 150.9 202.6 150.8 204.6 149.9 206.6 149 204.9 148.9 203 149V147.5 146L205.3 146.1 207.6 146.2 205.6 147.1 203.6 148 205.4 148.1 207.2 148.2V149.7 151.2L205 151.1ZM210 151H208V148.5 146H210 212V147 148L210.5 147.4 209 146.8V148.5 150.2L210.5 149.6 212 149V150 151ZM214 150 213 151.5 213 148.8 213 146H214.9 216.8V148.6 151.2L215.9 149.9 215 148.5ZM215 148H216.3L215.7 147.3 215 146.7 214.3 147.3 213.7 148ZM220 151H218V148.5 146H220 222V148.5 151ZM220 150H221V148.5 147H220 219V148.5 150ZM224.8 151 223 151 223.1 148.3 223.2 145.6 223.7 147.6 224.2 149.6 225.3 150.3 226.4 151 224.7 151ZM228.8 151 227 151 227.1 148.3 227.2 145.6 227.7 147.6 228.2 149.6 229.3 150.3 230.4 151 228.7 151ZM243.4 151H243L243.6 150.1 244.2 149.2 242.4 148.7 240.6 148.2 242.4 148.1 244.2 148 243.4 146.8 242.6 145.6 244.3 147 246 148.4 244.9 149.8 243.8 151.2ZM193.5 148.9 191.6 148.8 192.9 148.3 194.2 147.8 194.8 148.4 195.4 149 193.5 148.9ZM197.5 148.9 195.6 148.8 196.9 148.3 198.2 147.8 198.8 148.4 199.4 149 197.5 148.9ZM234.5 148.9 232.6 148.8 233.9 148.3 235.2 147.8 235.8 148.4 236.4 149 234.5 148.9ZM238.5 148.9 236.6 148.8 237.9 148.3 239.2 147.8 239.8 148.4 240.4 149 238.5 148.9Z\"}]])\n\n(defn tile [color row length height offset array]\n  [:line {:x1 0 :x2 length\n          :y1 (+ row (/ height 2)) :y2 (+ row (/ height 2))\n              :stroke-width height\n              :stroke-dasharray array\n              :stroke-dashoffset offset\n              :stroke color}])\n\n(defn hill [x]\n  [:g {:transform \"translate(-0.75,4.875) scale(0.3)\"}\n   (doall (for [line (range 32)]\n            ^{:key line}\n            [:g\n             [:line {:x1 (case line\n                           0 (- x 3)\n                           1 (- x 6)\n                           2 (- x 8)\n                           (- x (+ 6 line)))\n                     :x2 (case line\n                           0 (+ x 3)\n                           1 (+ x 6)\n                           2 (+ x 8)\n                           (+ x (+ 6 line)))\n                     :y1 line :y2 line\n                     :stroke-width 1.5\n                     :stroke \"#00ad00\"}]\n             [:line {:x1 (case line\n                           0 (- x 3)\n                           1 (- x 6)\n                           2 (- x 8)\n                           (- x (+ 6 line)))\n                     :x2 (case line\n                           0 (+ x 3)\n                           1 (+ x 6)\n                           2 (+ x 8)\n                           (+ x (+ 6 line)))\n                     :y1 line :y2 line\n                     :stroke-width 1\n                     :stroke-dasharray\n                     (case line\n                       0 \"6\"\n                       1 \"3 6\"\n                       2 \"2 12\"\n                       (str \"1 \" (* 2 (+ 5 line))))\n                     :stroke-dashoffset 0\n                     :stroke \"black\"}]]))\n   [:path {:transform \"translate(40,2)\"\n           :d \"M0 4H2V8H0V4Z M3 1H4V0H5V1H6V5H5V6H4V5H3V1Z\"}]\n   [:path {:transform \"translate(24,18)\"\n           :d \"M0 4H2V8H0V4Z M3 1H4V0H5V1H6V5H5V6H4V5H3V1Z\"}]\n   [:path {:transform \"translate(48,18)\"\n           :d \"M0 4H2V8H0V4Z M3 1H4V0H5V1H6V5H5V6H4V5H3V1Z\"}]])\n\n(defn cloud [x y]\n  [:g {:transform (str \" scale(0.2) translate(\" x \",\" y \")\")}\n   [:path {:stroke \"#6b8cff\" :d \"M0 0h14M18 0h14M0 1h13M19 1h13M0 2h11M20 2h12M0 3h10M20 3h1M22 3h10M0 4h10M23 4h9M0 5h10M24 5h8M0 6h9M24 6h8M0 7h8M24 7h8M0 8h5M25 8h2M28 8h4M0 9h4M25 9h1M29 9h3M0 10h3M29 10h3M0 11h3M29 11h1M31 11h1M0 12h1M0 15h1M31 15h1M0 16h2M30 16h2M0 17h3M31 17h1M0 18h4M0 19h4M31 19h1M0 20h5M31 20h1M0 21h8M29 21h3M0 22h9M15 22h1M24 22h1M27 22h5M0 23h11M14 23h4M22 23h10\"}]\n   [:path {:stroke \"#000000\" :d \"M14 0h4M13 1h1M18 1h1M11 2h2M19 2h1M10 3h1M19 3h1M21 3h1M10 4h1M20 4h1M22 4h1M10 5h1M23 5h1M9 6h1M23 6h1M8 7h1M23 7h1M5 8h3M24 8h1M27 8h1M4 9h1M24 9h1M26 9h1M28 9h1M3 10h1M25 10h1M28 10h1M28 11h1M30 11h1M1 12h2M29 12h1M31 12h1M0 13h1M31 13h1M0 14h1M31 14h1M1 15h1M30 15h1M2 16h1M29 16h1M3 17h1M30 17h1M4 18h1M31 18h1M4 19h1M5 20h3M29 20h2M8 21h1M15 21h1M24 21h1M27 21h2M9 22h2M14 22h1M16 22h2M22 22h2M25 22h2M11 23h3M18 23h4\"}]\n   [:path {:stroke \"#fefefe\" :d \"M14 1h4M13 2h6M11 3h8M11 4h9M21 4h1M11 5h6M18 5h5M10 6h3M15 6h3M19 6h4M9 7h3M13 7h10M8 8h16M5 9h19M27 9h1M4 10h21M26 10h2M3 11h25M3 12h26M30 12h1M1 13h30M1 14h30M2 15h28M3 16h2M6 16h11M18 16h11M4 17h2M7 17h2M10 17h6M17 17h13M5 18h2M11 18h3M18 18h4M23 18h8M5 19h5M16 19h1M22 19h9M8 20h4M14 20h4M21 20h8M9 21h6M16 21h8M25 21h2M11 22h3M18 22h4\"}]\n   [:path {:stroke \"#39bdff\" :d \"M17 5h1M13 6h2M18 6h1M12 7h1M5 16h1M17 16h1M6 17h1M9 17h1M16 17h1M7 18h4M14 18h4M22 18h1M10 19h6M17 19h5M12 20h2M18 20h3\"}]])\n\n(defn mario-icon [x y scale]\n  (into [:g {:pointer-events \"none\"\n             :transform (str \"scale(\" scale \") translate(\" (+ x 30.5) \",\" (+ 3 y) \")\")}]\n        (for [[color path]\n              [[\"#c04020\" \"M3 0h5M2 1h1M8 1h2M2 2h1M10 2h1M11 3h1M12 4h1M13 5h1M13 6h1M1 8h1M13 8h1M1 9h1M13 9h1M1 10h1M6 10h1M1 13h3M10 13h1M3 14h8\"]\n               [\"#f80000\" \"M3 1h2M6 1h2M8 2h2M10 3h1M11 4h1\"]\n               [\"#f8f800\" \"M5 1h1M5 2h1\"]\n               [\"#c000c0\" \"M3 2h1M7 2h1M8 3h2M10 4h1M11 5h2M11 6h2\"]\n               [\"#f8f8f8\" \"M4 2h1M3 6h2M6 6h2M3 7h1M7 7h1M3 8h1M7 8h1\"]\n               [\"#f88000\" \"M6 2h1M5 6h1M8 6h1M8 7h2M13 7h1M9 8h1M5 9h2M12 9h1M2 10h4M11 10h3M9 11h3M9 12h2M4 13h6\"]\n               [\"#000000\" \"M1 3h7M0 4h10M0 5h11M1 6h2M9 6h2M4 7h1M6 7h1M10 7h2M4 8h1M6 8h1M10 8h2M9 9h3M7 10h1M10 10h1M0 11h9M12 11h2M1 12h6M11 12h2M11 13h1\"]\n               [\"#f8c080\" \"M5 7h1M12 7h1M2 8h1M5 8h1M8 8h1M12 8h1M2 9h3M7 9h2M8 10h2M7 12h2\"]]]\n          [:path {:stroke color\n                  :d path}])))\n\n(defn mario-note [x y scale]\n  (into [:g {:transform (str \"scale(\" scale \") translate(\" (+ x 30.5) \",\" (+ 3 y) \")\")\n             :pointer-events \"none\"}]\n        (for [[color path]\n              [[\"#c04020\" \"M3 0h5M2 1h1M8 1h2M2 2h1M10 2h1M11 3h1M12 4h1M13 5h1M13 6h1M1 8h1M13 8h1M1 9h1M13 9h1M1 10h1M6 10h1M1 13h3M10 13h1M3 14h8\"]\n               [\"#f80000\" \"M3 1h2M6 1h2M8 2h2M10 3h1M11 4h1\"]\n               [\"#f8f800\" \"M5 1h1M5 2h1\"]\n               [\"#c000c0\" \"M3 2h1M7 2h1M8 3h2M10 4h1M11 5h2M11 6h2\"]\n               [\"#f8f8f8\" \"M4 2h1M3 6h2M6 6h2M3 7h1M7 7h1M3 8h1M7 8h1\"]\n               [\"#f88000\" \"M6 2h1M5 6h1M8 6h1M8 7h2M13 7h1M9 8h1M5 9h2M12 9h1M2 10h4M11 10h3M9 11h3M9 12h2M4 13h6\"]\n               [\"#000000\" \"M1 3h7M0 4h10M0 5h11M1 6h2M9 6h2M4 7h1M6 7h1M10 7h2M4 8h1M6 8h1M10 8h2M9 9h3M7 10h1M10 10h1M0 11h9M12 11h2M1 12h6M11 12h2M11 13h1\"]\n               [\"#f8c080\" \"M5 7h1M12 7h1M2 8h1M5 8h1M8 8h1M12 8h1M2 9h3M7 9h2M8 10h2M7 12h2\"]]]\n          [:path {:stroke color\n                  :d path}])))\n\n(defn color-paths\n  ([paths x y scale]\n   (color-paths nil paths x y scale))\n  ([attrs paths x y scale]\n   (into\n    [:g\n     (merge attrs\n            {:transform (str \"scale(\" scale \") translate(\" x \",\" y \")\")})]\n    (for [[color path] paths]\n      [:path {:stroke color\n              :d path}]))))\n\n(defn shroom [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M5 0h6M3 1h2M11 1h2M2 2h1M13 2h1M1 3h1M14 3h1M1 4h1M14 4h1M0 5h1M15 5h1M0 6h1M15 6h1M0 7h1M15 7h1M0 8h1M15 8h1M0 9h1M15 9h1M0 10h1M4 10h8M15 10h1M1 11h3M6 11h1M9 11h1M12 11h3M2 12h1M6 12h1M9 12h1M13 12h1M2 13h1M13 13h1M3 14h1M12 14h1M4 15h8\"]\n                [\"#f8f8f8\" \"M5 1h2M3 2h4M11 2h2M2 3h4M12 3h2M2 4h3M7 4h4M13 4h1M6 5h6M2 6h2M6 6h6M1 7h4M6 7h6M14 7h1M1 8h4M7 8h4M13 8h2M2 9h2M13 9h2M14 10h1M4 11h2M7 11h2M10 11h2M3 12h3M7 12h2M10 12h3M3 13h10M4 14h8\"]\n                [\"#c000c0\" \"M7 1h4M1 5h1M14 5h1M1 6h1M14 6h1M1 9h1M4 9h9M1 10h3M12 10h2\"]\n                [\"#f80000\" \"M7 2h4M6 3h6M5 4h2M11 4h2M2 5h4M12 5h2M4 6h2M12 6h2M5 7h1M12 7h2M5 8h2M11 8h2\"]]\n               x y scale))\n\n(defn yoshi [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M6 0h3M5 1h1M9 1h1M10 2h1M3 3h2M6 3h1M10 3h2M1 4h2M6 4h1M12 4h1M0 5h1M9 5h1M12 5h1M0 6h1M7 6h2M12 6h1M0 7h1M3 7h4M11 7h1M1 8h3M11 8h1M4 9h1M12 9h2M15 9h1M4 10h1M14 10h2M3 11h1M15 11h1M3 12h1M8 12h6M15 12h1M3 13h1M7 13h2M13 13h1M15 13h1M4 14h1M7 14h1M13 14h2M5 15h9\"]\n                [\"#008040\" \"M6 1h3M8 2h2M9 3h1M3 4h1M11 4h1M1 5h1M11 5h1M11 6h1M10 7h1M10 8h1M11 9h1M12 10h2M14 11h1\"]\n                [\"#f8f8f8\" \"M5 2h3M5 3h1M7 3h2M5 4h1M7 4h3M2 5h1M6 5h3M7 7h1M4 8h4M5 9h4M5 10h5M4 11h7M4 12h4M4 13h3M14 13h1M5 14h2M8 14h1\"]\n                [\"#00f800\" \"M4 4h1M10 4h1M3 5h2M10 5h1M1 6h2M10 6h1M9 7h1M9 8h1M10 9h1M11 10h1M12 11h2M14 12h1\"]\n                [\"#f8f800\" \"M5 5h1M3 6h4M9 6h1M1 7h2M8 7h1M8 8h1M9 9h1M10 10h1M11 11h1\"]\n                [\"#f88000\" \"M9 13h2M9 14h1\"]\n                [\"#c04020\" \"M11 13h2M10 14h3\"]]\n               x y scale))\n\n(defn star [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M7 0h1M6 1h1M8 1h1M6 2h1M8 2h1M5 3h1M9 3h1M5 4h1M9 4h1M0 5h5M10 5h5M0 6h1M6 6h1M8 6h1M14 6h1M1 7h1M6 7h1M8 7h1M13 7h1M2 8h1M6 8h1M8 8h1M12 8h1M3 9h1M11 9h1M2 10h1M12 10h1M2 11h1M12 11h1M1 12h1M7 12h1M13 12h1M1 13h1M5 13h2M8 13h2M13 13h1M0 14h1M3 14h2M10 14h2M14 14h1M0 15h3M12 15h3\"]\n                [\"#f8f800\" \"M7 1h1M7 2h1M6 3h3M6 4h3M5 5h5M1 6h5M7 6h1M9 6h5M2 7h4M7 7h1M9 7h4M3 8h3M7 8h1M9 8h3M4 9h7M3 10h9M3 11h9M2 12h5M8 12h5M2 13h3M10 13h3M1 14h2M12 14h2\"]]\n               x y scale))\n\n(defn flower [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M7 0h2M2 1h1M6 1h1M9 1h1M13 1h1M1 2h1M3 2h1M5 2h1M10 2h1M12 2h1M14 2h1M1 3h1M4 3h1M11 3h1M14 3h1M0 4h1M15 4h1M0 5h1M4 5h2M9 5h2M15 5h1M0 6h1M3 6h1M6 6h1M8 6h1M11 6h1M15 6h1M0 7h1M15 7h1M1 8h1M14 8h1M2 9h1M13 9h1M3 10h2M11 10h2M5 11h6M2 12h3M6 12h1M9 12h4M1 13h1M5 13h2M9 13h1M13 13h1M0 14h1M6 14h1M8 14h1M14 14h1M0 15h1M6 15h3M14 15h1\"]\n                [\"#f88000\" \"M7 1h2M2 2h1M6 2h4M2 3h2M5 3h6M12 3h2M1 4h13M1 5h3M6 5h3M11 5h3M1 6h2M4 6h2M7 6h1M9 6h2M12 6h2M1 7h12M2 8h11M4 9h6\"]\n                [\"#c04020\" \"M13 2h1M14 4h1M14 5h1M14 6h1M13 7h2M13 8h1M3 9h1M10 9h3M5 10h6\"]\n                [\"#008040\" \"M7 12h1M2 13h2M7 13h1M10 13h2M1 14h4M7 14h1M9 14h4\"]\n                [\"#00f800\" \"M8 12h1M4 13h1M8 13h1M12 13h1M5 14h1M13 14h1M1 15h5M9 15h5\"]]\n               x y scale))\n\n(defn gb [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#808080\" \"M1 0h10M0 1h1M11 1h1M0 2h1M2 2h8M11 2h1M0 3h1M2 3h2M8 3h2M11 3h1M0 4h1M2 4h2M8 4h2M11 4h1M0 5h1M2 5h2M8 5h2M11 5h1M0 6h1M2 6h2M8 6h2M11 6h1M0 7h1M2 7h7M11 7h1M0 8h1M11 8h1M0 9h1M11 9h1M0 10h1M11 10h1M0 11h1M11 11h1M0 12h1M11 12h1M0 13h1M11 13h1M0 14h1M10 14h2M1 15h10\"]\n                [\"#f8f8f8\" \"M1 1h1M4 3h1M4 4h1M4 5h1M4 6h1\"]\n                [\"#c0c0c0\" \"M2 1h9M1 2h1M10 2h1M1 3h1M10 3h1M1 4h1M10 4h1M1 5h1M10 5h1M1 6h1M10 6h1M1 7h1M9 7h2M1 8h10M1 9h10M1 10h2M4 10h5M10 10h1M1 11h1M5 11h6M1 12h2M4 12h3M8 12h3M1 13h10M1 14h9\"]\n                [\"#f8f800\" \"M5 3h3M5 4h3M5 5h3M5 6h3\"]\n                [\"#000000\" \"M3 10h1M2 11h3M3 12h1\"]\n                [\"#c000c0\" \"M9 10h1M7 12h1\"]]\n               x y scale))\n\n(defn dog [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M0 0h2M5 0h2M0 1h1M2 1h3M6 1h1M14 1h1M0 2h1M6 2h8M0 3h2M4 3h1M13 3h1M0 4h1M13 4h1M0 5h1M2 5h1M5 5h1M13 5h1M0 6h1M5 6h1M13 6h1M0 7h5M13 7h1M1 8h1M3 8h1M5 8h7M13 8h1M1 9h1M3 9h1M5 9h1M9 9h1M11 9h1M13 9h1M1 10h1M3 10h1M5 10h1M9 10h1M11 10h1M13 10h1M1 11h1M3 11h1M5 11h1M9 11h1M11 11h1M13 11h1M1 12h5M9 12h5\"]\n                [\"#f8f8f8\" \"M1 1h1M5 1h1M1 2h5M2 3h2M5 3h8M1 4h12M1 5h1M3 5h2M6 5h7M1 6h4M6 6h7M5 7h8M2 8h1M4 8h1M12 8h1M2 9h1M4 9h1M10 9h1M12 9h1M2 10h1M4 10h1M10 10h1M12 10h1M2 11h1M4 11h1M10 11h1M12 11h1\"]]\n               x y scale))\n\n(defn kitty [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M13 0h1M1 1h1M5 1h1M12 1h1M0 2h1M2 2h3M6 2h1M13 2h1M0 3h1M6 3h1M12 3h1M0 4h1M2 4h1M4 4h1M6 4h1M13 4h1M0 5h1M7 5h6M1 6h1M3 6h1M13 6h1M1 7h1M13 7h1M1 8h1M13 8h1M1 9h1M3 9h1M5 9h7M13 9h1M1 10h1M3 10h1M5 10h1M9 10h1M11 10h1M13 10h1M1 11h1M3 11h1M5 11h1M9 11h1M11 11h1M13 11h1M2 12h1M4 12h1M10 12h1M12 12h1\"]\n                [\"#f8c080\" \"M1 2h1M5 2h1M2 3h3M1 4h1M3 4h1M5 4h1M1 5h2M4 5h3M5 6h2M8 6h1M10 6h1M12 6h1M2 7h5M8 7h1M10 7h1M12 7h1M2 8h5M8 8h1M10 8h1M12 8h1M2 9h1M4 9h1M12 9h1M2 10h1M4 10h1M10 10h1M12 10h1M2 11h1M4 11h1M10 11h1M12 11h1\"]\n                [\"#c04020\" \"M1 3h1M5 3h1M3 5h1M2 6h1M4 6h1M7 6h1M9 6h1M11 6h1\"]\n                [\"#806000\" \"M7 7h1M9 7h1M11 7h1\"]\n                [\"#f88000\" \"M7 8h1M9 8h1M11 8h1\"]]\n               x y scale))\n\n(defn pig [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M3 0h1M7 0h1M2 1h1M4 1h3M8 1h1M1 2h1M9 2h1M15 2h1M0 3h1M3 3h1M7 3h1M10 3h1M14 3h1M0 4h1M10 4h1M15 4h1M0 5h1M3 5h5M10 5h5M0 6h1M2 6h1M8 6h1M10 6h1M14 6h1M0 7h1M2 7h1M4 7h1M6 7h1M8 7h1M10 7h1M14 7h1M0 8h1M2 8h1M8 8h1M10 8h1M14 8h1M0 9h1M2 9h7M10 9h1M14 9h1M1 10h1M3 10h1M7 10h1M9 10h1M14 10h1M2 11h7M14 11h1M2 12h1M14 12h1M2 13h1M4 13h1M6 13h7M14 13h1M2 14h1M4 14h1M6 14h1M10 14h1M12 14h1M14 14h1M3 15h1M5 15h1M11 15h1M13 15h1\"]\n                [\"#f8c080\" \"M3 1h1M7 1h1M2 2h7M1 3h1M4 3h3M9 3h1M1 4h9M1 5h2M8 5h2M1 6h1M3 6h5M9 6h1M11 6h3M1 7h1M3 7h1M5 7h1M7 7h1M9 7h1M11 7h3M1 8h1M3 8h5M9 8h1M11 8h3M1 9h1M9 9h1M11 9h3M2 10h1M8 10h1M10 10h4M9 11h5M3 12h11M3 13h1M5 13h1M13 13h1M3 14h1M5 14h1M11 14h1M13 14h1\"]\n                [\"#f8f8f8\" \"M2 3h1M8 3h1\"]\n                [\"#f80000\" \"M4 10h3\"]]\n               x y scale))\n\n(defn swan [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#c0c0c0\" \"M3 1h3M5 2h2M6 3h2M5 4h1M7 4h1M4 7h1M15 7h1M3 8h1M9 8h2M14 8h2M2 9h1M5 9h3M11 9h3M15 9h1M1 10h1M3 10h3M14 10h1M1 11h1M4 11h3M11 11h3M1 12h3M8 12h4M2 13h1M4 13h4\"]\n                [\"#806000\" \"M2 2h1M3 4h1M1 5h2M7 14h3M8 15h1\"]\n                [\"#f8f8f8\" \"M3 2h2M4 3h2M6 4h1M6 5h1M6 6h1M5 7h1M4 8h1M3 9h1M8 9h3M14 9h1M2 10h1M6 10h8M2 11h2M7 11h4M4 12h3\"]\n                [\"#f88000\" \"M1 3h2M0 4h1M0 5h1M6 16h4\"]\n                [\"#f8f800\" \"M3 3h1M1 4h2M5 16h1\"]\n                [\"#808080\" \"M4 4h1M5 5h1M7 5h1M5 6h1M7 6h1M6 7h1M5 8h4M4 9h1M14 11h1M7 12h1M12 12h3M3 13h1M8 13h6M4 14h3M10 14h2\"]]\n               x y scale))\n\n(defn face [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M5 1h6M3 2h2M11 2h2M2 3h1M13 3h1M1 4h1M14 4h1M1 5h1M3 5h3M10 5h3M14 5h1M0 6h1M2 6h1M4 6h1M6 6h1M9 6h1M11 6h1M13 6h1M15 6h1M0 7h1M3 7h3M10 7h3M15 7h1M0 8h1M15 8h1M0 9h1M7 9h2M15 9h1M0 10h1M6 10h1M9 10h1M15 10h1M0 11h1M3 11h1M12 11h1M15 11h1M1 12h1M4 12h8M14 12h1M1 13h1M5 13h1M10 13h1M14 13h1M2 14h1M6 14h4M13 14h1M3 15h2M11 15h2M5 16h6\"]\n                [\"#f8c080\" \"M5 2h6M3 3h10M2 4h12M2 5h1M6 5h4M13 5h1M1 6h1M7 6h2M14 6h1M1 7h2M6 7h4M13 7h2M1 8h14M1 9h6M9 9h6M1 10h5M7 10h2M10 10h5M1 11h2M4 11h8M13 11h2M2 12h2M12 12h2M2 13h3M11 13h3M3 14h3M10 14h3M5 15h6\"]\n                [\"#f8f8f8\" \"M3 6h1M5 6h1M10 6h1M12 6h1\"]\n                [\"#f80000\" \"M6 13h4\"]]\n               x y scale))\n\n(defn plane [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M3 0h3M13 0h2M2 1h1M6 1h1M12 1h1M15 1h1M2 2h2M7 2h5M15 2h1M1 3h1M15 3h1M0 4h1M15 4h1M0 5h1M15 5h1M0 6h1M5 6h1M10 6h1M13 6h2M1 7h1M6 7h1M10 7h3M2 8h6M10 8h1M8 9h3\"]\n                [\"#f8f8f8\" \"M3 1h2M13 1h2M4 2h2M12 2h3M2 3h13M1 5h14M6 6h4M7 7h3M8 8h2\"]\n                [\"#c0c0c0\" \"M5 1h1M6 2h1M1 6h4M11 6h2M2 7h4\"]\n                [\"#f80000\" \"M1 4h14\"]]\n               x y scale))\n\n(defn boat [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#000000\" \"M6 0h1M11 0h3M6 1h1M11 1h1M13 1h1M6 2h1M11 2h1M13 2h1M6 3h1M8 3h7M6 4h1M8 4h1M14 4h1M0 5h5M6 5h1M8 5h1M10 5h1M12 5h1M14 5h1M0 6h1M4 6h12M1 7h1M15 7h1M1 8h15M1 9h1M15 9h1M2 10h1M14 10h1M2 11h13\"]\n                [\"#f8f800\" \"M12 1h1M12 2h1\"]\n                [\"#f8f8f8\" \"M9 4h5M9 5h1M11 5h1M13 5h1M1 6h3M2 7h13\"]\n                [\"#f88000\" \"M2 9h1M3 10h1\"]\n                [\"#f80000\" \"M3 9h12M4 10h10\"]]\n               x y scale))\n\n(defn car [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#0000f8\" \"M6 0h1M5 1h1M4 2h1\"]\n                [\"#000000\" \"M7 0h5M7 1h1M10 1h1M12 1h1M6 2h1M11 2h1M13 2h1M1 3h11M14 3h1M0 4h1M15 4h1M0 5h1M15 5h1M0 6h1M3 6h2M11 6h2M15 6h1M0 7h1M2 7h1M5 7h1M10 7h1M13 7h1M15 7h1M1 8h2M5 8h6M13 8h2M3 9h2M11 9h2\"]\n                [\"#f8f8f8\" \"M6 1h1M8 1h1M5 2h1M7 2h1M4 7h1M12 7h1\"]\n                [\"#00f8f8\" \"M9 1h1M8 2h3\"]\n                [\"#f88000\" \"M11 1h1M12 2h1M12 3h2M14 4h1M1 5h14M1 6h2M5 6h6M13 6h2\"]\n                [\"#f8f800\" \"M1 4h13\"]\n                [\"#f80000\" \"M1 7h1M6 7h4M14 7h1\"]\n                [\"#808080\" \"M3 7h1M11 7h1\"]\n                [\"#c0c0c0\" \"M3 8h2M11 8h2\"]]\n               x y scale))\n\n(defn heart [x y scale]\n  (color-paths {:pointer-events \"none\"}\n               [[\"#f80000\" \"M2 0h4M9 0h4M1 1h2M5 1h2M8 1h1M12 1h2M1 2h1M3 2h5M9 2h5M0 3h1M2 3h13M0 4h1M2 4h13M0 5h1M2 5h13M1 6h1M3 6h11M1 7h2M4 7h10M2 8h2M5 8h8M3 9h9M4 10h2M7 10h4M5 11h5M6 12h3M7 13h1\"]\n                [\"#f8f8f8\" \"M3 1h2M9 1h3M2 2h1M8 2h1M1 3h1M1 4h1M1 5h1M2 6h1M3 7h1M4 8h1M6 10h1\"]]\n               x y scale))\n\n(defn floor-tile [length]\n  [:g {:transform (str \"scale(\" 0.125 \") translate (0,\" 115 \")\")}\n   [tile \"#e45e10\" 0  (* 32 length) 1 1 \"2 9 1 4\"]\n   [tile \"#f0d0b0\" 0  (* 32 length) 1 -1 \"8 2 4 2\"]\n   [tile \"black\" 0    (* 32 length) 10 -9 \"1 15\"]\n   [tile \"#f0d0b0\" 1  (* 32 length) 9 0 \"1 15\"]\n   [tile \"#e45e10\" 1  (* 32 length) 9 -1 \"8 8\"]\n   [tile \"#f0d0b0\" 1  (* 32 length) 4 -10 \"1 15\"]\n   [tile \"#e45e10\" 1  (* 32 length) 3 -11 \"4 12\"]\n   [tile \"black\" 1    (* 32 length) 4 -15 \"1 15\"]\n   [tile \"black\" 4    (* 32 length) 1 -11 \"1 15\"]\n   [tile \"#e45e10\" 4  (* 32 length) 1 -12 \"3 13\"]\n   [tile \"#e45e10\" 5  (* 32 length) 1 -10 \"1 4 1 10\"]\n   [tile \"black\" 5    (* 32 length) 1 -11 \"4 12\"]\n   [tile \"#f0d0b0\" 6  (* 32 length) 1 -10 \"5 11\"]\n   [tile \"black\" 6    (* 32 length) 10 -15 \"1 15\"]\n   [tile \"#f0d0b0\" 7  (* 32 length) 3 -10 \"1 15\"]\n   [tile \"#e45e10\" 7  (* 32 length) 7 -11 \"4 12\"]\n   [tile \"black\" 10   (* 32 length) 1 0 \"2 6 1 7\"]\n   [tile \"#e45e10\" 10 (* 32 length) 1 -2 \"6 2 5 3\"]\n   [tile \"#f0d0b0\" 10 (* 32 length) 1 -9 \"1 15\"]\n   [tile \"#f0d0b0\" 11 (* 32 length) 1 0 \"2 7 1 6\"]\n   [tile \"black\" 11   (* 32 length) 1 -2 \"2 4 1 9\"]\n   [tile \"#e45e10\" 11 (* 32 length) 1 -4 \"4 2 1 9\"]\n   [tile \"#f0d0b0\" 12 (* 32 length) 1 0 \"1 1 2 4 1 7\"]\n   [tile \"#e45e10\" 12 (* 32 length) 3 -1 \"1 7 5 3\"]\n   [tile \"#f0d0b0\" 13 (* 32 length) 1 0 \"1 3 3 1 1 7\"]\n   [tile \"black\" 12   (* 32 length) 1 -4 \"4 12\"]\n   [tile \"#e45e10\" 13 (* 32 length) 1 -2 \"2 14\"]\n   [tile \"black\" 13   (* 32 length) 1 -7 \"1 15\"]\n   [tile \"#f0d0b0\" 14 (* 32 length) 1 0 \"1 7 1 7\"]\n   [tile \"#e45e10\" 14 (* 32 length) 1 -2 \"5 11\"]\n   [tile \"black\" 14   (* 32 length) 1 -7 \"1 6 1 8\"]\n   [tile \"#e45e10\" 15 (* 32 length) 1 1 \"2 6 1 7\"]\n   [tile \"black\" 15   (* 32 length) 1 -1 \"6 2 6 2\"]\n   [tile \"#f0d0b0\" 15 (* 32 length) 1 -8 \"1 15\"]])"
  },
  {
    "path": "src/mecca/max_or_throw.cljs",
    "content": "(ns mecca.max-or-throw\n  \"Taken from a previous version of SCI. See\n  https://github.com/borkdude/sci/commit/4197294987cdd85a8c909328c6fc5d5ba92fa7c6.\")\n\n(defprotocol MaxOrThrow\n  (max-or-throw [this n]))\n\n(defn bottom [n data]\n  (lazy-seq [(throw (ex-info (str \"Maximum number of elements realized: \" n)\n                             data))]))\n\n(defn take*\n  ([n coll err-val]\n   (lazy-seq\n    (if (pos? n)\n      (when-let [s (seq coll)]\n        (cons (first s) (take* (dec n) (rest s) err-val)))\n      err-val))))\n\n(defn take-or-throw [coll n]\n  (take* n coll\n         (bottom n (merge {:type :sci.error/realized-beyond-max\n                           :realize-max n}))))\n\n(extend-protocol MaxOrThrow\n\n  nil\n  (max-or-throw\n    ([this n] this))\n\n  default\n  (max-or-throw\n    ([this n] this))\n\n  LazySeq\n  (max-or-throw\n    ([this n]\n     (take-or-throw this n)))\n\n  Cons\n  (max-or-throw\n    ([this n]\n     (take-or-throw this n)))\n\n  Range\n  (max-or-throw\n    ([this n]\n     (take-or-throw this n)))\n\n  Iterate\n  (max-or-throw\n    ([this n]\n     (take-or-throw this n)))\n\n  Repeat\n  (max-or-throw\n    ([this n]\n     (take-or-throw this n))))"
  },
  {
    "path": "src/mecca/music.cljs",
    "content": "(ns mecca.music\n  (:require\n   [cljs.core.async :refer [<! chan put! close!]]\n   [re-frame.core :as rf :refer [subscribe dispatch]])\n  (:require-macros\n   [cljs.core.async.macros :refer [go go-loop]]))\n\n(defn mario-jump []\n  (let [beat (subscribe [:current-position])\n        notes (subscribe [:notes])\n        jump (subscribe [:mario-jump])]\n    (when (and @(subscribe [:playing?])\n               (zero? @jump))\n      (if (< 0 (count (filter #(= (:time %) (inc @beat))\n                              @notes)))\n        (dispatch [:jump!])))))\n\n(defn mario-move []\n  (let [notes (subscribe [:notes])\n        playing? @(subscribe [:playing?])\n        now (.-currentTime @(subscribe [:audio-context]))\n        length (apply max (map #(:time %) @notes))\n        started (subscribe [:play-start])\n        elapsed (- now @started)\n        beat-length (/ 60 @(subscribe [:tempo]))\n        end-time (+ @started (* beat-length 4))\n        current-beat (/ elapsed beat-length)\n        last-drawn-pos (subscribe [:current-position])]\n    (when playing?\n      (if (< length current-beat)\n        (dispatch [:play-off])\n        (if (< @last-drawn-pos current-beat)\n          (do (dispatch [:move-mario])\n              (dispatch [:advance-position])))))\n    (mario-jump)))\n\n(defn dispatch-timer-event []\n  (dispatch [:tick!])\n  (mario-move))\n\n(defonce do-timer\n  (js/setInterval dispatch-timer-event 60))\n\n(defn load-sound [named-url]\n  (let [out (chan)\n        req (js/XMLHttpRequest.)]\n    (set! (.-responseType req) \"arraybuffer\")\n    (set! (.-onload req) (fn [e]\n                           (if (= (.-status req) 200)\n                             (do (put! out (assoc named-url :buffer (.-response req)))\n                                 (close! out))\n                             (close! out))))\n    (.open req \"GET\" (:url named-url) true)\n    (.send req)\n    out))\n\n(defn decode [named-url]\n  (let [out (chan)]\n    (if (:buffer named-url)\n      (do\n        (.decodeAudioData\n         @(subscribe [:audio-context]) (:buffer named-url)\n         (fn [decoded-buffer]\n           (put! out (assoc named-url :decoded-buffer decoded-buffer))\n           (close! out))\n         (fn []\n           (.error js/console \"Error loading file \" (prn named-url))\n           (close! out))))\n      (close! out))\n    out))\n\n(defn buffer-source [buffer]\n  (let [source (.createBufferSource @(subscribe [:audio-context]))]\n    (set! (.-buffer source) buffer)\n    source))\n\n(defn get-and-decode [named-url]\n  (go\n    (when-let [s (<! (load-sound named-url))]\n      (<! (decode s)))))\n\n(defn load-samples []\n  (go-loop [result {}\n            sounds (range 1 19)]\n    (if-not (nil? (first sounds))\n      (let [sound (first sounds)\n            decoded-buffer (<! (get-and-decode {:url (str \"audio/\" sound \".mp3\")\n                                                :sound sound}))]\n        (prn sound)\n        (prn decoded-buffer)\n        (recur (assoc result sound decoded-buffer)\n               (rest sounds)))\n      result)))\n\n(defonce loading-samples\n  (go\n    (dispatch [:load-samples  (<! (load-samples))])\n    (prn \"Samples loaded\")))\n\n(defn add-semitone [rate]\n  (* rate (.pow js/Math 2 (/ 1 12))))\n\n(defn sub-semitone [rate]\n  (* rate (.pow js/Math 2 (/ -1 12))))\n\n(defn inc-rate [semis]\n  (reduce add-semitone (repeat semis 1)))\n\n(defn dec-rate [semis]\n  (reduce sub-semitone (repeat semis 1)))\n\n(defn pitch->rate [midi-num]\n  (if (< 66 midi-num)\n    (inc-rate (- midi-num 66))\n    (dec-rate (- 68 midi-num))))\n\n(defn play-note [pitch]\n  (let [context       @(subscribe [:audio-context])\n        samples       (subscribe [:samples])\n        instrument    (subscribe [:instrument])\n        audio-buffer  (:decoded-buffer (get @samples @instrument))\n        sample-source (.createBufferSource context)]\n    (set! (.-buffer sample-source) audio-buffer)\n    (.setValueAtTime\n     (.-playbackRate sample-source)\n     (pitch->rate pitch)\n     (.-currentTime context))\n    (.connect sample-source (.-destination context))\n    (.start sample-source)\n    sample-source))\n\n(defn play-sample [instrument pitch]\n  (let [context (subscribe [:audio-context])\n        samples (subscribe [:samples])\n        audio-buffer (:decoded-buffer (get @samples instrument))\n        sample-source (.createBufferSource @context)\n        compressor (.createDynamicsCompressor @context)\n        analyser (.createAnalyser @context)]\n    (set! (.-buffer sample-source) audio-buffer)\n    (.setValueAtTime\n     (.-playbackRate sample-source)\n     (pitch->rate pitch)\n     (.-currentTime @context))\n    (.connect sample-source analyser)\n    (.connect sample-source (.-destination @context))\n    (.start sample-source)\n    sample-source))\n\n(defn play-at [instrument pitch time]\n  (let [context (subscribe [:audio-context])\n        samples (subscribe [:samples])\n        audio-buffer (:decoded-buffer (get @samples instrument))\n        sample-source (.createBufferSource @context)]\n    (set! (.-buffer sample-source) audio-buffer)\n    (.setValueAtTime\n     (.-playbackRate sample-source)\n     (pitch->rate pitch)\n     time)\n    (.connect sample-source (.-destination @context))\n    (.start sample-source time)\n    sample-source))\n\n(defn delay-note [beats note]\n  (update note :time #(+ beats %)))\n\n(defn advance-note [beats note]\n  (update note :time #(- % beats)))\n\n(defn queue-section [from to]\n  (let [notes (subscribe [:notes])\n        started (subscribe [:play-start])\n        tempo (subscribe [:tempo])\n        section (filter #(<= from (:time %) to) @notes)\n        advanced (map #(advance-note from %) section)]\n    (doall (for [{:keys [time instrument pitch]} section]\n             (play-at instrument pitch (+ @started (* (/ 60 @tempo) time)))))))\n\n(defn play-section [from to]\n  (let [notes (subscribe [:notes])\n        now (.-currentTime @(subscribe [:audio-context]))\n        tempo (subscribe [:tempo])\n        section (filter #(<= from (:time %) to) @notes)\n        advanced (map #(advance-note from %) section)]\n    (doall (for [{:keys [time instrument pitch]} advanced]\n             (play-at instrument pitch (+ now (* (/ 60 @tempo) time)))))))\n\n(defn play-notes [n]\n  (let [editor-start (subscribe [:editor-beat-start])\n        tempo (subscribe [:tempo])\n        beat-length (/ 60 @(subscribe [:tempo]))\n        play-pos (if (< @editor-start 4)\n                   @editor-start\n                   (+ 4 @(subscribe [:editor-beat-start])))]\n    (play-section (dec play-pos) (+ (dec play-pos) (* n 0.5)))))\n\n(defn play-from-here []\n  (let [notes (subscribe [:notes])\n        editor-start (subscribe [:editor-beat-start])\n        play-pos ;(if (< @editor-start 4)\n        @editor-start\n                  ; (+ 4 @(subscribe [:editor-beat-start])))\n        length (apply max (map #(:time %) @notes))]\n    (play-section (dec play-pos) (+ 16 play-pos))))\n\n(defn play-song! []\n  (let [notes (subscribe [:notes])\n        now (.-currentTime @(subscribe [:audio-context]))\n        tempo (subscribe [:tempo])]\n    (dispatch [:reset-position])\n    (doall (for [{:keys [time instrument pitch]} @notes]\n             (play-at instrument pitch (+ now (* (/ 60 @tempo) time)))))))\n\n(defn get-bytes! [analyser freq-data]\n  (.getByteFrequencyData analyser freq-data)\n  freq-data)\n"
  },
  {
    "path": "src/mecca/sci.cljs",
    "content": "(ns mecca.sci\n  (:require [\"@codemirror/view\" :as view]\n            [mecca.max-or-throw :refer [max-or-throw]]\n            [applied-science.js-interop :as j]\n            [nextjournal.clojure-mode.extensions.eval-region :as eval-region]\n            [sci.core :as sci]\n            [sci.impl.evaluator]))\n\n(defonce context\n  (sci/init {:classes {'js goog/global\n                       :allow :all}\n             :namespaces {'max-or-throw.core {'max-or-throw max-or-throw}}}))\n\n(def max-seq-limit 10000)\n\n(defn instrument-1 [form]\n  (if (seq? form)\n    (list 'max-or-throw.core/max-or-throw form max-seq-limit)\n    form))\n\n;; Note from @borkdude: this is a hack. We intercept each result from the\n;; evaluator and wrap it in a call to max-or-throw.\n(defonce instrument-eval\n  (let [old-eval sci.impl.evaluator/eval]\n    (set! sci.impl.evaluator/eval\n          (fn [ctx bindings expr]\n            (max-or-throw (old-eval ctx bindings expr) 10000)))))\n\n(defn eval-string [source]\n  (try (sci/eval-string* context source)\n       (catch :default e\n         (str e))))\n\n(j/defn eval-at-cursor [on-result ^:js {:keys [state]}]\n  (some->> (eval-region/cursor-node-string state)\n           (eval-string)\n           (on-result))\n  true)\n\n(j/defn eval-top-level [on-result ^:js {:keys [state]}]\n  (some->> (eval-region/top-level-string state)\n           (eval-string)\n           (on-result))\n  true)\n\n(j/defn eval-cell [on-result ^:js {:keys [state]}]\n  (-> (str \"(do \" (.-doc state) \" )\")\n      (eval-string)\n      (on-result))\n  true)\n\n(defn keymap* [modifier]\n  {:eval-cell\n   [{:key \"Mod-Enter\"\n     :doc \"Evaluate cell\"}]\n   :eval-at-cursor\n   [{:key (str modifier \"-Enter\")\n     :doc \"Evaluates form at cursor\"}]\n   :eval-top-level\n   [{:key (str modifier \"-Shift-Enter\")\n     :doc \"Evaluates top-level form at cursor\"}]})\n\n(defn extension [{:keys [modifier on-result]}]\n  (.of view/keymap\n       (j/lit\n        [{:key \"Mod-Enter\"\n          :run (partial eval-cell on-result)}\n         {:key (str modifier \"-Enter\")\n          :shift (partial eval-top-level on-result)\n          :run (partial eval-at-cursor on-result)}])))"
  },
  {
    "path": "src/mecca/sci_editor.cljs",
    "content": "(ns mecca.sci-editor\n  (:require [\"@codemirror/fold\" :as fold]\n            [\"@codemirror/closebrackets\" :refer [closeBrackets]]\n            [\"@codemirror/gutter\" :refer [lineNumbers]]\n            [\"@codemirror/highlight\" :as highlight]\n            [\"@codemirror/history\" :refer [history historyKeymap]]\n            [\"@codemirror/state\" :refer [EditorState EditorSelection]]\n            [\"@codemirror/view\" :as view :refer [EditorView]]\n            [mecca.sci :as sci]\n            [re-frame.core :as rf :refer [subscribe dispatch]]\n            [clojure.string :as str]\n            [applied-science.js-interop :as j]\n            [nextjournal.clojure-mode.extensions.close-brackets :as close-brackets]\n            [nextjournal.clojure-mode :as cm-clj]\n            [nextjournal.clojure-mode.live-grammar :as live-grammar]\n            [reagent.core :as r]))\n\n(def theme\n  (.theme\n   EditorView\n   (j/lit {\".cm-content\" {:white-space \"pre-wrap\", :padding \"10px 0\"}\n           \"&.cm-focused\" {:outline \"none\"}\n           \".cm-line\" {:padding \"0 10px\"\n                       :line-height \"1.6\"\n                       :font-size \"16px\"\n                       :font-family \"var(--code-font)\"}\n           \".cm-matchingBracket\" {:border-bottom \"2px solid var(--black)\"\n                                  :color \"inherit\"}\n           \".cm-gutters\" {:background \"transparent\", :border \"none\"}\n           \".cm-gutterElement\" {:margin-left \"5px\"}\n           ;; only show cursor when focused\n           \".cm-cursor\" {:visibility \"hidden\"}\n           \"&.cm-focused .cm-cursor\" {:visibility \"visible\"}})))\n\n(defonce extensions\n  #js\n   [theme\n    (history)\n    highlight/defaultHighlightStyle\n    (view/drawSelection)\n    (lineNumbers)\n    (fold/foldGutter)\n    (.. EditorState -allowMultipleSelections (of true))\n    (if false\n     ;; use live-reloading grammar\n      #js [(cm-clj/syntax live-grammar/parser)\n           (.slice cm-clj/default-extensions 1)]\n      cm-clj/default-extensions)\n    (.of view/keymap cm-clj/complete-keymap)\n    (.of view/keymap historyKeymap)])\n\n(defn make-state [extensions doc]\n  (let [[doc ranges] (->> (re-seq #\"\\||<[^>]*?>|[^<>|]+\" doc)\n                          (reduce (fn [[^string doc ranges] match]\n                                    (cond (= match \"|\")\n                                          [doc (conj ranges (.cursor EditorSelection (count doc)))]\n\n                                          (str/starts-with? match \"<\")\n                                          [(str doc (subs match 1 (dec (count match))))\n                                           (conj ranges (.range EditorSelection\n                                                                (count doc)\n                                                                (+ (count doc) (- (count match) 2))))]\n                                          :else\n                                          [(str doc match) ranges])) [\"\" []]))]\n    (.create EditorState\n             #js{:doc doc\n                 :selection (if (seq ranges)\n                              (.create EditorSelection (to-array ranges))\n                              js/undefined)\n                 :extensions (cond-> #js[(.. EditorState -allowMultipleSelections (of true))]\n                               extensions\n                               (j/push! extensions))})))\n\n(def eval-result\n  (r/atom \"Cmd+Enter/Ctrl+Enter/Alt+Enter to Eval\"))\n\n(defn editor\n  [source !view {:keys [eval?]}]\n  (r/with-let\n    [last-result (when eval? (r/atom (sci/eval-string source)))\n     mount! (fn [el]\n              (when el\n                (reset! !view (new EditorView\n                                   (j/obj :state (make-state\n                                                  (cond-> #js [extensions]\n                                                    eval? (.concat #js [(sci/extension\n                                                              {:modifier \"Alt\"\n                                                               :on-result\n                                                               (fn [result]\n                                                                 (reset! eval-result result)\n                                                                 (reset! last-result result))})]))\n                                                  source)\n\n\n                                          :parent el)))))]\n    [:div\n     [:div {:class \"rounded-md mb-0 text-sm monospace overflow-auto relative border shadow-lg bg-white\"\n            :ref   mount!\n            :style {:max-height 360\n                    :background-color \"#F8B0F8\"}}]\n     (when eval?   \n       (reset! eval-result @last-result))]\n    (finally (j/call @!view :destroy))))\n\n(defonce !points (r/atom \"\"))\n(defonce !result (r/atom \"\"))\n\n(defonce points\n  (r/atom []))\n\n(defn eval-all [s]\n  (try (sci.core/eval-string s {:classes {'js goog/global :allow :all}})\n       (catch :default e\n         (str e))))\n\n(defn update-editor! [text]\n  (let [end (count (some-> @!points .-state .-doc str))]\n    (.dispatch @!points #js{:changes #js{:from 0 :to end :insert text}})))\n\n(defn update-result! [text]\n  (let [end (count (some-> @!result .-state .-doc str))]\n    (.dispatch @!result #js{:changes #js{:from 0 :to end :insert text}})))\n\n\n\n"
  },
  {
    "path": "src/mecca/songs/city.cljs",
    "content": "(ns mecca.songs.city)\n\n(def city [{:time 67.5, :instrument 1, :pitch 74} {:time 67, :instrument 1, :pitch 71} {:time 66, :instrument 1, :pitch 74} {:time 65.5, :instrument 1, :pitch 76} {:time 64.5, :instrument 1, :pitch 78} {:time 60.5, :instrument 1, :pitch 73} {:time 59.5, :instrument 1, :pitch 73} {:time 59, :instrument 1, :pitch 72} {:time 58, :instrument 1, :pitch 72} {:time 57, :instrument 1, :pitch 72} {:time 56.5, :instrument 1, :pitch 72} {:time 55.5, :instrument 1, :pitch 72} {:time 50.5, :instrument 1, :pitch 66} {:time 49.5, :instrument 1, :pitch 67} {:time 49, :instrument 1, :pitch 66} {:time 48.5, :instrument 1, :pitch 64} {:time 47.5, :instrument 1, :pitch 62} {:time 46.5, :instrument 1, :pitch 69} {:time 43, :instrument 1, :pitch 66} {:time 42, :instrument 1, :pitch 69} {:time 41.5, :instrument 1, :pitch 66} {:time 41, :instrument 1, :pitch 69} {:time 40.5, :instrument 1, :pitch 69} {:time 39.5, :instrument 1, :pitch 69} {:time 35.5, :instrument 1, :pitch 62} {:time 35, :instrument 1, :pitch 62} {:time 34, :instrument 1, :pitch 62} {:time 31.5, :instrument 1, :pitch 74} {:time 31, :instrument 1, :pitch 73} {:time 27.5, :instrument 1, :pitch 73} {:time 27, :instrument 1, :pitch 72} {:time 26, :instrument 1, :pitch 72} {:time 25, :instrument 1, :pitch 72} {:time 24.5, :instrument 1, :pitch 72} {:time 23.5, :instrument 1, :pitch 72} {:time 18.5, :instrument 1, :pitch 66} {:time 17.5, :instrument 1, :pitch 67} {:time 17, :instrument 1, :pitch 66} {:time 16.5, :instrument 1, :pitch 64} {:time 15.5, :instrument 1, :pitch 62} {:time 15, :instrument 1, :pitch 69} {:time 11, :instrument 1, :pitch 66} {:time 10, :instrument 1, :pitch 69} {:time 9.5, :instrument 1, :pitch 66} {:time 9, :instrument 1, :pitch 69} {:time 8.5, :instrument 1, :pitch 69} {:time 7.5, :instrument 1, :pitch 69} {:time 67.5, :instrument 5, :pitch 62} {:time 67, :instrument 5, :pitch 64} {:time 66.5, :instrument 5, :pitch 66} {:time 66, :instrument 5, :pitch 67} {:time 63.5, :instrument 5, :pitch 66} {:time 63, :instrument 5, :pitch 64} {:time 59.5, :instrument 5, :pitch 64} {:time 59, :instrument 5, :pitch 66} {:time 58, :instrument 5, :pitch 67} {:time 57, :instrument 5, :pitch 67} {:time 56.5, :instrument 5, :pitch 67} {:time 55.5, :instrument 5, :pitch 67} {:time 50.5, :instrument 5, :pitch 62} {:time 49.5, :instrument 5, :pitch 64} {:time 49, :instrument 5, :pitch 62} {:time 48.5, :instrument 5, :pitch 59} {:time 47.5, :instrument 5, :pitch 57} {:time 47, :instrument 5, :pitch 66} {:time 43, :instrument 5, :pitch 62} {:time 42, :instrument 5, :pitch 66} {:time 41.5, :instrument 5, :pitch 62} {:time 41, :instrument 5, :pitch 66} {:time 40.5, :instrument 5, :pitch 66} {:time 39.5, :instrument 5, :pitch 66} {:time 105, :instrument 13, :pitch 71} {:time 104.5, :instrument 13, :pitch 69} {:time 104, :instrument 13, :pitch 71} {:time 103.5, :instrument 13, :pitch 72} {:time 103, :instrument 13, :pitch 74} {:time 102.5, :instrument 13, :pitch 76} {:time 102, :instrument 13, :pitch 77} {:time 101.5, :instrument 13, :pitch 72} {:time 101, :instrument 13, :pitch 74} {:time 100.5, :instrument 13, :pitch 76} {:time 100, :instrument 13, :pitch 77} {:time 35.5, :instrument 5, :pitch 62} {:time 35, :instrument 5, :pitch 64} {:time 34.5, :instrument 5, :pitch 66} {:time 34, :instrument 5, :pitch 67} {:time 31.5, :instrument 5, :pitch 66} {:time 31, :instrument 5, :pitch 64} {:time 27.5, :instrument 5, :pitch 64} {:time 27, :instrument 5, :pitch 66} {:time 26, :instrument 5, :pitch 67} {:time 25, :instrument 5, :pitch 67} {:time 24.5, :instrument 5, :pitch 67} {:time 23.5, :instrument 5, :pitch 67} {:time 18.5, :instrument 5, :pitch 62} {:time 17.5, :instrument 5, :pitch 64} {:time 17, :instrument 5, :pitch 62} {:time 16.5, :instrument 5, :pitch 59} {:time 15.5, :instrument 5, :pitch 57} {:time 15, :instrument 5, :pitch 66} {:time 11, :instrument 5, :pitch 62} {:time 10, :instrument 5, :pitch 66} {:time 9.5, :instrument 5, :pitch 62} {:time 9, :instrument 5, :pitch 66} {:time 8.5, :instrument 5, :pitch 66} {:time 7.5, :instrument 5, :pitch 66} {:time 129.5, :instrument 8, :pitch 64} {:time 131, :instrument 8, :pitch 62} {:time 128, :instrument 8, :pitch 65} {:time 147, :instrument 8, :pitch 59} {:time 145.5, :instrument 8, :pitch 62} {:time 144, :instrument 8, :pitch 60} {:time 147.5, :instrument 2, :pitch 55} {:time 147, :instrument 2, :pitch 59} {:time 147.5, :instrument 13, :pitch 74} {:time 147.5, :instrument 15, :pitch 55} {:time 123.5, :instrument 15, :pitch 55} {:time 122.5, :instrument 15, :pitch 55} {:time 122, :instrument 15, :pitch 55} {:time 121.5, :instrument 15, :pitch 55} {:time 120.5, :instrument 15, :pitch 55} {:time 120, :instrument 15, :pitch 55} {:time 119.5, :instrument 15, :pitch 55} {:time 118.5, :instrument 15, :pitch 55} {:time 118, :instrument 15, :pitch 55} {:time 117.5, :instrument 15, :pitch 55} {:time 116.5, :instrument 15, :pitch 55} {:time 116, :instrument 15, :pitch 55} {:time 116, :instrument 2, :pitch 67} {:time 115.5, :instrument 2, :pitch 69} {:time 115, :instrument 2, :pitch 69} {:time 114.5, :instrument 2, :pitch 71} {:time 114, :instrument 2, :pitch 72} {:time 115.5, :instrument 13, :pitch 77} {:time 115, :instrument 13, :pitch 77} {:time 114.5, :instrument 13, :pitch 77} {:time 114, :instrument 13, :pitch 77} {:time 113.5, :instrument 13, :pitch 77} {:time 110.5, :instrument 2, :pitch 60} {:time 110, :instrument 2, :pitch 69} {:time 109.5, :instrument 2, :pitch 55} {:time 109, :instrument 2, :pitch 65} {:time 108.5, :instrument 2, :pitch 71} {:time 108, :instrument 2, :pitch 57} {:time 120, :instrument 13, :pitch 77} {:time 119.5, :instrument 13, :pitch 77} {:time 119, :instrument 13, :pitch 77} {:time 118.5, :instrument 13, :pitch 77} {:time 118, :instrument 13, :pitch 77} {:time 117.5, :instrument 13, :pitch 77} {:time 117, :instrument 13, :pitch 77} {:time 116.5, :instrument 13, :pitch 77} {:time 116, :instrument 13, :pitch 77} {:time 115.5, :instrument 13, :pitch 76} {:time 111, :instrument 7, :pitch 59} {:time 109.5, :instrument 7, :pitch 61} {:time 108, :instrument 7, :pitch 62} {:time 111, :instrument 8, :pitch 59} {:time 109.5, :instrument 8, :pitch 61} {:time 108, :instrument 8, :pitch 62} {:time 111, :instrument 14, :pitch 59} {:time 109.5, :instrument 14, :pitch 61} {:time 108, :instrument 14, :pitch 62} {:time 111, :instrument 15, :pitch 59} {:time 109.5, :instrument 15, :pitch 61} {:time 108, :instrument 15, :pitch 62} {:time 107.5, :instrument 13, :pitch 74} {:time 107, :instrument 13, :pitch 74} {:time 106.5, :instrument 13, :pitch 74} {:time 106, :instrument 13, :pitch 74} {:time 105.5, :instrument 13, :pitch 74} {:time 107.5, :instrument 15, :pitch 55} {:time 107, :instrument 15, :pitch 55} {:time 106.5, :instrument 15, :pitch 55} {:time 106, :instrument 15, :pitch 55} {:time 105.5, :instrument 15, :pitch 55} {:time 105, :instrument 15, :pitch 55} {:time 104.5, :instrument 15, :pitch 55} {:time 104, :instrument 15, :pitch 55} {:time 103.5, :instrument 15, :pitch 55} {:time 103, :instrument 15, :pitch 55} {:time 102.5, :instrument 15, :pitch 55} {:time 102, :instrument 15, :pitch 55} {:time 101.5, :instrument 15, :pitch 55} {:time 101, :instrument 15, :pitch 55} {:time 100.5, :instrument 15, :pitch 55} {:time 100, :instrument 15, :pitch 55} {:time 99.5, :instrument 2, :pitch 59} {:time 99, :instrument 2, :pitch 72} {:time 98.5, :instrument 2, :pitch 59} {:time 98, :instrument 2, :pitch 59} {:time 97.5, :instrument 2, :pitch 59} {:time 97, :instrument 2, :pitch 71} {:time 96.5, :instrument 2, :pitch 59} {:time 96, :instrument 2, :pitch 57} {:time 95.5, :instrument 2, :pitch 59} {:time 95, :instrument 2, :pitch 69} {:time 94.5, :instrument 2, :pitch 59} {:time 94, :instrument 2, :pitch 59} {:time 93.5, :instrument 2, :pitch 59} {:time 93, :instrument 2, :pitch 69} {:time 92, :instrument 2, :pitch 59} {:time 91.5, :instrument 2, :pitch 60} {:time 91, :instrument 2, :pitch 69} {:time 90.5, :instrument 2, :pitch 59} {:time 99.5, :instrument 13, :pitch 72} {:time 99, :instrument 13, :pitch 74} {:time 98.5, :instrument 13, :pitch 76} {:time 98, :instrument 13, :pitch 77} {:time 97.5, :instrument 13, :pitch 72} {:time 97, :instrument 13, :pitch 74} {:time 96.5, :instrument 13, :pitch 76} {:time 96, :instrument 13, :pitch 77} {:time 95.5, :instrument 13, :pitch 77} {:time 95, :instrument 13, :pitch 77} {:time 94.5, :instrument 13, :pitch 77} {:time 94, :instrument 13, :pitch 77} {:time 93.5, :instrument 13, :pitch 77} {:time 93, :instrument 13, :pitch 77} {:time 92.5, :instrument 13, :pitch 77} {:time 92, :instrument 13, :pitch 77} {:time 91.5, :instrument 13, :pitch 77} {:time 91, :instrument 13, :pitch 77} {:time 90.5, :instrument 13, :pitch 77} {:time 90, :instrument 13, :pitch 77} {:time 89.5, :instrument 13, :pitch 77} {:time 89, :instrument 13, :pitch 77} {:time 89.5, :instrument 2, :pitch 59} {:time 89, :instrument 2, :pitch 69} {:time 88, :instrument 2, :pitch 57} {:time 87.5, :instrument 2, :pitch 59} {:time 87, :instrument 2, :pitch 67} {:time 86.5, :instrument 2, :pitch 59} {:time 86, :instrument 2, :pitch 59} {:time 85.5, :instrument 2, :pitch 59} {:time 85, :instrument 2, :pitch 69} {:time 84, :instrument 2, :pitch 59} {:time 83.5, :instrument 2, :pitch 59} {:time 83, :instrument 2, :pitch 65} {:time 82.5, :instrument 2, :pitch 59} {:time 82, :instrument 2, :pitch 59} {:time 81.5, :instrument 2, :pitch 59} {:time 81, :instrument 2, :pitch 69} {:time 80, :instrument 2, :pitch 57} {:time 79.5, :instrument 2, :pitch 62} {:time 79, :instrument 2, :pitch 69} {:time 78.5, :instrument 2, :pitch 60} {:time 78, :instrument 2, :pitch 60} {:time 77.5, :instrument 2, :pitch 60} {:time 77, :instrument 2, :pitch 71} {:time 76, :instrument 2, :pitch 60} {:time 75.5, :instrument 2, :pitch 64} {:time 75, :instrument 2, :pitch 72} {:time 74.5, :instrument 2, :pitch 64} {:time 73.5, :instrument 2, :pitch 64} {:time 73, :instrument 2, :pitch 71} {:time 88.5, :instrument 13, :pitch 77} {:time 88, :instrument 13, :pitch 78} {:time 87, :instrument 13, :pitch 79} {:time 86, :instrument 13, :pitch 79} {:time 85, :instrument 13, :pitch 81} {:time 84, :instrument 13, :pitch 79} {:time 83, :instrument 13, :pitch 77} {:time 82, :instrument 13, :pitch 76} {:time 81, :instrument 13, :pitch 77} {:time 80, :instrument 13, :pitch 79} {:time 79, :instrument 13, :pitch 77} {:time 78, :instrument 13, :pitch 77} {:time 77, :instrument 13, :pitch 77} {:time 76, :instrument 13, :pitch 79} {:time 75, :instrument 13, :pitch 76} {:time 74, :instrument 13, :pitch 76} {:time 73, :instrument 13, :pitch 76} {:time 72, :instrument 13, :pitch 81} {:time 43.5, :instrument 2, :pitch 62} {:time 43, :instrument 2, :pitch 71} {:time 42.5, :instrument 2, :pitch 60} {:time 41.5, :instrument 2, :pitch 60} {:time 41, :instrument 2, :pitch 71} {:time 99.5, :instrument 15, :pitch 55} {:time 99, :instrument 15, :pitch 55} {:time 98.5, :instrument 15, :pitch 55} {:time 98, :instrument 15, :pitch 55} {:time 97.5, :instrument 15, :pitch 55} {:time 97, :instrument 15, :pitch 55} {:time 96.5, :instrument 15, :pitch 55} {:time 96, :instrument 15, :pitch 55} {:time 95.5, :instrument 15, :pitch 55} {:time 95, :instrument 15, :pitch 55} {:time 94.5, :instrument 15, :pitch 55} {:time 94, :instrument 15, :pitch 55} {:time 93.5, :instrument 15, :pitch 55} {:time 93, :instrument 15, :pitch 55} {:time 92.5, :instrument 15, :pitch 55} {:time 92, :instrument 15, :pitch 55} {:time 91.5, :instrument 15, :pitch 55} {:time 91, :instrument 15, :pitch 55} {:time 90.5, :instrument 15, :pitch 55} {:time 90, :instrument 15, :pitch 55} {:time 89.5, :instrument 15, :pitch 55} {:time 72, :instrument 2, :pitch 62} {:time 71.5, :instrument 2, :pitch 62} {:time 71, :instrument 2, :pitch 62} {:time 70.5, :instrument 2, :pitch 62} {:time 70, :instrument 2, :pitch 62} {:time 69.5, :instrument 2, :pitch 62} {:time 69, :instrument 2, :pitch 71} {:time 68, :instrument 2, :pitch 62} {:time 67.5, :instrument 2, :pitch 65} {:time 67, :instrument 2, :pitch 72} {:time 66.5, :instrument 2, :pitch 64} {:time 66, :instrument 2, :pitch 62} {:time 65.5, :instrument 2, :pitch 62} {:time 65, :instrument 2, :pitch 71} {:time 64, :instrument 2, :pitch 62} {:time 63.5, :instrument 2, :pitch 62} {:time 63, :instrument 2, :pitch 71} {:time 62.5, :instrument 2, :pitch 62} {:time 62, :instrument 2, :pitch 60} {:time 61.5, :instrument 2, :pitch 65} {:time 61, :instrument 2, :pitch 71} {:time 60, :instrument 2, :pitch 64} {:time 59.5, :instrument 2, :pitch 65} {:time 59, :instrument 2, :pitch 72} {:time 58.5, :instrument 2, :pitch 64} {:time 58, :instrument 2, :pitch 64} {:time 57.5, :instrument 2, :pitch 64} {:time 57, :instrument 2, :pitch 76} {:time 56, :instrument 2, :pitch 62} {:time 55.5, :instrument 2, :pitch 62} {:time 55, :instrument 2, :pitch 74} {:time 54.5, :instrument 2, :pitch 62} {:time 54, :instrument 2, :pitch 62} {:time 53.5, :instrument 2, :pitch 62} {:time 53, :instrument 2, :pitch 74} {:time 52, :instrument 2, :pitch 64} {:time 51.5, :instrument 2, :pitch 64} {:time 51, :instrument 2, :pitch 74} {:time 50.5, :instrument 2, :pitch 64} {:time 50, :instrument 2, :pitch 64} {:time 49.5, :instrument 2, :pitch 62} {:time 49, :instrument 2, :pitch 72} {:time 48, :instrument 2, :pitch 62} {:time 47.5, :instrument 2, :pitch 60} {:time 47, :instrument 2, :pitch 71} {:time 46.5, :instrument 2, :pitch 62} {:time 45.5, :instrument 2, :pitch 60} {:time 45, :instrument 2, :pitch 71} {:time 89, :instrument 15, :pitch 55} {:time 88.5, :instrument 15, :pitch 55} {:time 88, :instrument 15, :pitch 67} {:time 87.5, :instrument 15, :pitch 57} {:time 87, :instrument 15, :pitch 69} {:time 86.5, :instrument 15, :pitch 57} {:time 85.5, :instrument 15, :pitch 57} {:time 85, :instrument 15, :pitch 69} {:time 84, :instrument 15, :pitch 57} {:time 83.5, :instrument 15, :pitch 69} {:time 83, :instrument 15, :pitch 71} {:time 82.5, :instrument 15, :pitch 73} {:time 82, :instrument 15, :pitch 74} {:time 81.5, :instrument 15, :pitch 62} {:time 80.5, :instrument 15, :pitch 62} {:time 81, :instrument 15, :pitch 69} {:time 80, :instrument 15, :pitch 74} {:time 79.5, :instrument 15, :pitch 67} {:time 79, :instrument 15, :pitch 73} {:time 78.5, :instrument 15, :pitch 67} {:time 78, :instrument 15, :pitch 71} {:time 77.5, :instrument 15, :pitch 67} {:time 76, :instrument 15, :pitch 67} {:time 75.5, :instrument 15, :pitch 69} {:time 75, :instrument 15, :pitch 71} {:time 74, :instrument 15, :pitch 66} {:time 73.5, :instrument 15, :pitch 71} {:time 72, :instrument 15, :pitch 71} {:time 71.5, :instrument 15, :pitch 73} {:time 71, :instrument 15, :pitch 74} {:time 70.5, :instrument 15, :pitch 76} {:time 70, :instrument 15, :pitch 78} {:time 69.5, :instrument 15, :pitch 62} {:time 69, :instrument 15, :pitch 69} {:time 68.5, :instrument 15, :pitch 62} {:time 68, :instrument 15, :pitch 78} {:time 67.5, :instrument 15, :pitch 79} {:time 67, :instrument 15, :pitch 78} {:time 66.5, :instrument 15, :pitch 76} {:time 66, :instrument 15, :pitch 74} {:time 65.5, :instrument 15, :pitch 62} {:time 65, :instrument 15, :pitch 74} {:time 64, :instrument 15, :pitch 62} {:time 63.5, :instrument 15, :pitch 62} {:time 62.5, :instrument 15, :pitch 62} {:time 61.5, :instrument 15, :pitch 62} {:time 63, :instrument 15, :pitch 73} {:time 61, :instrument 15, :pitch 73} {:time 60, :instrument 15, :pitch 62} {:time 59.5, :instrument 15, :pitch 62} {:time 59, :instrument 15, :pitch 72} {:time 58.5, :instrument 15, :pitch 62} {:time 57.5, :instrument 15, :pitch 62} {:time 57, :instrument 15, :pitch 72} {:time 56, :instrument 15, :pitch 62} {:time 55.5, :instrument 15, :pitch 69} {:time 55, :instrument 15, :pitch 67} {:time 54.5, :instrument 15, :pitch 69} {:time 54, :instrument 15, :pitch 67} {:time 53.5, :instrument 15, :pitch 62} {:time 53, :instrument 15, :pitch 69} {:time 52, :instrument 15, :pitch 62} {:time 51.5, :instrument 15, :pitch 62} {:time 51, :instrument 15, :pitch 69} {:time 50.5, :instrument 15, :pitch 62} {:time 49.5, :instrument 15, :pitch 62} {:time 49, :instrument 15, :pitch 69} {:time 48, :instrument 15, :pitch 62} {:time 47.5, :instrument 15, :pitch 69} {:time 47, :instrument 15, :pitch 67} {:time 46.5, :instrument 15, :pitch 69} {:time 46, :instrument 15, :pitch 67} {:time 45.5, :instrument 15, :pitch 62} {:time 45, :instrument 15, :pitch 69} {:time 44, :instrument 15, :pitch 62} {:time 43.5, :instrument 15, :pitch 74} {:time 43, :instrument 15, :pitch 72} {:time 42.5, :instrument 15, :pitch 62} {:time 41.5, :instrument 15, :pitch 62} {:time 41, :instrument 15, :pitch 66} {:time 40, :instrument 15, :pitch 62} {:time 39.5, :instrument 15, :pitch 62} {:time 39, :instrument 15, :pitch 69} {:time 38.5, :instrument 15, :pitch 62} {:time 37.5, :instrument 15, :pitch 62} {:time 37, :instrument 15, :pitch 66} {:time 36, :instrument 15, :pitch 62} {:time 35.5, :instrument 15, :pitch 69} {:time 35, :instrument 15, :pitch 67} {:time 34.5, :instrument 15, :pitch 62} {:time 33, :instrument 15, :pitch 74} {:time 31, :instrument 15, :pitch 73} {:time 29, :instrument 15, :pitch 73} {:time 27, :instrument 15, :pitch 72} {:time 25, :instrument 15, :pitch 72} {:time 0, :instrument 15, :pitch 62} {:time 0, :instrument 2, :pitch 60} {:time 0.5, :instrument 2, :pitch 60} {:time 1, :instrument 2, :pitch 71} {:time 1.5, :instrument 2, :pitch 60} {:time 2, :instrument 2, :pitch 62} {:time 2.5, :instrument 2, :pitch 60} {:time 3, :instrument 2, :pitch 69} {:time 3.5, :instrument 2, :pitch 62} {:time 1, :instrument 15, :pitch 69} {:time 1.5, :instrument 15, :pitch 62} {:time 2.5, :instrument 15, :pitch 62} {:time 3, :instrument 15, :pitch 69} {:time 3.5, :instrument 15, :pitch 62} {:time 4, :instrument 2, :pitch 60} {:time 4.5, :instrument 2, :pitch 60} {:time 5, :instrument 2, :pitch 69} {:time 5.5, :instrument 2, :pitch 60} {:time 6, :instrument 2, :pitch 60} {:time 6.5, :instrument 2, :pitch 60} {:time 7, :instrument 2, :pitch 72} {:time 7.5, :instrument 2, :pitch 60} {:time 4.5, :instrument 15, :pitch 62} {:time 5, :instrument 15, :pitch 69} {:time 5.5, :instrument 15, :pitch 62} {:time 6.5, :instrument 15, :pitch 62} {:time 7, :instrument 15, :pitch 69} {:time 7.5, :instrument 15, :pitch 62} {:time 8, :instrument 15, :pitch 62} {:time 8, :instrument 2, :pitch 60} {:time 8.5, :instrument 2, :pitch 60} {:time 9, :instrument 2, :pitch 74} {:time 9.5, :instrument 2, :pitch 60} {:time 10, :instrument 2, :pitch 60} {:time 10.5, :instrument 2, :pitch 60} {:time 11, :instrument 2, :pitch 74} {:time 11.5, :instrument 2, :pitch 60} {:time 12, :instrument 2, :pitch 60} {:time 12.5, :instrument 2, :pitch 60} {:time 13, :instrument 2, :pitch 76} {:time 13.5, :instrument 2, :pitch 60} {:time 14, :instrument 2, :pitch 60} {:time 14.5, :instrument 2, :pitch 60} {:time 15, :instrument 2, :pitch 72} {:time 15.5, :instrument 2, :pitch 60} {:time 18, :instrument 2, :pitch 60} {:time 16, :instrument 2, :pitch 60} {:time 17, :instrument 2, :pitch 74} {:time 17.5, :instrument 2, :pitch 60} {:time 18.5, :instrument 2, :pitch 60} {:time 19, :instrument 2, :pitch 72} {:time 19.5, :instrument 2, :pitch 60} {:time 20.5, :instrument 2, :pitch 60} {:time 21, :instrument 2, :pitch 71} {:time 21.5, :instrument 2, :pitch 60} {:time 22.5, :instrument 2, :pitch 60} {:time 23, :instrument 2, :pitch 71} {:time 23.5, :instrument 2, :pitch 60} {:time 24, :instrument 2, :pitch 60} {:time 25, :instrument 2, :pitch 74} {:time 25.5, :instrument 2, :pitch 62} {:time 26, :instrument 2, :pitch 62} {:time 26.5, :instrument 2, :pitch 60} {:time 27, :instrument 2, :pitch 74} {:time 27.5, :instrument 2, :pitch 60} {:time 28, :instrument 2, :pitch 60} {:time 28.5, :instrument 2, :pitch 60} {:time 29, :instrument 2, :pitch 72} {:time 29.5, :instrument 2, :pitch 62} {:time 30, :instrument 2, :pitch 60} {:time 30.5, :instrument 2, :pitch 60} {:time 31, :instrument 2, :pitch 71} {:time 31.5, :instrument 2, :pitch 62} {:time 32, :instrument 2, :pitch 60} {:time 33, :instrument 2, :pitch 71} {:time 33.5, :instrument 2, :pitch 60} {:time 34, :instrument 2, :pitch 60} {:time 34.5, :instrument 2, :pitch 60} {:time 35, :instrument 2, :pitch 72} {:time 35.5, :instrument 2, :pitch 60} {:time 36, :instrument 2, :pitch 60} {:time 37, :instrument 2, :pitch 72} {:time 37.5, :instrument 2, :pitch 60} {:time 38, :instrument 2, :pitch 62} {:time 38.5, :instrument 2, :pitch 60} {:time 39, :instrument 2, :pitch 72} {:time 39.5, :instrument 2, :pitch 60} {:time 39.5, :instrument 2, :pitch 60} {:time 40, :instrument 2, :pitch 60} {:time 44, :instrument 2, :pitch 60} {:time 44.5, :instrument 2, :pitch 60} {:time 44.5, :instrument 2, :pitch 60} {:time 8.5, :instrument 15, :pitch 62} {:time 9, :instrument 15, :pitch 69} {:time 9.5, :instrument 15, :pitch 62} {:time 10.5, :instrument 15, :pitch 62} {:time 11, :instrument 15, :pitch 69} {:time 11.5, :instrument 15, :pitch 62} {:time 12.5, :instrument 15, :pitch 62} {:time 13, :instrument 15, :pitch 69} {:time 13.5, :instrument 15, :pitch 62} {:time 14, :instrument 15, :pitch 62} {:time 15, :instrument 15, :pitch 69} {:time 15.5, :instrument 15, :pitch 62} {:time 16.5, :instrument 15, :pitch 62} {:time 17, :instrument 15, :pitch 69} {:time 17.5, :instrument 15, :pitch 62} {:time 18, :instrument 15, :pitch 62} {:time 19, :instrument 15, :pitch 69} {:time 19.5, :instrument 15, :pitch 62} {:time 20, :instrument 15, :pitch 62} {:time 21, :instrument 15, :pitch 69} {:time 21.5, :instrument 15, :pitch 62} {:time 22.5, :instrument 15, :pitch 62} {:time 23, :instrument 15, :pitch 69} {:time 23.5, :instrument 15, :pitch 62} {:time 24, :instrument 15, :pitch 62} {:time 25.5, :instrument 15, :pitch 62} {:time 26.5, :instrument 15, :pitch 62} {:time 27.5, :instrument 15, :pitch 62} {:time 28, :instrument 15, :pitch 62} {:time 29.5, :instrument 15, :pitch 62} {:time 30, :instrument 15, :pitch 62} {:time 30.5, :instrument 15, :pitch 62} {:time 31.5, :instrument 15, :pitch 62} {:time 32, :instrument 15, :pitch 62} {:time 33.5, :instrument 15, :pitch 62} {:time 116, :instrument 2, :pitch 59} {:time 117, :instrument 2, :pitch 67} {:time 117.5, :instrument 2, :pitch 59} {:time 118, :instrument 2, :pitch 59} {:time 118.5, :instrument 2, :pitch 59} {:time 119, :instrument 2, :pitch 69} {:time 119.5, :instrument 2, :pitch 59} {:time 120, :instrument 2, :pitch 59} {:time 120.5, :instrument 2, :pitch 59} {:time 121, :instrument 2, :pitch 69} {:time 121.5, :instrument 2, :pitch 57} {:time 122, :instrument 2, :pitch 59} {:time 122.5, :instrument 2, :pitch 59} {:time 123, :instrument 2, :pitch 71} {:time 123.5, :instrument 2, :pitch 59} {:time 124, :instrument 2, :pitch 59} {:time 125, :instrument 2, :pitch 72} {:time 125.5, :instrument 2, :pitch 59} {:time 126, :instrument 2, :pitch 59} {:time 126.5, :instrument 2, :pitch 59} {:time 127, :instrument 2, :pitch 71} {:time 127.5, :instrument 2, :pitch 59} {:time 128, :instrument 2, :pitch 59} {:time 128.5, :instrument 2, :pitch 59} {:time 129, :instrument 2, :pitch 71} {:time 129.5, :instrument 2, :pitch 59} {:time 120, :instrument 13, :pitch 77} {:time 120.5, :instrument 13, :pitch 77} {:time 121, :instrument 13, :pitch 77} {:time 121.5, :instrument 13, :pitch 77} {:time 122, :instrument 13, :pitch 77} {:time 122.5, :instrument 13, :pitch 77} {:time 123, :instrument 13, :pitch 77} {:time 123.5, :instrument 13, :pitch 77} {:time 124, :instrument 15, :pitch 62} {:time 124.5, :instrument 15, :pitch 62} {:time 125.5, :instrument 15, :pitch 62} {:time 126, :instrument 15, :pitch 62} {:time 126.5, :instrument 15, :pitch 62} {:time 127.5, :instrument 15, :pitch 62} {:time 128, :instrument 15, :pitch 57} {:time 128.5, :instrument 15, :pitch 57} {:time 129.5, :instrument 15, :pitch 57} {:time 130, :instrument 15, :pitch 57} {:time 130.5, :instrument 15, :pitch 57} {:time 131.5, :instrument 15, :pitch 57} {:time 132, :instrument 15, :pitch 55} {:time 132.5, :instrument 15, :pitch 55} {:time 133.5, :instrument 15, :pitch 55} {:time 134, :instrument 15, :pitch 55} {:time 134.5, :instrument 15, :pitch 55} {:time 130, :instrument 2, :pitch 59} {:time 130.5, :instrument 2, :pitch 59} {:time 131, :instrument 2, :pitch 69} {:time 131.5, :instrument 2, :pitch 59} {:time 132, :instrument 2, :pitch 59} {:time 132.5, :instrument 2, :pitch 59} {:time 133.5, :instrument 2, :pitch 59} {:time 134, :instrument 2, :pitch 59} {:time 134.5, :instrument 2, :pitch 59} {:time 124, :instrument 13, :pitch 77} {:time 124.5, :instrument 13, :pitch 77} {:time 125.5, :instrument 13, :pitch 77} {:time 126, :instrument 13, :pitch 77} {:time 126.5, :instrument 13, :pitch 76} {:time 127.5, :instrument 13, :pitch 77} {:time 125, :instrument 13, :pitch 77} {:time 127, :instrument 13, :pitch 77} {:time 128, :instrument 13, :pitch 77} {:time 128.5, :instrument 13, :pitch 77} {:time 129, :instrument 13, :pitch 77} {:time 129.5, :instrument 13, :pitch 77} {:time 130, :instrument 13, :pitch 77} {:time 130.5, :instrument 13, :pitch 77} {:time 131, :instrument 13, :pitch 77} {:time 131.5, :instrument 13, :pitch 77} {:time 132, :instrument 13, :pitch 77} {:time 132.5, :instrument 13, :pitch 77} {:time 133, :instrument 13, :pitch 77} {:time 133.5, :instrument 13, :pitch 77} {:time 134, :instrument 13, :pitch 77} {:time 134.5, :instrument 13, :pitch 77} {:time 135.5, :instrument 15, :pitch 55} {:time 136, :instrument 15, :pitch 55} {:time 136.5, :instrument 15, :pitch 55} {:time 137.5, :instrument 15, :pitch 55} {:time 138, :instrument 15, :pitch 55} {:time 138.5, :instrument 15, :pitch 55} {:time 139.5, :instrument 15, :pitch 55} {:time 140, :instrument 15, :pitch 62} {:time 140.5, :instrument 15, :pitch 62} {:time 141.5, :instrument 15, :pitch 62} {:time 142, :instrument 15, :pitch 62} {:time 142.5, :instrument 15, :pitch 62} {:time 143.5, :instrument 15, :pitch 62} {:time 144, :instrument 15, :pitch 57} {:time 144.5, :instrument 15, :pitch 57} {:time 145.5, :instrument 15, :pitch 57} {:time 146, :instrument 15, :pitch 57} {:time 144, :instrument 2, :pitch 65} {:time 144.5, :instrument 2, :pitch 64} {:time 145, :instrument 2, :pitch 60} {:time 145.5, :instrument 2, :pitch 67} {:time 146, :instrument 2, :pitch 64} {:time 146.5, :instrument 2, :pitch 60} {:time 135, :instrument 13, :pitch 77} {:time 135.5, :instrument 13, :pitch 77} {:time 136, :instrument 13, :pitch 77} {:time 136.5, :instrument 13, :pitch 77} {:time 137, :instrument 13, :pitch 77} {:time 137.5, :instrument 13, :pitch 77} {:time 138, :instrument 13, :pitch 76} {:time 138.5, :instrument 13, :pitch 76} {:time 139, :instrument 13, :pitch 77} {:time 139.5, :instrument 13, :pitch 77} {:time 140, :instrument 13, :pitch 77} {:time 140.5, :instrument 13, :pitch 77} {:time 133, :instrument 2, :pitch 69} {:time 135, :instrument 2, :pitch 71} {:time 137, :instrument 2, :pitch 69} {:time 135.5, :instrument 2, :pitch 57} {:time 136, :instrument 2, :pitch 59} {:time 136.5, :instrument 2, :pitch 59} {:time 137.5, :instrument 2, :pitch 59} {:time 138, :instrument 2, :pitch 59} {:time 138.5, :instrument 2, :pitch 60} {:time 139.5, :instrument 2, :pitch 69} {:time 139, :instrument 2, :pitch 67} {:time 139.5, :instrument 2, :pitch 59} {:time 140, :instrument 2, :pitch 55} {:time 140.5, :instrument 2, :pitch 55} {:time 141, :instrument 2, :pitch 71} {:time 141.5, :instrument 2, :pitch 59} {:time 142, :instrument 2, :pitch 59} {:time 142.5, :instrument 2, :pitch 57} {:time 143, :instrument 2, :pitch 69} {:time 143, :instrument 2, :pitch 60} {:time 143.5, :instrument 2, :pitch 57} {:time 141, :instrument 13, :pitch 77} {:time 141.5, :instrument 13, :pitch 76} {:time 142, :instrument 13, :pitch 76} {:time 142.5, :instrument 13, :pitch 76} {:time 143, :instrument 13, :pitch 77} {:time 143.5, :instrument 13, :pitch 76} {:time 144, :instrument 13, :pitch 76} {:time 144.5, :instrument 13, :pitch 76} {:time 145, :instrument 13, :pitch 76} {:time 145.5, :instrument 13, :pitch 76} {:time 146, :instrument 13, :pitch 76} {:time 146.5, :instrument 13, :pitch 74} {:time 147, :instrument 13, :pitch 74} {:time 144, :instrument 9, :pitch 62} {:time 145.5, :instrument 9, :pitch 62} {:time 147, :instrument 9, :pitch 59} {:time 146.5, :instrument 15, :pitch 57} {:time 71, :instrument 14, :pitch 76} {:time 72, :instrument 14, :pitch 78} {:time 73, :instrument 14, :pitch 78} {:time 74, :instrument 14, :pitch 78} {:time 75, :instrument 14, :pitch 78} {:time 75.5, :instrument 14, :pitch 78} {:time 76.5, :instrument 14, :pitch 74} {:time 79.5, :instrument 14, :pitch 78} {:time 80.5, :instrument 14, :pitch 78} {:time 81.5, :instrument 14, :pitch 78} {:time 82, :instrument 14, :pitch 78} {:time 82.5, :instrument 14, :pitch 76} {:time 83, :instrument 14, :pitch 76} {:time 83.5, :instrument 14, :pitch 76} {:time 85.5, :instrument 14, :pitch 78} {:time 86.5, :instrument 14, :pitch 76} {:time 87, :instrument 14, :pitch 76} {:time 87.5, :instrument 14, :pitch 74} {:time 88, :instrument 14, :pitch 74} {:time 89, :instrument 14, :pitch 66} {:time 89.5, :instrument 14, :pitch 69} {:time 91.5, :instrument 7, :pitch 74} {:time 92, :instrument 7, :pitch 74} {:time 93, :instrument 7, :pitch 66} {:time 94, :instrument 7, :pitch 69} {:time 94.5, :instrument 7, :pitch 69} {:time 103.5, :instrument 7, :pitch 74} {:time 104, :instrument 7, :pitch 74} {:time 105, :instrument 7, :pitch 66} {:time 106, :instrument 7, :pitch 69} {:time 106.5, :instrument 7, :pitch 69} {:time 107, :instrument 7, :pitch 67} {:time 108, :instrument 7, :pitch 66} {:time 109.5, :instrument 7, :pitch 69} {:time 111, :instrument 7, :pitch 74} {:time 115.5, :instrument 7, :pitch 78} {:time 116, :instrument 7, :pitch 78} {:time 117, :instrument 7, :pitch 76} {:time 118, :instrument 7, :pitch 74} {:time 118.5, :instrument 7, :pitch 74} {:time 123.5, :instrument 7, :pitch 76} {:time 124, :instrument 7, :pitch 76} {:time 125, :instrument 7, :pitch 74} {:time 126, :instrument 7, :pitch 74} {:time 126.5, :instrument 7, :pitch 74} {:time 127, :instrument 7, :pitch 74} {:time 128, :instrument 7, :pitch 78} {:time 129.5, :instrument 7, :pitch 76} {:time 131, :instrument 7, :pitch 74} {:time 131.5, :instrument 7, :pitch 78} {:time 133, :instrument 7, :pitch 76} {:time 134, :instrument 7, :pitch 74} {:time 134.5, :instrument 7, :pitch 74} {:time 139.5, :instrument 7, :pitch 74} {:time 140, :instrument 7, :pitch 74} {:time 141, :instrument 7, :pitch 74} {:time 142, :instrument 7, :pitch 74} {:time 142.5, :instrument 7, :pitch 74} {:time 143, :instrument 7, :pitch 74} {:time 144, :instrument 7, :pitch 73} {:time 145.5, :instrument 7, :pitch 74} {:time 147, :instrument 7, :pitch 71} {:time 144, :instrument 14, :pitch 73} {:time 145.5, :instrument 14, :pitch 74} {:time 147, :instrument 14, :pitch 71} {:time 108, :instrument 8, :pitch 66} {:time 109.5, :instrument 8, :pitch 69} {:time 111, :instrument 8, :pitch 74}])"
  },
  {
    "path": "src/mecca/songs/confuzion.cljs",
    "content": "(ns mecca.songs.confuzion\n  (:require\n   [mecca.music :as music]\n   [re-frame.core :as rf :refer [subscribe dispatch]]))\n\n@(dispatch\n  [:set-tempo 156.5])\n\n(defn bass1 [time]\n  [{:time (+ time 0), :instrument 15, :pitch 71} {:time (+ time 1.5) :instrument 15, :pitch 71} {:time (+ time 2) :instrument 15, :pitch 71} {:time (+ time 3) :instrument 15, :pitch 73} {:time (+ time 3.5) :instrument 15, :pitch 69} {:time (+ time 4) :instrument 15, :pitch 69} {:time (+ time 5.5) :instrument 15, :pitch 69} {:time (+ time 6) :instrument 15, :pitch 69} {:time (+ time 8) :instrument 15, :pitch 64} {:time (+ time 9.5) :instrument 15, :pitch 64} {:time (+ time 10) :instrument 15, :pitch 64} {:time (+ time 12) :instrument 15, :pitch 64} {:time (+ time 13.5) :instrument 15, :pitch 64} {:time (+ time 14) :instrument 15, :pitch 64}])\n\n(defn bass2 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n  [{:time 29.5, :instrument 15, :pitch 69} {:time 29, :instrument 15, :pitch 64} {:time 31, :instrument 15, :pitch 64} {:time 26, :instrument 15, :pitch 69} {:time 25.5, :instrument 15, :pitch 69} {:time 24, :instrument 15, :pitch 69} {:time 23, :instrument 15, :pitch 67} {:time 22.5, :instrument 15, :pitch 66} {:time 17.5, :instrument 15, :pitch 64} {:time 0, :instrument 15, :pitch 71} {:time 1.5, :instrument 15, :pitch 66} {:time 2, :instrument 15, :pitch 64} {:time 2.5, :instrument 15, :pitch 62} {:time 3.5, :instrument 15, :pitch 59} {:time 5.5, :instrument 15, :pitch 66} {:time 6, :instrument 15, :pitch 64} {:time 7, :instrument 15, :pitch 62} {:time 8, :instrument 15, :pitch 69} {:time 9.5, :instrument 15, :pitch 64} {:time 10, :instrument 15, :pitch 62} {:time 10.5, :instrument 15, :pitch 61} {:time 11.5, :instrument 15, :pitch 57} {:time 13.5, :instrument 15, :pitch 64} {:time 14, :instrument 15, :pitch 62} {:time 15, :instrument 15, :pitch 61} {:time 16, :instrument 15, :pitch 64} {:time 18.5, :instrument 15, :pitch 64} {:time 19, :instrument 15, :pitch 66} {:time 19.5, :instrument 15, :pitch 67} {:time 20.5, :instrument 15, :pitch 66} {:time 21, :instrument 15, :pitch 64} {:time 21.5, :instrument 15, :pitch 64}]))\n\n(defn bass3 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n  [{:time 0, :instrument 15, :pitch 66} {:time 1.5, :instrument 15, :pitch 66} {:time 2, :instrument 15, :pitch 66} {:time 3, :instrument 15, :pitch 69} {:time 4, :instrument 15, :pitch 64} {:time 5.5, :instrument 15, :pitch 64} {:time 6, :instrument 15, :pitch 64} {:time 8, :instrument 15, :pitch 64} {:time 9.5, :instrument 15, :pitch 64} {:time 10, :instrument 15, :pitch 64} {:time 11, :instrument 15, :pitch 61} {:time 12, :instrument 15, :pitch 62} {:time 13.5, :instrument 15, :pitch 62} {:time 14, :instrument 15, :pitch 62} {:time 16, :instrument 15, :pitch 62} {:time 17.5, :instrument 15, :pitch 62} {:time 18, :instrument 15, :pitch 62} {:time 20, :instrument 15, :pitch 61} {:time 21.5, :instrument 15, :pitch 61} {:time 22, :instrument 15, :pitch 61} {:time 24, :instrument 15, :pitch 61} {:time 25.5, :instrument 15, :pitch 73} {:time 26.5, :instrument 15, :pitch 71} {:time 27, :instrument 15, :pitch 69} {:time 27.5, :instrument 15, :pitch 68}]))\n\n(defn bass4 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n  [{:time 0, :instrument 15, :pitch 66} {:time 1.5, :instrument 15, :pitch 66} {:time 2, :instrument 15, :pitch 66} {:time 4, :instrument 15, :pitch 64} {:time 5.5, :instrument 15, :pitch 64} {:time 6, :instrument 15, :pitch 64} {:time 7, :instrument 15, :pitch 61} {:time 8, :instrument 15, :pitch 62} {:time 9.5, :instrument 15, :pitch 62} {:time 10, :instrument 15, :pitch 62} {:time 12, :instrument 15, :pitch 69} {:time 13.5, :instrument 15, :pitch 69} {:time 14, :instrument 15, :pitch 69}]))\n\n(defn bass5 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n  [{:time 0, :instrument 15, :pitch 67} {:time 8, :instrument 15, :pitch 66} {:time 16, :instrument 15, :pitch 64} {:time 17, :instrument 15, :pitch 62} {:time 18, :instrument 15, :pitch 61} {:time 19, :instrument 15, :pitch 59}]))\n\n(def bass-pat-1 \n  (concat (bass1 0) (bass1 16) (bass2 32) (bass3 64) (bass4 92) (bass4 108) (bass5 124)))\n\n(defn bass6 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n  [{:time 0, :instrument 15, :pitch 71} {:time 1.5, :instrument 15, :pitch 66} {:time 2, :instrument 15, :pitch 71} {:time 2.5, :instrument 15, :pitch 66} {:time 3.5, :instrument 15, :pitch 66} {:time 4, :instrument 15, :pitch 69} {:time 5.5, :instrument 15, :pitch 69} {:time 6, :instrument 15, :pitch 69} {:time 8, :instrument 15, :pitch 68} {:time 9.5, :instrument 15, :pitch 64} {:time 10, :instrument 15, :pitch 68} {:time 10.5, :instrument 15, :pitch 64} {:time 11.5, :instrument 15, :pitch 64} {:time 12, :instrument 15, :pitch 66} {:time 13.5, :instrument 15, :pitch 66} {:time 14, :instrument 15, :pitch 66}]))\n\n(defn bass7 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n    [{:time 0, :instrument 15, :pitch 67} {:time 1, :instrument 15, :pitch 62} {:time 1.5, :instrument 15, :pitch 64} {:time 2, :instrument 15, :pitch 67} {:time 2.5, :instrument 15, :pitch 62} {:time 3, :instrument 15, :pitch 67} {:time 3.5, :instrument 15, :pitch 67} {:time 4, :instrument 15, :pitch 66} {:time 5.5, :instrument 15, :pitch 66} {:time 6, :instrument 15, :pitch 66} {:time 8, :instrument 15, :pitch 67} {:time 9, :instrument 15, :pitch 62} {:time 9.5, :instrument 15, :pitch 64} {:time 10, :instrument 15, :pitch 67} {:time 10.5, :instrument 15, :pitch 62} {:time 11, :instrument 15, :pitch 67} {:time 11.5, :instrument 15, :pitch 66} {:time 12, :instrument 15, :pitch 64} {:time 13.5, :instrument 15, :pitch 64} {:time 14, :instrument 15, :pitch 64} {:time 16, :instrument 15, :pitch 64} {:time 17.5, :instrument 15, :pitch 64} {:time 18, :instrument 15, :pitch 64}]))\n\n(def bass-pat-2\n  (concat (bass6 144) (bass6 160) (bass7 176) (bass1 196) (bass1 212)))\n\n(def bass-pat-3 \n  (concat (bass2 228) (bass3 260) (bass4 288) (bass4 304) (bass5 320)))\n\n(def bass-pat-4\n  (concat (bass6 340) (bass6 356) (bass7 372) (bass1 392) (bass1 408)))\n\n(def bass-pat-5\n  (concat (bass1 424) (bass1 440) (bass1 456) (bass1 472) (bass1 488) (bass1 504) (bass1 520)))\n\n(defn drums1 [time]\n    (map (fn [m] (update m :time #(+ % time)))\n      [{:time 15, :instrument 3, :pitch 67} {:time 14, :instrument 13, :pitch 77} {:time 13, :instrument 13, :pitch 77} {:time 12, :instrument 13, :pitch 77} {:time 11, :instrument 3, :pitch 67} {:time 10, :instrument 13, :pitch 77} {:time 9, :instrument 13, :pitch 77} {:time 8, :instrument 13, :pitch 77} {:time 7, :instrument 3, :pitch 67} {:time 6, :instrument 13, :pitch 77} {:time 5, :instrument 13, :pitch 77} {:time 4, :instrument 13, :pitch 77} {:time 3, :instrument 3, :pitch 67} {:time 2, :instrument 13, :pitch 77} {:time 1, :instrument 13, :pitch 77} {:time 0, :instrument 13, :pitch 77}]))\n\n(defn drums2 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n       [{:time 7.5, :instrument 13, :pitch 77} {:time 7, :instrument 3, :pitch 67} {:time 6.5, :instrument 13, :pitch 77} {:time 6, :instrument 13, :pitch 77} {:time 5.5, :instrument 13, :pitch 77} {:time 5, :instrument 3, :pitch 67} {:time 4.5, :instrument 13, :pitch 77} {:time 4, :instrument 13, :pitch 77} {:time 3.5, :instrument 13, :pitch 77} {:time 3, :instrument 3, :pitch 67} {:time 2.5, :instrument 13, :pitch 77} {:time 2, :instrument 13, :pitch 77} {:time 1.5, :instrument 13, :pitch 77} {:time 1, :instrument 3, :pitch 67} {:time 0.5, :instrument 13, :pitch 77} {:time 0, :instrument 13, :pitch 77}]))\n\n(defn drums-pat-1 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n    (concat (drums1 0) (drums1 16) (drums1 32) (drums1 48) (drums1 64) (drums1 80) (drums1 96) (drums1 112)\n      [{:time 131, :instrument 3, :pitch 67} {:time 130, :instrument 13, :pitch 77} {:time 129, :instrument 13, :pitch 77} {:time 128, :instrument 13, :pitch 77}])))\n\n(defn drums-pat-2 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n       (concat (drums2 132) (drums2 140) (drums2 148) (drums2 156) (drums2 164) (drums2 172) (drums2 180) (drums2 188))))\n\n(defn glis [notes]\n  (let [chord (reverse (sort-by :pitch notes))\n        times (for [note (range (count chord))]\n                (update (nth chord note) :time #(+ % (* 0.1 note))))\n        pitches (for [note (range (count times))]\n                  (update (nth times note) :pitch #(- % note)))\n        last-note (repeat 3 (last pitches))\n        last-note (for [note (range 1 3)]\n                    (update (nth last-note note) :time #(+ % (/ note 10.0))))]\n(concat pitches last-note)))\n\n(defn lead1 [time]\n   (map (fn [m] (update m :time #(+ % time)))\n  (concat [{:time 1.5, :instrument 14, :pitch 69} {:time 2, :instrument 14, :pitch 71} {:time 2.5, :instrument 14, :pitch 74} {:time 3, :instrument 14, :pitch 76} {:time 3.5, :instrument 14, :pitch 78} {:time 4, :instrument 14, :pitch 78} {:time 4.5, :instrument 14, :pitch 78} {:time 5, :instrument 14, :pitch 76} {:time 6, :instrument 14, :pitch 74} {:time 6.5, :instrument 14, :pitch 76} {:time 7.5, :instrument 14, :pitch 74} {:time 7.75, :instrument 14, :pitch 76} {:time 8, :instrument 14, :pitch 74} {:time 9, :instrument 14, :pitch 74} {:time 9.5, :instrument 14, :pitch 71}]\n    (glis (repeat 12 {:time 10 :instrument 8, :pitch 71}))\n    [{:time 12, :instrument 14, :pitch 74} {:time 12.5, :instrument 14, :pitch 74} {:time 13.5, :instrument 14, :pitch 74} {:time 14.5, :instrument 14, :pitch 71} {:time 15.5, :instrument 14, :pitch 69} {:time 16, :instrument 14, :pitch 71}]\n    (glis (repeat 8 {:time 16, :instrument 8, :pitch 71}))\n    [{:time 17.5, :instrument 14, :pitch 64} {:time 18, :instrument 14, :pitch 66} {:time 18.5, :instrument 14, :pitch 69} {:time 19, :instrument 14, :pitch 71} {:time 20, :instrument 14, :pitch 71} {:time 20.5, :instrument 14, :pitch 73} {:time 21.5, :instrument 14, :pitch 69} {:time 22.5, :instrument 14, :pitch 69} {:time 24, :instrument 14, :pitch 66} {:time 24.5, :instrument 14, :pitch 64} {:time 25.5, :instrument 14, :pitch 64}])))\n\n(defn lead2 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n  [{:time 0, :instrument 5, :pitch 66} {:time 1.5, :instrument 5, :pitch 71} {:time 7, :instrument 5, :pitch 71} {:time 8, :instrument 5, :pitch 71} {:time 8.5, :instrument 5, :pitch 69} {:time 9.5, :instrument 5, :pitch 64} {:time 15, :instrument 5, :pitch 66} {:time 16, :instrument 5, :pitch 67} {:time 16.5, :instrument 5, :pitch 64} {:time 17, :instrument 5, :pitch 59} {:time 17.5, :instrument 5, :pitch 64} {:time 21, :instrument 5, :pitch 61} {:time 21.5, :instrument 5, :pitch 61} {:time 22.5, :instrument 5, :pitch 62} {:time 24, :instrument 5, :pitch 66} {:time 25.5, :instrument 5, :pitch 64}]))\n\n(defn lead3 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n  [{:time 65, :instrument 5, :pitch 73} {:time 65.5, :instrument 5, :pitch 73} {:time 67, :instrument 5, :pitch 73} {:time 68, :instrument 5, :pitch 73} {:time 69, :instrument 5, :pitch 74} {:time 69.5, :instrument 5, :pitch 71} {:time 73.5, :instrument 5, :pitch 71} {:time 74, :instrument 5, :pitch 71} {:time 75, :instrument 5, :pitch 71} {:time 76, :instrument 5, :pitch 71} {:time 76.5, :instrument 5, :pitch 73} {:time 77, :instrument 5, :pitch 71} {:time 77.5, :instrument 5, :pitch 69} {:time 81, :instrument 5, :pitch 69} {:time 81.5, :instrument 5, :pitch 69} {:time 82.5, :instrument 5, :pitch 68} {:time 83.5, :instrument 5, :pitch 66} {:time 84, :instrument 5, :pitch 68} {:time 85.5, :instrument 5, :pitch 66} {:time 88, :instrument 5, :pitch 65} {:time 88.5, :instrument 5, :pitch 66} {:time 89.5, :instrument 5, :pitch 68} {:time 92, :instrument 5, :pitch 69}]))\n\n(defn lead4 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n  [{:time 93.5, :instrument 14, :pitch 64} {:time 94, :instrument 14, :pitch 66} {:time 94.5, :instrument 14, :pitch 69} {:time 95, :instrument 14, :pitch 71} {:time 95.5, :instrument 14, :pitch 73} {:time 97, :instrument 14, :pitch 71} {:time 98, :instrument 14, :pitch 69} {:time 98.5, :instrument 14, :pitch 71} {:time 99.5, :instrument 14, :pitch 69} {:time 99.75, :instrument 14, :pitch 71} {:time 100, :instrument 14, :pitch 69} {:time 101.5, :instrument 14, :pitch 66}]))\n\n(defn gb1 [time] \n   (map (fn [m] (update m :time #(+ % time)))\n  [{:time 102, :instrument 6, :pitch 66} {:time 103, :instrument 6, :pitch 74} {:time 104, :instrument 6, :pitch 73} {:time 118, :instrument 6, :pitch 66} {:time 119, :instrument 6, :pitch 74} {:time 120, :instrument 6, :pitch 73} {:time 125.5, :instrument 6, :pitch 71} {:time 126, :instrument 6, :pitch 71} {:time 126.5, :instrument 6, :pitch 71} {:time 128, :instrument 6, :pitch 71} {:time 128.5, :instrument 6, :pitch 73} {:time 129.5, :instrument 6, :pitch 69} {:time 133.5, :instrument 6, :pitch 69} {:time 134, :instrument 6, :pitch 69} {:time 135, :instrument 6, :pitch 66} {:time 136, :instrument 6, :pitch 69} {:time 137.5, :instrument 6, :pitch 68}]))\n\n(defn lead5 [time] \n   (map (fn [m] (update m :time #(+ % time)))\n  [{:time 93.5, :instrument 14, :pitch 64} {:time 94, :instrument 14, :pitch 66} {:time 94.5, :instrument 14, :pitch 69} {:time 95, :instrument 14, :pitch 71} {:time 95.5, :instrument 14, :pitch 73} {:time 97, :instrument 14, :pitch 71} {:time 98, :instrument 14, :pitch 69} {:time 98.5, :instrument 14, :pitch 71} {:time 99.5, :instrument 14, :pitch 69} {:time 99.75, :instrument 14, :pitch 71} {:time 100, :instrument 14, :pitch 69} {:time 101.5, :instrument 14, :pitch 66} {:time 105.5, :instrument 14, :pitch 69} {:time 106, :instrument 14, :pitch 69} {:time 106.5, :instrument 14, :pitch 69} {:time 107, :instrument 14, :pitch 68} {:time 107.5, :instrument 14, :pitch 68} {:time 108, :instrument 14, :pitch 66} {:time 105.5, :instrument 14, :pitch 57} {:time 106, :instrument 14, :pitch 57} {:time 106.5, :instrument 14, :pitch 57} {:time 107, :instrument 14, :pitch 56} {:time 107.5, :instrument 14, :pitch 56} {:time 108, :instrument 14, :pitch 54} {:time 110, :instrument 14, :pitch 78} {:time 110.5, :instrument 14, :pitch 76} {:time 111, :instrument 14, :pitch 73} {:time 111.5, :instrument 14, :pitch 71} {:time 112, :instrument 14, :pitch 73} {:time 114.5, :instrument 14, :pitch 71} {:time 115, :instrument 14, :pitch 73} {:time 115.5, :instrument 14, :pitch 71} {:time 116, :instrument 14, :pitch 71} {:time 116.5, :instrument 14, :pitch 69} {:time 117.5, :instrument 14, :pitch 69} {:time 118, :instrument 6, :pitch 66} {:time 119, :instrument 6, :pitch 74} {:time 120, :instrument 6, :pitch 73}]))\n\n(defn plane1 [time] \n   (map (fn [m] (update m :time #(+ % time)))\n  [{:time 125.5, :instrument 6, :pitch 74} {:time 126, :instrument 6, :pitch 74} {:time 126.5, :instrument 6, :pitch 74} {:time 128, :instrument 6, :pitch 74} {:time 128.5, :instrument 6, :pitch 76} {:time 129.5, :instrument 6, :pitch 73} {:time 133.5, :instrument 6, :pitch 73} {:time 134, :instrument 6, :pitch 73} {:time 135, :instrument 6, :pitch 69} {:time 136, :instrument 6, :pitch 73} {:time 137.5, :instrument 6, :pitch 71}]))\n\n(defn flower1 [time] \n   (map (fn [m] (update m :time #(+ % time)))\n  [{:time 144, :instrument 12, :pitch 78} {:time 144.5, :instrument 12, :pitch 74} {:time 145, :instrument 12, :pitch 71} {:time 145.5, :instrument 12, :pitch 78} {:time 146.5, :instrument 12, :pitch 74} {:time 147, :instrument 12, :pitch 71} {:time 147.5, :instrument 12, :pitch 76} {:time 148.5, :instrument 12, :pitch 73} {:time 149.5, :instrument 12, :pitch 71} {:time 150, :instrument 12, :pitch 69} {:time 152, :instrument 12, :pitch 80} {:time 152.5, :instrument 12, :pitch 76} {:time 153, :instrument 12, :pitch 73} {:time 153.5, :instrument 12, :pitch 80} {:time 154.5, :instrument 12, :pitch 76} {:time 155.5, :instrument 12, :pitch 78}]))\n\n(defn star1 [time] \n   (map (fn [m] (update m :time #(+ % time)))\n  [{:time 157, :instrument 4, :pitch 70} {:time 158, :instrument 4, :pitch 71} {:time 159, :instrument 4, :pitch 73} {:time 157, :instrument 6, :pitch 70} {:time 158, :instrument 6, :pitch 71} {:time 159, :instrument 6, :pitch 73}]))\n\n(defn lead6 [time]\n   (map (fn [m] (update m :time #(+ % time)))\n  [{:time 176, :instrument 12, :pitch 86} {:time 177, :instrument 12, :pitch 86} {:time 178, :instrument 12, :pitch 86} {:time 179.5, :instrument 12, :pitch 86} {:time 180.5, :instrument 12, :pitch 85} {:time 184, :instrument 12, :pitch 86} {:time 185, :instrument 12, :pitch 86} {:time 186, :instrument 12, :pitch 86} {:time 188, :instrument 12, :pitch 88} {:time 189, :instrument 12, :pitch 90} {:time 189.5, :instrument 12, :pitch 88} {:time 193.5, :instrument 12, :pitch 88} {:time 194, :instrument 12, :pitch 88} {:time 194.5, :instrument 12, :pitch 86} {:time 195, :instrument 12, :pitch 85} {:time 195.5, :instrument 12, :pitch 83}\n   {:time 176, :instrument 4, :pitch 74} {:time 177, :instrument 4, :pitch 74} {:time 178, :instrument 4, :pitch 74} {:time 179.5, :instrument 4, :pitch 74} {:time 180.5, :instrument 4, :pitch 73} {:time 184, :instrument 4, :pitch 74} {:time 185, :instrument 4, :pitch 74} {:time 186, :instrument 4 :pitch 74} {:time 188, :instrument 4, :pitch 76} {:time 189, :instrument 4, :pitch 78} {:time 189.5, :instrument 4, :pitch 76} {:time 193.5, :instrument 4, :pitch 76} {:time 194, :instrument 4, :pitch 76} {:time 194.5, :instrument 4, :pitch 74} {:time 195, :instrument 4, :pitch 73} {:time 195.5, :instrument 4, :pitch 71}\n   {:time 176, :instrument 6, :pitch 74} {:time 177, :instrument 6 :pitch 74} {:time 178, :instrument 6, :pitch 74} {:time 179.5, :instrument 6 :pitch 74} {:time 180.5, :instrument 6 :pitch 73} {:time 184, :instrument 6, :pitch 74} {:time 185, :instrument 6, :pitch 74} {:time 186, :instrument 6 :pitch 74} {:time 188, :instrument 6, :pitch 76} {:time 189, :instrument 6, :pitch 78} {:time 189.5, :instrument 6, :pitch 76} {:time 193.5, :instrument 6 :pitch 76} {:time 194, :instrument 6 :pitch 76} {:time 194.5, :instrument 6, :pitch 74} {:time 195, :instrument 6 :pitch 73} {:time 195.5, :instrument 6 :pitch 71}]))\n\n(defn lead7 [time]\n  (map (fn [m] (update m :time #(+ % time)))\n       (concat [{:time 1.5, :instrument 14, :pitch 69} {:time 2, :instrument 14, :pitch 71} {:time 2.5, :instrument 14, :pitch 74} {:time 3, :instrument 14, :pitch 76} {:time 3.5, :instrument 14, :pitch 78} {:time 4, :instrument 14, :pitch 78} {:time 4.5, :instrument 14, :pitch 78} {:time 5, :instrument 14, :pitch 76} {:time 6, :instrument 14, :pitch 74} {:time 6.5, :instrument 14, :pitch 76} {:time 7.5, :instrument 14, :pitch 74} {:time 7.75, :instrument 14, :pitch 76} {:time 8, :instrument 14, :pitch 74} {:time 9, :instrument 14, :pitch 74} {:time 9.5, :instrument 14, :pitch 71}]\n               (glis (repeat 12 {:time 10 :instrument 8, :pitch 71}))\n               [{:time 12, :instrument 14, :pitch 74} {:time 12.5, :instrument 14, :pitch 74} {:time 13.5, :instrument 14, :pitch 74} {:time 14.5, :instrument 14, :pitch 71} {:time 15.5, :instrument 14, :pitch 69} {:time 16, :instrument 14, :pitch 71}]\n               (glis (repeat 8 {:time 16, :instrument 8, :pitch 71}))\n               [{:time 17.5, :instrument 14, :pitch 64} {:time 18, :instrument 14, :pitch 66} {:time 18.5, :instrument 14, :pitch 69} {:time 19, :instrument 14, :pitch 71} {:time 20, :instrument 14, :pitch 71} {:time 20.5, :instrument 14, :pitch 73} {:time 21.5, :instrument 14, :pitch 69} {:time 22.5, :instrument 14, :pitch 69} {:time 23.5, :instrument 14, :pitch 64} {:time 24, :instrument 14, :pitch 64} {:time 24.5, :instrument 14, :pitch 64} {:time 25, :instrument 14, :pitch 64} {:time 25.5, :instrument 14, :pitch 59} {:time 26, :instrument 14, :pitch 59} {:time 26.5, :instrument 14, :pitch 59} {:time 27, :instrument 14, :pitch 59} {:time 27.5, :instrument 14, :pitch 54} {:time 28, :instrument 14, :pitch 54} {:time 28.5, :instrument 14, :pitch 54} {:time 29, :instrument 14, :pitch 54} {:time 29.5, :instrument 14, :pitch 52} {:time 30, :instrument 14, :pitch 54} {:time 30.5, :instrument 14, :pitch 52} {:time 24, :instrument 12, :pitch 76} {:time 24.5, :instrument 12, :pitch 76} {:time 25, :instrument 12, :pitch 76} {:time 25.5, :instrument 12, :pitch 71} {:time 26, :instrument 12, :pitch 71} {:time 26.5, :instrument 12, :pitch 71} {:time 27, :instrument 12, :pitch 71} {:time 27.5, :instrument 12, :pitch 66} {:time 28, :instrument 12, :pitch 66} {:time 28.5, :instrument 12, :pitch 66} {:time 29, :instrument 12, :pitch 66} {:time 29.5, :instrument 12, :pitch 64} {:time 30, :instrument 12, :pitch 66} {:time 30.5, :instrument 12, :pitch 64}])))\n\n(def lead8\n  [{:time 458, :instrument 14, :pitch 74} {:time 458.5, :instrument 14, :pitch 74} {:time 459.5, :instrument 14, :pitch 74} {:time 461, :instrument 14, :pitch 76} {:time 464, :instrument 14, :pitch 83} {:time 465.5, :instrument 14, :pitch 80} {:time 468, :instrument 14, :pitch 78} {:time 469.5, :instrument 14, :pitch 80} {:time 472, :instrument 14, :pitch 76} {:time 472.5, :instrument 14, :pitch 74} {:time 473.5, :instrument 14, :pitch 71} {:time 476, :instrument 14, :pitch 69} {:time 476.5, :instrument 14, :pitch 71} {:time 477.5, :instrument 14, :pitch 69} {:time 480, :instrument 14, :pitch 66} {:time 481.5, :instrument 14, :pitch 64}])\n\n(defn lead9 [time]\n   (map (fn [m] (update m :time #(+ % time)))\n  [{:time 488, :instrument 12, :pitch 73} {:time 488, :instrument 12, :pitch 76} {:time 489, :instrument 12, :pitch 73} {:time 489, :instrument 12, :pitch 76} {:time 490.5, :instrument 12, :pitch 73} {:time 490.5, :instrument 12, :pitch 76} {:time 491.5, :instrument 12, :pitch 73} {:time 491.5, :instrument 12, :pitch 76} {:time 492, :instrument 12, :pitch 71} {:time 492, :instrument 12, :pitch 78} {:time 493, :instrument 12, :pitch 71} {:time 493, :instrument 12, :pitch 78} {:time 494.5, :instrument 12, :pitch 71} {:time 494.5, :instrument 12, :pitch 78} {:time 495.5, :instrument 12, :pitch 71} {:time 495.5, :instrument 12, :pitch 78} {:time 496, :instrument 12, :pitch 71} {:time 496, :instrument 12, :pitch 76} {:time 497, :instrument 12, :pitch 71} {:time 497, :instrument 12, :pitch 76} {:time 498.5, :instrument 12, :pitch 71} {:time 498.5, :instrument 12, :pitch 76} {:time 499.5, :instrument 12, :pitch 71} {:time 499.5, :instrument 12, :pitch 76} {:time 500, :instrument 12, :pitch 71} {:time 500, :instrument 12, :pitch 78} {:time 500.5, :instrument 12, :pitch 71} {:time 500.5, :instrument 12, :pitch 78} {:time 501, :instrument 12, :pitch 71} {:time 501, :instrument 12, :pitch 78} {:time 501.5, :instrument 12, :pitch 71} {:time 501.5, :instrument 12, :pitch 76} {:time 502.5, :instrument 12, :pitch 71} {:time 502.5, :instrument 12, :pitch 76} {:time 503.5, :instrument 12, :pitch 71} {:time 503.5, :instrument 12, :pitch 76}]))\n\n@(dispatch\n  [:set-notes\n   (concat\n    bass-pat-1 bass-pat-2 bass-pat-3 bass-pat-4 bass-pat-5\n    (drums-pat-1 0) (drums-pat-2 0) (drums-pat-1 196) (drums-pat-2 196) (drums-pat-2 260) (drums-pat-2 324) (drums2 520) (drums2 528)\n    (lead1 0) (lead2 32) (lead3 0) (lead4 0) (gb1 0) (lead5 0) (plane1 0)\n    (flower1 0)\n    (map (fn [m] (update m :time #(+ % 16)))\n         (flower1 0))\n    (star1 0)\n    (map (fn [m] (update m :time #(+ % 16)))\n         (star1 0))\n    (lead6 0)\n    (lead1 196) (lead2 228) (lead3 196) (lead4 196) (gb1 196) (lead5 196) (plane1 196)\n    (flower1 196)\n    (map (fn [m] (update m :time #(+ % 16)))\n         (flower1 196))\n    (star1 196)\n    (map (fn [m] (update m :time #(+ % 16)))\n         (star1 196))\n    (lead6 196)\n    (lead1 392) (lead7 424) lead8 (lead9 0) (lead9 16) (lead9 32))])\n"
  },
  {
    "path": "src/mecca/songs/megaman.cljs",
    "content": "(ns mecca.songs.megaman)\n\n(defn delay-note [beats note]\n  (update note :time #(+ beats %)))\n\n(defn loop-notes [notes]\n  (let [length (apply max (map #(:time %) notes))]\n    (into notes \n          (map #(delay-note (inc length) %) notes))))\n\n(defn verse-chorus [verse chorus]\n  (let [length (apply max (map #(:time %) verse))]\n    (into verse\n          (map #(delay-note (inc length) %) chorus))))\n\n(defn bass-triad [time root third]\n  [{:time time :instrument 15, :pitch root}\n   {:time (+ time 3) :instrument 15, :pitch root}\n   {:time (+ time 4) :instrument 15, :pitch (+ root (if (= \"major\" third) 4 3))}\n   {:time (+ time 6) :instrument 15, :pitch (+ root 7)}\n   {:time (+ time 9) :instrument 15, :pitch root}\n   {:time (+ time 10) :instrument 15, :pitch root}\n   {:time (+ time 11) :instrument 15, :pitch root}\n   {:time (+ time 12) :instrument 15, :pitch (+ root (if (= \"major\" third) 4 3))}\n   {:time (+ time 14) :instrument 15, :pitch (+ root 7)}])\n\n(def bass-lead-verse-chorus [{:time 188, :instrument 14, :pitch 83} {:time 187, :instrument 14, :pitch 78} {:time 186, :instrument 14, :pitch 75} {:time 185, :instrument 14, :pitch 75} {:time 183, :instrument 14, :pitch 75} {:time 182, :instrument 14, :pitch 74} {:time 181, :instrument 14, :pitch 71} {:time 180, :instrument 14, :pitch 74} {:time 176, :instrument 14, :pitch 74} {:time 173, :instrument 14, :pitch 76} {:time 171, :instrument 14, :pitch 74} {:time 169, :instrument 14, :pitch 76} {:time 167, :instrument 14, :pitch 79} {:time 166, :instrument 14, :pitch 74} {:time 164, :instrument 14, :pitch 76} {:time 160, :instrument 14, :pitch 76} {:time 159, :instrument 14, :pitch 74} {:time 158, :instrument 14, :pitch 71} {:time 157, :instrument 14, :pitch 67} {:time 155, :instrument 14, :pitch 67} {:time 154, :instrument 14, :pitch 71} {:time 153, :instrument 14, :pitch 72} {:time 152, :instrument 14, :pitch 71} {:time 149, :instrument 14, :pitch 76} {:time 148, :instrument 14, :pitch 74} {:time 144, :instrument 14, :pitch 74} {:time 141, :instrument 14, :pitch 76} {:time 139, :instrument 14, :pitch 74} {:time 127, :instrument 14, :pitch 76} {:time 126, :instrument 14, :pitch 74} {:time 124, :instrument 14, :pitch 73} {:time 123, :instrument 14, :pitch 74} {:time 122, :instrument 14, :pitch 71} {:time 121, :instrument 14, :pitch 64} {:time 119, :instrument 14, :pitch 64} {:time 116, :instrument 14, :pitch 73} {:time 115, :instrument 14, :pitch 74} {:time 114, :instrument 14, :pitch 71} {:time 113, :instrument 14, :pitch 64} {:time 115, :instrument 5, :pitch 59} {:time 114, :instrument 5, :pitch 62} {:time 113, :instrument 5, :pitch 64} {:time 112, :instrument 5, :pitch 62} {:time 109, :instrument 5, :pitch 62} {:time 107, :instrument 5, :pitch 64} {:time 105, :instrument 5, :pitch 66} {:time 103, :instrument 5, :pitch 67} {:time 101, :instrument 5, :pitch 62} {:time 100, :instrument 5, :pitch 66} {:time 99.5, :instrument 5, :pitch 66} {:time 99, :instrument 5, :pitch 66} {:time 98, :instrument 5, :pitch 66} {:time 97.5, :instrument 5, :pitch 66} {:time 97, :instrument 5, :pitch 66} {:time 93, :instrument 5, :pitch 66} {:time 91, :instrument 5, :pitch 64} {:time 89, :instrument 5, :pitch 66} {:time 87, :instrument 5, :pitch 67} {:time 85, :instrument 5, :pitch 59} {:time 84, :instrument 5, :pitch 64} {:time 83.5, :instrument 5, :pitch 64} {:time 83, :instrument 5, :pitch 64} {:time 82, :instrument 5, :pitch 64} {:time 81.5, :instrument 5, :pitch 64} {:time 81, :instrument 5, :pitch 64} {:time 79, :instrument 5, :pitch 67} {:time 78, :instrument 5, :pitch 66} {:time 77, :instrument 5, :pitch 67} {:time 75, :instrument 5, :pitch 59} {:time 74, :instrument 5, :pitch 64} {:time 73.5, :instrument 5, :pitch 64} {:time 73, :instrument 5, :pitch 64} {:time 72, :instrument 5, :pitch 64} {:time 71, :instrument 5, :pitch 59} {:time 69, :instrument 5, :pitch 59} {:time 68, :instrument 5, :pitch 64} {:time 67.5, :instrument 5, :pitch 64} {:time 67, :instrument 5, :pitch 64} {:time 63, :instrument 14, :pitch 76} {:time 62, :instrument 14, :pitch 74} {:time 60, :instrument 14, :pitch 73} {:time 59, :instrument 14, :pitch 74} {:time 58, :instrument 14, :pitch 71} {:time 57, :instrument 14, :pitch 64} {:time 55, :instrument 14, :pitch 64} {:time 52, :instrument 14, :pitch 73} {:time 51, :instrument 14, :pitch 74} {:time 50, :instrument 14, :pitch 71} {:time 49, :instrument 14, :pitch 64} {:time 137, :instrument 14, :pitch 76} {:time 135, :instrument 14, :pitch 79} {:time 134, :instrument 14, :pitch 74} {:time 132, :instrument 14, :pitch 76} {:time 127, :instrument 14, :pitch 76} {:time 126, :instrument 14, :pitch 74} {:time 132, :instrument 5, :pitch 76} {:time 127, :instrument 5, :pitch 76} {:time 126, :instrument 5, :pitch 74} {:time 132, :instrument 5, :pitch 64} {:time 127, :instrument 5, :pitch 64} {:time 126, :instrument 5, :pitch 62} {:time 66, :instrument 5, :pitch 64} {:time 65.5, :instrument 5, :pitch 64} {:time 65, :instrument 5, :pitch 64} {:time 63, :instrument 5, :pitch 64} {:time 62, :instrument 5, :pitch 62} {:time 51, :instrument 5, :pitch 59} {:time 50, :instrument 5, :pitch 62} {:time 49, :instrument 5, :pitch 64} {:time 48, :instrument 5, :pitch 62} {:time 45, :instrument 5, :pitch 62} {:time 43, :instrument 5, :pitch 64} {:time 41, :instrument 5, :pitch 66} {:time 39, :instrument 5, :pitch 67} {:time 37, :instrument 5, :pitch 62} {:time 36, :instrument 5, :pitch 66} {:time 35.5, :instrument 5, :pitch 66} {:time 35, :instrument 5, :pitch 66} {:time 34, :instrument 5, :pitch 66} {:time 33.5, :instrument 5, :pitch 66} {:time 33, :instrument 5, :pitch 66} {:time 29, :instrument 5, :pitch 66} {:time 27, :instrument 5, :pitch 64} {:time 25, :instrument 5, :pitch 66} {:time 23, :instrument 5, :pitch 67} {:time 21, :instrument 5, :pitch 59} {:time 20, :instrument 5, :pitch 64} {:time 19.5, :instrument 5, :pitch 64} {:time 19, :instrument 5, :pitch 64} {:time 18, :instrument 5, :pitch 64} {:time 17.5, :instrument 5, :pitch 64} {:time 17, :instrument 5, :pitch 64} {:time 15, :instrument 5, :pitch 64} {:time 14, :instrument 5, :pitch 62} {:time 13, :instrument 5, :pitch 64} {:time 11, :instrument 5, :pitch 59} {:time 10, :instrument 5, :pitch 64} {:time 9.5, :instrument 5, :pitch 64} {:time 9, :instrument 5, :pitch 64} {:time 8, :instrument 5, :pitch 64} {:time 7, :instrument 5, :pitch 59} {:time 5, :instrument 5, :pitch 59} {:time 4, :instrument 5, :pitch 64} {:time 3.5, :instrument 5, :pitch 64} {:time 3, :instrument 5, :pitch 64} {:time 2, :instrument 5, :pitch 64} {:time 1.5, :instrument 5, :pitch 64} {:time 1, :instrument 5, :pitch 64} {:time 0, :instrument 5, :pitch 64} {:time 188, :instrument 15, :pitch 71} {:time 187, :instrument 15, :pitch 66} {:time 186, :instrument 15, :pitch 63} {:time 185.5, :instrument 15, :pitch 63} {:time 185, :instrument 15, :pitch 63} {:time 183, :instrument 15, :pitch 63} {:time 182, :instrument 15, :pitch 62} {:time 181, :instrument 15, :pitch 59} {:time 180, :instrument 15, :pitch 62} {:time 179.5, :instrument 15, :pitch 62} {:time 179, :instrument 15, :pitch 62} {:time 178, :instrument 15, :pitch 62} {:time 177.5, :instrument 15, :pitch 62} {:time 177, :instrument 15, :pitch 62} {:time 176, :instrument 15, :pitch 62} {:time 175, :instrument 15, :pitch 65} {:time 174, :instrument 15, :pitch 69} {:time 173, :instrument 15, :pitch 65} {:time 172, :instrument 15, :pitch 72} {:time 171, :instrument 15, :pitch 65} {:time 170, :instrument 15, :pitch 69} {:time 169, :instrument 15, :pitch 65} {:time 167, :instrument 15, :pitch 69} {:time 166, :instrument 15, :pitch 69} {:time 165, :instrument 15, :pitch 72} {:time 164, :instrument 15, :pitch 65} {:time 163.5, :instrument 15, :pitch 65} {:time 163, :instrument 15, :pitch 65} {:time 161, :instrument 15, :pitch 65} {:time 162, :instrument 15, :pitch 65} {:time 161.5, :instrument 15, :pitch 65} {:time 160, :instrument 15, :pitch 65} {:time 159, :instrument 15, :pitch 64} {:time 158, :instrument 15, :pitch 67} {:time 157, :instrument 15, :pitch 71} {:time 156, :instrument 15, :pitch 74} {:time 155, :instrument 15, :pitch 67} {:time 154, :instrument 15, :pitch 71} {:time 153, :instrument 15, :pitch 64} {:time 151, :instrument 15, :pitch 74} {:time 150, :instrument 15, :pitch 67} {:time 149, :instrument 15, :pitch 71} {:time 148, :instrument 15, :pitch 64} {:time 147.5, :instrument 15, :pitch 64} {:time 147, :instrument 15, :pitch 64} {:time 146, :instrument 15, :pitch 64} {:time 144, :instrument 15, :pitch 64} {:time 143, :instrument 15, :pitch 69} {:time 142, :instrument 15, :pitch 65} {:time 141, :instrument 15, :pitch 69} {:time 140, :instrument 15, :pitch 72} {:time 139, :instrument 15, :pitch 65} {:time 138, :instrument 15, :pitch 69} {:time 137, :instrument 15, :pitch 65} {:time 134, :instrument 15, :pitch 69} {:time 133, :instrument 15, :pitch 72} {:time 132, :instrument 15, :pitch 65} {:time 131.5, :instrument 15, :pitch 65} {:time 131, :instrument 15, :pitch 65} {:time 129.5, :instrument 15, :pitch 65} {:time 129, :instrument 15, :pitch 65} {:time 130, :instrument 15, :pitch 65} {:time 128, :instrument 15, :pitch 65} {:time 126, :instrument 15, :pitch 71} {:time 124, :instrument 15, :pitch 67} {:time 123, :instrument 15, :pitch 64} {:time 122, :instrument 15, :pitch 64} {:time 121, :instrument 15, :pitch 64} {:time 118, :instrument 15, :pitch 71} {:time 116, :instrument 15, :pitch 67} {:time 115, :instrument 15, :pitch 64} {:time 112, :instrument 15, :pitch 64} {:time 110, :instrument 15, :pitch 69} {:time 108, :instrument 15, :pitch 66} {:time 107, :instrument 15, :pitch 62} {:time 106, :instrument 15, :pitch 62} {:time 105, :instrument 15, :pitch 62} {:time 102, :instrument 15, :pitch 69} {:time 100, :instrument 15, :pitch 66} {:time 99, :instrument 15, :pitch 62} {:time 96, :instrument 15, :pitch 62} {:time 94, :instrument 15, :pitch 67} {:time 92, :instrument 15, :pitch 64} {:time 91, :instrument 15, :pitch 60} {:time 90, :instrument 15, :pitch 60} {:time 89, :instrument 15, :pitch 60} {:time 86, :instrument 15, :pitch 67} {:time 84, :instrument 15, :pitch 64} {:time 83, :instrument 15, :pitch 60} {:time 80, :instrument 15, :pitch 60} {:time 78, :instrument 15, :pitch 71} {:time 76, :instrument 15, :pitch 67} {:time 75, :instrument 15, :pitch 64} {:time 74, :instrument 15, :pitch 64} {:time 73, :instrument 15, :pitch 64} {:time 70, :instrument 15, :pitch 71} {:time 68, :instrument 15, :pitch 67} {:time 67, :instrument 15, :pitch 64} {:time 64, :instrument 15, :pitch 64} {:time 65, :instrument 5, :pitch 67} {:time 65.5, :instrument 5, :pitch 67} {:time 66, :instrument 5, :pitch 67} {:time 67, :instrument 5, :pitch 67} {:time 67.5, :instrument 5, :pitch 67} {:time 68, :instrument 5, :pitch 67} {:time 69, :instrument 5, :pitch 64} {:time 71, :instrument 5, :pitch 64} {:time 72, :instrument 5, :pitch 67} {:time 73, :instrument 5, :pitch 67} {:time 73.5, :instrument 5, :pitch 67} {:time 74, :instrument 5, :pitch 67} {:time 75, :instrument 5, :pitch 64} {:time 77, :instrument 5, :pitch 71} {:time 78, :instrument 5, :pitch 69} {:time 79, :instrument 5, :pitch 71} {:time 81, :instrument 5, :pitch 67} {:time 81.5, :instrument 5, :pitch 67} {:time 82, :instrument 5, :pitch 67} {:time 83, :instrument 5, :pitch 67} {:time 83.5, :instrument 5, :pitch 67} {:time 84, :instrument 5, :pitch 67} {:time 85, :instrument 5, :pitch 64} {:time 87, :instrument 5, :pitch 71} {:time 89, :instrument 5, :pitch 69} {:time 91, :instrument 5, :pitch 67} {:time 93, :instrument 5, :pitch 69} {:time 97, :instrument 5, :pitch 69} {:time 97.5, :instrument 5, :pitch 69} {:time 98, :instrument 5, :pitch 69} {:time 99, :instrument 5, :pitch 69} {:time 99.5, :instrument 5, :pitch 69} {:time 100, :instrument 5, :pitch 69} {:time 101, :instrument 5, :pitch 66} {:time 103, :instrument 5, :pitch 71} {:time 105, :instrument 5, :pitch 69} {:time 107, :instrument 5, :pitch 67} {:time 109, :instrument 5, :pitch 66} {:time 112, :instrument 5, :pitch 66} {:time 113, :instrument 5, :pitch 67} {:time 114, :instrument 5, :pitch 66} {:time 115, :instrument 5, :pitch 64} {:time 126, :instrument 5, :pitch 66} {:time 127, :instrument 5, :pitch 67} {:time 63, :instrument 5, :pitch 67} {:time 62, :instrument 5, :pitch 66} {:time 51, :instrument 5, :pitch 64} {:time 50, :instrument 5, :pitch 66} {:time 49, :instrument 5, :pitch 67} {:time 48, :instrument 5, :pitch 66} {:time 45, :instrument 5, :pitch 66} {:time 43, :instrument 5, :pitch 67} {:time 41, :instrument 5, :pitch 69} {:time 39, :instrument 5, :pitch 71} {:time 37, :instrument 5, :pitch 66} {:time 36, :instrument 5, :pitch 69} {:time 35.5, :instrument 5, :pitch 69} {:time 35, :instrument 5, :pitch 69} {:time 34, :instrument 5, :pitch 69} {:time 33.5, :instrument 5, :pitch 69} {:time 33, :instrument 5, :pitch 69} {:time 29, :instrument 5, :pitch 69} {:time 27, :instrument 5, :pitch 67} {:time 25, :instrument 5, :pitch 69} {:time 23, :instrument 5, :pitch 71} {:time 21, :instrument 5, :pitch 64} {:time 20, :instrument 5, :pitch 67} {:time 19.5, :instrument 5, :pitch 67} {:time 19, :instrument 5, :pitch 67} {:time 18, :instrument 5, :pitch 67} {:time 17.5, :instrument 5, :pitch 67} {:time 17, :instrument 5, :pitch 67} {:time 15, :instrument 5, :pitch 71} {:time 14, :instrument 5, :pitch 69} {:time 13, :instrument 5, :pitch 71} {:time 11, :instrument 5, :pitch 64} {:time 10, :instrument 5, :pitch 67} {:time 9.5, :instrument 5, :pitch 67} {:time 9, :instrument 5, :pitch 67} {:time 8, :instrument 5, :pitch 67} {:time 7, :instrument 5, :pitch 64} {:time 5, :instrument 5, :pitch 64} {:time 4, :instrument 5, :pitch 67} {:time 3.5, :instrument 5, :pitch 67} {:time 3, :instrument 5, :pitch 67} {:time 2, :instrument 5, :pitch 67} {:time 1.5, :instrument 5, :pitch 67} {:time 1, :instrument 5, :pitch 67} {:time 0, :instrument 15, :pitch 64} {:time 3, :instrument 15, :pitch 64} {:time 4, :instrument 15, :pitch 67} {:time 6, :instrument 15, :pitch 71} {:time 9, :instrument 15, :pitch 64} {:time 10, :instrument 15, :pitch 64} {:time 11, :instrument 15, :pitch 64} {:time 12, :instrument 15, :pitch 67} {:time 14, :instrument 15, :pitch 71} {:time 16, :instrument 15, :pitch 60} {:time 19, :instrument 15, :pitch 60} {:time 20, :instrument 15, :pitch 64} {:time 22, :instrument 15, :pitch 67} {:time 25, :instrument 15, :pitch 60} {:time 26, :instrument 15, :pitch 60} {:time 27, :instrument 15, :pitch 60} {:time 28, :instrument 15, :pitch 64} {:time 30, :instrument 15, :pitch 67} {:time 32, :instrument 15, :pitch 62} {:time 35, :instrument 15, :pitch 62} {:time 36, :instrument 15, :pitch 66} {:time 38, :instrument 15, :pitch 69} {:time 41, :instrument 15, :pitch 62} {:time 42, :instrument 15, :pitch 62} {:time 43, :instrument 15, :pitch 62} {:time 44, :instrument 15, :pitch 66} {:time 46, :instrument 15, :pitch 69} {:time 48, :instrument 15, :pitch 64} {:time 51, :instrument 15, :pitch 64} {:time 52, :instrument 15, :pitch 67} {:time 54, :instrument 15, :pitch 71} {:time 57, :instrument 15, :pitch 64} {:time 58, :instrument 15, :pitch 64} {:time 59, :instrument 15, :pitch 64} {:time 60, :instrument 15, :pitch 67} {:time 62, :instrument 15, :pitch 71}])\n\n(def bass-chorus\n  [{:time 0, :instrument 15, :pitch 65} {:time 2, :instrument 15, :pitch 65} {:time 1, :instrument 15, :pitch 65} {:time 1.5, :instrument 15, :pitch 65} {:time 3, :instrument 15, :pitch 65} {:time 3.5, :instrument 15, :pitch 65} {:time 4, :instrument 15, :pitch 65} {:time 5, :instrument 15, :pitch 72} {:time 6, :instrument 15, :pitch 69} {:time 9, :instrument 15, :pitch 65} {:time 10, :instrument 15, :pitch 69} {:time 11, :instrument 15, :pitch 65} {:time 12, :instrument 15, :pitch 72} {:time 13, :instrument 15, :pitch 69} {:time 14, :instrument 15, :pitch 65} {:time 15, :instrument 15, :pitch 69} {:time 16, :instrument 15, :pitch 64} {:time 18, :instrument 15, :pitch 64} {:time 19, :instrument 15, :pitch 64} {:time 19.5, :instrument 15, :pitch 64} {:time 20, :instrument 15, :pitch 64} {:time 21, :instrument 15, :pitch 71} {:time 22, :instrument 15, :pitch 67} {:time 23, :instrument 15, :pitch 74} {:time 25, :instrument 15, :pitch 64} {:time 26, :instrument 15, :pitch 71} {:time 27, :instrument 15, :pitch 67} {:time 28, :instrument 15, :pitch 74} {:time 29, :instrument 15, :pitch 71} {:time 30, :instrument 15, :pitch 67} {:time 31, :instrument 15, :pitch 64} {:time 32, :instrument 15, :pitch 65} {:time 33.5, :instrument 15, :pitch 65} {:time 34, :instrument 15, :pitch 65} {:time 33, :instrument 15, :pitch 65} {:time 35, :instrument 15, :pitch 65} {:time 35.5, :instrument 15, :pitch 65} {:time 36, :instrument 15, :pitch 65} {:time 37, :instrument 15, :pitch 72} {:time 38, :instrument 15, :pitch 69} {:time 39, :instrument 15, :pitch 69} {:time 41, :instrument 15, :pitch 65} {:time 42, :instrument 15, :pitch 69} {:time 43, :instrument 15, :pitch 65} {:time 44, :instrument 15, :pitch 72} {:time 45, :instrument 15, :pitch 65} {:time 46, :instrument 15, :pitch 69} {:time 47, :instrument 15, :pitch 65} {:time 48, :instrument 15, :pitch 62} {:time 49, :instrument 15, :pitch 62} {:time 49.5, :instrument 15, :pitch 62} {:time 50, :instrument 15, :pitch 62} {:time 51, :instrument 15, :pitch 62} {:time 51.5, :instrument 15, :pitch 62} {:time 52, :instrument 15, :pitch 62} {:time 53, :instrument 15, :pitch 59} {:time 54, :instrument 15, :pitch 62} {:time 55, :instrument 15, :pitch 63} {:time 57, :instrument 15, :pitch 63} {:time 57.5, :instrument 15, :pitch 63} {:time 58, :instrument 15, :pitch 63} {:time 59, :instrument 15, :pitch 66} {:time 60, :instrument 15, :pitch 71}])\n\n(def lead1\n  [{:time 1, :instrument 5, :pitch 67} {:time 1.5, :instrument 5, :pitch 67} {:time 2, :instrument 5, :pitch 67} {:time 3, :instrument 5, :pitch 67} {:time 3.5, :instrument 5, :pitch 67} {:time 4, :instrument 5, :pitch 67} {:time 5, :instrument 5, :pitch 64} {:time 7, :instrument 5, :pitch 64} {:time 8, :instrument 5, :pitch 67} {:time 9, :instrument 5, :pitch 67} {:time 9.5, :instrument 5, :pitch 67} {:time 10, :instrument 5, :pitch 67} {:time 11, :instrument 5, :pitch 64} {:time 13, :instrument 5, :pitch 71} {:time 14, :instrument 5, :pitch 69} {:time 15, :instrument 5, :pitch 71} {:time 17, :instrument 5, :pitch 67} {:time 17.5, :instrument 5, :pitch 67} {:time 18, :instrument 5, :pitch 67} {:time 19, :instrument 5, :pitch 67} {:time 19.5, :instrument 5, :pitch 67} {:time 20, :instrument 5, :pitch 67} {:time 21, :instrument 5, :pitch 64} {:time 23, :instrument 5, :pitch 71} {:time 25, :instrument 5, :pitch 69} {:time 27, :instrument 5, :pitch 67} {:time 29, :instrument 5, :pitch 69} {:time 33, :instrument 5, :pitch 69} {:time 33.5, :instrument 5, :pitch 69} {:time 34, :instrument 5, :pitch 69} {:time 35, :instrument 5, :pitch 69} {:time 35.5, :instrument 5, :pitch 69} {:time 36, :instrument 5, :pitch 69} {:time 37, :instrument 5, :pitch 66} {:time 39, :instrument 5, :pitch 71} {:time 41, :instrument 5, :pitch 69} {:time 43, :instrument 5, :pitch 67} {:time 45, :instrument 5, :pitch 66} {:time 48, :instrument 5, :pitch 66} {:time 49, :instrument 5, :pitch 67} {:time 50, :instrument 5, :pitch 66} {:time 51, :instrument 5, :pitch 64} {:time 62, :instrument 5, :pitch 66} {:time 63, :instrument 5, :pitch 67}])\n\n(def mm1 [{:time 189.5, :instrument 14, :pitch 83}{:time 189, :instrument 14, :pitch 83}{:time 188.5, :instrument 14, :pitch 83}{:time 182.5, :instrument 14, :pitch 74}{:time 181.5, :instrument 14, :pitch 71}{:time 180.5, :instrument 14, :pitch 74}{:time 177.5, :instrument 14, :pitch 74}{:time 177, :instrument 14, :pitch 74}{:time 176.5, :instrument 14, :pitch 74}{:time 174.5, :instrument 14, :pitch 76}{:time 174, :instrument 14, :pitch 76}{:time 173.5, :instrument 14, :pitch 76}{:time 172.5, :instrument 14, :pitch 74}{:time 172, :instrument 14, :pitch 74}{:time 171.5, :instrument 14, :pitch 74}{:time 170.5, :instrument 14, :pitch 76}{:time 170, :instrument 14, :pitch 76}{:time 169.5, :instrument 14, :pitch 76}{:time 168.5, :instrument 14, :pitch 79}{:time 168, :instrument 14, :pitch 79}{:time 167.5, :instrument 14, :pitch 79}{:time 166.5, :instrument 14, :pitch 74}{:time 165.5, :instrument 14, :pitch 76}{:time 165, :instrument 14, :pitch 76}{:time 164.5, :instrument 14, :pitch 76}{:time 161.5, :instrument 14, :pitch 76}{:time 161, :instrument 14, :pitch 76}{:time 160.5, :instrument 14, :pitch 76}{:time 155.5, :instrument 14, :pitch 67}{:time 154.5, :instrument 14, :pitch 71}{:time 153.5, :instrument 14, :pitch 72}{:time 152.5, :instrument 14, :pitch 71}{:time 150.5, :instrument 14, :pitch 76}{:time 150, :instrument 14, :pitch 76}{:time 149.5, :instrument 14, :pitch 76}{:time 148.5, :instrument 14, :pitch 74}{:time 145.5, :instrument 14, :pitch 74}{:time 145, :instrument 14, :pitch 74}{:time 144.5, :instrument 14, :pitch 74}{:time 142.5, :instrument 14, :pitch 76}{:time 142, :instrument 14, :pitch 76}{:time 141.5, :instrument 14, :pitch 76}{:time 140.5, :instrument 14, :pitch 74}{:time 140, :instrument 14, :pitch 74}{:time 139.5, :instrument 14, :pitch 74}{:time 138.5, :instrument 14, :pitch 76}{:time 138, :instrument 14, :pitch 76}{:time 137.5, :instrument 14, :pitch 76}{:time 136.5, :instrument 14, :pitch 79}{:time 136, :instrument 14, :pitch 79}{:time 135.5, :instrument 14, :pitch 79}{:time 133, :instrument 14, :pitch 76}{:time 254, :instrument 8, :pitch 62}{:time 255, :instrument 8, :pitch 64}{:time 255, :instrument 15, :pitch 64}{:time 254, :instrument 15, :pitch 62}{:time 254, :instrument 3, :pitch 64}{:time 253.5, :instrument 2, :pitch 59}{:time 255, :instrument 2, :pitch 59}{:time 254, :instrument 2, :pitch 69}{:time 253, :instrument 2, :pitch 59}{:time 252, :instrument 2, :pitch 59}{:time 251.5, :instrument 2, :pitch 64}{:time 251, :instrument 2, :pitch 67}{:time 250.5, :instrument 2, :pitch 71}{:time 250, :instrument 2, :pitch 74}{:time 62, :instrument 3, :pitch 64}{:time 7, :instrument 13, :pitch 76}{:time 5.5, :instrument 13, :pitch 76}{:time 5, :instrument 13, :pitch 76}{:time 2, :instrument 2, :pitch 69}{:time 0, :instrument 2, :pitch 60}{:time 1, :instrument 13, :pitch 76}{:time 1.5, :instrument 13, :pitch 76}{:time 3, :instrument 13, :pitch 76}{:time 4, :instrument 2, :pitch 60}{:time 5, :instrument 2, :pitch 60}{:time 6, :instrument 2, :pitch 69}{:time 15, :instrument 13, :pitch 76}{:time 13.5, :instrument 13, :pitch 76}{:time 13, :instrument 13, :pitch 76}{:time 10, :instrument 2, :pitch 69}{:time 8, :instrument 2, :pitch 60}{:time 9, :instrument 13, :pitch 76}{:time 9.5, :instrument 13, :pitch 76}{:time 11, :instrument 13, :pitch 76}{:time 12, :instrument 2, :pitch 60}{:time 13, :instrument 2, :pitch 60}{:time 14, :instrument 2, :pitch 69}{:time 23, :instrument 13, :pitch 76}{:time 21.5, :instrument 13, :pitch 76}{:time 21, :instrument 13, :pitch 76}{:time 18, :instrument 2, :pitch 69}{:time 16, :instrument 2, :pitch 60}{:time 17, :instrument 13, :pitch 76}{:time 17.5, :instrument 13, :pitch 76}{:time 19, :instrument 13, :pitch 76}{:time 20, :instrument 2, :pitch 60}{:time 21, :instrument 2, :pitch 60}{:time 22, :instrument 2, :pitch 69}{:time 31, :instrument 13, :pitch 76}{:time 29.5, :instrument 13, :pitch 76}{:time 29, :instrument 13, :pitch 76}{:time 26, :instrument 2, :pitch 69}{:time 24, :instrument 2, :pitch 60}{:time 25, :instrument 13, :pitch 76}{:time 25.5, :instrument 13, :pitch 76}{:time 27, :instrument 13, :pitch 76}{:time 28, :instrument 2, :pitch 60}{:time 29, :instrument 2, :pitch 60}{:time 30, :instrument 2, :pitch 69}{:time 39, :instrument 13, :pitch 76}{:time 37.5, :instrument 13, :pitch 76}{:time 37, :instrument 13, :pitch 76}{:time 34, :instrument 2, :pitch 69}{:time 32, :instrument 2, :pitch 60}{:time 33, :instrument 13, :pitch 76}{:time 33.5, :instrument 13, :pitch 76}{:time 35, :instrument 13, :pitch 76}{:time 36, :instrument 2, :pitch 60}{:time 37, :instrument 2, :pitch 60}{:time 38, :instrument 2, :pitch 69}{:time 47, :instrument 13, :pitch 76}{:time 45.5, :instrument 13, :pitch 76}{:time 45, :instrument 13, :pitch 76}{:time 42, :instrument 2, :pitch 69}{:time 40, :instrument 2, :pitch 60}{:time 41, :instrument 13, :pitch 76}{:time 41.5, :instrument 13, :pitch 76}{:time 43, :instrument 13, :pitch 76}{:time 44, :instrument 2, :pitch 60}{:time 45, :instrument 2, :pitch 60}{:time 46, :instrument 2, :pitch 69}{:time 55, :instrument 13, :pitch 76}{:time 53.5, :instrument 13, :pitch 76}{:time 53, :instrument 13, :pitch 76}{:time 50, :instrument 2, :pitch 69}{:time 48, :instrument 2, :pitch 60}{:time 49, :instrument 13, :pitch 76}{:time 49.5, :instrument 13, :pitch 76}{:time 51, :instrument 13, :pitch 76}{:time 52, :instrument 2, :pitch 60}{:time 53, :instrument 2, :pitch 60}{:time 54, :instrument 2, :pitch 69}{:time 63, :instrument 13, :pitch 76}{:time 61.5, :instrument 13, :pitch 76}{:time 61, :instrument 13, :pitch 76}{:time 58, :instrument 2, :pitch 69}{:time 56, :instrument 2, :pitch 60}{:time 57, :instrument 13, :pitch 76}{:time 57.5, :instrument 13, :pitch 76}{:time 59, :instrument 13, :pitch 76}{:time 60, :instrument 2, :pitch 60}{:time 61, :instrument 2, :pitch 60}{:time 62, :instrument 2, :pitch 69}{:time 71, :instrument 13, :pitch 76}{:time 69.5, :instrument 13, :pitch 76}{:time 69, :instrument 13, :pitch 76}{:time 66, :instrument 2, :pitch 69}{:time 64, :instrument 2, :pitch 60}{:time 65, :instrument 13, :pitch 76}{:time 65.5, :instrument 13, :pitch 76}{:time 67, :instrument 13, :pitch 76}{:time 68, :instrument 2, :pitch 60}{:time 69, :instrument 2, :pitch 60}{:time 70, :instrument 2, :pitch 69}{:time 79, :instrument 13, :pitch 76}{:time 77.5, :instrument 13, :pitch 76}{:time 77, :instrument 13, :pitch 76}{:time 74, :instrument 2, :pitch 69}{:time 72, :instrument 2, :pitch 60}{:time 73, :instrument 13, :pitch 76}{:time 73.5, :instrument 13, :pitch 76}{:time 75, :instrument 13, :pitch 76}{:time 76, :instrument 2, :pitch 60}{:time 77, :instrument 2, :pitch 60}{:time 78, :instrument 2, :pitch 69}{:time 87, :instrument 13, :pitch 76}{:time 85.5, :instrument 13, :pitch 76}{:time 85, :instrument 13, :pitch 76}{:time 82, :instrument 2, :pitch 69}{:time 80, :instrument 2, :pitch 60}{:time 81, :instrument 13, :pitch 76}{:time 81.5, :instrument 13, :pitch 76}{:time 83, :instrument 13, :pitch 76}{:time 84, :instrument 2, :pitch 60}{:time 85, :instrument 2, :pitch 60}{:time 86, :instrument 2, :pitch 69}{:time 95, :instrument 13, :pitch 76}{:time 93.5, :instrument 13, :pitch 76}{:time 93, :instrument 13, :pitch 76}{:time 90, :instrument 2, :pitch 69}{:time 88, :instrument 2, :pitch 60}{:time 89, :instrument 13, :pitch 76}{:time 89.5, :instrument 13, :pitch 76}{:time 91, :instrument 13, :pitch 76}{:time 92, :instrument 2, :pitch 60}{:time 93, :instrument 2, :pitch 60}{:time 94, :instrument 2, :pitch 69}{:time 103, :instrument 13, :pitch 76}{:time 101.5, :instrument 13, :pitch 76}{:time 101, :instrument 13, :pitch 76}{:time 98, :instrument 2, :pitch 69}{:time 96, :instrument 2, :pitch 60}{:time 97, :instrument 13, :pitch 76}{:time 97.5, :instrument 13, :pitch 76}{:time 99, :instrument 13, :pitch 76}{:time 100, :instrument 2, :pitch 60}{:time 101, :instrument 2, :pitch 60}{:time 102, :instrument 2, :pitch 69}{:time 111, :instrument 13, :pitch 76}{:time 109.5, :instrument 13, :pitch 76}{:time 109, :instrument 13, :pitch 76}{:time 106, :instrument 2, :pitch 69}{:time 104, :instrument 2, :pitch 60}{:time 105, :instrument 13, :pitch 76}{:time 105.5, :instrument 13, :pitch 76}{:time 107, :instrument 13, :pitch 76}{:time 108, :instrument 2, :pitch 60}{:time 109, :instrument 2, :pitch 60}{:time 110, :instrument 2, :pitch 69}{:time 119, :instrument 13, :pitch 76}{:time 117.5, :instrument 13, :pitch 76}{:time 117, :instrument 13, :pitch 76}{:time 114, :instrument 2, :pitch 69}{:time 112, :instrument 2, :pitch 60}{:time 113, :instrument 13, :pitch 76}{:time 113.5, :instrument 13, :pitch 76}{:time 115, :instrument 13, :pitch 76}{:time 116, :instrument 2, :pitch 60}{:time 117, :instrument 2, :pitch 60}{:time 118, :instrument 2, :pitch 69}{:time 127, :instrument 13, :pitch 76}{:time 125.5, :instrument 13, :pitch 76}{:time 125, :instrument 13, :pitch 76}{:time 122, :instrument 2, :pitch 69}{:time 120, :instrument 2, :pitch 60}{:time 121, :instrument 13, :pitch 76}{:time 121.5, :instrument 13, :pitch 76}{:time 123, :instrument 13, :pitch 76}{:time 124, :instrument 2, :pitch 60}{:time 125, :instrument 2, :pitch 60}{:time 126, :instrument 2, :pitch 69}{:time 135, :instrument 13, :pitch 76}{:time 133.5, :instrument 13, :pitch 76}{:time 133, :instrument 13, :pitch 76}{:time 130, :instrument 2, :pitch 69}{:time 128, :instrument 2, :pitch 60}{:time 129, :instrument 13, :pitch 76}{:time 129.5, :instrument 13, :pitch 76}{:time 131, :instrument 13, :pitch 76}{:time 132, :instrument 2, :pitch 60}{:time 133, :instrument 2, :pitch 60}{:time 134, :instrument 2, :pitch 69}{:time 143, :instrument 13, :pitch 76}{:time 141.5, :instrument 13, :pitch 76}{:time 141, :instrument 13, :pitch 76}{:time 138, :instrument 2, :pitch 69}{:time 136, :instrument 2, :pitch 60}{:time 137, :instrument 13, :pitch 76}{:time 137.5, :instrument 13, :pitch 76}{:time 139, :instrument 13, :pitch 76}{:time 140, :instrument 2, :pitch 60}{:time 141, :instrument 2, :pitch 60}{:time 142, :instrument 2, :pitch 69}{:time 151, :instrument 13, :pitch 76}{:time 149.5, :instrument 13, :pitch 76}{:time 149, :instrument 13, :pitch 76}{:time 146, :instrument 2, :pitch 69}{:time 144, :instrument 2, :pitch 60}{:time 145, :instrument 13, :pitch 76}{:time 145.5, :instrument 13, :pitch 76}{:time 147, :instrument 13, :pitch 76}{:time 148, :instrument 2, :pitch 60}{:time 149, :instrument 2, :pitch 60}{:time 150, :instrument 2, :pitch 69}{:time 159, :instrument 13, :pitch 76}{:time 157.5, :instrument 13, :pitch 76}{:time 157, :instrument 13, :pitch 76}{:time 154, :instrument 2, :pitch 69}{:time 152, :instrument 2, :pitch 60}{:time 153, :instrument 13, :pitch 76}{:time 153.5, :instrument 13, :pitch 76}{:time 155, :instrument 13, :pitch 76}{:time 156, :instrument 2, :pitch 60}{:time 157, :instrument 2, :pitch 60}{:time 158, :instrument 2, :pitch 69}{:time 167, :instrument 13, :pitch 76}{:time 165.5, :instrument 13, :pitch 76}{:time 165, :instrument 13, :pitch 76}{:time 162, :instrument 2, :pitch 69}{:time 160, :instrument 2, :pitch 60}{:time 161, :instrument 13, :pitch 76}{:time 161.5, :instrument 13, :pitch 76}{:time 163, :instrument 13, :pitch 76}{:time 164, :instrument 2, :pitch 60}{:time 165, :instrument 2, :pitch 60}{:time 166, :instrument 2, :pitch 69}{:time 175, :instrument 13, :pitch 76}{:time 173.5, :instrument 13, :pitch 76}{:time 173, :instrument 13, :pitch 76}{:time 170, :instrument 2, :pitch 69}{:time 168, :instrument 2, :pitch 60}{:time 169, :instrument 13, :pitch 76}{:time 169.5, :instrument 13, :pitch 76}{:time 171, :instrument 13, :pitch 76}{:time 172, :instrument 2, :pitch 60}{:time 173, :instrument 2, :pitch 60}{:time 174, :instrument 2, :pitch 69}{:time 183, :instrument 13, :pitch 76}{:time 181.5, :instrument 13, :pitch 76}{:time 181, :instrument 13, :pitch 76}{:time 178, :instrument 2, :pitch 69}{:time 176, :instrument 2, :pitch 60}{:time 177, :instrument 13, :pitch 76}{:time 177.5, :instrument 13, :pitch 76}{:time 179, :instrument 13, :pitch 76}{:time 180, :instrument 2, :pitch 60}{:time 181, :instrument 2, :pitch 60}{:time 182, :instrument 2, :pitch 69}{:time 191, :instrument 13, :pitch 76}{:time 189.5, :instrument 13, :pitch 76}{:time 189, :instrument 13, :pitch 76}{:time 186, :instrument 2, :pitch 69}{:time 184, :instrument 2, :pitch 60}{:time 185, :instrument 13, :pitch 76}{:time 185.5, :instrument 13, :pitch 76}{:time 187, :instrument 13, :pitch 76}{:time 188, :instrument 2, :pitch 60}{:time 189, :instrument 2, :pitch 60}{:time 190, :instrument 2, :pitch 69}{:time 199, :instrument 13, :pitch 76}{:time 197.5, :instrument 13, :pitch 76}{:time 197, :instrument 13, :pitch 76}{:time 194, :instrument 2, :pitch 69}{:time 192, :instrument 2, :pitch 60}{:time 193, :instrument 13, :pitch 76}{:time 193.5, :instrument 13, :pitch 76}{:time 195, :instrument 13, :pitch 76}{:time 196, :instrument 2, :pitch 60}{:time 197, :instrument 2, :pitch 60}{:time 198, :instrument 2, :pitch 69}{:time 207, :instrument 13, :pitch 76}{:time 205.5, :instrument 13, :pitch 76}{:time 205, :instrument 13, :pitch 76}{:time 202, :instrument 2, :pitch 69}{:time 200, :instrument 2, :pitch 60}{:time 201, :instrument 13, :pitch 76}{:time 201.5, :instrument 13, :pitch 76}{:time 203, :instrument 13, :pitch 76}{:time 204, :instrument 2, :pitch 60}{:time 205, :instrument 2, :pitch 60}{:time 206, :instrument 2, :pitch 69}{:time 215, :instrument 13, :pitch 76}{:time 213.5, :instrument 13, :pitch 76}{:time 213, :instrument 13, :pitch 76}{:time 210, :instrument 2, :pitch 69}{:time 208, :instrument 2, :pitch 60}{:time 209, :instrument 13, :pitch 76}{:time 209.5, :instrument 13, :pitch 76}{:time 211, :instrument 13, :pitch 76}{:time 212, :instrument 2, :pitch 60}{:time 213, :instrument 2, :pitch 60}{:time 214, :instrument 2, :pitch 69}{:time 223, :instrument 13, :pitch 76}{:time 221.5, :instrument 13, :pitch 76}{:time 221, :instrument 13, :pitch 76}{:time 218, :instrument 2, :pitch 69}{:time 216, :instrument 2, :pitch 60}{:time 217, :instrument 13, :pitch 76}{:time 217.5, :instrument 13, :pitch 76}{:time 219, :instrument 13, :pitch 76}{:time 220, :instrument 2, :pitch 60}{:time 221, :instrument 2, :pitch 60}{:time 222, :instrument 2, :pitch 69}{:time 231, :instrument 13, :pitch 76}{:time 229.5, :instrument 13, :pitch 76}{:time 229, :instrument 13, :pitch 76}{:time 226, :instrument 2, :pitch 69}{:time 224, :instrument 2, :pitch 60}{:time 225, :instrument 13, :pitch 76}{:time 225.5, :instrument 13, :pitch 76}{:time 227, :instrument 13, :pitch 76}{:time 228, :instrument 2, :pitch 60}{:time 229, :instrument 2, :pitch 60}{:time 230, :instrument 2, :pitch 69}{:time 239, :instrument 13, :pitch 76}{:time 237.5, :instrument 13, :pitch 76}{:time 237, :instrument 13, :pitch 76}{:time 234, :instrument 2, :pitch 69}{:time 232, :instrument 2, :pitch 60}{:time 233, :instrument 13, :pitch 76}{:time 233.5, :instrument 13, :pitch 76}{:time 235, :instrument 13, :pitch 76}{:time 236, :instrument 2, :pitch 60}{:time 237, :instrument 2, :pitch 60}{:time 238, :instrument 2, :pitch 69}{:time 247, :instrument 13, :pitch 76}{:time 245.5, :instrument 13, :pitch 76}{:time 245, :instrument 13, :pitch 76}{:time 242, :instrument 2, :pitch 69}{:time 240, :instrument 2, :pitch 60}{:time 241, :instrument 13, :pitch 76}{:time 241.5, :instrument 13, :pitch 76}{:time 243, :instrument 13, :pitch 76}{:time 244, :instrument 2, :pitch 60}{:time 245, :instrument 2, :pitch 60}{:time 246, :instrument 2, :pitch 69}{:time 248, :instrument 2, :pitch 60}{:time 249, :instrument 13, :pitch 76}{:time 188, :instrument 14, :pitch 83}{:time 187, :instrument 14, :pitch 78}{:time 186, :instrument 14, :pitch 75}{:time 185, :instrument 14, :pitch 75}{:time 183, :instrument 14, :pitch 75}{:time 182, :instrument 14, :pitch 74}{:time 181, :instrument 14, :pitch 71}{:time 180, :instrument 14, :pitch 74}{:time 176, :instrument 14, :pitch 74}{:time 173, :instrument 14, :pitch 76}{:time 171, :instrument 14, :pitch 74}{:time 169, :instrument 14, :pitch 76}{:time 167, :instrument 14, :pitch 79}{:time 166, :instrument 14, :pitch 74}{:time 164, :instrument 14, :pitch 76}{:time 160, :instrument 14, :pitch 76}{:time 159, :instrument 14, :pitch 74}{:time 158, :instrument 14, :pitch 71}{:time 157, :instrument 14, :pitch 67}{:time 155, :instrument 14, :pitch 67}{:time 154, :instrument 14, :pitch 71}{:time 153, :instrument 14, :pitch 72}{:time 152, :instrument 14, :pitch 71}{:time 149, :instrument 14, :pitch 76}{:time 148, :instrument 14, :pitch 74}{:time 144, :instrument 14, :pitch 74}{:time 141, :instrument 14, :pitch 76}{:time 139, :instrument 14, :pitch 74}{:time 127, :instrument 14, :pitch 76}{:time 126, :instrument 14, :pitch 74}{:time 124, :instrument 14, :pitch 73}{:time 123, :instrument 14, :pitch 74}{:time 122, :instrument 14, :pitch 71}{:time 121, :instrument 14, :pitch 64}{:time 119, :instrument 14, :pitch 64}{:time 116, :instrument 14, :pitch 73}{:time 115, :instrument 14, :pitch 74}{:time 114, :instrument 14, :pitch 71}{:time 113, :instrument 14, :pitch 64}{:time 115, :instrument 5, :pitch 59}{:time 114, :instrument 5, :pitch 62}{:time 113, :instrument 5, :pitch 64}{:time 112, :instrument 5, :pitch 62}{:time 109, :instrument 5, :pitch 62}{:time 107, :instrument 5, :pitch 64}{:time 105, :instrument 5, :pitch 66}{:time 103, :instrument 5, :pitch 67}{:time 101, :instrument 5, :pitch 62}{:time 100, :instrument 5, :pitch 66}{:time 99.5, :instrument 5, :pitch 66}{:time 99, :instrument 5, :pitch 66}{:time 98, :instrument 5, :pitch 66}{:time 97.5, :instrument 5, :pitch 66}{:time 97, :instrument 5, :pitch 66}{:time 93, :instrument 5, :pitch 66}{:time 91, :instrument 5, :pitch 64}{:time 89, :instrument 5, :pitch 66}{:time 87, :instrument 5, :pitch 67}{:time 85, :instrument 5, :pitch 59}{:time 84, :instrument 5, :pitch 64}{:time 83.5, :instrument 5, :pitch 64}{:time 83, :instrument 5, :pitch 64}{:time 82, :instrument 5, :pitch 64}{:time 81.5, :instrument 5, :pitch 64}{:time 81, :instrument 5, :pitch 64}{:time 79, :instrument 5, :pitch 67}{:time 78, :instrument 5, :pitch 66}{:time 77, :instrument 5, :pitch 67}{:time 75, :instrument 5, :pitch 59}{:time 74, :instrument 5, :pitch 64}{:time 73.5, :instrument 5, :pitch 64}{:time 73, :instrument 5, :pitch 64}{:time 72, :instrument 5, :pitch 64}{:time 71, :instrument 5, :pitch 59}{:time 69, :instrument 5, :pitch 59}{:time 68, :instrument 5, :pitch 64}{:time 67.5, :instrument 5, :pitch 64}{:time 67, :instrument 5, :pitch 64}{:time 63, :instrument 14, :pitch 76}{:time 62, :instrument 14, :pitch 74}{:time 60, :instrument 14, :pitch 73}{:time 59, :instrument 14, :pitch 74}{:time 58, :instrument 14, :pitch 71}{:time 57, :instrument 14, :pitch 64}{:time 55, :instrument 14, :pitch 64}{:time 52, :instrument 14, :pitch 73}{:time 51, :instrument 14, :pitch 74}{:time 50, :instrument 14, :pitch 71}{:time 49, :instrument 14, :pitch 64}{:time 137, :instrument 14, :pitch 76}{:time 135, :instrument 14, :pitch 79}{:time 134, :instrument 14, :pitch 74}{:time 132, :instrument 14, :pitch 76}{:time 127, :instrument 14, :pitch 76}{:time 126, :instrument 14, :pitch 74}{:time 132, :instrument 5, :pitch 76}{:time 127, :instrument 5, :pitch 76}{:time 126, :instrument 5, :pitch 74}{:time 132, :instrument 5, :pitch 64}{:time 127, :instrument 5, :pitch 64}{:time 126, :instrument 5, :pitch 62}{:time 66, :instrument 5, :pitch 64}{:time 65.5, :instrument 5, :pitch 64}{:time 65, :instrument 5, :pitch 64}{:time 63, :instrument 5, :pitch 64}{:time 62, :instrument 5, :pitch 62}{:time 51, :instrument 5, :pitch 59}{:time 50, :instrument 5, :pitch 62}{:time 49, :instrument 5, :pitch 64}{:time 48, :instrument 5, :pitch 62}{:time 45, :instrument 5, :pitch 62}{:time 43, :instrument 5, :pitch 64}{:time 41, :instrument 5, :pitch 66}{:time 39, :instrument 5, :pitch 67}{:time 37, :instrument 5, :pitch 62}{:time 36, :instrument 5, :pitch 66}{:time 35.5, :instrument 5, :pitch 66}{:time 35, :instrument 5, :pitch 66}{:time 34, :instrument 5, :pitch 66}{:time 33.5, :instrument 5, :pitch 66}{:time 33, :instrument 5, :pitch 66}{:time 29, :instrument 5, :pitch 66}{:time 27, :instrument 5, :pitch 64}{:time 25, :instrument 5, :pitch 66}{:time 23, :instrument 5, :pitch 67}{:time 21, :instrument 5, :pitch 59}{:time 20, :instrument 5, :pitch 64}{:time 19.5, :instrument 5, :pitch 64}{:time 19, :instrument 5, :pitch 64}{:time 18, :instrument 5, :pitch 64}{:time 17.5, :instrument 5, :pitch 64}{:time 17, :instrument 5, :pitch 64}{:time 15, :instrument 5, :pitch 64}{:time 14, :instrument 5, :pitch 62}{:time 13, :instrument 5, :pitch 64}{:time 11, :instrument 5, :pitch 59}{:time 10, :instrument 5, :pitch 64}{:time 9.5, :instrument 5, :pitch 64}{:time 9, :instrument 5, :pitch 64}{:time 8, :instrument 5, :pitch 64}{:time 7, :instrument 5, :pitch 59}{:time 5, :instrument 5, :pitch 59}{:time 4, :instrument 5, :pitch 64}{:time 3.5, :instrument 5, :pitch 64}{:time 3, :instrument 5, :pitch 64}{:time 2, :instrument 5, :pitch 64}{:time 1.5, :instrument 5, :pitch 64}{:time 1, :instrument 5, :pitch 64}{:time 0, :instrument 5, :pitch 64}{:time 188, :instrument 15, :pitch 71}{:time 187, :instrument 15, :pitch 66}{:time 186, :instrument 15, :pitch 63}{:time 185.5, :instrument 15, :pitch 63}{:time 185, :instrument 15, :pitch 63}{:time 183, :instrument 15, :pitch 63}{:time 182, :instrument 15, :pitch 62}{:time 181, :instrument 15, :pitch 59}{:time 180, :instrument 15, :pitch 62}{:time 179.5, :instrument 15, :pitch 62}{:time 179, :instrument 15, :pitch 62}{:time 178, :instrument 15, :pitch 62}{:time 177.5, :instrument 15, :pitch 62}{:time 177, :instrument 15, :pitch 62}{:time 176, :instrument 15, :pitch 62}{:time 175, :instrument 15, :pitch 65}{:time 174, :instrument 15, :pitch 69}{:time 173, :instrument 15, :pitch 65}{:time 172, :instrument 15, :pitch 72}{:time 171, :instrument 15, :pitch 65}{:time 170, :instrument 15, :pitch 69}{:time 169, :instrument 15, :pitch 65}{:time 167, :instrument 15, :pitch 69}{:time 166, :instrument 15, :pitch 69}{:time 165, :instrument 15, :pitch 72}{:time 164, :instrument 15, :pitch 65}{:time 163.5, :instrument 15, :pitch 65}{:time 163, :instrument 15, :pitch 65}{:time 161, :instrument 15, :pitch 65}{:time 162, :instrument 15, :pitch 65}{:time 161.5, :instrument 15, :pitch 65}{:time 160, :instrument 15, :pitch 65}{:time 159, :instrument 15, :pitch 64}{:time 158, :instrument 15, :pitch 67}{:time 157, :instrument 15, :pitch 71}{:time 156, :instrument 15, :pitch 74}{:time 155, :instrument 15, :pitch 67}{:time 154, :instrument 15, :pitch 71}{:time 153, :instrument 15, :pitch 64}{:time 151, :instrument 15, :pitch 74}{:time 150, :instrument 15, :pitch 67}{:time 149, :instrument 15, :pitch 71}{:time 148, :instrument 15, :pitch 64}{:time 147.5, :instrument 15, :pitch 64}{:time 147, :instrument 15, :pitch 64}{:time 146, :instrument 15, :pitch 64}{:time 144, :instrument 15, :pitch 64}{:time 143, :instrument 15, :pitch 69}{:time 142, :instrument 15, :pitch 65}{:time 141, :instrument 15, :pitch 69}{:time 140, :instrument 15, :pitch 72}{:time 139, :instrument 15, :pitch 65}{:time 138, :instrument 15, :pitch 69}{:time 137, :instrument 15, :pitch 65}{:time 134, :instrument 15, :pitch 69}{:time 133, :instrument 15, :pitch 72}{:time 132, :instrument 15, :pitch 65}{:time 131.5, :instrument 15, :pitch 65}{:time 131, :instrument 15, :pitch 65}{:time 129.5, :instrument 15, :pitch 65}{:time 129, :instrument 15, :pitch 65}{:time 130, :instrument 15, :pitch 65}{:time 128, :instrument 15, :pitch 65}{:time 126, :instrument 15, :pitch 71}{:time 124, :instrument 15, :pitch 67}{:time 123, :instrument 15, :pitch 64}{:time 122, :instrument 15, :pitch 64}{:time 121, :instrument 15, :pitch 64}{:time 118, :instrument 15, :pitch 71}{:time 116, :instrument 15, :pitch 67}{:time 115, :instrument 15, :pitch 64}{:time 112, :instrument 15, :pitch 64}{:time 110, :instrument 15, :pitch 69}{:time 108, :instrument 15, :pitch 66}{:time 107, :instrument 15, :pitch 62}{:time 106, :instrument 15, :pitch 62}{:time 105, :instrument 15, :pitch 62}{:time 102, :instrument 15, :pitch 69}{:time 100, :instrument 15, :pitch 66}{:time 99, :instrument 15, :pitch 62}{:time 96, :instrument 15, :pitch 62}{:time 94, :instrument 15, :pitch 67}{:time 92, :instrument 15, :pitch 64}{:time 91, :instrument 15, :pitch 60}{:time 90, :instrument 15, :pitch 60}{:time 89, :instrument 15, :pitch 60}{:time 86, :instrument 15, :pitch 67}{:time 84, :instrument 15, :pitch 64}{:time 83, :instrument 15, :pitch 60}{:time 80, :instrument 15, :pitch 60}{:time 78, :instrument 15, :pitch 71}{:time 76, :instrument 15, :pitch 67}{:time 75, :instrument 15, :pitch 64}{:time 74, :instrument 15, :pitch 64}{:time 73, :instrument 15, :pitch 64}{:time 70, :instrument 15, :pitch 71}{:time 68, :instrument 15, :pitch 67}{:time 67, :instrument 15, :pitch 64}{:time 64, :instrument 15, :pitch 64}{:time 65, :instrument 5, :pitch 67}{:time 65.5, :instrument 5, :pitch 67}{:time 66, :instrument 5, :pitch 67}{:time 67, :instrument 5, :pitch 67}{:time 67.5, :instrument 5, :pitch 67}{:time 68, :instrument 5, :pitch 67}{:time 69, :instrument 5, :pitch 64}{:time 71, :instrument 5, :pitch 64}{:time 72, :instrument 5, :pitch 67}{:time 73, :instrument 5, :pitch 67}{:time 73.5, :instrument 5, :pitch 67}{:time 74, :instrument 5, :pitch 67}{:time 75, :instrument 5, :pitch 64}{:time 77, :instrument 5, :pitch 71}{:time 78, :instrument 5, :pitch 69}{:time 79, :instrument 5, :pitch 71}{:time 81, :instrument 5, :pitch 67}{:time 81.5, :instrument 5, :pitch 67}{:time 82, :instrument 5, :pitch 67}{:time 83, :instrument 5, :pitch 67}{:time 83.5, :instrument 5, :pitch 67}{:time 84, :instrument 5, :pitch 67}{:time 85, :instrument 5, :pitch 64}{:time 87, :instrument 5, :pitch 71}{:time 89, :instrument 5, :pitch 69}{:time 91, :instrument 5, :pitch 67}{:time 93, :instrument 5, :pitch 69}{:time 97, :instrument 5, :pitch 69}{:time 97.5, :instrument 5, :pitch 69}{:time 98, :instrument 5, :pitch 69}{:time 99, :instrument 5, :pitch 69}{:time 99.5, :instrument 5, :pitch 69}{:time 100, :instrument 5, :pitch 69}{:time 101, :instrument 5, :pitch 66}{:time 103, :instrument 5, :pitch 71}{:time 105, :instrument 5, :pitch 69}{:time 107, :instrument 5, :pitch 67}{:time 109, :instrument 5, :pitch 66}{:time 112, :instrument 5, :pitch 66}{:time 113, :instrument 5, :pitch 67}{:time 114, :instrument 5, :pitch 66}{:time 115, :instrument 5, :pitch 64}{:time 126, :instrument 5, :pitch 66}{:time 127, :instrument 5, :pitch 67}{:time 63, :instrument 5, :pitch 67}{:time 62, :instrument 5, :pitch 66}{:time 51, :instrument 5, :pitch 64}{:time 50, :instrument 5, :pitch 66}{:time 49, :instrument 5, :pitch 67}{:time 48, :instrument 5, :pitch 66}{:time 45, :instrument 5, :pitch 66}{:time 43, :instrument 5, :pitch 67}{:time 41, :instrument 5, :pitch 69}{:time 39, :instrument 5, :pitch 71}{:time 37, :instrument 5, :pitch 66}{:time 36, :instrument 5, :pitch 69}{:time 35.5, :instrument 5, :pitch 69}{:time 35, :instrument 5, :pitch 69}{:time 34, :instrument 5, :pitch 69}{:time 33.5, :instrument 5, :pitch 69}{:time 33, :instrument 5, :pitch 69}{:time 29, :instrument 5, :pitch 69}{:time 27, :instrument 5, :pitch 67}{:time 25, :instrument 5, :pitch 69}{:time 23, :instrument 5, :pitch 71}{:time 21, :instrument 5, :pitch 64}{:time 20, :instrument 5, :pitch 67}{:time 19.5, :instrument 5, :pitch 67}{:time 19, :instrument 5, :pitch 67}{:time 18, :instrument 5, :pitch 67}{:time 17.5, :instrument 5, :pitch 67}{:time 17, :instrument 5, :pitch 67}{:time 15, :instrument 5, :pitch 71}{:time 14, :instrument 5, :pitch 69}{:time 13, :instrument 5, :pitch 71}{:time 11, :instrument 5, :pitch 64}{:time 10, :instrument 5, :pitch 67}{:time 9.5, :instrument 5, :pitch 67}{:time 9, :instrument 5, :pitch 67}{:time 8, :instrument 5, :pitch 67}{:time 7, :instrument 5, :pitch 64}{:time 5, :instrument 5, :pitch 64}{:time 4, :instrument 5, :pitch 67}{:time 3.5, :instrument 5, :pitch 67}{:time 3, :instrument 5, :pitch 67}{:time 2, :instrument 5, :pitch 67}{:time 1.5, :instrument 5, :pitch 67}{:time 1, :instrument 5, :pitch 67}{:time 0, :instrument 15, :pitch 64}{:time 3, :instrument 15, :pitch 64}{:time 4, :instrument 15, :pitch 67}{:time 6, :instrument 15, :pitch 71}{:time 9, :instrument 15, :pitch 64}{:time 10, :instrument 15, :pitch 64}{:time 11, :instrument 15, :pitch 64}{:time 12, :instrument 15, :pitch 67}{:time 14, :instrument 15, :pitch 71}{:time 16, :instrument 15, :pitch 60}{:time 19, :instrument 15, :pitch 60}{:time 20, :instrument 15, :pitch 64}{:time 22, :instrument 15, :pitch 67}{:time 25, :instrument 15, :pitch 60}{:time 26, :instrument 15, :pitch 60}{:time 27, :instrument 15, :pitch 60}{:time 28, :instrument 15, :pitch 64}{:time 30, :instrument 15, :pitch 67}{:time 32, :instrument 15, :pitch 62}{:time 35, :instrument 15, :pitch 62}{:time 36, :instrument 15, :pitch 66}{:time 38, :instrument 15, :pitch 69}{:time 41, :instrument 15, :pitch 62}{:time 42, :instrument 15, :pitch 62}{:time 43, :instrument 15, :pitch 62}{:time 44, :instrument 15, :pitch 66}{:time 46, :instrument 15, :pitch 69}{:time 48, :instrument 15, :pitch 64}{:time 51, :instrument 15, :pitch 64}{:time 52, :instrument 15, :pitch 67}{:time 54, :instrument 15, :pitch 71}{:time 57, :instrument 15, :pitch 64}{:time 58, :instrument 15, :pitch 64}{:time 59, :instrument 15, :pitch 64}{:time 60, :instrument 15, :pitch 67}{:time 62, :instrument 15, :pitch 71}{:time 49, :instrument 8, :pitch 64}{:time 50, :instrument 8, :pitch 71}{:time 51, :instrument 8, :pitch 74}{:time 52, :instrument 8, :pitch 73}{:time 55, :instrument 8, :pitch 64}{:time 57, :instrument 8, :pitch 64}{:time 58, :instrument 8, :pitch 71}{:time 59, :instrument 8, :pitch 74}{:time 60, :instrument 8, :pitch 73}{:time 113, :instrument 8, :pitch 64}{:time 114, :instrument 8, :pitch 71}{:time 115, :instrument 8, :pitch 74}{:time 116, :instrument 8, :pitch 73}{:time 119, :instrument 8, :pitch 64}{:time 121, :instrument 8, :pitch 64}{:time 122, :instrument 8, :pitch 71}{:time 123, :instrument 8, :pitch 74}{:time 124, :instrument 8, :pitch 73}{:time 126, :instrument 3, :pitch 64}{:time 192, :instrument 15, :pitch 64}{:time 195, :instrument 15, :pitch 64}{:time 196, :instrument 15, :pitch 67}{:time 198, :instrument 15, :pitch 71}{:time 201, :instrument 15, :pitch 64}{:time 202, :instrument 15, :pitch 64}{:time 203, :instrument 15, :pitch 64}{:time 204, :instrument 15, :pitch 67}{:time 206, :instrument 15, :pitch 71}{:time 208, :instrument 15, :pitch 60}{:time 211, :instrument 15, :pitch 60}{:time 212, :instrument 15, :pitch 64}{:time 214, :instrument 15, :pitch 67}{:time 217, :instrument 15, :pitch 60}{:time 218, :instrument 15, :pitch 60}{:time 219, :instrument 15, :pitch 60}{:time 220, :instrument 15, :pitch 64}{:time 222, :instrument 15, :pitch 67}{:time 224, :instrument 15, :pitch 62}{:time 227, :instrument 15, :pitch 62}{:time 228, :instrument 15, :pitch 66}{:time 230, :instrument 15, :pitch 69}{:time 233, :instrument 15, :pitch 62}{:time 234, :instrument 15, :pitch 62}{:time 235, :instrument 15, :pitch 62}{:time 236, :instrument 15, :pitch 66}{:time 238, :instrument 15, :pitch 69}{:time 240, :instrument 15, :pitch 64}{:time 243, :instrument 15, :pitch 64}{:time 244, :instrument 15, :pitch 67}{:time 246, :instrument 15, :pitch 71}{:time 191, :instrument 12, :pitch 64}{:time 191.5, :instrument 12, :pitch 67}{:time 192, :instrument 12, :pitch 71}{:time 195, :instrument 12, :pitch 64}{:time 195.5, :instrument 12, :pitch 67}{:time 196, :instrument 12, :pitch 71}{:time 198, :instrument 12, :pitch 69}{:time 199, :instrument 12, :pitch 74}{:time 201, :instrument 12, :pitch 72}{:time 203, :instrument 12, :pitch 71}{:time 205, :instrument 12, :pitch 72}{:time 207, :instrument 12, :pitch 71}{:time 207, :instrument 12, :pitch 64}{:time 207.5, :instrument 12, :pitch 67}{:time 208, :instrument 12, :pitch 71}{:time 211, :instrument 12, :pitch 64}{:time 211.5, :instrument 12, :pitch 67}{:time 212, :instrument 12, :pitch 71}{:time 214, :instrument 12, :pitch 69}{:time 215, :instrument 12, :pitch 74}{:time 217, :instrument 12, :pitch 72}{:time 219, :instrument 12, :pitch 71}{:time 221, :instrument 12, :pitch 72}{:time 223, :instrument 12, :pitch 67}{:time 223, :instrument 12, :pitch 59}{:time 223.5, :instrument 12, :pitch 62}{:time 224, :instrument 12, :pitch 67}{:time 227, :instrument 12, :pitch 59}{:time 227.5, :instrument 12, :pitch 62}{:time 228, :instrument 12, :pitch 67}{:time 229, :instrument 12, :pitch 69}{:time 230, :instrument 12, :pitch 71}{:time 231, :instrument 12, :pitch 66}{:time 231, :instrument 12, :pitch 59}{:time 231.5, :instrument 12, :pitch 62}{:time 232, :instrument 12, :pitch 66}{:time 236, :instrument 12, :pitch 66}{:time 235, :instrument 12, :pitch 59}{:time 235.5, :instrument 12, :pitch 62}{:time 237, :instrument 12, :pitch 69}{:time 238, :instrument 12, :pitch 71}{:time 239, :instrument 12, :pitch 64}])\n\n(def bass-verse\n  (concat\n   (bass-triad 0 64 \"minor\")\n   (bass-triad 16 60 \"major\")\n   (bass-triad 32 62 \"major\")\n   (bass-triad 48 64 \"minor\")))\n\n(def drum-beat [{:time 7, :instrument 13, :pitch 76} {:time 5.5, :instrument 13, :pitch 76} {:time 5, :instrument 13, :pitch 76} {:time 2, :instrument 2, :pitch 69} {:time 0, :instrument 2, :pitch 60} {:time 1, :instrument 13, :pitch 76} {:time 1.5, :instrument 13, :pitch 76} {:time 3, :instrument 13, :pitch 76} {:time 4, :instrument 2, :pitch 60} {:time 5, :instrument 2, :pitch 60} {:time 6, :instrument 2, :pitch 69}])\n\n(def megaman\n  mm1\n  )"
  },
  {
    "path": "src/mecca/songs/stmp.cljs",
    "content": "(ns mecca.songs.stmp)\n\n(defn cello1 [time]\n  [{:time (+ time 0) :instrument 2, :pitch 55}\n   {:time (+ time 0.5) :instrument 2, :pitch 55}\n   {:time (+ time 1) :instrument 2, :pitch 55}\n   {:time (+ time 2) :instrument 2, :pitch 55}\n   {:time (+ time 4) :instrument 2, :pitch 60} \n   {:time (+ time 5) :instrument 2, :pitch 64} \n   {:time (+ time 6) :instrument 2, :pitch 62} \n   {:time (+ time 8) :instrument 2, :pitch 58}\n   {:time (+ time 10) :instrument 2, :pitch 69} \n   {:time (+ time 12) :instrument 2, :pitch 67}\n   {:time (+ time 12.5) :instrument 2, :pitch 67}\n   {:time (+ time 13) :instrument 2, :pitch 67}\n   {:time (+ time 14) :instrument 2, :pitch 67}\n   {:time (+ time 16) :instrument 2, :pitch 67}\n   {:time (+ time 16.5) :instrument 2, :pitch 67}\n   {:time (+ time 17) :instrument 2, :pitch 67}\n   {:time (+ time 20) :instrument 2, :pitch 65} \n   {:time (+ time 21) :instrument 2, :pitch 67} \n   {:time (+ time 22) :instrument 2, :pitch 69} \n   {:time (+ time 23) :instrument 2, :pitch 65} \n   {:time (+ time 24) :instrument 2, :pitch 67}\n   {:time (+ time 24.5) :instrument 2, :pitch 67}\n   {:time (+ time 25) :instrument 2, :pitch 67}\n   {:time (+ time 25.5) :instrument 2, :pitch 67}\n   {:time (+ time 27) :instrument 2, :pitch 65}\n   {:time (+ time 27.5) :instrument 2, :pitch 65}\n   {:time (+ time 28) :instrument 2, :pitch 65}\n   {:time (+ time 28.5) :instrument 2, :pitch 65}\n   {:time (+ time 30) :instrument 2, :pitch 64}\n   {:time (+ time 30.5) :instrument 2, :pitch 64}\n   {:time (+ time 31) :instrument 2, :pitch 64}\n   {:time (+ time 31.5) :instrument 2, :pitch 64}\n   {:time (+ time 33) :instrument 2, :pitch 64} \n   {:time (+ time 34) :instrument 2, :pitch 60} \n   {:time (+ time 35) :instrument 2, :pitch 64} \n   {:time (+ time 36) :instrument 2, :pitch 62}\n   {:time (+ time 37) :instrument 2, :pitch 62}\n   {:time (+ time 38) :instrument 2, :pitch 62}])\n\n(def boat1\n  [{:time 187.5, :instrument 13, :pitch 62} {:time 187, :instrument 13, :pitch 67} {:time 186.5, :instrument 13, :pitch 65} {:time 186, :instrument 13, :pitch 69} {:time 185.5, :instrument 13, :pitch 67} {:time 185, :instrument 13, :pitch 65} {:time 184.5, :instrument 13, :pitch 62} {:time 184, :instrument 13, :pitch 60} {:time 183.5, :instrument 13, :pitch 65} {:time 183, :instrument 13, :pitch 69} {:time 182.5, :instrument 13, :pitch 70} {:time 182, :instrument 13, :pitch 72} {:time 181.5, :instrument 13, :pitch 67} {:time 181, :instrument 13, :pitch 65} {:time 180.5, :instrument 13, :pitch 67} {:time 180, :instrument 13, :pitch 69} {:time 179.5, :instrument 13, :pitch 70} {:time 179, :instrument 13, :pitch 72} {:time 178.5, :instrument 13, :pitch 74} {:time 178, :instrument 13, :pitch 75} {:time 177.5, :instrument 13, :pitch 74} {:time 177, :instrument 13, :pitch 72} {:time 176.5, :instrument 13, :pitch 70} {:time 176, :instrument 13, :pitch 68} {:time 175.5, :instrument 13, :pitch 63} {:time 175, :instrument 13, :pitch 68} {:time 174.5, :instrument 13, :pitch 67} {:time 174, :instrument 13, :pitch 71} {:time 173.5, :instrument 13, :pitch 69} {:time 173, :instrument 13, :pitch 67} {:time 172.5, :instrument 13, :pitch 62} {:time 172, :instrument 13, :pitch 67} {:time 171.5, :instrument 13, :pitch 69} {:time 171, :instrument 13, :pitch 65} {:time 170.5, :instrument 13, :pitch 64} {:time 170, :instrument 13, :pitch 62} {:time 169.5, :instrument 13, :pitch 60} {:time 169, :instrument 13, :pitch 65} {:time 168.5, :instrument 13, :pitch 67} {:time 168, :instrument 13, :pitch 71} {:time 167.5, :instrument 13, :pitch 69} {:time 167, :instrument 13, :pitch 67} {:time 166.5, :instrument 13, :pitch 69} {:time 166, :instrument 13, :pitch 71} {:time 165.5, :instrument 13, :pitch 73} {:time 165, :instrument 13, :pitch 74} {:time 164.5, :instrument 13, :pitch 76} {:time 164, :instrument 13, :pitch 74} {:time 163.5, :instrument 13, :pitch 73} {:time 163, :instrument 13, :pitch 74} {:time 162.5, :instrument 13, :pitch 76} {:time 162, :instrument 13, :pitch 74} {:time 161.5, :instrument 13, :pitch 76} {:time 161, :instrument 13, :pitch 77} {:time 160.5, :instrument 13, :pitch 76} {:time 160, :instrument 13, :pitch 74} {:time 159.5, :instrument 13, :pitch 71} {:time 159, :instrument 13, :pitch 72} {:time 158.5, :instrument 13, :pitch 74} {:time 158, :instrument 13, :pitch 72} {:time 157.5, :instrument 13, :pitch 71} {:time 157, :instrument 13, :pitch 69} {:time 156.5, :instrument 13, :pitch 67} {:time 156, :instrument 13, :pitch 65} {:time 155.5, :instrument 13, :pitch 64} {:time 155, :instrument 13, :pitch 65} {:time 154.5, :instrument 13, :pitch 64} {:time 154, :instrument 13, :pitch 62} {:time 153.5, :instrument 13, :pitch 67} {:time 153, :instrument 13, :pitch 71} {:time 152.5, :instrument 13, :pitch 69} {:time 152, :instrument 13, :pitch 71} {:time 151.5, :instrument 13, :pitch 69} {:time 151, :instrument 13, :pitch 67} {:time 150.5, :instrument 13, :pitch 69} {:time 150, :instrument 13, :pitch 65} {:time 149.5, :instrument 13, :pitch 68} {:time 149, :instrument 13, :pitch 69} {:time 148.5, :instrument 13, :pitch 68} {:time 148, :instrument 13, :pitch 69} {:time 147.5, :instrument 13, :pitch 72} {:time 147, :instrument 13, :pitch 71} {:time 146.5, :instrument 13, :pitch 72} {:time 146, :instrument 13, :pitch 71} {:time 145.5, :instrument 13, :pitch 72} {:time 145, :instrument 13, :pitch 74} {:time 144.5, :instrument 13, :pitch 71} {:time 144, :instrument 13, :pitch 69} {:time 143.5, :instrument 13, :pitch 68} {:time 143, :instrument 13, :pitch 66} {:time 142.5, :instrument 13, :pitch 68} {:time 142, :instrument 13, :pitch 66} {:time 141.5, :instrument 13, :pitch 64} {:time 141, :instrument 13, :pitch 62} {:time 140.5, :instrument 13, :pitch 64} {:time 140, :instrument 13, :pitch 66} {:time 139.5, :instrument 13, :pitch 64} {:time 139, :instrument 13, :pitch 62} {:time 138.5, :instrument 13, :pitch 64} {:time 138, :instrument 13, :pitch 62} {:time 137, :instrument 13, :pitch 64} {:time 136, :instrument 13, :pitch 69} {:time 135, :instrument 13, :pitch 66} {:time 134, :instrument 13, :pitch 64} {:time 133, :instrument 13, :pitch 66} {:time 132, :instrument 13, :pitch 68} {:time 131, :instrument 13, :pitch 64} {:time 130, :instrument 13, :pitch 73} {:time 129, :instrument 13, :pitch 69} {:time 128, :instrument 13, :pitch 71} {:time 127, :instrument 13, :pitch 73} {:time 126, :instrument 13, :pitch 71} {:time 125, :instrument 13, :pitch 68} {:time 124, :instrument 13, :pitch 66} {:time 123, :instrument 13, :pitch 64} {:time 122, :instrument 13, :pitch 71} {:time 121, :instrument 13, :pitch 73} {:time 120, :instrument 13, :pitch 71} {:time 119, :instrument 13, :pitch 68} {:time 118, :instrument 13, :pitch 66} {:time 117, :instrument 13, :pitch 64} {:time 116, :instrument 13, :pitch 66} {:time 115, :instrument 13, :pitch 61} {:time 114, :instrument 13, :pitch 64} {:time 113, :instrument 13, :pitch 68} {:time 112, :instrument 13, :pitch 66} {:time 111, :instrument 13, :pitch 64} {:time 110, :instrument 13, :pitch 66} {:time 109, :instrument 13, :pitch 68} {:time 108, :instrument 13, :pitch 71} {:time 107, :instrument 13, :pitch 68} {:time 106, :instrument 13, :pitch 66} {:time 105, :instrument 13, :pitch 64} {:time 104, :instrument 13, :pitch 66} {:time 103, :instrument 13, :pitch 61} {:time 102, :instrument 13, :pitch 64} {:time 101, :instrument 13, :pitch 66} {:time 100, :instrument 13, :pitch 68} {:time 99, :instrument 13, :pitch 71} {:time 98, :instrument 13, :pitch 68} {:time 97, :instrument 13, :pitch 66} {:time 96, :instrument 13, :pitch 64}])\n\n(def heart1\n  [{:time 188, :instrument 15, :pitch 67}  {:time 185, :instrument 15, :pitch 65} {:time 182, :instrument 15, :pitch 63}  {:time 179, :instrument 15, :pitch 60}  {:time 176, :instrument 15, :pitch 62}  {:time 173, :instrument 15, :pitch 65} {:time 170, :instrument 15, :pitch 65}  {:time 161, :instrument 15, :pitch 65} {:time 158, :instrument 15, :pitch 65}  {:time 152, :instrument 15, :pitch 65} {:time 146, :instrument 15, :pitch 65}  {:time 143, :instrument 15, :pitch 64} {:time 135, :instrument 15, :pitch 64}  {:time 132, :instrument 15, :pitch 64} {:time 129, :instrument 15, :pitch 61} {:time 126, :instrument 15, :pitch 59}  {:time 123, :instrument 15, :pitch 61}  {:time 120, :instrument 15, :pitch 64}  {:time 114, :instrument 15, :pitch 61} {:time 108, :instrument 15, :pitch 64}  {:time 102, :instrument 15, :pitch 61} {:time 96, :instrument 15, :pitch 64}])\n\n(def mario [{:time 0, :instrument 1, :pitch 79} {:time 0, :instrument 1, :pitch 67} {:time 3, :instrument 1, :pitch 76} {:time 3, :instrument 1, :pitch 72} {:time 12, :instrument 1, :pitch 84} {:time 12, :instrument 1, :pitch 67} {:time 12, :instrument 1, :pitch 76} {:time 6, :instrument 1, :pitch 79} {:time 6, :instrument 1, :pitch 67} {:time 9, :instrument 1, :pitch 77} {:time 9, :instrument 1, :pitch 74} {:time 15, :instrument 1, :pitch 79} {:time 15, :instrument 1, :pitch 76} {:time 15, :instrument 1, :pitch 72} {:time 18, :instrument 1, :pitch 70} {:time 18, :instrument 1, :pitch 82} {:time 21, :instrument 1, :pitch 77} {:time 21, :instrument 1, :pitch 74} {:time 24, :instrument 1, :pitch 67} {:time 24, :instrument 1, :pitch 84} {:time 24, :instrument 1, :pitch 76} {:time 27, :instrument 1, :pitch 69} {:time 30, :instrument 1, :pitch 72} {:time 33, :instrument 1, :pitch 72} {:time 36, :instrument 1, :pitch 71} {:time 33, :instrument 1, :pitch 77} {:time 30, :instrument 1, :pitch 79} {:time 33, :instrument 1, :pitch 79} {:time 36, :instrument 1, :pitch 83} {:time 39, :instrument 1, :pitch 69} {:time 42, :instrument 1, :pitch 71} {:time 45, :instrument 1, :pitch 72} {:time 39, :instrument 1, :pitch 83} {:time 42, :instrument 1, :pitch 83} {:time 45, :instrument 1, :pitch 81} {:time 48, :instrument 1, :pitch 79} {:time 48, :instrument 1, :pitch 67} {:time 51, :instrument 1, :pitch 76} {:time 51, :instrument 1, :pitch 72} {:time 60, :instrument 1, :pitch 84} {:time 60, :instrument 1, :pitch 67} {:time 60, :instrument 1, :pitch 76} {:time 54, :instrument 1, :pitch 79} {:time 54, :instrument 1, :pitch 67} {:time 57, :instrument 1, :pitch 77} {:time 57, :instrument 1, :pitch 74} {:time 63, :instrument 1, :pitch 79} {:time 63, :instrument 1, :pitch 76} {:time 63, :instrument 1, :pitch 72} {:time 66, :instrument 1, :pitch 70} {:time 66, :instrument 1, :pitch 82} {:time 69, :instrument 1, :pitch 77} {:time 69, :instrument 1, :pitch 74} {:time 72, :instrument 1, :pitch 67} {:time 72, :instrument 1, :pitch 84} {:time 72, :instrument 1, :pitch 76} {:time 75, :instrument 1, :pitch 69} {:time 78, :instrument 1, :pitch 72} {:time 81, :instrument 1, :pitch 72} {:time 84, :instrument 1, :pitch 71} {:time 81, :instrument 1, :pitch 77} {:time 78, :instrument 1, :pitch 79} {:time 81, :instrument 1, :pitch 79} {:time 84, :instrument 1, :pitch 83} {:time 87, :instrument 1, :pitch 69} {:time 90, :instrument 1, :pitch 71} {:time 93, :instrument 1, :pitch 72} {:time 87, :instrument 1, :pitch 83} {:time 90, :instrument 1, :pitch 83} {:time 93, :instrument 1, :pitch 81}])\n\n(defn strum [notes]\n  (let [chord (reverse (sort-by :pitch notes))]\n    (for [note (range (count chord))]\n      (update (nth chord note) :time #(- % (* 0.125 note))))))\n\n(defn chord [time notes]\n  (map (fn [n] {:time time :instrument 12, :pitch n})\n       notes))\n\n(defn harp1 [time]\n  (concat\n   (strum (chord (+ time 0) [68 71 76 80 83]))\n   (strum (chord (+ time 6) [64 68 73 76 80]))\n   (strum (chord (+ time 12) [68 71 76 80 83]))\n   (strum (chord (+ time 18) [64 68 73 76 80]))\n   (strum (chord (+ time 24) [68 71 76 80 83]))\n   (strum (chord (+ time 27) [64 68 73 76 80 85]))\n   (strum (chord (+ time 30) [62 66 71 74 78 83 86]))\n   (strum (chord (+ time 33) [64 69 73 76 81 85]))\n   (strum (chord (+ time 36) [68 71 76 80 83]))\n   (strum (chord (+ time 39) [66 69 74 78 81]))\n   (strum (chord (+ time 47) [66 69 74 78 81]))))\n\n(defn harp2 [time]\n  (concat\n   (strum (chord (+ time 0) [65 69 72 77 81]))\n   (strum (chord (+ time 6) [67 71 74 79 83]))\n   (strum (chord (+ time 12) [65 69 72 77 81]))\n   (strum (chord (+ time 15) [67 71 74 79 83]))\n   (strum (chord (+ time 24) [67 71 74 79 83]))\n   (strum (chord (+ time 27) [65 69 72 77 81]))\n   (strum (chord (+ time 30) [67 71 74 79 83]))\n   (strum (chord (+ time 33) [63 72 75 80 84]))\n   (strum (chord (+ time 36) [63 70 75 79 82]))\n   (strum (chord (+ time 39) [65 70 72 77 82]))\n   (strum (chord (+ time 42) [65 69 72 77 81]))))\n\n(def violin\n  [{:time 188, :instrument 3, :pitch 67} {:time 187, :instrument 3, :pitch 65} {:time 186, :instrument 3, :pitch 69} {:time 185, :instrument 3, :pitch 70} {:time 183, :instrument 3, :pitch 70} {:time 182, :instrument 3, :pitch 70} {:time 180, :instrument 3, :pitch 72} {:time 179, :instrument 3, :pitch 72} {:time 177, :instrument 3, :pitch 71} {:time 176, :instrument 3, :pitch 71} {:time 174, :instrument 3, :pitch 69} {:time 173, :instrument 3, :pitch 69} {:time 163, :instrument 3, :pitch 67} {:time 162, :instrument 3, :pitch 67} {:time 161, :instrument 3, :pitch 67} {:time 160, :instrument 3, :pitch 65} {:time 159, :instrument 3, :pitch 69} {:time 158, :instrument 3, :pitch 69} {:time 157, :instrument 3, :pitch 71} {:time 156, :instrument 3, :pitch 74} {:time 155, :instrument 3, :pitch 67} {:time 154, :instrument 3, :pitch 67} {:time 153, :instrument 3, :pitch 67} {:time 152, :instrument 3, :pitch 67} {:time 151, :instrument 3, :pitch 65} {:time 149, :instrument 3, :pitch 69} {:time 148, :instrument 3, :pitch 69} {:time 147, :instrument 3, :pitch 69} {:time 146, :instrument 3, :pitch 69} {:time 138, :instrument 3, :pitch 69} {:time 137, :instrument 3, :pitch 69} {:time 136, :instrument 3, :pitch 69} {:time 135, :instrument 3, :pitch 69} {:time 134, :instrument 3, :pitch 71} {:time 133, :instrument 3, :pitch 64} {:time 132, :instrument 3, :pitch 71} {:time 130, :instrument 3, :pitch 73} {:time 129, :instrument 3, :pitch 73} {:time 127, :instrument 3, :pitch 74} {:time 126, :instrument 3, :pitch 74} {:time 124, :instrument 3, :pitch 73} {:time 123, :instrument 3, :pitch 73} {:time 121, :instrument 3, :pitch 71} {:time 120, :instrument 3, :pitch 71} {:time 116, :instrument 3, :pitch 68} {:time 115, :instrument 3, :pitch 68} {:time 114, :instrument 3, :pitch 68} {:time 113, :instrument 3, :pitch 59} {:time 110, :instrument 3, :pitch 71} {:time 109, :instrument 3, :pitch 71} {:time 108, :instrument 3, :pitch 71} {:time 107, :instrument 3, :pitch 73} {:time 106, :instrument 3, :pitch 64} {:time 104, :instrument 3, :pitch 68} {:time 103, :instrument 3, :pitch 68} {:time 102, :instrument 3, :pitch 68} {:time 101, :instrument 3, :pitch 59} {:time 98, :instrument 3, :pitch 71} {:time 97, :instrument 3, :pitch 71} {:time 96, :instrument 3, :pitch 71} {:time 95, :instrument 3, :pitch 69} {:time 94, :instrument 3, :pitch 62}])\n\n(def stmp\n  (concat mario (cello1 0)\n          (cello1 48)\n          (map #(assoc % :instrument 3) (cello1 48))\n          (harp1 96)\n          (harp2 (+ 96 50))\n          boat1\n          violin\n          heart1))\n"
  },
  {
    "path": "src/mecca/songs/zelda.cljs",
    "content": "(ns mecca.songs.zelda)\n\n(defn delay-note [beats note]\n  (update note :time #(+ beats %)))\n\n(defn bass-triad [time pitch]\n  [{:time time :instrument 15, :pitch pitch}\n   {:time (+ time 4) :instrument 15, :pitch (+ pitch 7)} {:time (+ time 8) :instrument 15, :pitch (+ pitch 12)}])\n\n(defn bass-ostinato [time pitch]\n  [{:time (+ time 0,) :instrument 15, :pitch pitch}\n  {:time (+ time 4,) :instrument 15, :pitch pitch}\n  {:time (+ time 2,) :instrument 15, :pitch pitch}\n  {:time (+ time 3,) :instrument 15, :pitch pitch}\n  {:time (+ time 6,) :instrument 15, :pitch pitch}\n  {:time (+ time 7,) :instrument 15, :pitch pitch}\n  {:time (+ time 8,) :instrument 15, :pitch pitch}\n  {:time (+ time 10) :instrument 15, :pitch pitch}\n  {:time (+ time 11) :instrument 15, :pitch pitch}\n  {:time (+ time 12) :instrument 15, :pitch pitch}\n  {:time (+ time 14) :instrument 15, :pitch pitch}\n  {:time (+ time 15) :instrument 15, :pitch pitch}])\n\n(def bass1\n  (concat\n   (bass-triad 0 60)\n   (bass-triad 16 58)\n   (bass-triad 32 56)\n   (bass-triad 48 55)))\n\n(def bass2\n   (concat\n    (bass-ostinato 64 60)\n    (bass-ostinato 80 60)\n    (bass-ostinato 96 60)\n    (bass-ostinato 112 58)\n    (bass-ostinato 128 56)\n    (bass-ostinato 144 55)\n    (bass-ostinato 160 60)\n    (bass-ostinato 176 58)\n    (bass-ostinato 192 56)\n    (bass-ostinato 208 63)\n    (bass-ostinato 224 61)\n    (bass-ostinato 240 60)\n    (bass-ostinato 256 62)\n    (bass-ostinato 272 55)\n    (bass-ostinato 288 60)\n    (bass-ostinato 304 58)\n    (bass-ostinato 320 56)\n    (bass-ostinato 336 55)\n    (bass-ostinato 352 54)\n    (bass-ostinato 368 55)\n    (bass-ostinato 384 54)\n    (bass-ostinato 400 55)\n    (bass-ostinato 416 61)\n    (bass-ostinato 432 60)\n    (bass-ostinato 448 62)\n    (bass-ostinato 464 55)))\n\n(def lead1\n  [{:time 66, :instrument 12, :pitch 60}\n   {:time 64, :instrument 12, :pitch 63}\n   {:time 63.5, :instrument 12, :pitch 60}\n   {:time 63, :instrument 12, :pitch 55}\n   {:time 50, :instrument 12, :pitch 71}\n   {:time 49, :instrument 12, :pitch 69}\n   {:time 48, :instrument 12, :pitch 71}\n   {:time 46, :instrument 12, :pitch 72}\n   {:time 44, :instrument 12, :pitch 68}\n   {:time 42, :instrument 12, :pitch 68}\n   {:time 32, :instrument 12, :pitch 72}\n   {:time 31.5, :instrument 12, :pitch 68}\n   {:time 31, :instrument 12, :pitch 63}\n   {:time 18, :instrument 12, :pitch 70} {:time 17, :instrument 12, :pitch 68} {:time 12, :instrument 12, :pitch 67} {:time 16, :instrument 12, :pitch 70} {:time 14, :instrument 12, :pitch 72} {:time 10, :instrument 12, :pitch 67} {:time 0, :instrument 12, :pitch 72}])\n\n(defn boat [time pitch] \n  [{:time time :instrument 13 :pitch pitch}\n  {:time (+ time 7) :instrument 13, :pitch pitch}\n  {:time (+ time 6) :instrument 13, :pitch pitch}\n  {:time (+ time 4) :instrument 13, :pitch pitch}\n  {:time (+ time 3) :instrument 13, :pitch pitch}\n  {:time (+ time 2) :instrument 13, :pitch pitch}])\n\n(defn shroom [time pitch]\n  [{:time time :instrument 2 :pitch pitch}\n   {:time (+ time 7) :instrument 2 :pitch pitch}\n   {:time (+ time 6) :instrument 2 :pitch pitch}\n   {:time (+ time 4) :instrument 2 :pitch pitch}\n   {:time (+ time 3) :instrument 2 :pitch pitch}\n   {:time (+ time 2) :instrument 2 :pitch pitch}])\n\n(def drums\n  (flatten (into []\n                 (concat (for [beat (range 64 480 8)]\n                           (boat beat 66))\n                         (for [beat (range 160 480 8)]\n                           (shroom beat 60))))))\n                 \n\n(def car1\n  [{:time 480, :instrument 14, :pitch 60} {:time 479, :instrument 14, :pitch 55} {:time 478, :instrument 14, :pitch 55} {:time 476, :instrument 14, :pitch 55} {:time 475, :instrument 14, :pitch 55} {:time 474, :instrument 14, :pitch 55} {:time 472, :instrument 14, :pitch 55} {:time 471, :instrument 14, :pitch 55} {:time 470, :instrument 14, :pitch 55} {:time 468, :instrument 14, :pitch 55} {:time 467, :instrument 14, :pitch 55} {:time 466, :instrument 14, :pitch 55} {:time 464, :instrument 14, :pitch 67} {:time 463, :instrument 14, :pitch 69} {:time 462, :instrument 14, :pitch 69} {:time 460, :instrument 14, :pitch 69} {:time 459, :instrument 14, :pitch 66} {:time 458, :instrument 14, :pitch 66} {:time 456, :instrument 14, :pitch 66} {:time 455, :instrument 14, :pitch 66} {:time 454, :instrument 14, :pitch 66} {:time 452, :instrument 14, :pitch 66} {:time 451, :instrument 14, :pitch 64} {:time 450, :instrument 14, :pitch 62} {:time 448, :instrument 14, :pitch 62} {:time 448, :instrument 14, :pitch 62} {:time 447, :instrument 14, :pitch 60} {:time 446, :instrument 14, :pitch 60} {:time 444, :instrument 14, :pitch 60} {:time 442, :instrument 14, :pitch 60} {:time 443, :instrument 14, :pitch 60} {:time 442, :instrument 14, :pitch 60} {:time 440, :instrument 14, :pitch 63} {:time 439, :instrument 14, :pitch 63} {:time 438, :instrument 14, :pitch 63} {:time 436, :instrument 14, :pitch 63} {:time 435, :instrument 14, :pitch 67} {:time 434, :instrument 14, :pitch 67} {:time 432, :instrument 14, :pitch 67} {:time 431, :instrument 14, :pitch 68} {:time 430, :instrument 14, :pitch 68} {:time 428, :instrument 14, :pitch 68} {:time 427, :instrument 14, :pitch 65} {:time 426, :instrument 14, :pitch 65} {:time 424, :instrument 14, :pitch 65} {:time 423, :instrument 14, :pitch 65} {:time 422, :instrument 14, :pitch 65} {:time 420, :instrument 14, :pitch 65} {:time 419, :instrument 14, :pitch 65} {:time 418, :instrument 14, :pitch 65} {:time 416, :instrument 14, :pitch 65} {:time 415, :instrument 14, :pitch 55} {:time 414, :instrument 14, :pitch 55} {:time 412, :instrument 14, :pitch 55} {:time 411, :instrument 14, :pitch 55} {:time 410, :instrument 14, :pitch 55} {:time 408, :instrument 14, :pitch 55} {:time 407, :instrument 14, :pitch 55} {:time 406, :instrument 14, :pitch 55} {:time 404, :instrument 14, :pitch 55} {:time 403, :instrument 14, :pitch 71} {:time 402, :instrument 14, :pitch 71} {:time 400, :instrument 14, :pitch 71} {:time 399, :instrument 14, :pitch 72} {:time 398, :instrument 14, :pitch 72} {:time 396, :instrument 14, :pitch 72} {:time 395, :instrument 14, :pitch 68} {:time 394, :instrument 14, :pitch 68} {:time 392, :instrument 14, :pitch 68} {:time 391, :instrument 14, :pitch 68} {:time 390, :instrument 14, :pitch 68} {:time 388, :instrument 14, :pitch 68} {:time 387, :instrument 14, :pitch 68} {:time 386, :instrument 14, :pitch 68} {:time 384, :instrument 14, :pitch 68} {:time 382, :instrument 14, :pitch 67} {:time 383, :instrument 14, :pitch 55} {:time 382, :instrument 14, :pitch 55} {:time 380, :instrument 14, :pitch 55} {:time 379, :instrument 14, :pitch 55} {:time 378, :instrument 14, :pitch 55} {:time 376, :instrument 14, :pitch 55} {:time 375, :instrument 14, :pitch 55} {:time 374, :instrument 14, :pitch 55} {:time 372, :instrument 14, :pitch 55} {:time 371, :instrument 14, :pitch 71} {:time 370, :instrument 14, :pitch 71} {:time 368, :instrument 14, :pitch 71} {:time 367, :instrument 14, :pitch 72} {:time 366, :instrument 14, :pitch 72} {:time 364, :instrument 14, :pitch 72} {:time 363, :instrument 14, :pitch 68} {:time 362, :instrument 14, :pitch 68} {:time 360, :instrument 14, :pitch 68} {:time 359, :instrument 14, :pitch 68} {:time 358, :instrument 14, :pitch 68} {:time 356, :instrument 14, :pitch 68} {:time 355, :instrument 14, :pitch 68} {:time 354, :instrument 14, :pitch 68} {:time 352, :instrument 14, :pitch 68} {:time 351, :instrument 14, :pitch 67} {:time 351, :instrument 14, :pitch 71} {:time 350, :instrument 14, :pitch 71} {:time 350, :instrument 14, :pitch 67} {:time 319, :instrument 14, :pitch 70} {:time 317.5, :instrument 14, :pitch 68} {:time 316, :instrument 14, :pitch 67} {:time 315, :instrument 14, :pitch 67} {:time 314, :instrument 14, :pitch 67} {:time 312, :instrument 14, :pitch 67} {:time 311, :instrument 14, :pitch 67} {:time 310, :instrument 14, :pitch 67} {:time 308, :instrument 14, :pitch 67} {:time 307, :instrument 14, :pitch 67} {:time 306, :instrument 14, :pitch 67} {:time 304, :instrument 14, :pitch 67} {:time 303, :instrument 14, :pitch 65} {:time 302, :instrument 14, :pitch 64} {:time 301, :instrument 14, :pitch 62} {:time 300, :instrument 14, :pitch 60} {:time 298, :instrument 14, :pitch 60} {:time 296, :instrument 14, :pitch 55} {:time 295, :instrument 14, :pitch 55} {:time 294, :instrument 14, :pitch 55} {:time 291, :instrument 14, :pitch 60} {:time 290, :instrument 14, :pitch 60} {:time 292, :instrument 14, :pitch 55} {:time 288, :instrument 14, :pitch 60} {:time 254, :instrument 14, :pitch 67} {:time 252, :instrument 14, :pitch 67} {:time 251, :instrument 14, :pitch 67} {:time 249.5, :instrument 14, :pitch 67} {:time 248, :instrument 14, :pitch 67} {:time 244, :instrument 14, :pitch 67} {:time 243, :instrument 14, :pitch 65} {:time 242, :instrument 14, :pitch 63} {:time 240, :instrument 14, :pitch 63} {:time 238, :instrument 14, :pitch 65} {:time 236, :instrument 14, :pitch 67} {:time 232, :instrument 14, :pitch 68} {:time 376, :instrument 14, :pitch 67} {:time 375, :instrument 14, :pitch 67} {:time 373.5, :instrument 14, :pitch 67} {:time 372, :instrument 14, :pitch 67} {:time 368, :instrument 14, :pitch 79} {:time 367, :instrument 14, :pitch 78} {:time 365.5, :instrument 14, :pitch 78} {:time 364, :instrument 14, :pitch 78} {:time 363, :instrument 14, :pitch 78} {:time 361.5, :instrument 14, :pitch 78} {:time 360, :instrument 14, :pitch 78} {:time 359, :instrument 14, :pitch 75} {:time 357.5, :instrument 14, :pitch 72} {:time 356, :instrument 14, :pitch 66} {:time 355, :instrument 14, :pitch 63} {:time 353.5, :instrument 14, :pitch 60} {:time 352, :instrument 14, :pitch 54} {:time 348, :instrument 14, :pitch 71} {:time 348, :instrument 14, :pitch 67} {:time 347, :instrument 14, :pitch 71} {:time 346, :instrument 14, :pitch 71} {:time 344, :instrument 14, :pitch 71} {:time 343, :instrument 14, :pitch 71} {:time 342, :instrument 14, :pitch 71} {:time 340, :instrument 14, :pitch 71} {:time 339, :instrument 14, :pitch 74} {:time 338, :instrument 14, :pitch 74} {:time 336, :instrument 14, :pitch 74} {:time 335, :instrument 14, :pitch 75} {:time 334, :instrument 14, :pitch 75} {:time 332, :instrument 14, :pitch 75} {:time 331, :instrument 14, :pitch 72} {:time 330, :instrument 14, :pitch 72} {:time 328, :instrument 14, :pitch 72} {:time 327, :instrument 14, :pitch 72} {:time 326, :instrument 14, :pitch 72} {:time 324, :instrument 14, :pitch 72} {:time 323, :instrument 14, :pitch 72} {:time 322, :instrument 14, :pitch 72} {:time 320, :instrument 14, :pitch 72} {:time 347, :instrument 14, :pitch 74} {:time 346, :instrument 14, :pitch 74} {:time 344, :instrument 14, :pitch 74} {:time 343, :instrument 14, :pitch 74} {:time 342, :instrument 14, :pitch 74} {:time 340, :instrument 14, :pitch 74} {:time 339, :instrument 14, :pitch 77} {:time 338, :instrument 14, :pitch 77} {:time 336, :instrument 14, :pitch 77} {:time 335, :instrument 14, :pitch 78} {:time 334, :instrument 14, :pitch 78} {:time 332, :instrument 14, :pitch 78} {:time 331, :instrument 14, :pitch 75} {:time 330, :instrument 14, :pitch 75} {:time 328, :instrument 14, :pitch 75} {:time 327, :instrument 14, :pitch 75} {:time 326, :instrument 14, :pitch 75} {:time 324, :instrument 14, :pitch 75} {:time 323, :instrument 14, :pitch 75} {:time 322, :instrument 14, :pitch 75} {:time 320, :instrument 14, :pitch 75} {:time 319, :instrument 14, :pitch 74} {:time 317.5, :instrument 14, :pitch 72} {:time 316, :instrument 14, :pitch 70} {:time 304, :instrument 14, :pitch 70} {:time 303, :instrument 14, :pitch 69} {:time 302, :instrument 14, :pitch 67} {:time 301, :instrument 14, :pitch 65} {:time 300, :instrument 14, :pitch 64} {:time 299, :instrument 14, :pitch 64} {:time 296, :instrument 14, :pitch 64} {:time 295, :instrument 14, :pitch 62} {:time 294, :instrument 14, :pitch 64} {:time 292, :instrument 14, :pitch 64} {:time 288, :instrument 14, :pitch 67} {:time 287, :instrument 14, :pitch 68} {:time 286, :instrument 14, :pitch 68} {:time 284, :instrument 14, :pitch 68} {:time 283, :instrument 14, :pitch 69} {:time 282, :instrument 14, :pitch 69} {:time 280, :instrument 14, :pitch 69} {:time 279, :instrument 14, :pitch 70} {:time 278, :instrument 14, :pitch 70} {:time 276, :instrument 14, :pitch 70} {:time 272, :instrument 14, :pitch 71} {:time 270, :instrument 14, :pitch 74} {:time 268, :instrument 14, :pitch 72} {:time 267, :instrument 14, :pitch 71} {:time 266, :instrument 14, :pitch 69} {:time 264, :instrument 14, :pitch 69} {:time 263, :instrument 14, :pitch 67} {:time 262, :instrument 14, :pitch 66} {:time 260, :instrument 14, :pitch 66} {:time 256, :instrument 14, :pitch 66} {:time 255, :instrument 14, :pitch 67} {:time 253.5, :instrument 14, :pitch 68} {:time 248, :instrument 14, :pitch 70} {:time 247, :instrument 14, :pitch 68} {:time 245.5, :instrument 14, :pitch 67} {:time 244, :instrument 14, :pitch 68} {:time 243, :instrument 14, :pitch 67} {:time 242, :instrument 14, :pitch 67} {:time 240, :instrument 14, :pitch 67} {:time 239, :instrument 14, :pitch 68} {:time 237.5, :instrument 14, :pitch 70} {:time 232, :instrument 14, :pitch 72} {:time 231, :instrument 14, :pitch 70} {:time 229.5, :instrument 14, :pitch 68} {:time 228, :instrument 14, :pitch 70} {:time 227, :instrument 14, :pitch 68} {:time 224, :instrument 14, :pitch 68} {:time 223, :instrument 14, :pitch 70} {:time 221.5, :instrument 14, :pitch 68} {:time 220, :instrument 14, :pitch 70} {:time 219, :instrument 14, :pitch 70} {:time 216, :instrument 14, :pitch 70} {:time 215, :instrument 14, :pitch 70} {:time 211, :instrument 14, :pitch 72} {:time 212, :instrument 14, :pitch 70} {:time 208, :instrument 14, :pitch 75} {:time 207, :instrument 14, :pitch 72} {:time 205.5, :instrument 14, :pitch 74} {:time 204, :instrument 14, :pitch 75} {:time 203, :instrument 14, :pitch 75} {:time 200, :instrument 14, :pitch 75} {:time 199, :instrument 14, :pitch 74} {:time 198, :instrument 14, :pitch 72} {:time 197, :instrument 14, :pitch 70} {:time 196, :instrument 14, :pitch 68} {:time 195, :instrument 14, :pitch 68} {:time 192, :instrument 14, :pitch 68} {:time 191, :instrument 14, :pitch 74} {:time 189.5, :instrument 14, :pitch 72} {:time 188, :instrument 14, :pitch 70} {:time 184, :instrument 14, :pitch 70} {:time 183, :instrument 14, :pitch 69} {:time 182, :instrument 14, :pitch 67} {:time 181, :instrument 14, :pitch 65} {:time 180, :instrument 14, :pitch 64} {:time 178, :instrument 14, :pitch 64} {:time 168, :instrument 14, :pitch 64} {:time 167, :instrument 14, :pitch 62} {:time 166, :instrument 14, :pitch 64} {:time 164, :instrument 14, :pitch 64} {:time 144, :instrument 14, :pitch 67} {:time 143, :instrument 14, :pitch 65} {:time 142, :instrument 14, :pitch 64} {:time 141, :instrument 14, :pitch 62} {:time 140, :instrument 14, :pitch 60} {:time 138, :instrument 14, :pitch 60} {:time 132, :instrument 14, :pitch 55} {:time 128, :instrument 14, :pitch 60} {:time 112, :instrument 14, :pitch 67} {:time 111, :instrument 14, :pitch 65} {:time 110, :instrument 14, :pitch 64} {:time 109, :instrument 14, :pitch 62} {:time 108, :instrument 14, :pitch 60} {:time 106, :instrument 14, :pitch 60} {:time 100, :instrument 14, :pitch 55} {:time 96, :instrument 14, :pitch 60} {:time 377.5, :instrument 14, :pitch 67} {:time 379, :instrument 14, :pitch 67} {:time 380, :instrument 14, :pitch 67} {:time 381.5, :instrument 14, :pitch 67} {:time 383, :instrument 14, :pitch 67} {:time 384, :instrument 14, :pitch 54} {:time 385.5, :instrument 14, :pitch 60} {:time 387, :instrument 14, :pitch 63} {:time 388, :instrument 14, :pitch 66} {:time 389.5, :instrument 14, :pitch 72} {:time 391, :instrument 14, :pitch 75} {:time 392, :instrument 14, :pitch 78} {:time 394, :instrument 14, :pitch 78} {:time 395, :instrument 14, :pitch 78} {:time 396, :instrument 14, :pitch 78} {:time 397.5, :instrument 14, :pitch 78} {:time 399, :instrument 14, :pitch 78} {:time 400, :instrument 14, :pitch 79} {:time 404, :instrument 14, :pitch 67} {:time 405.5, :instrument 14, :pitch 67} {:time 407, :instrument 14, :pitch 67} {:time 408, :instrument 14, :pitch 67} {:time 409.5, :instrument 14, :pitch 67} {:time 411, :instrument 14, :pitch 67} {:time 412, :instrument 14, :pitch 67} {:time 413.5, :instrument 14, :pitch 67} {:time 415, :instrument 14, :pitch 67} {:time 416, :instrument 14, :pitch 68} {:time 417.5, :instrument 14, :pitch 68} {:time 419, :instrument 14, :pitch 68} {:time 420, :instrument 14, :pitch 68} {:time 421.5, :instrument 14, :pitch 68} {:time 423, :instrument 14, :pitch 68} {:time 424, :instrument 14, :pitch 68} {:time 425.5, :instrument 14, :pitch 68} {:time 427, :instrument 14, :pitch 68} {:time 428, :instrument 14, :pitch 73} {:time 429.5, :instrument 14, :pitch 73} {:time 431, :instrument 14, :pitch 73} {:time 432, :instrument 14, :pitch 72} {:time 433.5, :instrument 14, :pitch 72} {:time 435, :instrument 14, :pitch 72} {:time 436, :instrument 14, :pitch 67} {:time 437.5, :instrument 14, :pitch 67} {:time 439, :instrument 14, :pitch 67} {:time 440, :instrument 14, :pitch 67} {:time 441.5, :instrument 14, :pitch 67} {:time 443, :instrument 14, :pitch 67} {:time 444, :instrument 14, :pitch 63} {:time 445.5, :instrument 14, :pitch 63} {:time 447, :instrument 14, :pitch 63} {:time 448, :instrument 14, :pitch 66} {:time 449.5, :instrument 14, :pitch 66} {:time 451, :instrument 14, :pitch 66} {:time 452, :instrument 14, :pitch 66} {:time 453.5, :instrument 14, :pitch 66} {:time 455, :instrument 14, :pitch 67} {:time 456, :instrument 14, :pitch 69} {:time 457.5, :instrument 14, :pitch 69} {:time 459, :instrument 14, :pitch 71} {:time 460, :instrument 14, :pitch 72} {:time 462, :instrument 14, :pitch 74} {:time 464, :instrument 14, :pitch 71} {:time 468, :instrument 14, :pitch 70} {:time 469.5, :instrument 14, :pitch 70} {:time 471, :instrument 14, :pitch 70} {:time 472, :instrument 14, :pitch 69} {:time 473.5, :instrument 14, :pitch 69} {:time 475, :instrument 14, :pitch 69} {:time 476, :instrument 14, :pitch 68} {:time 477.5, :instrument 14, :pitch 68} {:time 479, :instrument 14, :pitch 68} {:time 480, :instrument 14, :pitch 67} {:time 160, :instrument 14, :pitch 67} {:time 162, :instrument 14, :pitch 67} {:time 163, :instrument 14, :pitch 60} {:time 164, :instrument 14, :pitch 67} {:time 160, :instrument 14, :pitch 64} {:time 171, :instrument 14, :pitch 64} {:time 172, :instrument 14, :pitch 64} {:time 173, :instrument 14, :pitch 65} {:time 174, :instrument 14, :pitch 67} {:time 175, :instrument 14, :pitch 69} {:time 176, :instrument 14, :pitch 70} {:time 179, :instrument 14, :pitch 72} {:time 180, :instrument 14, :pitch 72} {:time 181, :instrument 14, :pitch 74} {:time 182, :instrument 14, :pitch 76} {:time 183, :instrument 14, :pitch 77} {:time 184, :instrument 14, :pitch 79} {:time 192, :instrument 14, :pitch 72} {:time 194, :instrument 14, :pitch 72} {:time 195, :instrument 14, :pitch 72} {:time 196, :instrument 14, :pitch 72} {:time 197.5, :instrument 14, :pitch 72} {:time 199, :instrument 14, :pitch 72} {:time 200, :instrument 14, :pitch 72} {:time 201.5, :instrument 14, :pitch 72} {:time 203, :instrument 14, :pitch 72} {:time 204, :instrument 14, :pitch 72} {:time 205.5, :instrument 14, :pitch 70} {:time 207, :instrument 14, :pitch 68} {:time 208, :instrument 14, :pitch 70} {:time 211, :instrument 14, :pitch 68} {:time 212, :instrument 14, :pitch 67} {:time 213.5, :instrument 14, :pitch 67} {:time 215, :instrument 14, :pitch 67} {:time 216, :instrument 14, :pitch 67} {:time 217.5, :instrument 14, :pitch 67} {:time 219, :instrument 14, :pitch 67} {:time 220, :instrument 14, :pitch 67} {:time 221.5, :instrument 14, :pitch 67} {:time 223, :instrument 14, :pitch 67} {:time 224, :instrument 14, :pitch 65} {:time 227, :instrument 14, :pitch 67} {:time 228, :instrument 14, :pitch 68} {:time 229.5, :instrument 14, :pitch 68} {:time 231, :instrument 14, :pitch 68} {:time 226, :instrument 14, :pitch 65}])\n   \n(def gb1\n  [{:time 120, :instrument 6, :pitch 67}\n   {:time 119, :instrument 6, :pitch 65}\n   {:time 118, :instrument 6, :pitch 64}\n   {:time 117, :instrument 6, :pitch 62}\n   {:time 116, :instrument 6, :pitch 60}\n   {:time 114, :instrument 6, :pitch 60}\n   {:time 152, :instrument 6, :pitch 67}\n{:time 151, :instrument 6, :pitch 65}\n{:time 150, :instrument 6, :pitch 64}\n{:time 149, :instrument 6, :pitch 62}\n{:time 148, :instrument 6, :pitch 60}\n{:time 146, :instrument 6, :pitch 60}])\n\n(def zelda [{:time 312, :instrument 4, :pitch 70}{:time 311, :instrument 4, :pitch 69}{:time 310, :instrument 4, :pitch 67}{:time 309, :instrument 4, :pitch 65}{:time 308, :instrument 4, :pitch 64}{:time 307, :instrument 4, :pitch 64}{:time 296, :instrument 4, :pitch 64}{:time 295, :instrument 4, :pitch 62}{:time 294, :instrument 4, :pitch 64}{:time 292, :instrument 4, :pitch 64}{:time 464, :instrument 6, :pitch 67}{:time 460, :instrument 6, :pitch 69}{:time 452, :instrument 6, :pitch 66}{:time 451, :instrument 6, :pitch 64}{:time 448, :instrument 6, :pitch 62}{:time 444, :instrument 6, :pitch 60}{:time 436, :instrument 6, :pitch 63}{:time 432, :instrument 6, :pitch 67}{:time 428, :instrument 6, :pitch 68}{:time 416, :instrument 6, :pitch 65}{:time 412, :instrument 6, :pitch 64}{:time 404, :instrument 6, :pitch 67}{:time 400, :instrument 6, :pitch 71}{:time 396, :instrument 6, :pitch 72}{:time 384, :instrument 6, :pitch 68}{:time 380, :instrument 6, :pitch 67}{:time 372, :instrument 6, :pitch 67}{:time 368, :instrument 6, :pitch 71}{:time 364, :instrument 6, :pitch 72}{:time 352, :instrument 6, :pitch 68}{:time 348, :instrument 6, :pitch 67}{:time 340, :instrument 6, :pitch 71}{:time 336, :instrument 6, :pitch 74}{:time 332, :instrument 6, :pitch 75}{:time 320, :instrument 6, :pitch 72}{:time 319, :instrument 6, :pitch 70}{:time 317.5, :instrument 6, :pitch 68}{:time 316, :instrument 6, :pitch 67}{:time 304, :instrument 6, :pitch 67}{:time 303, :instrument 6, :pitch 65}{:time 302, :instrument 6, :pitch 64}{:time 301, :instrument 6, :pitch 62}{:time 300, :instrument 6, :pitch 60}{:time 298, :instrument 6, :pitch 60}{:time 292, :instrument 6, :pitch 55}{:time 288, :instrument 6, :pitch 60}{:time 272, :instrument 6, :pitch 67}{:time 268, :instrument 6, :pitch 69}{:time 260, :instrument 6, :pitch 66}{:time 259, :instrument 6, :pitch 64}{:time 256, :instrument 6, :pitch 62}{:time 254, :instrument 6, :pitch 63}{:time 252, :instrument 6, :pitch 65}{:time 244, :instrument 6, :pitch 67}{:time 243, :instrument 6, :pitch 65}{:time 240, :instrument 6, :pitch 63}{:time 238, :instrument 6, :pitch 65}{:time 236, :instrument 6, :pitch 67}{:time 228, :instrument 6, :pitch 68}{:time 227, :instrument 6, :pitch 67}{:time 224, :instrument 6, :pitch 65}{:time 220, :instrument 6, :pitch 67}{:time 212, :instrument 6, :pitch 67}{:time 211, :instrument 6, :pitch 68}{:time 208, :instrument 6, :pitch 70}{:time 207, :instrument 6, :pitch 68}{:time 205.5, :instrument 6, :pitch 70}{:time 204, :instrument 6, :pitch 72}{:time 203, :instrument 6, :pitch 72}{:time 192, :instrument 6, :pitch 72}{:time 191, :instrument 6, :pitch 70}{:time 189.5, :instrument 6, :pitch 68}{:time 188, :instrument 6, :pitch 67}{:time 176, :instrument 6, :pitch 67}{:time 175, :instrument 6, :pitch 65}{:time 174, :instrument 6, :pitch 64}{:time 173, :instrument 6, :pitch 62}{:time 172, :instrument 6, :pitch 60}{:time 170, :instrument 6, :pitch 60}{:time 164, :instrument 6, :pitch 55}{:time 160, :instrument 6, :pitch 60}{:time 0, :instrument 15, :pitch 60}{:time 4, :instrument 15, :pitch 67}{:time 8, :instrument 15, :pitch 72}{:time 16, :instrument 15, :pitch 58}{:time 20, :instrument 15, :pitch 65}{:time 24, :instrument 15, :pitch 70}{:time 32, :instrument 15, :pitch 56}{:time 36, :instrument 15, :pitch 63}{:time 40, :instrument 15, :pitch 68}{:time 48, :instrument 15, :pitch 55}{:time 52, :instrument 15, :pitch 62}{:time 56, :instrument 15, :pitch 67}{:time 64, :instrument 15, :pitch 60}{:time 68, :instrument 15, :pitch 60}{:time 66, :instrument 15, :pitch 60}{:time 67, :instrument 15, :pitch 60}{:time 70, :instrument 15, :pitch 60}{:time 71, :instrument 15, :pitch 60}{:time 72, :instrument 15, :pitch 60}{:time 74, :instrument 15, :pitch 60}{:time 75, :instrument 15, :pitch 60}{:time 76, :instrument 15, :pitch 60}{:time 78, :instrument 15, :pitch 60}{:time 79, :instrument 15, :pitch 60}{:time 80, :instrument 15, :pitch 60}{:time 84, :instrument 15, :pitch 60}{:time 82, :instrument 15, :pitch 60}{:time 83, :instrument 15, :pitch 60}{:time 86, :instrument 15, :pitch 60}{:time 87, :instrument 15, :pitch 60}{:time 88, :instrument 15, :pitch 60}{:time 90, :instrument 15, :pitch 60}{:time 91, :instrument 15, :pitch 60}{:time 92, :instrument 15, :pitch 60}{:time 94, :instrument 15, :pitch 60}{:time 95, :instrument 15, :pitch 60}{:time 96, :instrument 15, :pitch 60}{:time 100, :instrument 15, :pitch 60}{:time 98, :instrument 15, :pitch 60}{:time 99, :instrument 15, :pitch 60}{:time 102, :instrument 15, :pitch 60}{:time 103, :instrument 15, :pitch 60}{:time 104, :instrument 15, :pitch 60}{:time 106, :instrument 15, :pitch 60}{:time 107, :instrument 15, :pitch 60}{:time 108, :instrument 15, :pitch 60}{:time 110, :instrument 15, :pitch 60}{:time 111, :instrument 15, :pitch 60}{:time 112, :instrument 15, :pitch 58}{:time 116, :instrument 15, :pitch 58}{:time 114, :instrument 15, :pitch 58}{:time 115, :instrument 15, :pitch 58}{:time 118, :instrument 15, :pitch 58}{:time 119, :instrument 15, :pitch 58}{:time 120, :instrument 15, :pitch 58}{:time 122, :instrument 15, :pitch 58}{:time 123, :instrument 15, :pitch 58}{:time 124, :instrument 15, :pitch 58}{:time 126, :instrument 15, :pitch 58}{:time 127, :instrument 15, :pitch 58}{:time 128, :instrument 15, :pitch 56}{:time 132, :instrument 15, :pitch 56}{:time 130, :instrument 15, :pitch 56}{:time 131, :instrument 15, :pitch 56}{:time 134, :instrument 15, :pitch 56}{:time 135, :instrument 15, :pitch 56}{:time 136, :instrument 15, :pitch 56}{:time 138, :instrument 15, :pitch 56}{:time 139, :instrument 15, :pitch 56}{:time 140, :instrument 15, :pitch 56}{:time 142, :instrument 15, :pitch 56}{:time 143, :instrument 15, :pitch 56}{:time 144, :instrument 15, :pitch 55}{:time 148, :instrument 15, :pitch 55}{:time 146, :instrument 15, :pitch 55}{:time 147, :instrument 15, :pitch 55}{:time 150, :instrument 15, :pitch 55}{:time 151, :instrument 15, :pitch 55}{:time 152, :instrument 15, :pitch 55}{:time 154, :instrument 15, :pitch 55}{:time 155, :instrument 15, :pitch 55}{:time 156, :instrument 15, :pitch 55}{:time 158, :instrument 15, :pitch 55}{:time 159, :instrument 15, :pitch 55}{:time 160, :instrument 15, :pitch 60}{:time 164, :instrument 15, :pitch 60}{:time 162, :instrument 15, :pitch 60}{:time 163, :instrument 15, :pitch 60}{:time 166, :instrument 15, :pitch 60}{:time 167, :instrument 15, :pitch 60}{:time 168, :instrument 15, :pitch 60}{:time 170, :instrument 15, :pitch 60}{:time 171, :instrument 15, :pitch 60}{:time 172, :instrument 15, :pitch 60}{:time 174, :instrument 15, :pitch 60}{:time 175, :instrument 15, :pitch 60}{:time 176, :instrument 15, :pitch 58}{:time 180, :instrument 15, :pitch 58}{:time 178, :instrument 15, :pitch 58}{:time 179, :instrument 15, :pitch 58}{:time 182, :instrument 15, :pitch 58}{:time 183, :instrument 15, :pitch 58}{:time 184, :instrument 15, :pitch 58}{:time 186, :instrument 15, :pitch 58}{:time 187, :instrument 15, :pitch 58}{:time 188, :instrument 15, :pitch 58}{:time 190, :instrument 15, :pitch 58}{:time 191, :instrument 15, :pitch 58}{:time 192, :instrument 15, :pitch 56}{:time 196, :instrument 15, :pitch 56}{:time 194, :instrument 15, :pitch 56}{:time 195, :instrument 15, :pitch 56}{:time 198, :instrument 15, :pitch 56}{:time 199, :instrument 15, :pitch 56}{:time 200, :instrument 15, :pitch 56}{:time 202, :instrument 15, :pitch 56}{:time 203, :instrument 15, :pitch 56}{:time 204, :instrument 15, :pitch 56}{:time 206, :instrument 15, :pitch 56}{:time 207, :instrument 15, :pitch 56}{:time 208, :instrument 15, :pitch 63}{:time 212, :instrument 15, :pitch 63}{:time 210, :instrument 15, :pitch 63}{:time 211, :instrument 15, :pitch 63}{:time 214, :instrument 15, :pitch 63}{:time 215, :instrument 15, :pitch 63}{:time 216, :instrument 15, :pitch 63}{:time 218, :instrument 15, :pitch 63}{:time 219, :instrument 15, :pitch 63}{:time 220, :instrument 15, :pitch 63}{:time 222, :instrument 15, :pitch 63}{:time 223, :instrument 15, :pitch 63}{:time 224, :instrument 15, :pitch 61}{:time 228, :instrument 15, :pitch 61}{:time 226, :instrument 15, :pitch 61}{:time 227, :instrument 15, :pitch 61}{:time 230, :instrument 15, :pitch 61}{:time 231, :instrument 15, :pitch 61}{:time 232, :instrument 15, :pitch 61}{:time 234, :instrument 15, :pitch 61}{:time 235, :instrument 15, :pitch 61}{:time 236, :instrument 15, :pitch 61}{:time 238, :instrument 15, :pitch 61}{:time 239, :instrument 15, :pitch 61}{:time 240, :instrument 15, :pitch 60}{:time 244, :instrument 15, :pitch 60}{:time 242, :instrument 15, :pitch 60}{:time 243, :instrument 15, :pitch 60}{:time 246, :instrument 15, :pitch 60}{:time 247, :instrument 15, :pitch 60}{:time 248, :instrument 15, :pitch 60}{:time 250, :instrument 15, :pitch 60}{:time 251, :instrument 15, :pitch 60}{:time 252, :instrument 15, :pitch 60}{:time 254, :instrument 15, :pitch 60}{:time 255, :instrument 15, :pitch 60}{:time 256, :instrument 15, :pitch 62}{:time 260, :instrument 15, :pitch 62}{:time 258, :instrument 15, :pitch 62}{:time 259, :instrument 15, :pitch 62}{:time 262, :instrument 15, :pitch 62}{:time 263, :instrument 15, :pitch 62}{:time 264, :instrument 15, :pitch 62}{:time 266, :instrument 15, :pitch 62}{:time 267, :instrument 15, :pitch 62}{:time 268, :instrument 15, :pitch 62}{:time 270, :instrument 15, :pitch 62}{:time 271, :instrument 15, :pitch 62}{:time 272, :instrument 15, :pitch 55}{:time 276, :instrument 15, :pitch 55}{:time 274, :instrument 15, :pitch 55}{:time 275, :instrument 15, :pitch 55}{:time 278, :instrument 15, :pitch 55}{:time 279, :instrument 15, :pitch 55}{:time 280, :instrument 15, :pitch 55}{:time 282, :instrument 15, :pitch 55}{:time 283, :instrument 15, :pitch 55}{:time 284, :instrument 15, :pitch 55}{:time 286, :instrument 15, :pitch 55}{:time 287, :instrument 15, :pitch 55}{:time 288, :instrument 15, :pitch 60}{:time 292, :instrument 15, :pitch 60}{:time 290, :instrument 15, :pitch 60}{:time 291, :instrument 15, :pitch 60}{:time 294, :instrument 15, :pitch 60}{:time 295, :instrument 15, :pitch 60}{:time 296, :instrument 15, :pitch 60}{:time 298, :instrument 15, :pitch 60}{:time 299, :instrument 15, :pitch 60}{:time 300, :instrument 15, :pitch 60}{:time 302, :instrument 15, :pitch 60}{:time 303, :instrument 15, :pitch 60}{:time 304, :instrument 15, :pitch 58}{:time 308, :instrument 15, :pitch 58}{:time 306, :instrument 15, :pitch 58}{:time 307, :instrument 15, :pitch 58}{:time 310, :instrument 15, :pitch 58}{:time 311, :instrument 15, :pitch 58}{:time 312, :instrument 15, :pitch 58}{:time 314, :instrument 15, :pitch 58}{:time 315, :instrument 15, :pitch 58}{:time 316, :instrument 15, :pitch 58}{:time 318, :instrument 15, :pitch 58}{:time 319, :instrument 15, :pitch 58}{:time 320, :instrument 15, :pitch 56}{:time 324, :instrument 15, :pitch 56}{:time 322, :instrument 15, :pitch 56}{:time 323, :instrument 15, :pitch 56}{:time 326, :instrument 15, :pitch 56}{:time 327, :instrument 15, :pitch 56}{:time 328, :instrument 15, :pitch 56}{:time 330, :instrument 15, :pitch 56}{:time 331, :instrument 15, :pitch 56}{:time 332, :instrument 15, :pitch 56}{:time 334, :instrument 15, :pitch 56}{:time 335, :instrument 15, :pitch 56}{:time 336, :instrument 15, :pitch 55}{:time 340, :instrument 15, :pitch 55}{:time 338, :instrument 15, :pitch 55}{:time 339, :instrument 15, :pitch 55}{:time 342, :instrument 15, :pitch 55}{:time 343, :instrument 15, :pitch 55}{:time 344, :instrument 15, :pitch 55}{:time 346, :instrument 15, :pitch 55}{:time 347, :instrument 15, :pitch 55}{:time 348, :instrument 15, :pitch 55}{:time 350, :instrument 15, :pitch 55}{:time 351, :instrument 15, :pitch 55}{:time 352, :instrument 15, :pitch 54}{:time 356, :instrument 15, :pitch 54}{:time 354, :instrument 15, :pitch 54}{:time 355, :instrument 15, :pitch 54}{:time 358, :instrument 15, :pitch 54}{:time 359, :instrument 15, :pitch 54}{:time 360, :instrument 15, :pitch 54}{:time 362, :instrument 15, :pitch 54}{:time 363, :instrument 15, :pitch 54}{:time 364, :instrument 15, :pitch 54}{:time 366, :instrument 15, :pitch 54}{:time 367, :instrument 15, :pitch 54}{:time 368, :instrument 15, :pitch 55}{:time 372, :instrument 15, :pitch 55}{:time 370, :instrument 15, :pitch 55}{:time 371, :instrument 15, :pitch 55}{:time 374, :instrument 15, :pitch 55}{:time 375, :instrument 15, :pitch 55}{:time 376, :instrument 15, :pitch 55}{:time 378, :instrument 15, :pitch 55}{:time 379, :instrument 15, :pitch 55}{:time 380, :instrument 15, :pitch 55}{:time 382, :instrument 15, :pitch 55}{:time 383, :instrument 15, :pitch 55}{:time 384, :instrument 15, :pitch 54}{:time 388, :instrument 15, :pitch 54}{:time 386, :instrument 15, :pitch 54}{:time 387, :instrument 15, :pitch 54}{:time 390, :instrument 15, :pitch 54}{:time 391, :instrument 15, :pitch 54}{:time 392, :instrument 15, :pitch 54}{:time 394, :instrument 15, :pitch 54}{:time 395, :instrument 15, :pitch 54}{:time 396, :instrument 15, :pitch 54}{:time 398, :instrument 15, :pitch 54}{:time 399, :instrument 15, :pitch 54}{:time 400, :instrument 15, :pitch 55}{:time 404, :instrument 15, :pitch 55}{:time 402, :instrument 15, :pitch 55}{:time 403, :instrument 15, :pitch 55}{:time 406, :instrument 15, :pitch 55}{:time 407, :instrument 15, :pitch 55}{:time 408, :instrument 15, :pitch 55}{:time 410, :instrument 15, :pitch 55}{:time 411, :instrument 15, :pitch 55}{:time 412, :instrument 15, :pitch 55}{:time 414, :instrument 15, :pitch 55}{:time 415, :instrument 15, :pitch 55}{:time 416, :instrument 15, :pitch 61}{:time 420, :instrument 15, :pitch 61}{:time 418, :instrument 15, :pitch 61}{:time 419, :instrument 15, :pitch 61}{:time 422, :instrument 15, :pitch 61}{:time 423, :instrument 15, :pitch 61}{:time 424, :instrument 15, :pitch 61}{:time 426, :instrument 15, :pitch 61}{:time 427, :instrument 15, :pitch 61}{:time 428, :instrument 15, :pitch 61}{:time 430, :instrument 15, :pitch 61}{:time 431, :instrument 15, :pitch 61}{:time 432, :instrument 15, :pitch 60}{:time 436, :instrument 15, :pitch 60}{:time 434, :instrument 15, :pitch 60}{:time 435, :instrument 15, :pitch 60}{:time 438, :instrument 15, :pitch 60}{:time 439, :instrument 15, :pitch 60}{:time 440, :instrument 15, :pitch 60}{:time 442, :instrument 15, :pitch 60}{:time 443, :instrument 15, :pitch 60}{:time 444, :instrument 15, :pitch 60}{:time 446, :instrument 15, :pitch 60}{:time 447, :instrument 15, :pitch 60}{:time 448, :instrument 15, :pitch 62}{:time 452, :instrument 15, :pitch 62}{:time 450, :instrument 15, :pitch 62}{:time 451, :instrument 15, :pitch 62}{:time 454, :instrument 15, :pitch 62}{:time 455, :instrument 15, :pitch 62}{:time 456, :instrument 15, :pitch 62}{:time 458, :instrument 15, :pitch 62}{:time 459, :instrument 15, :pitch 62}{:time 460, :instrument 15, :pitch 62}{:time 462, :instrument 15, :pitch 62}{:time 463, :instrument 15, :pitch 62}{:time 464, :instrument 15, :pitch 55}{:time 468, :instrument 15, :pitch 55}{:time 466, :instrument 15, :pitch 55}{:time 467, :instrument 15, :pitch 55}{:time 470, :instrument 15, :pitch 55}{:time 471, :instrument 15, :pitch 55}{:time 472, :instrument 15, :pitch 55}{:time 474, :instrument 15, :pitch 55}{:time 475, :instrument 15, :pitch 55}{:time 476, :instrument 15, :pitch 55}{:time 478, :instrument 15, :pitch 55}{:time 479, :instrument 15, :pitch 55}{:time 66, :instrument 12, :pitch 60}{:time 64, :instrument 12, :pitch 63}{:time 63.5, :instrument 12, :pitch 60}{:time 63, :instrument 12, :pitch 55}{:time 50, :instrument 12, :pitch 71}{:time 49, :instrument 12, :pitch 69}{:time 48, :instrument 12, :pitch 71}{:time 46, :instrument 12, :pitch 72}{:time 44, :instrument 12, :pitch 68}{:time 42, :instrument 12, :pitch 68}{:time 32, :instrument 12, :pitch 72}{:time 31.5, :instrument 12, :pitch 68}{:time 31, :instrument 12, :pitch 63}{:time 18, :instrument 12, :pitch 70}{:time 17, :instrument 12, :pitch 68}{:time 12, :instrument 12, :pitch 67}{:time 16, :instrument 12, :pitch 70}{:time 14, :instrument 12, :pitch 72}{:time 10, :instrument 12, :pitch 67}{:time 0, :instrument 12, :pitch 72}{:time 480, :instrument 14, :pitch 60}{:time 479, :instrument 14, :pitch 55}{:time 478, :instrument 14, :pitch 55}{:time 476, :instrument 14, :pitch 55}{:time 475, :instrument 14, :pitch 55}{:time 474, :instrument 14, :pitch 55}{:time 472, :instrument 14, :pitch 55}{:time 471, :instrument 14, :pitch 55}{:time 470, :instrument 14, :pitch 55}{:time 468, :instrument 14, :pitch 55}{:time 467, :instrument 14, :pitch 55}{:time 466, :instrument 14, :pitch 55}{:time 464, :instrument 14, :pitch 67}{:time 463, :instrument 14, :pitch 69}{:time 462, :instrument 14, :pitch 69}{:time 460, :instrument 14, :pitch 69}{:time 459, :instrument 14, :pitch 66}{:time 458, :instrument 14, :pitch 66}{:time 456, :instrument 14, :pitch 66}{:time 455, :instrument 14, :pitch 66}{:time 454, :instrument 14, :pitch 66}{:time 452, :instrument 14, :pitch 66}{:time 451, :instrument 14, :pitch 64}{:time 450, :instrument 14, :pitch 62}{:time 448, :instrument 14, :pitch 62}{:time 448, :instrument 14, :pitch 62}{:time 447, :instrument 14, :pitch 60}{:time 446, :instrument 14, :pitch 60}{:time 444, :instrument 14, :pitch 60}{:time 442, :instrument 14, :pitch 60}{:time 443, :instrument 14, :pitch 60}{:time 442, :instrument 14, :pitch 60}{:time 440, :instrument 14, :pitch 63}{:time 439, :instrument 14, :pitch 63}{:time 438, :instrument 14, :pitch 63}{:time 436, :instrument 14, :pitch 63}{:time 435, :instrument 14, :pitch 67}{:time 434, :instrument 14, :pitch 67}{:time 432, :instrument 14, :pitch 67}{:time 431, :instrument 14, :pitch 68}{:time 430, :instrument 14, :pitch 68}{:time 428, :instrument 14, :pitch 68}{:time 427, :instrument 14, :pitch 65}{:time 426, :instrument 14, :pitch 65}{:time 424, :instrument 14, :pitch 65}{:time 423, :instrument 14, :pitch 65}{:time 422, :instrument 14, :pitch 65}{:time 420, :instrument 14, :pitch 65}{:time 419, :instrument 14, :pitch 65}{:time 418, :instrument 14, :pitch 65}{:time 416, :instrument 14, :pitch 65}{:time 415, :instrument 14, :pitch 55}{:time 414, :instrument 14, :pitch 55}{:time 412, :instrument 14, :pitch 55}{:time 411, :instrument 14, :pitch 55}{:time 410, :instrument 14, :pitch 55}{:time 408, :instrument 14, :pitch 55}{:time 407, :instrument 14, :pitch 55}{:time 406, :instrument 14, :pitch 55}{:time 404, :instrument 14, :pitch 55}{:time 403, :instrument 14, :pitch 71}{:time 402, :instrument 14, :pitch 71}{:time 400, :instrument 14, :pitch 71}{:time 399, :instrument 14, :pitch 72}{:time 398, :instrument 14, :pitch 72}{:time 396, :instrument 14, :pitch 72}{:time 395, :instrument 14, :pitch 68}{:time 394, :instrument 14, :pitch 68}{:time 392, :instrument 14, :pitch 68}{:time 391, :instrument 14, :pitch 68}{:time 390, :instrument 14, :pitch 68}{:time 388, :instrument 14, :pitch 68}{:time 387, :instrument 14, :pitch 68}{:time 386, :instrument 14, :pitch 68}{:time 384, :instrument 14, :pitch 68}{:time 382, :instrument 14, :pitch 67}{:time 383, :instrument 14, :pitch 55}{:time 382, :instrument 14, :pitch 55}{:time 380, :instrument 14, :pitch 55}{:time 379, :instrument 14, :pitch 55}{:time 378, :instrument 14, :pitch 55}{:time 376, :instrument 14, :pitch 55}{:time 375, :instrument 14, :pitch 55}{:time 374, :instrument 14, :pitch 55}{:time 372, :instrument 14, :pitch 55}{:time 371, :instrument 14, :pitch 71}{:time 370, :instrument 14, :pitch 71}{:time 368, :instrument 14, :pitch 71}{:time 367, :instrument 14, :pitch 72}{:time 366, :instrument 14, :pitch 72}{:time 364, :instrument 14, :pitch 72}{:time 363, :instrument 14, :pitch 68}{:time 362, :instrument 14, :pitch 68}{:time 360, :instrument 14, :pitch 68}{:time 359, :instrument 14, :pitch 68}{:time 358, :instrument 14, :pitch 68}{:time 356, :instrument 14, :pitch 68}{:time 355, :instrument 14, :pitch 68}{:time 354, :instrument 14, :pitch 68}{:time 352, :instrument 14, :pitch 68}{:time 351, :instrument 14, :pitch 67}{:time 351, :instrument 14, :pitch 71}{:time 350, :instrument 14, :pitch 71}{:time 350, :instrument 14, :pitch 67}{:time 319, :instrument 14, :pitch 70}{:time 317.5, :instrument 14, :pitch 68}{:time 316, :instrument 14, :pitch 67}{:time 315, :instrument 14, :pitch 67}{:time 314, :instrument 14, :pitch 67}{:time 312, :instrument 14, :pitch 67}{:time 311, :instrument 14, :pitch 67}{:time 310, :instrument 14, :pitch 67}{:time 308, :instrument 14, :pitch 67}{:time 307, :instrument 14, :pitch 67}{:time 306, :instrument 14, :pitch 67}{:time 304, :instrument 14, :pitch 67}{:time 303, :instrument 14, :pitch 65}{:time 302, :instrument 14, :pitch 64}{:time 301, :instrument 14, :pitch 62}{:time 300, :instrument 14, :pitch 60}{:time 298, :instrument 14, :pitch 60}{:time 296, :instrument 14, :pitch 55}{:time 295, :instrument 14, :pitch 55}{:time 294, :instrument 14, :pitch 55}{:time 291, :instrument 14, :pitch 60}{:time 290, :instrument 14, :pitch 60}{:time 292, :instrument 14, :pitch 55}{:time 288, :instrument 14, :pitch 60}{:time 254, :instrument 14, :pitch 67}{:time 252, :instrument 14, :pitch 67}{:time 251, :instrument 14, :pitch 67}{:time 249.5, :instrument 14, :pitch 67}{:time 248, :instrument 14, :pitch 67}{:time 244, :instrument 14, :pitch 67}{:time 243, :instrument 14, :pitch 65}{:time 242, :instrument 14, :pitch 63}{:time 240, :instrument 14, :pitch 63}{:time 238, :instrument 14, :pitch 65}{:time 236, :instrument 14, :pitch 67}{:time 232, :instrument 14, :pitch 68}{:time 376, :instrument 14, :pitch 67}{:time 375, :instrument 14, :pitch 67}{:time 373.5, :instrument 14, :pitch 67}{:time 372, :instrument 14, :pitch 67}{:time 368, :instrument 14, :pitch 79}{:time 367, :instrument 14, :pitch 78}{:time 365.5, :instrument 14, :pitch 78}{:time 364, :instrument 14, :pitch 78}{:time 363, :instrument 14, :pitch 78}{:time 361.5, :instrument 14, :pitch 78}{:time 360, :instrument 14, :pitch 78}{:time 359, :instrument 14, :pitch 75}{:time 357.5, :instrument 14, :pitch 72}{:time 356, :instrument 14, :pitch 66}{:time 355, :instrument 14, :pitch 63}{:time 353.5, :instrument 14, :pitch 60}{:time 352, :instrument 14, :pitch 54}{:time 348, :instrument 14, :pitch 71}{:time 348, :instrument 14, :pitch 67}{:time 347, :instrument 14, :pitch 71}{:time 346, :instrument 14, :pitch 71}{:time 344, :instrument 14, :pitch 71}{:time 343, :instrument 14, :pitch 71}{:time 342, :instrument 14, :pitch 71}{:time 340, :instrument 14, :pitch 71}{:time 339, :instrument 14, :pitch 74}{:time 338, :instrument 14, :pitch 74}{:time 336, :instrument 14, :pitch 74}{:time 335, :instrument 14, :pitch 75}{:time 334, :instrument 14, :pitch 75}{:time 332, :instrument 14, :pitch 75}{:time 331, :instrument 14, :pitch 72}{:time 330, :instrument 14, :pitch 72}{:time 328, :instrument 14, :pitch 72}{:time 327, :instrument 14, :pitch 72}{:time 326, :instrument 14, :pitch 72}{:time 324, :instrument 14, :pitch 72}{:time 323, :instrument 14, :pitch 72}{:time 322, :instrument 14, :pitch 72}{:time 320, :instrument 14, :pitch 72}{:time 347, :instrument 14, :pitch 74}{:time 346, :instrument 14, :pitch 74}{:time 344, :instrument 14, :pitch 74}{:time 343, :instrument 14, :pitch 74}{:time 342, :instrument 14, :pitch 74}{:time 340, :instrument 14, :pitch 74}{:time 339, :instrument 14, :pitch 77}{:time 338, :instrument 14, :pitch 77}{:time 336, :instrument 14, :pitch 77}{:time 335, :instrument 14, :pitch 78}{:time 334, :instrument 14, :pitch 78}{:time 332, :instrument 14, :pitch 78}{:time 331, :instrument 14, :pitch 75}{:time 330, :instrument 14, :pitch 75}{:time 328, :instrument 14, :pitch 75}{:time 327, :instrument 14, :pitch 75}{:time 326, :instrument 14, :pitch 75}{:time 324, :instrument 14, :pitch 75}{:time 323, :instrument 14, :pitch 75}{:time 322, :instrument 14, :pitch 75}{:time 320, :instrument 14, :pitch 75}{:time 319, :instrument 14, :pitch 74}{:time 317.5, :instrument 14, :pitch 72}{:time 316, :instrument 14, :pitch 70}{:time 304, :instrument 14, :pitch 70}{:time 303, :instrument 14, :pitch 69}{:time 302, :instrument 14, :pitch 67}{:time 301, :instrument 14, :pitch 65}{:time 300, :instrument 14, :pitch 64}{:time 299, :instrument 14, :pitch 64}{:time 296, :instrument 14, :pitch 64}{:time 295, :instrument 14, :pitch 62}{:time 294, :instrument 14, :pitch 64}{:time 292, :instrument 14, :pitch 64}{:time 288, :instrument 14, :pitch 67}{:time 287, :instrument 14, :pitch 68}{:time 286, :instrument 14, :pitch 68}{:time 284, :instrument 14, :pitch 68}{:time 283, :instrument 14, :pitch 69}{:time 282, :instrument 14, :pitch 69}{:time 280, :instrument 14, :pitch 69}{:time 279, :instrument 14, :pitch 70}{:time 278, :instrument 14, :pitch 70}{:time 276, :instrument 14, :pitch 70}{:time 272, :instrument 14, :pitch 71}{:time 270, :instrument 14, :pitch 74}{:time 268, :instrument 14, :pitch 72}{:time 267, :instrument 14, :pitch 71}{:time 266, :instrument 14, :pitch 69}{:time 264, :instrument 14, :pitch 69}{:time 263, :instrument 14, :pitch 67}{:time 262, :instrument 14, :pitch 66}{:time 260, :instrument 14, :pitch 66}{:time 256, :instrument 14, :pitch 66}{:time 255, :instrument 14, :pitch 67}{:time 253.5, :instrument 14, :pitch 68}{:time 248, :instrument 14, :pitch 70}{:time 247, :instrument 14, :pitch 68}{:time 245.5, :instrument 14, :pitch 67}{:time 244, :instrument 14, :pitch 68}{:time 243, :instrument 14, :pitch 67}{:time 242, :instrument 14, :pitch 67}{:time 240, :instrument 14, :pitch 67}{:time 239, :instrument 14, :pitch 68}{:time 237.5, :instrument 14, :pitch 70}{:time 232, :instrument 14, :pitch 72}{:time 231, :instrument 14, :pitch 70}{:time 229.5, :instrument 14, :pitch 68}{:time 228, :instrument 14, :pitch 70}{:time 227, :instrument 14, :pitch 68}{:time 224, :instrument 14, :pitch 68}{:time 223, :instrument 14, :pitch 70}{:time 221.5, :instrument 14, :pitch 68}{:time 220, :instrument 14, :pitch 70}{:time 219, :instrument 14, :pitch 70}{:time 216, :instrument 14, :pitch 70}{:time 215, :instrument 14, :pitch 70}{:time 211, :instrument 14, :pitch 72}{:time 212, :instrument 14, :pitch 70}{:time 208, :instrument 14, :pitch 75}{:time 207, :instrument 14, :pitch 72}{:time 205.5, :instrument 14, :pitch 74}{:time 204, :instrument 14, :pitch 75}{:time 203, :instrument 14, :pitch 75}{:time 200, :instrument 14, :pitch 75}{:time 199, :instrument 14, :pitch 74}{:time 198, :instrument 14, :pitch 72}{:time 197, :instrument 14, :pitch 70}{:time 196, :instrument 14, :pitch 68}{:time 195, :instrument 14, :pitch 68}{:time 192, :instrument 14, :pitch 68}{:time 191, :instrument 14, :pitch 74}{:time 189.5, :instrument 14, :pitch 72}{:time 188, :instrument 14, :pitch 70}{:time 184, :instrument 14, :pitch 70}{:time 183, :instrument 14, :pitch 69}{:time 182, :instrument 14, :pitch 67}{:time 181, :instrument 14, :pitch 65}{:time 180, :instrument 14, :pitch 64}{:time 178, :instrument 14, :pitch 64}{:time 168, :instrument 14, :pitch 64}{:time 167, :instrument 14, :pitch 62}{:time 166, :instrument 14, :pitch 64}{:time 164, :instrument 14, :pitch 64}{:time 144, :instrument 14, :pitch 67}{:time 143, :instrument 14, :pitch 65}{:time 142, :instrument 14, :pitch 64}{:time 141, :instrument 14, :pitch 62}{:time 140, :instrument 14, :pitch 60}{:time 138, :instrument 14, :pitch 60}{:time 132, :instrument 14, :pitch 55}{:time 128, :instrument 14, :pitch 60}{:time 112, :instrument 14, :pitch 67}{:time 111, :instrument 14, :pitch 65}{:time 110, :instrument 14, :pitch 64}{:time 109, :instrument 14, :pitch 62}{:time 108, :instrument 14, :pitch 60}{:time 106, :instrument 14, :pitch 60}{:time 100, :instrument 14, :pitch 55}{:time 96, :instrument 14, :pitch 60}{:time 377.5, :instrument 14, :pitch 67}{:time 379, :instrument 14, :pitch 67}{:time 380, :instrument 14, :pitch 67}{:time 381.5, :instrument 14, :pitch 67}{:time 383, :instrument 14, :pitch 67}{:time 384, :instrument 14, :pitch 54}{:time 385.5, :instrument 14, :pitch 60}{:time 387, :instrument 14, :pitch 63}{:time 388, :instrument 14, :pitch 66}{:time 389.5, :instrument 14, :pitch 72}{:time 391, :instrument 14, :pitch 75}{:time 392, :instrument 14, :pitch 78}{:time 394, :instrument 14, :pitch 78}{:time 395, :instrument 14, :pitch 78}{:time 396, :instrument 14, :pitch 78}{:time 397.5, :instrument 14, :pitch 78}{:time 399, :instrument 14, :pitch 78}{:time 400, :instrument 14, :pitch 79}{:time 404, :instrument 14, :pitch 67}{:time 405.5, :instrument 14, :pitch 67}{:time 407, :instrument 14, :pitch 67}{:time 408, :instrument 14, :pitch 67}{:time 409.5, :instrument 14, :pitch 67}{:time 411, :instrument 14, :pitch 67}{:time 412, :instrument 14, :pitch 67}{:time 413.5, :instrument 14, :pitch 67}{:time 415, :instrument 14, :pitch 67}{:time 416, :instrument 14, :pitch 68}{:time 417.5, :instrument 14, :pitch 68}{:time 419, :instrument 14, :pitch 68}{:time 420, :instrument 14, :pitch 68}{:time 421.5, :instrument 14, :pitch 68}{:time 423, :instrument 14, :pitch 68}{:time 424, :instrument 14, :pitch 68}{:time 425.5, :instrument 14, :pitch 68}{:time 427, :instrument 14, :pitch 68}{:time 428, :instrument 14, :pitch 73}{:time 429.5, :instrument 14, :pitch 73}{:time 431, :instrument 14, :pitch 73}{:time 432, :instrument 14, :pitch 72}{:time 433.5, :instrument 14, :pitch 72}{:time 435, :instrument 14, :pitch 72}{:time 436, :instrument 14, :pitch 67}{:time 437.5, :instrument 14, :pitch 67}{:time 439, :instrument 14, :pitch 67}{:time 440, :instrument 14, :pitch 67}{:time 441.5, :instrument 14, :pitch 67}{:time 443, :instrument 14, :pitch 67}{:time 444, :instrument 14, :pitch 63}{:time 445.5, :instrument 14, :pitch 63}{:time 447, :instrument 14, :pitch 63}{:time 448, :instrument 14, :pitch 66}{:time 449.5, :instrument 14, :pitch 66}{:time 451, :instrument 14, :pitch 66}{:time 452, :instrument 14, :pitch 66}{:time 453.5, :instrument 14, :pitch 66}{:time 455, :instrument 14, :pitch 67}{:time 456, :instrument 14, :pitch 69}{:time 457.5, :instrument 14, :pitch 69}{:time 459, :instrument 14, :pitch 71}{:time 460, :instrument 14, :pitch 72}{:time 462, :instrument 14, :pitch 74}{:time 464, :instrument 14, :pitch 71}{:time 468, :instrument 14, :pitch 70}{:time 469.5, :instrument 14, :pitch 70}{:time 471, :instrument 14, :pitch 70}{:time 472, :instrument 14, :pitch 69}{:time 473.5, :instrument 14, :pitch 69}{:time 475, :instrument 14, :pitch 69}{:time 476, :instrument 14, :pitch 68}{:time 477.5, :instrument 14, :pitch 68}{:time 479, :instrument 14, :pitch 68}{:time 480, :instrument 14, :pitch 67}{:time 160, :instrument 14, :pitch 67}{:time 162, :instrument 14, :pitch 67}{:time 163, :instrument 14, :pitch 60}{:time 164, :instrument 14, :pitch 67}{:time 160, :instrument 14, :pitch 64}{:time 171, :instrument 14, :pitch 64}{:time 172, :instrument 14, :pitch 64}{:time 173, :instrument 14, :pitch 65}{:time 174, :instrument 14, :pitch 67}{:time 175, :instrument 14, :pitch 69}{:time 176, :instrument 14, :pitch 70}{:time 179, :instrument 14, :pitch 72}{:time 180, :instrument 14, :pitch 72}{:time 181, :instrument 14, :pitch 74}{:time 182, :instrument 14, :pitch 76}{:time 183, :instrument 14, :pitch 77}{:time 184, :instrument 14, :pitch 79}{:time 192, :instrument 14, :pitch 72}{:time 194, :instrument 14, :pitch 72}{:time 195, :instrument 14, :pitch 72}{:time 196, :instrument 14, :pitch 72}{:time 197.5, :instrument 14, :pitch 72}{:time 199, :instrument 14, :pitch 72}{:time 200, :instrument 14, :pitch 72}{:time 201.5, :instrument 14, :pitch 72}{:time 203, :instrument 14, :pitch 72}{:time 204, :instrument 14, :pitch 72}{:time 205.5, :instrument 14, :pitch 70}{:time 207, :instrument 14, :pitch 68}{:time 208, :instrument 14, :pitch 70}{:time 211, :instrument 14, :pitch 68}{:time 212, :instrument 14, :pitch 67}{:time 213.5, :instrument 14, :pitch 67}{:time 215, :instrument 14, :pitch 67}{:time 216, :instrument 14, :pitch 67}{:time 217.5, :instrument 14, :pitch 67}{:time 219, :instrument 14, :pitch 67}{:time 220, :instrument 14, :pitch 67}{:time 221.5, :instrument 14, :pitch 67}{:time 223, :instrument 14, :pitch 67}{:time 224, :instrument 14, :pitch 65}{:time 227, :instrument 14, :pitch 67}{:time 228, :instrument 14, :pitch 68}{:time 229.5, :instrument 14, :pitch 68}{:time 231, :instrument 14, :pitch 68}{:time 226, :instrument 14, :pitch 65}{:time 120, :instrument 6, :pitch 67}{:time 119, :instrument 6, :pitch 65}{:time 118, :instrument 6, :pitch 64}{:time 117, :instrument 6, :pitch 62}{:time 116, :instrument 6, :pitch 60}{:time 114, :instrument 6, :pitch 60}{:time 152, :instrument 6, :pitch 67}{:time 151, :instrument 6, :pitch 65}{:time 150, :instrument 6, :pitch 64}{:time 149, :instrument 6, :pitch 62}{:time 148, :instrument 6, :pitch 60}{:time 146, :instrument 6, :pitch 60}{:time 64, :instrument 13, :pitch 66}{:time 71, :instrument 13, :pitch 66}{:time 70, :instrument 13, :pitch 66}{:time 68, :instrument 13, :pitch 66}{:time 67, :instrument 13, :pitch 66}{:time 66, :instrument 13, :pitch 66}{:time 72, :instrument 13, :pitch 66}{:time 79, :instrument 13, :pitch 66}{:time 78, :instrument 13, :pitch 66}{:time 76, :instrument 13, :pitch 66}{:time 75, :instrument 13, :pitch 66}{:time 74, :instrument 13, :pitch 66}{:time 80, :instrument 13, :pitch 66}{:time 87, :instrument 13, :pitch 66}{:time 86, :instrument 13, :pitch 66}{:time 84, :instrument 13, :pitch 66}{:time 83, :instrument 13, :pitch 66}{:time 82, :instrument 13, :pitch 66}{:time 88, :instrument 13, :pitch 66}{:time 95, :instrument 13, :pitch 66}{:time 94, :instrument 13, :pitch 66}{:time 92, :instrument 13, :pitch 66}{:time 91, :instrument 13, :pitch 66}{:time 90, :instrument 13, :pitch 66}{:time 96, :instrument 13, :pitch 66}{:time 103, :instrument 13, :pitch 66}{:time 102, :instrument 13, :pitch 66}{:time 100, :instrument 13, :pitch 66}{:time 99, :instrument 13, :pitch 66}{:time 98, :instrument 13, :pitch 66}{:time 104, :instrument 13, :pitch 66}{:time 111, :instrument 13, :pitch 66}{:time 110, :instrument 13, :pitch 66}{:time 108, :instrument 13, :pitch 66}{:time 107, :instrument 13, :pitch 66}{:time 106, :instrument 13, :pitch 66}{:time 112, :instrument 13, :pitch 66}{:time 119, :instrument 13, :pitch 66}{:time 118, :instrument 13, :pitch 66}{:time 116, :instrument 13, :pitch 66}{:time 115, :instrument 13, :pitch 66}{:time 114, :instrument 13, :pitch 66}{:time 120, :instrument 13, :pitch 66}{:time 127, :instrument 13, :pitch 66}{:time 126, :instrument 13, :pitch 66}{:time 124, :instrument 13, :pitch 66}{:time 123, :instrument 13, :pitch 66}{:time 122, :instrument 13, :pitch 66}{:time 128, :instrument 13, :pitch 66}{:time 135, :instrument 13, :pitch 66}{:time 134, :instrument 13, :pitch 66}{:time 132, :instrument 13, :pitch 66}{:time 131, :instrument 13, :pitch 66}{:time 130, :instrument 13, :pitch 66}{:time 136, :instrument 13, :pitch 66}{:time 143, :instrument 13, :pitch 66}{:time 142, :instrument 13, :pitch 66}{:time 140, :instrument 13, :pitch 66}{:time 139, :instrument 13, :pitch 66}{:time 138, :instrument 13, :pitch 66}{:time 144, :instrument 13, :pitch 66}{:time 151, :instrument 13, :pitch 66}{:time 150, :instrument 13, :pitch 66}{:time 148, :instrument 13, :pitch 66}{:time 147, :instrument 13, :pitch 66}{:time 146, :instrument 13, :pitch 66}{:time 152, :instrument 13, :pitch 66}{:time 159, :instrument 13, :pitch 66}{:time 158, :instrument 13, :pitch 66}{:time 156, :instrument 13, :pitch 66}{:time 155, :instrument 13, :pitch 66}{:time 154, :instrument 13, :pitch 66}{:time 160, :instrument 13, :pitch 66}{:time 167, :instrument 13, :pitch 66}{:time 166, :instrument 13, :pitch 66}{:time 164, :instrument 13, :pitch 66}{:time 163, :instrument 13, :pitch 66}{:time 162, :instrument 13, :pitch 66}{:time 168, :instrument 13, :pitch 66}{:time 175, :instrument 13, :pitch 66}{:time 174, :instrument 13, :pitch 66}{:time 172, :instrument 13, :pitch 66}{:time 171, :instrument 13, :pitch 66}{:time 170, :instrument 13, :pitch 66}{:time 176, :instrument 13, :pitch 66}{:time 183, :instrument 13, :pitch 66}{:time 182, :instrument 13, :pitch 66}{:time 180, :instrument 13, :pitch 66}{:time 179, :instrument 13, :pitch 66}{:time 178, :instrument 13, :pitch 66}{:time 184, :instrument 13, :pitch 66}{:time 191, :instrument 13, :pitch 66}{:time 190, :instrument 13, :pitch 66}{:time 188, :instrument 13, :pitch 66}{:time 187, :instrument 13, :pitch 66}{:time 186, :instrument 13, :pitch 66}{:time 192, :instrument 13, :pitch 66}{:time 199, :instrument 13, :pitch 66}{:time 198, :instrument 13, :pitch 66}{:time 196, :instrument 13, :pitch 66}{:time 195, :instrument 13, :pitch 66}{:time 194, :instrument 13, :pitch 66}{:time 200, :instrument 13, :pitch 66}{:time 207, :instrument 13, :pitch 66}{:time 206, :instrument 13, :pitch 66}{:time 204, :instrument 13, :pitch 66}{:time 203, :instrument 13, :pitch 66}{:time 202, :instrument 13, :pitch 66}{:time 208, :instrument 13, :pitch 66}{:time 215, :instrument 13, :pitch 66}{:time 214, :instrument 13, :pitch 66}{:time 212, :instrument 13, :pitch 66}{:time 211, :instrument 13, :pitch 66}{:time 210, :instrument 13, :pitch 66}{:time 216, :instrument 13, :pitch 66}{:time 223, :instrument 13, :pitch 66}{:time 222, :instrument 13, :pitch 66}{:time 220, :instrument 13, :pitch 66}{:time 219, :instrument 13, :pitch 66}{:time 218, :instrument 13, :pitch 66}{:time 224, :instrument 13, :pitch 66}{:time 231, :instrument 13, :pitch 66}{:time 230, :instrument 13, :pitch 66}{:time 228, :instrument 13, :pitch 66}{:time 227, :instrument 13, :pitch 66}{:time 226, :instrument 13, :pitch 66}{:time 232, :instrument 13, :pitch 66}{:time 239, :instrument 13, :pitch 66}{:time 238, :instrument 13, :pitch 66}{:time 236, :instrument 13, :pitch 66}{:time 235, :instrument 13, :pitch 66}{:time 234, :instrument 13, :pitch 66}{:time 240, :instrument 13, :pitch 66}{:time 247, :instrument 13, :pitch 66}{:time 246, :instrument 13, :pitch 66}{:time 244, :instrument 13, :pitch 66}{:time 243, :instrument 13, :pitch 66}{:time 242, :instrument 13, :pitch 66}{:time 248, :instrument 13, :pitch 66}{:time 255, :instrument 13, :pitch 66}{:time 254, :instrument 13, :pitch 66}{:time 252, :instrument 13, :pitch 66}{:time 251, :instrument 13, :pitch 66}{:time 250, :instrument 13, :pitch 66}{:time 256, :instrument 13, :pitch 66}{:time 263, :instrument 13, :pitch 66}{:time 262, :instrument 13, :pitch 66}{:time 260, :instrument 13, :pitch 66}{:time 259, :instrument 13, :pitch 66}{:time 258, :instrument 13, :pitch 66}{:time 264, :instrument 13, :pitch 66}{:time 271, :instrument 13, :pitch 66}{:time 270, :instrument 13, :pitch 66}{:time 268, :instrument 13, :pitch 66}{:time 267, :instrument 13, :pitch 66}{:time 266, :instrument 13, :pitch 66}{:time 272, :instrument 13, :pitch 66}{:time 279, :instrument 13, :pitch 66}{:time 278, :instrument 13, :pitch 66}{:time 276, :instrument 13, :pitch 66}{:time 275, :instrument 13, :pitch 66}{:time 274, :instrument 13, :pitch 66}{:time 280, :instrument 13, :pitch 66}{:time 287, :instrument 13, :pitch 66}{:time 286, :instrument 13, :pitch 66}{:time 284, :instrument 13, :pitch 66}{:time 283, :instrument 13, :pitch 66}{:time 282, :instrument 13, :pitch 66}{:time 288, :instrument 13, :pitch 66}{:time 295, :instrument 13, :pitch 66}{:time 294, :instrument 13, :pitch 66}{:time 292, :instrument 13, :pitch 66}{:time 291, :instrument 13, :pitch 66}{:time 290, :instrument 13, :pitch 66}{:time 296, :instrument 13, :pitch 66}{:time 303, :instrument 13, :pitch 66}{:time 302, :instrument 13, :pitch 66}{:time 300, :instrument 13, :pitch 66}{:time 299, :instrument 13, :pitch 66}{:time 298, :instrument 13, :pitch 66}{:time 304, :instrument 13, :pitch 66}{:time 311, :instrument 13, :pitch 66}{:time 310, :instrument 13, :pitch 66}{:time 308, :instrument 13, :pitch 66}{:time 307, :instrument 13, :pitch 66}{:time 306, :instrument 13, :pitch 66}{:time 312, :instrument 13, :pitch 66}{:time 319, :instrument 13, :pitch 66}{:time 318, :instrument 13, :pitch 66}{:time 316, :instrument 13, :pitch 66}{:time 315, :instrument 13, :pitch 66}{:time 314, :instrument 13, :pitch 66}{:time 320, :instrument 13, :pitch 66}{:time 327, :instrument 13, :pitch 66}{:time 326, :instrument 13, :pitch 66}{:time 324, :instrument 13, :pitch 66}{:time 323, :instrument 13, :pitch 66}{:time 322, :instrument 13, :pitch 66}{:time 328, :instrument 13, :pitch 66}{:time 335, :instrument 13, :pitch 66}{:time 334, :instrument 13, :pitch 66}{:time 332, :instrument 13, :pitch 66}{:time 331, :instrument 13, :pitch 66}{:time 330, :instrument 13, :pitch 66}{:time 336, :instrument 13, :pitch 66}{:time 343, :instrument 13, :pitch 66}{:time 342, :instrument 13, :pitch 66}{:time 340, :instrument 13, :pitch 66}{:time 339, :instrument 13, :pitch 66}{:time 338, :instrument 13, :pitch 66}{:time 344, :instrument 13, :pitch 66}{:time 351, :instrument 13, :pitch 66}{:time 350, :instrument 13, :pitch 66}{:time 348, :instrument 13, :pitch 66}{:time 347, :instrument 13, :pitch 66}{:time 346, :instrument 13, :pitch 66}{:time 352, :instrument 13, :pitch 66}{:time 359, :instrument 13, :pitch 66}{:time 358, :instrument 13, :pitch 66}{:time 356, :instrument 13, :pitch 66}{:time 355, :instrument 13, :pitch 66}{:time 354, :instrument 13, :pitch 66}{:time 360, :instrument 13, :pitch 66}{:time 367, :instrument 13, :pitch 66}{:time 366, :instrument 13, :pitch 66}{:time 364, :instrument 13, :pitch 66}{:time 363, :instrument 13, :pitch 66}{:time 362, :instrument 13, :pitch 66}{:time 368, :instrument 13, :pitch 66}{:time 375, :instrument 13, :pitch 66}{:time 374, :instrument 13, :pitch 66}{:time 372, :instrument 13, :pitch 66}{:time 371, :instrument 13, :pitch 66}{:time 370, :instrument 13, :pitch 66}{:time 376, :instrument 13, :pitch 66}{:time 383, :instrument 13, :pitch 66}{:time 382, :instrument 13, :pitch 66}{:time 380, :instrument 13, :pitch 66}{:time 379, :instrument 13, :pitch 66}{:time 378, :instrument 13, :pitch 66}{:time 384, :instrument 13, :pitch 66}{:time 391, :instrument 13, :pitch 66}{:time 390, :instrument 13, :pitch 66}{:time 388, :instrument 13, :pitch 66}{:time 387, :instrument 13, :pitch 66}{:time 386, :instrument 13, :pitch 66}{:time 392, :instrument 13, :pitch 66}{:time 399, :instrument 13, :pitch 66}{:time 398, :instrument 13, :pitch 66}{:time 396, :instrument 13, :pitch 66}{:time 395, :instrument 13, :pitch 66}{:time 394, :instrument 13, :pitch 66}{:time 400, :instrument 13, :pitch 66}{:time 407, :instrument 13, :pitch 66}{:time 406, :instrument 13, :pitch 66}{:time 404, :instrument 13, :pitch 66}{:time 403, :instrument 13, :pitch 66}{:time 402, :instrument 13, :pitch 66}{:time 408, :instrument 13, :pitch 66}{:time 415, :instrument 13, :pitch 66}{:time 414, :instrument 13, :pitch 66}{:time 412, :instrument 13, :pitch 66}{:time 411, :instrument 13, :pitch 66}{:time 410, :instrument 13, :pitch 66}{:time 416, :instrument 13, :pitch 66}{:time 423, :instrument 13, :pitch 66}{:time 422, :instrument 13, :pitch 66}{:time 420, :instrument 13, :pitch 66}{:time 419, :instrument 13, :pitch 66}{:time 418, :instrument 13, :pitch 66}{:time 424, :instrument 13, :pitch 66}{:time 431, :instrument 13, :pitch 66}{:time 430, :instrument 13, :pitch 66}{:time 428, :instrument 13, :pitch 66}{:time 427, :instrument 13, :pitch 66}{:time 426, :instrument 13, :pitch 66}{:time 432, :instrument 13, :pitch 66}{:time 439, :instrument 13, :pitch 66}{:time 438, :instrument 13, :pitch 66}{:time 436, :instrument 13, :pitch 66}{:time 435, :instrument 13, :pitch 66}{:time 434, :instrument 13, :pitch 66}{:time 440, :instrument 13, :pitch 66}{:time 447, :instrument 13, :pitch 66}{:time 446, :instrument 13, :pitch 66}{:time 444, :instrument 13, :pitch 66}{:time 443, :instrument 13, :pitch 66}{:time 442, :instrument 13, :pitch 66}{:time 448, :instrument 13, :pitch 66}{:time 455, :instrument 13, :pitch 66}{:time 454, :instrument 13, :pitch 66}{:time 452, :instrument 13, :pitch 66}{:time 451, :instrument 13, :pitch 66}{:time 450, :instrument 13, :pitch 66}{:time 456, :instrument 13, :pitch 66}{:time 463, :instrument 13, :pitch 66}{:time 462, :instrument 13, :pitch 66}{:time 460, :instrument 13, :pitch 66}{:time 459, :instrument 13, :pitch 66}{:time 458, :instrument 13, :pitch 66}{:time 464, :instrument 13, :pitch 66}{:time 471, :instrument 13, :pitch 66}{:time 470, :instrument 13, :pitch 66}{:time 468, :instrument 13, :pitch 66}{:time 467, :instrument 13, :pitch 66}{:time 466, :instrument 13, :pitch 66}{:time 472, :instrument 13, :pitch 66}{:time 479, :instrument 13, :pitch 66}{:time 478, :instrument 13, :pitch 66}{:time 476, :instrument 13, :pitch 66}{:time 475, :instrument 13, :pitch 66}{:time 474, :instrument 13, :pitch 66}{:time 160, :instrument 2, :pitch 60}{:time 167, :instrument 2, :pitch 60}{:time 166, :instrument 2, :pitch 60}{:time 164, :instrument 2, :pitch 60}{:time 163, :instrument 2, :pitch 60}{:time 162, :instrument 2, :pitch 60}{:time 168, :instrument 2, :pitch 60}{:time 175, :instrument 2, :pitch 60}{:time 174, :instrument 2, :pitch 60}{:time 172, :instrument 2, :pitch 60}{:time 171, :instrument 2, :pitch 60}{:time 170, :instrument 2, :pitch 60}{:time 176, :instrument 2, :pitch 60}{:time 183, :instrument 2, :pitch 60}{:time 182, :instrument 2, :pitch 60}{:time 180, :instrument 2, :pitch 60}{:time 179, :instrument 2, :pitch 60}{:time 178, :instrument 2, :pitch 60}{:time 184, :instrument 2, :pitch 60}{:time 191, :instrument 2, :pitch 60}{:time 190, :instrument 2, :pitch 60}{:time 188, :instrument 2, :pitch 60}{:time 187, :instrument 2, :pitch 60}{:time 186, :instrument 2, :pitch 60}{:time 192, :instrument 2, :pitch 60}{:time 199, :instrument 2, :pitch 60}{:time 198, :instrument 2, :pitch 60}{:time 196, :instrument 2, :pitch 60}{:time 195, :instrument 2, :pitch 60}{:time 194, :instrument 2, :pitch 60}{:time 200, :instrument 2, :pitch 60}{:time 207, :instrument 2, :pitch 60}{:time 206, :instrument 2, :pitch 60}{:time 204, :instrument 2, :pitch 60}{:time 203, :instrument 2, :pitch 60}{:time 202, :instrument 2, :pitch 60}{:time 208, :instrument 2, :pitch 60}{:time 215, :instrument 2, :pitch 60}{:time 214, :instrument 2, :pitch 60}{:time 212, :instrument 2, :pitch 60}{:time 211, :instrument 2, :pitch 60}{:time 210, :instrument 2, :pitch 60}{:time 216, :instrument 2, :pitch 60}{:time 223, :instrument 2, :pitch 60}{:time 222, :instrument 2, :pitch 60}{:time 220, :instrument 2, :pitch 60}{:time 219, :instrument 2, :pitch 60}{:time 218, :instrument 2, :pitch 60}{:time 224, :instrument 2, :pitch 60}{:time 231, :instrument 2, :pitch 60}{:time 230, :instrument 2, :pitch 60}{:time 228, :instrument 2, :pitch 60}{:time 227, :instrument 2, :pitch 60}{:time 226, :instrument 2, :pitch 60}{:time 232, :instrument 2, :pitch 60}{:time 239, :instrument 2, :pitch 60}{:time 238, :instrument 2, :pitch 60}{:time 236, :instrument 2, :pitch 60}{:time 235, :instrument 2, :pitch 60}{:time 234, :instrument 2, :pitch 60}{:time 240, :instrument 2, :pitch 60}{:time 247, :instrument 2, :pitch 60}{:time 246, :instrument 2, :pitch 60}{:time 244, :instrument 2, :pitch 60}{:time 243, :instrument 2, :pitch 60}{:time 242, :instrument 2, :pitch 60}{:time 248, :instrument 2, :pitch 60}{:time 255, :instrument 2, :pitch 60}{:time 254, :instrument 2, :pitch 60}{:time 252, :instrument 2, :pitch 60}{:time 251, :instrument 2, :pitch 60}{:time 250, :instrument 2, :pitch 60}{:time 256, :instrument 2, :pitch 60}{:time 263, :instrument 2, :pitch 60}{:time 262, :instrument 2, :pitch 60}{:time 260, :instrument 2, :pitch 60}{:time 259, :instrument 2, :pitch 60}{:time 258, :instrument 2, :pitch 60}{:time 264, :instrument 2, :pitch 60}{:time 271, :instrument 2, :pitch 60}{:time 270, :instrument 2, :pitch 60}{:time 268, :instrument 2, :pitch 60}{:time 267, :instrument 2, :pitch 60}{:time 266, :instrument 2, :pitch 60}{:time 272, :instrument 2, :pitch 60}{:time 279, :instrument 2, :pitch 60}{:time 278, :instrument 2, :pitch 60}{:time 276, :instrument 2, :pitch 60}{:time 275, :instrument 2, :pitch 60}{:time 274, :instrument 2, :pitch 60}{:time 280, :instrument 2, :pitch 60}{:time 287, :instrument 2, :pitch 60}{:time 286, :instrument 2, :pitch 60}{:time 284, :instrument 2, :pitch 60}{:time 283, :instrument 2, :pitch 60}{:time 282, :instrument 2, :pitch 60}{:time 288, :instrument 2, :pitch 60}{:time 295, :instrument 2, :pitch 60}{:time 294, :instrument 2, :pitch 60}{:time 292, :instrument 2, :pitch 60}{:time 291, :instrument 2, :pitch 60}{:time 290, :instrument 2, :pitch 60}{:time 296, :instrument 2, :pitch 60}{:time 303, :instrument 2, :pitch 60}{:time 302, :instrument 2, :pitch 60}{:time 300, :instrument 2, :pitch 60}{:time 299, :instrument 2, :pitch 60}{:time 298, :instrument 2, :pitch 60}{:time 304, :instrument 2, :pitch 60}{:time 311, :instrument 2, :pitch 60}{:time 310, :instrument 2, :pitch 60}{:time 308, :instrument 2, :pitch 60}{:time 307, :instrument 2, :pitch 60}{:time 306, :instrument 2, :pitch 60}{:time 312, :instrument 2, :pitch 60}{:time 319, :instrument 2, :pitch 60}{:time 318, :instrument 2, :pitch 60}{:time 316, :instrument 2, :pitch 60}{:time 315, :instrument 2, :pitch 60}{:time 314, :instrument 2, :pitch 60}{:time 320, :instrument 2, :pitch 60}{:time 327, :instrument 2, :pitch 60}{:time 326, :instrument 2, :pitch 60}{:time 324, :instrument 2, :pitch 60}{:time 323, :instrument 2, :pitch 60}{:time 322, :instrument 2, :pitch 60}{:time 328, :instrument 2, :pitch 60}{:time 335, :instrument 2, :pitch 60}{:time 334, :instrument 2, :pitch 60}{:time 332, :instrument 2, :pitch 60}{:time 331, :instrument 2, :pitch 60}{:time 330, :instrument 2, :pitch 60}{:time 336, :instrument 2, :pitch 60}{:time 343, :instrument 2, :pitch 60}{:time 342, :instrument 2, :pitch 60}{:time 340, :instrument 2, :pitch 60}{:time 339, :instrument 2, :pitch 60}{:time 338, :instrument 2, :pitch 60}{:time 344, :instrument 2, :pitch 60}{:time 351, :instrument 2, :pitch 60}{:time 350, :instrument 2, :pitch 60}{:time 348, :instrument 2, :pitch 60}{:time 347, :instrument 2, :pitch 60}{:time 346, :instrument 2, :pitch 60}{:time 352, :instrument 2, :pitch 60}{:time 359, :instrument 2, :pitch 60}{:time 358, :instrument 2, :pitch 60}{:time 356, :instrument 2, :pitch 60}{:time 355, :instrument 2, :pitch 60}{:time 354, :instrument 2, :pitch 60}{:time 360, :instrument 2, :pitch 60}{:time 367, :instrument 2, :pitch 60}{:time 366, :instrument 2, :pitch 60}{:time 364, :instrument 2, :pitch 60}{:time 363, :instrument 2, :pitch 60}{:time 362, :instrument 2, :pitch 60}{:time 368, :instrument 2, :pitch 60}{:time 375, :instrument 2, :pitch 60}{:time 374, :instrument 2, :pitch 60}{:time 372, :instrument 2, :pitch 60}{:time 371, :instrument 2, :pitch 60}{:time 370, :instrument 2, :pitch 60}{:time 376, :instrument 2, :pitch 60}{:time 383, :instrument 2, :pitch 60}{:time 382, :instrument 2, :pitch 60}{:time 380, :instrument 2, :pitch 60}{:time 379, :instrument 2, :pitch 60}{:time 378, :instrument 2, :pitch 60}{:time 384, :instrument 2, :pitch 60}{:time 391, :instrument 2, :pitch 60}{:time 390, :instrument 2, :pitch 60}{:time 388, :instrument 2, :pitch 60}{:time 387, :instrument 2, :pitch 60}{:time 386, :instrument 2, :pitch 60}{:time 392, :instrument 2, :pitch 60}{:time 399, :instrument 2, :pitch 60}{:time 398, :instrument 2, :pitch 60}{:time 396, :instrument 2, :pitch 60}{:time 395, :instrument 2, :pitch 60}{:time 394, :instrument 2, :pitch 60}{:time 400, :instrument 2, :pitch 60}{:time 407, :instrument 2, :pitch 60}{:time 406, :instrument 2, :pitch 60}{:time 404, :instrument 2, :pitch 60}{:time 403, :instrument 2, :pitch 60}{:time 402, :instrument 2, :pitch 60}{:time 408, :instrument 2, :pitch 60}{:time 415, :instrument 2, :pitch 60}{:time 414, :instrument 2, :pitch 60}{:time 412, :instrument 2, :pitch 60}{:time 411, :instrument 2, :pitch 60}{:time 410, :instrument 2, :pitch 60}{:time 416, :instrument 2, :pitch 60}{:time 423, :instrument 2, :pitch 60}{:time 422, :instrument 2, :pitch 60}{:time 420, :instrument 2, :pitch 60}{:time 419, :instrument 2, :pitch 60}{:time 418, :instrument 2, :pitch 60}{:time 424, :instrument 2, :pitch 60}{:time 431, :instrument 2, :pitch 60}{:time 430, :instrument 2, :pitch 60}{:time 428, :instrument 2, :pitch 60}{:time 427, :instrument 2, :pitch 60}{:time 426, :instrument 2, :pitch 60}{:time 432, :instrument 2, :pitch 60}{:time 439, :instrument 2, :pitch 60}{:time 438, :instrument 2, :pitch 60}{:time 436, :instrument 2, :pitch 60}{:time 435, :instrument 2, :pitch 60}{:time 434, :instrument 2, :pitch 60}{:time 440, :instrument 2, :pitch 60}{:time 447, :instrument 2, :pitch 60}{:time 446, :instrument 2, :pitch 60}{:time 444, :instrument 2, :pitch 60}{:time 443, :instrument 2, :pitch 60}{:time 442, :instrument 2, :pitch 60}{:time 448, :instrument 2, :pitch 60}{:time 455, :instrument 2, :pitch 60}{:time 454, :instrument 2, :pitch 60}{:time 452, :instrument 2, :pitch 60}{:time 451, :instrument 2, :pitch 60}{:time 450, :instrument 2, :pitch 60}{:time 456, :instrument 2, :pitch 60}{:time 463, :instrument 2, :pitch 60}{:time 462, :instrument 2, :pitch 60}{:time 460, :instrument 2, :pitch 60}{:time 459, :instrument 2, :pitch 60}{:time 458, :instrument 2, :pitch 60}{:time 464, :instrument 2, :pitch 60}{:time 471, :instrument 2, :pitch 60}{:time 470, :instrument 2, :pitch 60}{:time 468, :instrument 2, :pitch 60}{:time 467, :instrument 2, :pitch 60}{:time 466, :instrument 2, :pitch 60}{:time 472, :instrument 2, :pitch 60}{:time 479, :instrument 2, :pitch 60}{:time 478, :instrument 2, :pitch 60}{:time 476, :instrument 2, :pitch 60}{:time 475, :instrument 2, :pitch 60}{:time 474, :instrument 2, :pitch 60}{:time 480, :instrument 15, :pitch 60}{:time 484, :instrument 15, :pitch 67}{:time 488, :instrument 15, :pitch 72}{:time 496, :instrument 15, :pitch 58}{:time 500, :instrument 15, :pitch 65}{:time 504, :instrument 15, :pitch 70}{:time 512, :instrument 15, :pitch 56}{:time 516, :instrument 15, :pitch 63}{:time 520, :instrument 15, :pitch 68}{:time 528, :instrument 15, :pitch 55}{:time 532, :instrument 15, :pitch 62}{:time 536, :instrument 15, :pitch 67}{:time 546, :instrument 12, :pitch 60}{:time 544, :instrument 12, :pitch 63}{:time 543.5, :instrument 12, :pitch 60}{:time 543, :instrument 12, :pitch 55}{:time 530, :instrument 12, :pitch 71}{:time 529, :instrument 12, :pitch 69}{:time 528, :instrument 12, :pitch 71}{:time 526, :instrument 12, :pitch 72}{:time 524, :instrument 12, :pitch 68}{:time 522, :instrument 12, :pitch 68}{:time 512, :instrument 12, :pitch 72}{:time 511.5, :instrument 12, :pitch 68}{:time 511, :instrument 12, :pitch 63}{:time 498, :instrument 12, :pitch 70}{:time 497, :instrument 12, :pitch 68}{:time 492, :instrument 12, :pitch 67}{:time 496, :instrument 12, :pitch 70}{:time 494, :instrument 12, :pitch 72}{:time 490, :instrument 12, :pitch 67}{:time 480, :instrument 12, :pitch 72}]\n  #_(concat bass1 bass2 lead1 car1 gb1 drums\n          (concat\n           (bass-triad 480 60)\n           (bass-triad 496 58)\n           (bass-triad 512 56)\n           (bass-triad 528 55))\n          (map #(delay-note 480 %) lead1)))"
  },
  {
    "path": "src/mecca/songs/zeldajson.cljs",
    "content": "(ns mecca.songs.zeldajson)\n    \n    \n(def zelda-json \"{\n           \\\"formatType\\\": 1,\n  \\\"tracks\\\": 5,\n  \\\"track\\\": [\n    {\n      \\\"event\\\": [\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 88,\n          \\\"data\\\": [\n            4,\n            2,\n            96,\n            8\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 127,\n          \\\"data\\\": 65407\n        },\n        {\n          \\\"deltaTime\\\": 5,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 0,\n          \\\"data\\\": -1\n        },\n        {\n          \\\"deltaTime\\\": 119,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 14,\n          \\\"data\\\": -1\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 81,\n          \\\"data\\\": 681818\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 47\n        }\n      ]\n    },\n    {\n      \\\"event\\\": [\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 11,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            0,\n            0\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 12,\n          \\\"channel\\\": 0,\n          \\\"data\\\": 71\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 11,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            7,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 89,\n          \\\"data\\\": 65024\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 952,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 8,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1344,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 952,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 8,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1344,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1156,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1156,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 284,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 100,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 376,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 200,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 284,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1252,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 284,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 100,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 376,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 200,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 284,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1252,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 572,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 952,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 8,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            80,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            80,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1016,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 8,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            80,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            80,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            80,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 252,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            80,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            76,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            76,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            79,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            79,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 572,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 952,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 8,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            80,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            80,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1148,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            85,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            85,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            84,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            84,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            81,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            81,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1148,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            81,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            81,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1148,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            82,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            81,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            81,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1148,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            78,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            76,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            76,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            79,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            79,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 0,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 47\n        }\n      ]\n    },\n    {\n      \\\"event\\\": [\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 11,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            0,\n            0\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 12,\n          \\\"channel\\\": 1,\n          \\\"data\\\": 71\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 11,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            7,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 89,\n          \\\"data\\\": 65024\n        },\n        {\n          \\\"deltaTime\\\": 8,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 952,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 8,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1344,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 952,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 8,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1336,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 8,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 180,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            60,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            60,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            60,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            60,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            60,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            60,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 284,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 284,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 284,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 252,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 252,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 252,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            99\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            60,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            60,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 284,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            62,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            63,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 284,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            74,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            77,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            68,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1148,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            73,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            76,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            76,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            75,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            52,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            52,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            61,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            61,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            52,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            52,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            61,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            61,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 124,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 1148,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            66,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            71,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            71,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            61,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            61,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            64,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            65,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            67,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            69,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            70,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            72,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            57,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            55,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 1,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 47\n        }\n      ]\n    },\n    {\n      \\\"event\\\": [\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 11,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            0,\n            0\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 12,\n          \\\"channel\\\": 2,\n          \\\"data\\\": 24\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 11,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            7,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 89,\n          \\\"data\\\": 65024\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            58,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            51,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            56,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            54,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 380,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 764,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            49,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            43,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            43,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            45,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            45,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            44,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            40,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            47,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            46,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            48,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            53,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            41,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            43,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            43,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            45,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 2,\n          \\\"data\\\": [\n            45,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 47\n        }\n      ]\n    },\n    {\n      \\\"event\\\": [\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 3,\n          \\\"data\\\": \\\"Drums\\\"\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 11,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            0,\n            0\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 12,\n          \\\"channel\\\": 9,\n          \\\"data\\\": 0\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 11,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            7,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 89,\n          \\\"data\\\": 65024\n        },\n        {\n          \\\"deltaTime\\\": 6144,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 188,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 4,\n          \\\"type\\\": 9,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 92,\n          \\\"type\\\": 8,\n          \\\"channel\\\": 9,\n          \\\"data\\\": [\n            42,\n            100\n          ]\n        },\n        {\n          \\\"deltaTime\\\": 0,\n          \\\"type\\\": 255,\n          \\\"metaType\\\": 47\n        }\n      ]\n    }\n  ],\n  \\\"timeDivision\\\": 384\n}\")\n\n(def zeldaparsed (.parse js/JSON zelda-json))\n\n(def zelda-clj (js->clj zeldaparsed :keywordize-keys true))\n\n\n\n"
  },
  {
    "path": "src/mecca/subs.cljs",
    "content": "(ns mecca.subs\n  (:require [re-frame.core :as rf :refer [reg-sub]]))\n\n(rf/reg-sub\n :scale\n (fn [db _]\n   (:scale db)))\n\n(rf/reg-sub\n :audio-context\n (fn [db _]\n   (:audio-context db)))\n\n(rf/reg-sub\n :eval-result\n (fn [db _]\n   (:eval-result db)))\n\n(rf/reg-sub\n :status\n (fn [db _]\n   (:status db)))\n\n(rf/reg-sub\n :samples\n (fn [db _]\n   (:samples db)))\n\n(rf/reg-sub\n :file-upload\n (fn [db _]\n   (:file-upload db)))\n\n(rf/reg-sub\n :playing?\n (fn [db _]\n   (:playing? db)))\n\n(rf/reg-sub\n :sharp?\n (fn [db _]\n   (:sharp? db)))\n\n(rf/reg-sub\n :loop-end\n (fn [db _]\n   (:loop-end db)))\n\n(rf/reg-sub\n :repeat?\n (fn [db _]\n   (:repeat? db)))\n\n(rf/reg-sub\n :eraser?\n (fn [db _]\n   (:eraser? db)))\n\n(rf/reg-sub\n :play-start\n (fn [db _]\n   (:play-start db)))\n\n(rf/reg-sub\n :jumping?\n (fn [db _]\n   (:jumping? db)))\n\n(rf/reg-sub\n :tempo\n (fn [db _]\n   (:tempo db)))\n\n(rf/reg-sub\n :time\n (fn [db _]     ;; db is current app state. 2nd unused param is query vector\n   (:time db)))\n\n(rf/reg-sub\n :octave\n (fn [db _]\n   (:octave db)))\n\n(rf/reg-sub\n :key\n (fn [db _]\n   (:key db)))\n\n(rf/reg-sub\n :current-position\n (fn [db _]\n   (:current-position db)))\n\n(rf/reg-sub\n :current-note\n (fn [db _]\n   (:current-note db)))\n\n(rf/reg-sub\n :editor-beat-start\n (fn [db _]\n   (:editor-beat-start db)))\n\n(rf/reg-sub\n :next-note-time\n (fn [db _]\n   (:next-note-time db)))\n\n(rf/reg-sub\n :time-signature\n (fn [db _]\n   (:time-signature db)))\n\n(rf/reg-sub\n :instrument\n (fn [db _]\n   (:instrument db)))\n\n(rf/reg-sub\n :array-buffer\n (fn [db _]\n   (:array-buffer db)))\n\n(rf/reg-sub\n :focused-note-pos\n (fn [db _]\n   (:focused-note-pos db)))\n\n(rf/reg-sub\n :notes\n (fn [db _]\n   (:notes db)))\n\n(rf/reg-sub\n :mario-x\n (fn [db _]\n   (:mario-x db)))\n\n(rf/reg-sub\n :mario-y\n (fn [db _]\n   (:mario-y db)))\n\n(rf/reg-sub\n :mario-run\n (fn [db _]\n   (:mario-run db)))\n\n(rf/reg-sub\n :mario-jump\n (fn [db _]\n   (:mario-jump db)))\n\n(rf/reg-sub\n :xml\n (fn [db _]\n   (:xml db)))\n\n"
  },
  {
    "path": "src/mecca/transport.cljs",
    "content": "(ns mecca.transport\n  (:require\n   [re-frame.core :refer [subscribe dispatch]]\n   [mecca.music :as music]))\n\n(defn svg-paths\n  ([paths]\n   (svg-paths nil paths 0 0 1))\n  ([attrs paths]\n   (svg-paths attrs paths 0 0 1))\n  ([paths x y]\n   (svg-paths nil paths x y 1))\n  ([paths x y scale]\n   (svg-paths nil paths x y scale))\n  ([attrs paths x y scale]\n   (into [:g (merge attrs\n                    {:transform (str \"scale(\" scale \") translate(\" x \",\" y \")\")})]\n         (for [[color path] paths]\n           [:path {:stroke color :d path}]))))\n\n(def tempo-slider\n  [[\"#686850\" \"M1 0h3M0 1h1M4 1h1M0 2h1M4 2h1M0 3h1M4 3h1M0 4h1M4 4h1M0 5h1M4 5h1M0 6h1M4 6h1M1 7h3\"]\n   [\"#f8f8e8\" \"M1 1h2M1 2h1M1 3h1M1 4h1M1 5h1\"]\n   [\"#c8d0a8\" \"M3 1h1M1 6h1\"]\n   [\"#e0e8c0\" \"M2 2h1M2 3h1M2 4h1M2 5h1\"]\n   [\"#a0a880\" \"M3 2h1M3 3h1M3 4h1M3 5h1\"]\n   [\"#b0b890\" \"M2 6h2\"]])\n\n(defn tempo-up [x y scale]\n  [:rect {:x x :y y :width (* scale 12) :height (* scale 12)\n          :stroke \"black\" :stroke-width 1\n          :visibility \"hidden\"\n          :pointer-events \"all\"\n          :on-click #(dispatch [:inc-tempo])}])\n\n(defn tempo-down [x y scale]\n  [:rect {:x x :y y :width (* scale 12) :height (* scale 12)\n          :stroke \"black\" :stroke-width 1\n          :visibility \"hidden\"\n          :pointer-events \"all\"\n          :on-click #(dispatch [:dec-tempo])}])\n\n(defn stop-button [x y scale]\n  (svg-paths {:on-click #(do (dispatch [:stop])\n                             (music/play-sample 17 63))}\n             (if @(subscribe [:playing?])\n               [[\"#737373\" \"M0 0h12M0 1h1M11 1h1M0 2h1M11 2h1M0 3h1M3 3h6M11 3h1M0 4h1M3 4h1M11 4h1M0 5h1M3 5h2M6 5h1M8 5h1M11 5h1M0 6h1M3 6h1M11 6h1M0 7h1M3 7h2M6 7h1M8 7h1M11 7h1M0 8h1M3 8h1M11 8h1M0 9h1M11 9h1M0 10h1M11 10h1M0 11h12\"]\n                [\"#ffffff\" \"M1 1h1\"]\n                [\"#ceefe7\" \"M2 1H3M4 1H7M8 1H11M1 2H2M1 3H2M1 4H2M1 5H2M1 6H2M1 7H2M1 8H2M1 9H2M1 10H2\"]\n                [\"#d6d6d6\" \"M3 1h1M7 1h1M3 2h1M7 2h1M9 3h2M10 4h1M10 5h1M10 6h1M10 7h1M10 8h1M3 9h1M8 9h2M3 10h4M8 10h1M10 10h1\"]\n                [\"#000000\" \"M12 1h1M13 2h1M13 3h1M13 4h1M13 5h1M13 6h1M13 7h1M13 8h1M13 9h1M13 10h1M13 11h1M1 12h1M12 12h2M2 13h11\"]\n                [\"#c6c6c6\" \"M2 2h1M4 2h3M8 2h3M2 3h1M2 4h1M9 4h1M2 5h1M9 5h1M2 6h1M9 6h1M2 7h1M9 7h1M2 8h1M9 8h1M2 9h1M4 9h4M10 9h1M2 10h1M7 10h1M9 10h1\"]\n                [\"#adadad\" \"M12 2h1M12 3h1M4 4h2M7 4h2M5 5h1M7 5h1M12 5h1M4 6h3M8 6h1M12 6h1M7 7h1M4 8h5M12 8h1M12 9h1M12 10h1M12 11h1M2 12h2M5 12h3M9 12h3\"]\n                [\"#a5a5b5\" \"M6 4h1M12 4h1M7 6h1M5 7h1M12 7h1M4 12h1M8 12h1\"]]\n               [[\"#000000\" \"M0 0h12M0 1h1M11 1h1M0 2h1M11 2h1M0 3h1M11 3h1M0 4h1M11 4h1M0 5h1M11 5h1M0 6h1M11 6h1M0 7h1M11 7h1M0 8h1M11 8h1M0 9h1M11 9h1M0 10h1M11 10h1M0 11h12\"]\n                [\"#a0c0b0\" \"M12 0h1M0 12h1\"]\n                [\"#f8f8f8\" \"M1 1h9M1 2h1M1 3h1M1 4h1M1 5h1M1 6h1M1 7h1M1 8h1M1 9h1\"]\n                [\"#f828f8\" \"M10 1h1M2 2h8M2 3h8M2 4h8M2 5h8M2 6h8M2 7h8M2 8h8M2 9h8M1 10h1\"]\n                [\"#707070\" \"M12 1h1M12 2h1M12 3h1M12 4h1M12 5h1M12 6h1M12 7h1M12 8h1M12 9h1M12 10h1M12 11h1M1 12h12\"]\n                [\"#a870d0\" \"M10 2h1M10 3h1M10 4h1M10 5h1M10 6h1M10 7h1M10 8h1M10 9h1M2 10h9\"]])\n             x y scale))\n\n(defn play-button [x y scale]\n  (if @(subscribe [:playing?])\n    (svg-paths {:on-click #(do (dispatch [:pause])\n                               (music/play-sample 17 63))}\n               [[\"#000000\" \"M0 0h2M0 1h1M2 1h2M0 2h1M4 2h2M0 3h1M6 3h2M0 4h1M8 4h1M0 5h1M9 5h1M0 6h1M8 6h1M0 7h1M6 7h2M0 8h1M4 8h2M0 9h1M2 9h2M0 10h2\"]\n                [\"#f8f8f8\" \"M1 1h1M1 2h3M1 3h1M4 3h2M1 4h1M6 4h2M1 5h1M8 5h1M1 6h1M1 7h1M1 8h1\"]\n                [\"#f8f800\" \"M2 3h2M2 4h4M2 5h6M2 6h4M2 7h2\"]\n                [\"#f89000\" \"M6 6h2M4 7h2M2 8h2M1 9h1\"]\n                [\"#707070\" \"M9 6h2M8 7h2M6 8h3M4 9h3M2 10h3M1 11h2\"]]\n               x y scale)\n    (svg-paths {:on-click #(do (dispatch [:play-on])\n                               (music/play-sample 17 63))}\n               [[\"#707070\" \"M0 0h2M0 1h1M2 1h2M0 2h1M4 2h2M0 3h1M2 3h2M6 3h2M0 4h1M2 4h1M4 4h2M8 4h1M0 5h1M2 5h1M6 5h1M9 5h1M0 6h1M2 6h1M4 6h2M8 6h1M0 7h1M2 7h2M6 7h2M10 7h1M0 8h1M4 8h2M9 8h2M0 9h1M2 9h2M8 9h2M0 10h2M6 10h3M0 11h1M4 11h3M2 12h3M1 13h2\"]\n                [\"#a0c0b0\" \"M2 0h10M4 1h8M6 2h6M8 3h4M9 4h3M10 5h2M10 6h2M11 9h1M10 10h2M9 11h3M0 12h1M7 12h5M0 13h1M5 13h7M0 14h1M3 14h9\"]\n                [\"#f8f8f8\" \"M1 1h1\"]\n                [\"#c8e8e0\" \"M1 2h3M1 3h1M4 3h2M1 4h1M6 4h2M1 5h1M8 5h1M1 6h1M1 7h1M1 8h1M1 9h1\"]\n                [\"#a8a8a8\" \"M3 4h1M3 5h3M3 6h1M8 7h1M11 7h1M6 8h2M11 8h1M4 9h2M10 9h1M2 10h2M9 10h1M1 11h1M7 11h2M5 12h2M3 13h2M1 14h2\"]\n                [\"#d0d0d0\" \"M7 5h1M6 6h2M4 7h2M2 8h2\"]\n                [\"#000000\" \"M9 6h1M9 7h1M8 8h1M6 9h2M4 10h2M2 11h2M1 12h1\"]]\n               x y scale)))\n\n(defn transport [x y scale]\n  [:svg {:view-box \"0 -0.5 70 20\" :shape-rendering \"crisp-edges\"\n         :style {:cursor \"url(images/hand.png),pointer\"}}\n   (svg-paths [[\"#000000\" \"M2 0h136M1 1h2M137 1h2M0 2h2M138 2h2M0 3h1M139 3h1M0 4h1M139 4h1M0 5h1M6 5h128M139 5h1M0 6h1M5 6h2M133 6h2M139 6h1M0 7h1M5 7h1M134 7h1M139 7h1M0 8h1M5 8h1M134 8h1M139 8h1M0 9h1M5 9h1M134 9h1M139 9h1M0 10h1M5 10h1M10 10h4M15 10h5M21 10h4M26 10h4M42 10h4M47 10h1M53 10h2M57 10h1M61 10h1M87 10h5M93 10h4M98 10h1M102 10h1M104 10h4M109 10h4M134 10h1M139 10h1M0 11h1M5 11h1M10 11h1M17 11h1M21 11h1M24 11h1M26 11h1M29 11h1M42 11h1M45 11h1M47 11h1M52 11h1M55 11h1M58 11h1M60 11h1M89 11h1M93 11h1M98 11h2M101 11h2M104 11h1M107 11h1M109 11h1M112 11h1M134 11h1M139 11h1M0 12h1M5 12h1M10 12h4M17 12h1M21 12h1M24 12h1M26 12h4M42 12h4M47 12h1M52 12h4M59 12h1M89 12h1M93 12h4M98 12h1M100 12h1M102 12h1M104 12h4M109 12h1M112 12h1M134 12h1M139 12h1M0 13h1M5 13h1M13 13h1M17 13h1M21 13h1M24 13h1M26 13h1M42 13h1M47 13h1M52 13h1M55 13h1M59 13h1M89 13h1M93 13h1M98 13h1M102 13h1M104 13h1M109 13h1M112 13h1M134 13h1M139 13h1M0 14h1M5 14h1M10 14h4M17 14h1M21 14h4M26 14h1M42 14h1M47 14h4M52 14h1M55 14h1M59 14h1M89 14h1M93 14h4M98 14h1M102 14h1M104 14h1M109 14h4M134 14h1M139 14h1M0 15h1M5 15h1M134 15h1M139 15h1M0 16h1M5 16h1M134 16h1M139 16h1M0 17h1M5 17h1M134 17h1M139 17h1M0 18h1M5 18h1M134 18h1M139 18h1M0 19h1M5 19h1M134 19h1M139 19h1M0 20h1M5 20h1M134 20h1M139 20h1M0 21h1M5 21h1M70 21h3M127 21h3M134 21h1M139 21h1M0 22h1M5 22h1M69 22h1M73 22h1M126 22h1M130 22h1M134 22h1M139 22h1M0 23h1M5 23h1M68 23h1M74 23h1M125 23h1M128 23h1M131 23h1M134 23h1M139 23h1M0 24h1M5 24h1M68 24h1M70 24h3M74 24h1M80 24h40M125 24h1M127 24h3M131 24h1M134 24h1M139 24h1M0 25h1M5 25h1M68 25h1M74 25h1M80 25h40M125 25h1M128 25h1M131 25h1M134 25h1M139 25h1M0 26h1M5 26h1M69 26h1M73 26h1M126 26h1M130 26h1M134 26h1M139 26h1M0 27h1M5 27h1M70 27h3M127 27h3M134 27h1M139 27h1M0 28h1M5 28h1M134 28h1M139 28h1M0 29h1M5 29h1M134 29h1M139 29h1M0 30h1M5 30h1M134 30h1M139 30h1M0 31h1M5 31h1M134 31h1M139 31h1M0 32h1M5 32h1M134 32h1M139 32h1M0 33h1M5 33h2M133 33h2M139 33h1M0 34h1M6 34h128M139 34h1M0 35h1M139 35h1M0 36h1M139 36h1M0 37h2M138 37h2M1 38h2M137 38h2M2 39h136\"]\n               [\"#a8a8a8\" \"M3 1h133M2 2h1M136 2h1M1 3h1M137 3h1M1 4h1M6 4h128M137 4h1M1 5h1M5 5h1M134 5h1M137 5h1M1 6h1M4 6h1M135 6h1M137 6h1M1 7h1M4 7h1M133 7h1M135 7h1M137 7h1M1 8h1M4 8h1M133 8h1M135 8h1M137 8h1M1 9h1M4 9h1M133 9h1M135 9h1M137 9h1M1 10h1M4 10h1M133 10h1M135 10h1M137 10h1M1 11h1M4 11h1M133 11h1M135 11h1M137 11h1M1 12h1M4 12h1M133 12h1M135 12h1M137 12h1M1 13h1M4 13h1M133 13h1M135 13h1M137 13h1M1 14h1M4 14h1M133 14h1M135 14h1M137 14h1M1 15h1M4 15h1M133 15h1M135 15h1M137 15h1M1 16h1M4 16h1M133 16h1M135 16h1M137 16h1M1 17h1M4 17h1M133 17h1M135 17h1M137 17h1M1 18h1M4 18h1M133 18h1M135 18h1M137 18h1M1 19h1M4 19h1M133 19h1M135 19h1M137 19h1M1 20h1M4 20h1M133 20h1M135 20h1M137 20h1M1 21h1M4 21h1M133 21h1M135 21h1M137 21h1M1 22h1M4 22h1M133 22h1M135 22h1M137 22h1M1 23h1M4 23h1M133 23h1M135 23h1M137 23h1M1 24h1M4 24h1M133 24h1M135 24h1M137 24h1M1 25h1M4 25h1M133 25h1M135 25h1M137 25h1M1 26h1M4 26h1M133 26h1M135 26h1M137 26h1M1 27h1M4 27h1M133 27h1M135 27h1M137 27h1M1 28h1M4 28h1M133 28h1M135 28h1M137 28h1M1 29h1M4 29h1M133 29h1M135 29h1M137 29h1M1 30h1M4 30h1M133 30h1M135 30h1M137 30h1M1 31h1M4 31h1M133 31h1M135 31h1M137 31h1M1 32h1M4 32h1M133 32h1M135 32h1M137 32h1M1 33h1M4 33h1M7 33h126M135 33h1M137 33h1M1 34h1M5 34h1M134 34h1M137 34h1M1 35h1M137 35h1M1 36h2M136 36h1M2 37h134\"]\n               [\"#707070\" \"M136 1h1M137 2h1M138 3h1M138 4h1M138 5h1M7 6h126M138 6h1M6 7h1M138 7h1M6 8h1M138 8h1M6 9h1M138 9h1M6 10h1M138 10h1M6 11h1M138 11h1M6 12h1M138 12h1M6 13h1M138 13h1M6 14h1M138 14h1M6 15h1M138 15h1M6 16h1M138 16h1M6 17h1M138 17h1M6 18h1M138 18h1M6 19h1M138 19h1M6 20h1M138 20h1M6 21h1M138 21h1M6 22h1M138 22h1M6 23h1M138 23h1M6 24h1M138 24h1M6 25h1M138 25h1M6 26h1M138 26h1M6 27h1M138 27h1M6 28h1M138 28h1M6 29h1M138 29h1M6 30h1M138 30h1M6 31h1M138 31h1M6 32h1M138 32h1M138 33h1M138 34h1M138 35h1M137 36h2M136 37h2M3 38h134\"]\n               [\"#d0d0d0\" \"M3 2h133M2 3h2M135 3h2M2 4h1M5 4h1M134 4h1M136 4h1M2 5h1M4 5h1M135 5h1M2 6h1M2 7h1M7 7h126M2 8h1M7 8h1M132 8h1M2 9h1M7 9h1M132 9h1M2 10h1M7 10h1M132 10h1M2 11h1M7 11h1M132 11h1M2 12h1M7 12h1M132 12h1M2 13h1M7 13h1M132 13h1M2 14h1M7 14h1M132 14h1M2 15h1M7 15h1M132 15h1M2 16h1M7 16h1M132 16h1M2 17h1M7 17h1M132 17h1M2 18h1M7 18h1M132 18h1M2 19h1M7 19h1M132 19h1M2 20h1M7 20h1M132 20h1M2 21h1M7 21h1M132 21h1M2 22h1M7 22h1M132 22h1M2 23h1M7 23h1M132 23h1M2 24h1M7 24h1M132 24h1M2 25h1M7 25h1M132 25h1M2 26h1M7 26h1M132 26h1M2 27h1M7 27h1M132 27h1M2 28h1M7 28h1M132 28h1M2 29h1M7 29h1M132 29h1M2 30h1M7 30h1M132 30h1M2 31h1M7 31h1M132 31h1M2 32h1M7 32h126M2 33h1M2 34h1M4 34h1M135 34h1M2 35h1M5 35h130M136 35h1M3 36h1M135 36h1\"]\n               [\"#f8f8f8\" \"M4 3h131M3 4h2M135 4h1M3 5h1M136 5h1M3 6h1M136 6h1M3 7h1M136 7h1M3 8h1M136 8h1M3 9h1M9 9h22M41 9h22M86 9h28M136 9h1M3 10h1M9 10h1M14 10h1M20 10h1M25 10h1M30 10h1M41 10h1M46 10h1M48 10h5M55 10h2M58 10h3M62 10h1M86 10h1M92 10h1M97 10h1M99 10h3M103 10h1M108 10h1M113 10h1M136 10h1M3 11h1M9 11h1M41 11h1M86 11h1M136 11h1M3 12h1M9 12h1M14 12h3M18 12h3M22 12h2M25 12h1M30 12h1M41 12h1M46 12h1M48 12h4M56 12h3M60 12h3M86 12h3M90 12h3M97 12h1M99 12h1M101 12h1M103 12h1M108 12h1M110 12h2M113 12h1M136 12h1M3 13h1M9 13h1M41 13h1M86 13h1M136 13h1M3 14h1M9 14h1M41 14h1M86 14h1M136 14h1M3 15h1M9 15h1M41 15h1M86 15h1M136 15h1M3 16h1M136 16h1M3 17h1M136 17h1M3 18h1M136 18h1M3 19h1M136 19h1M3 20h1M136 20h1M3 21h1M136 21h1M3 22h1M70 22h3M127 22h3M136 22h1M3 23h1M69 23h5M126 23h2M129 23h2M136 23h1M3 24h1M69 24h1M73 24h1M126 24h1M130 24h1M136 24h1M3 25h1M69 25h5M126 25h2M129 25h2M136 25h1M3 26h1M70 26h3M127 26h3M136 26h1M3 27h1M136 27h1M3 28h1M136 28h1M3 29h1M136 29h1M3 30h1M136 30h1M3 31h1M136 31h1M3 32h1M136 32h1M3 33h1M136 33h1M3 34h1M136 34h1M3 35h2M135 35h1M4 36h131\"]\n               [\"#a0c0b0\" \"M8 8h124M8 9h1M31 9h10M63 9h23M114 9h18M8 10h1M31 10h10M63 10h23M114 10h18M8 11h1M31 11h10M63 11h23M114 11h18M8 12h1M31 12h10M63 12h23M114 12h18M8 13h1M31 13h10M63 13h23M114 13h18M8 14h1M31 14h10M63 14h23M114 14h18M8 15h1M31 15h10M63 15h23M114 15h18M8 16h124M8 17h124M8 18h124M8 19h124M8 20h124M8 21h62M73 21h54M130 21h2M8 22h61M74 22h52M131 22h1M8 23h60M75 23h50M8 24h60M75 24h5M120 24h5M8 25h60M75 25h5M120 25h5M8 26h61M74 26h52M131 26h1M8 27h62M73 27h54M130 27h2M8 28h124M8 29h124M8 30h124M8 31h124\"]\n               [\"#c8e8e0\" \"M11 11h6M18 11h3M22 11h2M25 11h1M27 11h2M30 11h1M43 11h2M46 11h1M48 11h4M53 11h2M56 11h2M59 11h1M61 11h2M87 11h2M90 11h3M94 11h4M100 11h1M103 11h1M105 11h2M108 11h1M110 11h2M113 11h1M10 13h3M14 13h3M18 13h3M22 13h2M25 13h1M27 13h4M43 13h4M48 13h4M53 13h2M56 13h3M60 13h3M87 13h2M90 13h3M94 13h4M99 13h3M103 13h1M105 13h4M110 13h2M113 13h1M14 14h3M18 14h3M25 14h1M27 14h4M43 14h4M51 14h1M53 14h2M56 14h3M60 14h3M87 14h2M90 14h3M97 14h1M99 14h3M103 14h1M105 14h4M113 14h1M10 15h21M42 15h21M87 15h27\"]]\n              x y scale)\n   [stop-button (+ x 14) 18 scale]\n   [play-button (+ x 47) 17 scale]\n   [tempo-down (+ x 34) 9 scale]\n   [tempo-up (+ x 60) 9 scale]\n   (svg-paths tempo-slider (+ x 85 (* 0.1 @(subscribe [:tempo]))) (+ 21 y) scale)])"
  },
  {
    "path": "src/mecca/view.cljs",
    "content": "(ns mecca.view\n  (:require [mecca.music :as music]\n            [re-frame.core :as rf :refer [subscribe dispatch]]\n            [reagent.core :as r]\n            [mecca.castle :as castle]\n            [mecca.transport :as transport]\n            [mecca.editor :as editor :refer [svg-paths]]\n            [mecca.mario :as mario]\n            [sci.core :as sci]\n            [mecca.sci]\n            [mecca.sci-editor :as sci-editor :refer [!points points eval-result !result]]\n            [nextjournal.clojure-mode.keymap :as keymap]\n            [clojure.pprint :as pp]\n            [goog.object :as o]\n            [clojure.string :as str]\n            [clojure.edn :as edn]))\n\n(defn note-guides []\n  (let [editor-x (subscribe [:editor-beat-start])]\n    (fn []\n      (into [:g]\n            (for [beat (range 0 9 0.5)]\n              (if (= 0\n                     (mod (+ (dec @editor-x) beat) 4))\n                [:g\n                 ;[bar-number (/ beat 4) (+ 296 (* 120 (mod beat 8))) 64 0.05]\n                 [:line {:x1 (+ 8 (* 6 beat)) :x2 (+ 8 (* 6 beat))\n                         :y1 4 :y2 21 :stroke \"orange\"\n                         :stroke-width 0.25\n                         :stroke-dasharray 0.5}]]\n                [:line {:x1 (+ 8 (* 6 beat)) :x2 (+ 8 (* 6 beat))\n                        :y1 4 :y2 21 :stroke \"black\"\n                        :stroke-width 0.075\n                        :stroke-dasharray 0.5}]))))))\n\n(defn eval-all [s]\n  (try (sci/eval-string s {:classes {'js goog/global :allow :all}})\n       (catch :default e\n         (str e))))\n\n(defn note-targets []\n  (let [instrument (subscribe [:instrument])\n        editor-x (subscribe [:editor-beat-start])\n        sharp? (subscribe [:sharp?])]\n    (fn []\n      (into [:g]\n            (for [time (range 0 9 0.5)\n                  pitch (range 19)]\n              ^{:key [time pitch]}\n              [:rect {:transform \"translate(6.5,4)\"\n                      :x (* 6 time)\n                      :y (- pitch 1)\n                      :height 1 :width 3\n                      :stroke \"black\"\n                      :stroke-width 0.2\n                      :fill \"gray\"\n                      :visibility \"hidden\"\n                      :opacity 0.2\n                      :pointer-events \"all\"\n                      :on-mouse-over #(if-not (and \n                                               @sharp?\n                                               (or (= pitch 12)\n                                                   (= pitch 15)\n                                                   (= pitch 8)\n                                                   (= pitch 5)\n                                                   (= pitch 1)\n                                                   (= pitch 0)))\n                                        (dispatch [:update-focus-note [time pitch]]))\n                      :on-mouse-out #(dispatch [:update-focus-note [nil nil]])\n                      :on-click (let [pitches [84 83 81 79 77 76 74 72 71 69 67 65 64 62 60 59 57 55 53]]\n                                  (cond\n                                    @(subscribe [:eraser?])\n                                    #(do (music/play-sample 18 63)\n                                       (dispatch [:remove-note (+ time (dec @editor-x))\n                                                  (get pitches pitch)]))\n                                    @(subscribe [:repeat?])\n                                    #(dispatch [:set-loop-end time])\n                                    :else\n                                    #(do\n                                      (dispatch [:add-note @instrument\n                                                  (+ time (dec @editor-x))\n                                                  (get pitches pitch)])\n                                       (sci-editor/update-editor! \n                                        (str (conj @(subscribe [:notes]) \n                                                   {:instrument @instrument\n                                                    :time       (+ time (dec @editor-x))\n                                                    :pitch      (get pitches pitch)})))\n                                       (sci-editor/update-result!\n                                        (str \"Output꞉ \" (eval-all (str (some-> @!points .-state .-doc str))))))))}])))))\n\n(defn note-cursor []\n  (let [focused (subscribe [:focused-note-pos])\n        instrument (subscribe [:instrument])\n        sharp? (subscribe [:sharp?])]\n       (when-not (= @focused [nil nil])\n         (let [x (first @focused) y (last @focused)]\n           [:g\n            (if @sharp? (svg-paths [[\"black\" \"M15 46C15 47 14 47 13 47 13 47 12 47 12 46V37L7 39V49C7 49 6 50 6 50 5 50 5 49 5 49V40L3 40C3 40 2 40 2 40 2 40 1 40 1 39V35C1 35 1 34 2 34L5 33V23L3 24C3 24 2 24 2 24 2 24 1 23 1 23V19C1 19 1 18 2 18L5 17V7C5 6 5 6 6 6 6 6 7 6 7 7V16L12 14V4C12 4 13 3 13 3 14 3 15 4 15 4V13L17 13C17 12 17 12 17 12 18 12 18 13 18 14V17C18 18 18 18 17 19L15 20V30L17 29C17 29 17 29 17 29 18 29 18 29 18 30V34C18 34 18 35 17 35L15 36V46ZM7 22V32L12 31V21Z\"]]\n                                   (+ 68 (* 86 x)) (+ 18 (* 15 y)) 0.07))\n            (cond\n              @(subscribe [:eraser?])\n              [editor/eraser-cursor (+ 36 (* 30 x)) (+ (* 5 y) 20) 0.2]\n              @(subscribe [:repeat?])\n              [editor/repeat-sign (+ 7 (* 6 x)) 8 0.13]\n              :else\n              (case @instrument\n                1 [mario/mario-icon (+ 2 (* 30 x)) (+ (* 5 y) 9) 0.2]\n                2 [mario/shroom (+ 32 (* 30 x)) (+ (* 5 y) 12) 0.2]\n                3 [mario/yoshi (+ 32 (* 30 x)) (+ (* 5 y) 10) 0.2]\n                4 [mario/star (+ 32 (* 30 x)) (+ (* 5 y) 10) 0.2]\n                5 [mario/flower (+ 32 (* 30 x)) (+ (* 5 y) 10) 0.2]\n                6 [mario/gb (+ 32 (* 30 x)) (+ (* 5 y) 10) 0.2]\n                7 [mario/dog (+ 32 (* 30 x)) (+ (* 5 y) 10) 0.2]\n                8 [mario/kitty (+ 32 (* 30 x)) (+ (* 5 y) 10) 0.2]\n                9 [mario/pig (+ 32 (* 30 x)) (+ (* 5 y) 10) 0.2]\n                10 [mario/swan (+ 32 (* 30 x)) (+ (* 5 y) 10) 0.2]\n                11 [mario/face (+ 32 (* 30 x)) (+ (* 5 y) 10) 0.2]\n                12 [mario/plane (+ 32 (* 30 x)) (+ (* 5 y) 15) 0.2]\n                13 [mario/boat (+ 32  (* 30 x)) (+ (* 5 y) 12) 0.2]\n                14 [mario/car (+ 32 (* 30 x)) (+ (* 5 y) 12) 0.2]\n                15 [mario/heart (+ 32 (* 30 x)) (+ (* 5 y) 15) 0.2]))]))))\n\n(defn score-notes []\n   (let [notes (subscribe [:notes])\n         editor-x (subscribe [:editor-beat-start])]\n     (into [:g]\n           (for [{:keys [time instrument pitch]} @notes\n                 :when (<= (dec @editor-x) time (+ 16 (dec @editor-x)))]\n                    ^{:key [instrument time pitch]}\n                    (let [x (- time (dec @editor-x))\n                          pitch-map (zipmap [84 83 81 79 77 76 74 72 71 69 67 65 64 62 60 59 57 55 53]\n                                            (range 19))]\n                      [:g\n                       (if-not (get pitch-map pitch)\n                        (svg-paths [[\"black\" \"M15 46C15 47 14 47 13 47 13 47 12 47 12 46V37L7 39V49C7 49 6 50 6 50 5 50 5 49 5 49V40L3 40C3 40 2 40 2 40 2 40 1 40 1 39V35C1 35 1 34 2 34L5 33V23L3 24C3 24 2 24 2 24 2 24 1 23 1 23V19C1 19 1 18 2 18L5 17V7C5 6 5 6 6 6 6 6 7 6 7 7V16L12 14V4C12 4 13 3 13 3 14 3 15 4 15 4V13L17 13C17 12 17 12 17 12 18 12 18 13 18 14V17C18 18 18 18 17 19L15 20V30L17 29C17 29 17 29 17 29 18 29 18 29 18 30V34C18 34 18 35 17 35L15 36V46ZM7 22V32L12 31V21Z\"]]\n                                   (+ 68 (* 86 x)) (+ 18 (* 15 (get pitch-map (dec pitch)))) 0.07))\n                      (case instrument\n                        1 [mario/mario-note (+ 2 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 9) 0.2]\n                        2 [mario/shroom (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 12) 0.2]\n                        3 [mario/yoshi (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 10) 0.2]\n                        4 [mario/star (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 10) 0.2]\n                        5 [mario/flower (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 10) 0.2]\n                        6 [mario/gb (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 10) 0.2]\n                        7 [mario/dog (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 10) 0.2]\n                        8 [mario/kitty (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 10) 0.2]\n                        9 [mario/pig (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 10) 0.2]\n                        10 [mario/swan (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 10) 0.2]\n                        11 [mario/face (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 10) 0.2]\n                        12 [mario/plane (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 15) 0.2]\n                        13 [mario/boat (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 12) 0.2]\n                        14 [mario/car (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 12) 0.2]\n                        15 [mario/heart (+ 32 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 15) 0.2]\n                        [mario/mario-note (+ 2 (* 30 x)) (+ (* 5 (or (get pitch-map pitch) (get pitch-map (dec pitch)))) 9) 0.2])])))))\n\n(defn editor []\n  (let [editor-x (subscribe [:editor-beat-start])\n        mario-run (subscribe [:mario-run])]\n    (fn []\n      (when (= 20 @mario-run)\n        (dispatch [:jump-reset]))\n      [:svg {:width \"100%\"\n             :view-box \"0 0 64 36\"\n             :style {:cursor \"url(images/hand.png),pointer\"}}\n       [mario/cloud 1 1]\n       [mario/hill 40]\n       [castle/brick-face 363 18 6]\n       [castle/brick-face 348 48 10]\n       [mario/mario-sm]\n       [editor/current-note-display 47 0 0.22]\n       [editor/note-blocks]\n       [mario/floor-tile 16]\n       [:rect#editorframe\n          {:stroke \"black\"\n           :stroke-width 0.2\n           :fill \"none\"\n           :height 20 :width 63.5 :x 0.25 :y 14.5}]\n       [:g.staff {:transform \"translate(0,13.5) scale(1)\"}\n        [editor/staff-lines]\n        [editor/retract-editor 2]\n         [editor/treble-clef\n          (- 0.8 (* 6 (dec @editor-x)))\n          6.3]\n        [editor/advance-editor]\n        [editor/advance-measure]\n        [editor/advance-end]\n        [note-targets]\n        [note-guides]\n        [note-cursor]\n        [score-notes]\n        (when @(subscribe [:loop-end])\n          [editor/repeat-sign (+ 7 (* 6 @(subscribe [:loop-end]))) 8 0.13])]])))\n\n(defn load-song []\n  [:input#input\n   {:type      \"file\"\n    :on-change\n    (fn [e]\n      (let [dom    (o/get e \"target\")\n            file   (o/getValueByKeys dom #js [\"files\" 0])\n            reader (js/FileReader.)]\n        (.readAsText reader file)\n        (set! (.-onload reader)\n              #(dispatch [:set-notes\n                          (edn/read-string (-> % .-target .-result))]))))}])\n\n(def demo \"(defn scale [intervals]\n  (reductions + (cycle intervals)))\n\n(def double-harmonic-minor [1 3 1 2 1 3 1])\n(def blues [3 2 1 1 3 2])\n\n(defn scale-note [note]\n  (nth (reductions + 60 (cycle blues)) note))\n\n(let [notes (range 10)]\n  (for [beat (range (count notes))]\n    {:instrument 1\n     :time beat\n     :pitch (scale-note (nth notes beat))}))\")\n\n(defn linux? []\n  (some? (re-find #\"(Linux)|(X11)\" js/navigator.userAgent)))\n\n(defn mac? []\n  (and (not (linux?))\n       (some? (re-find #\"(Mac)|(iPhone)|(iPad)|(iPod)\" js/navigator.platform))))\n\n(defn key-mapping []\n  (cond-> {\"ArrowUp\" \"↑\"\n           \"ArrowDown\" \"↓\"\n           \"ArrowRight\" \"→\"\n           \"ArrowLeft\" \"←\"\n           \"Mod\" \"Ctrl\"}\n    (mac?)\n    (merge {\"Alt\" \"⌥\"\n            \"Shift\" \"⇧\"\n            \"Enter\" \"⏎\"\n            \"Ctrl\" \"⌃\"\n            \"Mod\" \"⌘\"})))\n\n(defn render-key [key]\n  (let [keys (into [] (map #(get ((memoize key-mapping)) % %) (str/split key #\"-\")))]\n    (into [:span]\n          (map-indexed (fn [i k]\n                         [:<>\n                          (when-not (zero? i) [:span \" + \"])\n                          [:kbd.kbd k]]) keys))))\n\n(defn key-bindings-table [keymap]\n  [:table.w-full.text-sm\n   [:thead\n    [:tr.border-t\n     [:th.px-3.py-1.align-top.text-left.text-xs.uppercase.font-normal.black-50 \"Command\"]\n     [:th.px-3.py-1.align-top.text-left.text-xs.uppercase.font-normal.black-50 \"Keybinding\"]\n     [:th.px-3.py-1.align-top.text-left.text-xs.uppercase.font-normal.black-50 \"Alternate Binding\"]\n     [:th.px-3.py-1.align-top.text-left.text-xs.uppercase.font-normal.black-50 {:style {:min-width 290}} \"Description\"]]]\n   (into [:tbody]\n         (->> keymap\n              (sort-by first)\n              (map (fn [[command [{:keys [key shift doc]} & [{alternate-key :key}]]]]\n                     [:<>\n                      [:tr.border-t.hover:bg-gray-100\n                       [:td.px-3.py-1.align-top.monospace.whitespace-nowrap [:b (name command)]]\n                       [:td.px-3.py-1.align-top.text-right.text-sm.whitespace-nowrap (render-key key)]\n                       [:td.px-3.py-1.align-top.text-right.text-sm.whitespace-nowrap (some-> alternate-key render-key)]\n                       [:td.px-3.py-1.align-top doc]]\n                      (when shift\n                        [:tr.border-t.hover:bg-gray-100\n                         [:td.px-3.py-1.align-top [:b (name shift)]]\n                         [:td.px-3.py-1.align-top.text-sm.whitespace-nowrap.text-right\n                          (render-key (str \"Shift-\" key))]\n                         [:td.px-3.py-1.align-top.text-sm]\n                         [:td.px-3.py-1.align-top]])]))))])\n\n(defn mecca []\n  [:div\n   [editor]\n   [:div.flex-container\n    [:div.flex-item\n     [sci-editor/editor demo !points {:eval? true}]]\n    [:div.flex-item\n     [transport/transport 20 -0.5 0.4]\n    [editor/toolbar 0 0]\n     [:center\n      [:button\n       {:on-click #(let [file-blob (js/Blob. [@(subscribe [:notes])] #js {\"type\" \"text/plain\"})\n                         link (.createElement js/document \"a\")]\n                     (set! (.-href link) (.createObjectURL js/URL file-blob))\n                     (.setAttribute link \"download\" \"mecca.txt\")\n                     (.appendChild (.-body js/document) link)\n                     (.click link)\n                     (.removeChild (.-body js/document) link))}\n       \"Download\"]\n      [load-song]]]]\n   [:div\n   [key-bindings-table (merge keymap/paredit-keymap* (mecca.sci/keymap* \"Alt\"))]]])\n"
  },
  {
    "path": "test/mecca/core_test.cljs",
    "content": "(ns mecca.core-test\n    (:require\n     [cljs.test :refer-macros [deftest is testing]]\n     [mecca.core :refer []]))\n\n;(deftest multiply-test\n;  (is (= (* 1 2) (multiply 1 2))))\n\n;(deftest multiply-test-2\n;  (is (= (* 75 10) (multiply 10 75))))\n"
  },
  {
    "path": "test/mecca/test_runner.cljs",
    "content": ";; This test runner is intended to be run from the command line\n(ns mecca.test-runner\n  (:require\n    ;; require all the namespaces that you want to test\n    [mecca.core-test]\n    [figwheel.main.testing :refer [run-tests-async]]))\n\n(defn -main [& args]\n  (run-tests-async 5000))\n"
  }
]