HackerTrans
TopNewTrendsCommentsPastAskShowJobs

samplenoise

no profile record

comments

samplenoise
·anno scorso·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 anni fa·discuss
They are Kendrick Lamar song titles. Not clear to me why, though
samplenoise
·3 anni fa·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 anni fa·discuss
A similar experiment: https://twitter.com/jvanbalen/status/1376457534580482051

And here’s some Aphex Twin: https://twitter.com/jvanbalen/status/1382372378051756032
samplenoise
·3 anni fa·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
·11 anni fa·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 anni fa·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