Also most things worth arguing over fall somewhere in the middle, and won’t have an absolute right answer. It sounds like the author has learned something important though.
HN user
ta2112
Seriously! Every music theory blog post and video is like this. They're going to explain something like modes or maybe altered dominant scales, and they start out explaining intervals. Seriously stop, not from the beginning again! That's not your audience.
I guess the low B should be about 31Hz
"But you yada yadaed over the best part."
"No I mentioned the bisque."
Exactly! Also, that random ride across the bridge towards Marin is taking forever
I like moving over for motorcycles. It's a little thing, but costs me nothing and is totally available as a recognition. Maybe it's like saying, "I see you." I had wondered if it was helpful. Now that you told me it's not necessary, I guess I'll continue doing it anyways.
Disable silent mode.
I can add a bit of information to what might be behind this bug.
In MIDI, there are NOTE_ON and NOTE_OFF events, for when you press and release each key. The NOTE_ON has pitch and velocity parameters. The NOTE_OFF just has pitch parameter (maybe it has velocity as well I can't quite remember, it's off the point). So if you push middle C, it might look like this:
NOTE_ON 60 (middle C) 98 (velocity), NOTE_OFF 60
Some keyboards never send NOTE_OFF events, instead they send NOTE_ON with velocity 0. On these keyboards, pressing middle C looks like this:
NOTE_ON 60 98, NOTE_ON 60 0
Both are valid MIDI streams, and all stream processors should react appropriately to both. This app likely does not correctly map zero velocity NOTE_ON events to NOTE_OFF with the same pitch.
This error can be made for calculating the length of any curve. If you add the deltas in only one dimension, then you end up with a bounding box length measurement that doesn't follow the contours of the curve. It's a misuse of calculus, that can be done with or without the visualization.
These are neat! I guess you have to be comfortable with geometric proofs for them to really pop as obvious visual proofs, and certainly Archimedes was. I would have just started summing until it got close to 1/3, which is brutish by comparison to these beauties.
that’s why CD music had a sample rate of 22000 Hz. Modern sound cards however tend to use sampling rates twice as high - 44100 Hz or 48000 Hz or even 96000 Hz.
Not exactly the point of the article, but this is all sort of wrong. CDs use a sample rate of 44.1 kHz per channel, not 22 kHz. I'd hazard this cuts down on rounding errors from having only one sample per 22kHz range. DAT used 48 kHz I believe to align evenly with film's 24 frames per second. 96 kHz is commonly used for audio today, and the additional accuracy is useful when editing samples without producing dithering artifacts within human hearing range.
Am I the only one thinking that "Cagey News" sounds like anti-marketing?
It is the mark of the marvelous toleration of the Athenians that they let this continue for decades and that it wasn't till Socrates turned seventy that they broke down and forced him to drink poison.
Savage.
I've noticed this with movies. If a movie is being advertised a lot, it's usually a bad movie. Why else are they trying so hard?
The opposite happened with the Matrix. I think I saw 1 bus stop poster for it, and didn't know what it was until multiple people at work said, "you have to see it!" Too bad they never made a sequel.
Ah hah, this is what I think. LLMs are the ultimate bullshitting machines! When you need to produce some BS fast, an LLM is definitely the right tool for that job.
For me it's 1:1. I read aloud in my head at the same pace that I speak. It seems slow, but little by little I get through what I need. Also, I don't know how to do it another way. So it goes.
Oh that’s interesting. I can see your point. I guess it’s a bit ambiguous and can mean either thing. As the other responder mentioned, the backwards construction in the original sounds like 19th century literature, and from context I know they mean removing x and adding y. But in another context it could mean the opposite. Thanks for pointing that out!
All three read the same to my own grammatical understanding.
Dukas should get a mention alongside Disney. Paul Dukes wrote the symphonic poem L’Apprenti Sorcier (1897) based on Goethe’s poem, which was later animated by Disney for the film Fantasia.
The mammoths are walking over some pre-existing footprints, but they don't leave any prints of their own. I guess I'm getting hung up on little things. For a prompt of a few words, it looks pretty nice!
He would say it is E7b10 because that g natural is coming from the minor modes so it’s actually the fourth degree which has been flattened.
I'm guessing you mean Emin7b10.
It's in interesting take, but a bit weird considering you wouldn't stack the chord that way. You want to voice the G# below the G, E G# D G, making a major 7 interval which sounds good. If you instead voice it E G D G#, then the G to G# will form a minor 9th which is pretty clashy, generally avoided, and doesn't sound like the Hendrix chord anymore. Try it out, tab (0 7 6 7 8 x) vs (0 7 5 7 9 x). This is a standard jazz voicing rule of thumb, although I forget the name of it.
Yes! There must be millions of Finale files out there that will otherwise become unreadable.
Oh no! I'll need to get to work converting all those old Finale files to MusicXML or something. Hopefully they will release a tool for viewing and converting Finale files beyond the 1 year retirement.
The mysterious deaths were often blamed on syphilis to undermine the womens’ reputations, and many doctors and dentists inexplicably cooperated with the powerful company’s disinformation campaign.
What is wrong with people?!
Even large window sizes are still just discrete calculations before the model goes back to sleep.
This describes me! I wake up, do a bunch of stuff, and then go back to sleep.
Just when I finally almost forgot about it, this comment rips it back into my poor brain.
Me too, but it may be because as a teenager I listened to heavy metal. It was awesome, and I still like hearing those songs occasionally. But it's so loud and exhausting that I don't seek it out. Instead, I'm usually drawn back to Motown and R&B from the 60s and 70s, which is definitely before my time.
And THIRD. Real problems are really hard to solve. If they weren't, then everyone would solve them and you couldn't make any money on your solution. So while I'm midway working my way through a solution, everyone decides to stop by my desk and say, "Why don't you just do X? Problem solved!" Funny, X is the very first thing I thought of myself, but it's more complicated than that. So I keep working through my solution, casually nodding at the peanut gallery as it cycles by.
Yes, that sounds mostly right to my understanding. Exploring the space of that internal structure is the point of the article. Both pitch and timbre get remarkably complicated the more they're looked in to.
As a string player, terroir strikes me as a beautifully appropriate way to describe timbre. My instrument was constructed in the 19th century, probably in Germany. The luthier, their choice of wood, the shape, the workmanship, the strings, the bow, the weather, the player, the room, the mood, the other players all affect the sound. A large portion of the job of an instrumentalist is choosing which tools to use. There are always compromises, and many variables that effect the timbre simply are before a note is played, and have to be worked with.