From 662f46e48a9beddcc5d0e5d58672d987bafe3a39 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 3 Dec 2018 18:54:46 +1100 Subject: fix onclick attrs --- mmm/mmmfs/util.moon | 2 +- root/blog/video_synth_research/text$markdown.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mmm/mmmfs/util.moon b/mmm/mmmfs/util.moon index 01604a9..33b5868 100644 --- a/mmm/mmmfs/util.moon +++ b/mmm/mmmfs/util.moon @@ -19,7 +19,7 @@ else a name, { href: fileder.path - onclick: (e) => + onclick: if MODE == 'CLIENT' then (e) => e\preventDefault! BROWSER\navigate fileder.path } diff --git a/root/blog/video_synth_research/text$markdown.md b/root/blog/video_synth_research/text$markdown.md index 1698dee..4051077 100644 --- a/root/blog/video_synth_research/text$markdown.md +++ b/root/blog/video_synth_research/text$markdown.md @@ -8,7 +8,7 @@ initially a bit worried about the complexity of it. I had found out about [LZX Industries][lzx] a few months ago, who make amazing modular video synth gear... that is very expensive. It looks amazing though: - + I think the price is probably justified, as a lot of engineering goes into making this work in the first place, and it looks very clean, which I would attribute to high quality components. @@ -31,7 +31,7 @@ information in [this post summarizing forum gold][vfold]. This led me onto the track of the MC1377 chip, an RGB-to-PAL/NTSC video encoder IC. At some point I found this video showcasing a video effect device based on it, the *Visualist*: - + The best thing is that there is [awesome documentation][visualist] (hotlinked from original dropbox, I have a copy if it goes down) for this thing. @@ -79,8 +79,8 @@ Like an ancient livestreaming tool like OBS. Also some other people else has already circuit-bent this. It looks amazing, so we might just give that a go aswell: - - + + Since taking this for a spin and making a BOM for the *Visualist*, I haven't spent any more time on the *Visualist* and turned to the audio side of things for now. -- cgit v1.2.3