TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Notepat – Aesthetic Computer

176 点作者 justanothersys8 个月前

17 条评论

tony-allan8 个月前
Some more info<p><pre><code> https:&#x2F;&#x2F;github.com&#x2F;whistlegraph&#x2F;aesthetic-computer https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=S-7UszmI1K4 https:&#x2F;&#x2F;aesthetic.computer&#x2F;handtime https:&#x2F;&#x2F;digitpain.com&#x2F;</code></pre>
评论 #41529693 未加载
airstrike8 个月前
Ok, this is incredible in an infinite number of ways.
sorrythanks8 个月前
I love it!<p>I&#x27;d be fascinated to learn what inspired this absurd keyboard layout!
评论 #41527731 未加载
评论 #41527404 未加载
AstroJetson8 个月前
Angel helped make a kite. It was a huge surprise. Very cool program, not helpful to today&#x27;s billable hours.
pooriar8 个月前
I played twinkle twinkle little star
评论 #41528054 未加载
swayvil8 个月前
I dig it. Made music for 10 minutes. Needs effects boxes. Like one on those looper echo things
评论 #41528004 未加载
fitsumbelay8 个月前
Love this site. I know I&#x27;ve seen it before but all my histories are drawing a bl nk
katdork8 个月前
doesn&#x27;t seem to work at all on firefox, but works fine on a chromium-derivative.<p>a warning would&#x27;ve been nice about a lack of support? ^^
评论 #41529564 未加载
评论 #41527864 未加载
评论 #41530175 未加载
评论 #41527960 未加载
评论 #41527988 未加载
BossingAround8 个月前
Love the chat functionality :)) Very cool.
DriftRegion8 个月前
this is nice. I love the scale layout
busymichael8 个月前
I&#x27;m a big fan of digitpain (Jeffrey Scudder) and it is great to see him get airtime here. The tl&#x2F;dr for Jeffrey is he make digital art, but first he makes his own digital tools to make that artwork.<p>For those that are new to him, be sure to browse to the top level (<a href="https:&#x2F;&#x2F;aesthetic.computer" rel="nofollow">https:&#x2F;&#x2F;aesthetic.computer</a>) and play around in the &#x27;terminal&#x27;.<p>If you have a VR device, view Freaky Flowers in it.
评论 #41534340 未加载
tempodox8 个月前
How are the wave forms generated?
评论 #41531970 未加载
greentext8 个月前
freaky-flowers was cool. How does it work?
评论 #41534011 未加载
wkat42428 个月前
Uhm what is this?<p>It just dumps you into a retro-ish environment but it&#x27;s not really clear what it&#x27;s for.
评论 #41532997 未加载
kragen8 个月前
this is a cool thing<p>it doesn&#x27;t work as well as you&#x27;d hope with a usb keyboard without n-key rollover (nkro), and because it doesn&#x27;t eat control characters (but uses the control and shift keys for percussion), it has a tendency to tempt you to run unexpected browser commands by accident. did you know what ctrl-shift-a does in firefox? well, you do now<p>from the name i was expecting it to have some kind of pattern-recording and playback ability, which would make it possible to play music even on such limited input devices<p>the <i>keyboard</i> keyboard layout is not isomorphic the way the screen layout is; a purely horizontal keyboard layout for a whole octave (either a whole chromatic octave, maybe on the qwer tyui op() row, or just a whole octave of naturals like on a piano&#x27;s white keys) would greatly diminish the problem with keyboard rollover<p>i think that, if you&#x27;re doing an ortholinear isomorphic keyboard layout of 12-tet, especially for people to just mess around with rather than playing seriously, you might be better off with six notes per row rather than four. that way, perfect fifths like c&#x2F;g are vertically aligned. on this four-notes-per-row layout, you instead have major thirds, which are not quite as desirable for people to stumble across as they&#x27;re messing around. and fifths are kind of in the worst possible location, a knight&#x27;s move. major thirds are still probably the second-best thing after fifths though<p>there are more interesting isomorphic keyboard programs out there; <a href="https:&#x2F;&#x2F;f-droid.org&#x2F;en&#x2F;packages&#x2F;org.gitorious.jamesjrh.isokeys&#x2F;" rel="nofollow">https:&#x2F;&#x2F;f-droid.org&#x2F;en&#x2F;packages&#x2F;org.gitorious.jamesjrh.isoke...</a> (<a href="https:&#x2F;&#x2F;github.com&#x2F;lrq3000&#x2F;hexiano">https:&#x2F;&#x2F;github.com&#x2F;lrq3000&#x2F;hexiano</a>) is one free-software implementation for android<p>i suspect the paucity of waveforms in notepat is due to the fact that the web audio api only has a few builtin waveforms, all of which suck. but with software synthesis it&#x27;s easy to get really interesting musical timbres. <a href="https:&#x2F;&#x2F;za3k.github.io&#x2F;ha3k-14-synth&#x2F;" rel="nofollow">https:&#x2F;&#x2F;za3k.github.io&#x2F;ha3k-14-synth&#x2F;</a> is a demo i did with za3k which generates a series of samples in js (using an html5 api that is unfortunately deprecated without any adequate replacement). i have more notes on bytebeat at <a href="http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;bytebeat&#x2F;" rel="nofollow">http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;bytebeat&#x2F;</a>, but it can be hard to get it to sound the way you want; other more tractable but simple ways of getting nicer sounds include karplus-strong synthesis <a href="http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;ks-string.c" rel="nofollow">http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;ks-string.c</a> (one-line version in <a href="http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;ks1.c" rel="nofollow">http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;ks1.c</a>), flanging <a href="http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;sweetdreams.html" rel="nofollow">http:&#x2F;&#x2F;canonical.org&#x2F;~kragen&#x2F;sw&#x2F;dev3&#x2F;sweetdreams.html</a>, and fm synthesis <a href="http:&#x2F;&#x2F;www.codemist.co.uk&#x2F;AmsterdamCatalog&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.codemist.co.uk&#x2F;AmsterdamCatalog&#x2F;</a><p>(disclaimer: i know nothing about music)
评论 #41537939 未加载
fussylogic8 个月前
love the project. made a blog post about it. why? so the seo gods give this project more eyeballs it deserves <a href="https:&#x2F;&#x2F;oransblog.com&#x2F;aesthetic-computer&#x2F;" rel="nofollow">https:&#x2F;&#x2F;oransblog.com&#x2F;aesthetic-computer&#x2F;</a>
评论 #41531733 未加载
CyberDildonics8 个月前
Calling something &#x27;aesthetic&#x27; as a direct adjective is not the correct use of &#x27;aesthetic&#x27;.
评论 #41533087 未加载
评论 #41533681 未加载