HackerTrans
TopNewTrendsCommentsPastAskShowJobs

samplenoise

no profile record

comments

samplenoise
·ปีที่แล้ว·discuss
Ah thanks for this one, I spent a good half hour earlier today trying to recall where I know that intro from. Whosampled doesn’t have it
samplenoise
·2 ปีที่แล้ว·discuss
They are Kendrick Lamar song titles. Not clear to me why, though
samplenoise
·3 ปีที่แล้ว·discuss
That’s right, it’s a pretty thin layer. Parses the sheet and schedules the midi to be sent to a particular (virtual) device. Having it all in one place sounds a lot more convenient.
samplenoise
·3 ปีที่แล้ว·discuss
A similar experiment: https://twitter.com/jvanbalen/status/1376457534580482051

And here’s some Aphex Twin: https://twitter.com/jvanbalen/status/1382372378051756032
samplenoise
·3 ปีที่แล้ว·discuss
A particularly intriguing (to me) version of this kind of user-centered copy is not uncommon on sites in French and uses first-person verbs: “I accept,” “I start”. As opposed to the infinitive “Comment,” “Sign in,” etc.
samplenoise
·3 ปีที่แล้ว·discuss
This made me check if there is a similar thing for fictional bands. Not really; but there’s a few articles, like: https://variety.com/lists/best-fictional-bands-movies-tv-sho...
samplenoise
·3 ปีที่แล้ว·discuss
If you read Dutch, you may enjoy Grand Hotel Europa by I.L. Pfeijffer. It touches on the Caravaggio question.
samplenoise
·3 ปีที่แล้ว·discuss
Find places online, then call to reserve. Just last week I called a place I found on Booking and found they had a room at half the price shown online. This is in France though where there seem to be rules about how rates are advertised.
samplenoise
·11 ปีที่แล้ว·discuss
Overly concise Matlab version. If you get Dan Ellis' ispecgram [1] you can do something like:

    [x, sr] = wavread('rick.wav');
    x_mono = mean(x,2);
    X = specgram(x_mono, nfft, sr);
    Y = X >= imdilate(X, ones(mask_size), 'same');
    y = ispecgram(Y, nfft, sr);
    % wavwrite(y, sr, 'roll.wav');
params: nfft, masksize (tuple)

[1] http://github.com/tbertinmahieux/MSongsDB/blob/master/Matlab...
samplenoise
·11 ปีที่แล้ว·discuss
I did a 'sonification' of what Shazam's reduction of your music would sound like, some time ago [1]. Perhaps it adds something to the article. You can actually Shazam it, it still works.

[1] https://soundcloud.com/sample_noise/shazuffle-ii-shazam-me