Live data from Hacker News

Microscale – turn random Wikipedia articles into music

alestsurko.by

21–29 of 29 posts

Re: Microscale – turn random Wikipedia articles into music

#21
post #17

I love how the results sounds, so I wanted to now how it works. Very briefly glancing over the code and listening to the audio files in the samples folder: The six articles correspond two six different voices or "instruments" which are pre-recorded samples of drone like sound and sequences of notes varying in pitch and speed. The letters in the article then trigger play and stop events for the samples according to a…

Exactly. There is a farther explanation in the interview: http://www.preservedsound.com/news/ales-tsurko-microscale-ge...

Great work, fitting everything together so well!

How did you go about deciding on the mapping setting like "shouldPauseEventOnMatch", "isLoop" and "eventLength"? Is there a logic behind it or more testing and listing what works together?

Re: Microscale – turn random Wikipedia articles into music

#22
post #10

Earlier quoted context omitted.

> Each article functions as a step sequencer, where the letters are the sequencer steps and the track titles are regular expressions that switch the steps on and off. The mapping is here. [0] (So far as I can tell) [0] https://github.com/AlesTsurko/microscale/blob/gh-pages/scrip...

...and you can change the mapping file to use it as an instrument for your own music, btw.

Now that's the modularity that really appeals to me. Nicely done.

Re: Microscale – turn random Wikipedia articles into music

#23
post #10

Earlier quoted context omitted.

> Each article functions as a step sequencer, where the letters are the sequencer steps and the track titles are regular expressions that switch the steps on and off. The mapping is here. [0] (So far as I can tell) [0] https://github.com/AlesTsurko/microscale/blob/gh-pages/scrip...

Is there not a license on this?

I'm not the author, so best direct things their way. But I did open an issue for it. [0]

[0] https://github.com/AlesTsurko/microscale/issues/1

Re: Microscale – turn random Wikipedia articles into music

#26
post #23

Earlier quoted context omitted.

Is there not a license on this?

I'm not the author, so best direct things their way. But I did open an issue for it. [0] [0] https://github.com/AlesTsurko/microscale/issues/1

Done. Thanks!

Re: Microscale – turn random Wikipedia articles into music

#28
post #21

Earlier quoted context omitted.

Exactly. There is a farther explanation in the interview: http://www.preservedsound.com/news/ales-tsurko-microscale-ge...

Great work, fitting everything together so well! How did you go about deciding on the mapping setting like "shouldPauseEventOnMatch", "isLoop" and "eventLength"? Is there a logic behind it or more testing and listing what works together?

Thanks!

I started with the composition (the music one). So these have been dictated by composition techniques: some samples should play in a loop, others should be played fully before the sequencer's cursor increments etc.

Re: Microscale – turn random Wikipedia articles into music

#29
post #25

How can I play the articles I choose?

Due to the album's concept there is no such a feature, sorry. But you can fork the project on github and try to set attribute contenteditable to "true" for the div, which you'd like to fill up with your text. The buffers have ids "buffer-1", "buffer-2" etc.
Post reply on HN