Re: [music-dsp] looking for tutorials

2016-06-13 Thread Nigel Redmon
> Ty seems to be planning to re-implement just about everything: > > https://www.google.com.au/?q=ty+armour+looking+for+tutorials+write > Hm, the list has a troll: I want tutorials on every part of writing darwin and custom ker

Re: [music-dsp] looking for tutorials

2016-06-13 Thread Alan Wolfe
Very strange. Do you think ty could be part of an AI that was set loose on the net to learn things? On Jun 13, 2016 5:42 PM, "Ross Bencina" wrote: > >>Do everything in the recording studio > > Here's my first attempt at a tutorial on seekable lock-free audio > record/playback: > > http://www.ros

Re: [music-dsp] looking for tutorials

2016-06-13 Thread Ross Bencina
>>Do everything in the recording studio Here's my first attempt at a tutorial on seekable lock-free audio record/playback: http://www.rossbencina.com/code/interfacing-real-time-audio-and-file-io Passion is a good thing Ty seems to be planning to re-implement just about everything: https:

Re: [music-dsp] confirm 9f956b446fd2736e84876b547927c98494

2016-06-13 Thread robert bristow-johnson
� oh joy, here is another one. gee, i *just* can't tell what the message is that you are sending me. Original Message Subject: confirm 9f956b446fd2736e84876b547927c98494 From: music-dsp-requ...@music.columbia.edu Date: Mon, June 13

Re: [music-dsp] confirm b318c2e90cd79327d7e07646a04c231f64

2016-06-13 Thread Matt Jackson
I just sent a link to a thread on the web to some people at work. It can't be something strange with the web site can it? Matt Sent from a phone. On 13.06.2016, at 22:02, robert bristow-johnson mailto:r...@audioimagination.com>> wrote: looks like our "hint dropper" is back in business again

Re: [music-dsp] confirm b318c2e90cd79327d7e07646a04c231f64

2016-06-13 Thread robert bristow-johnson
� looks like our "hint dropper" is back in business again. (i changed the code, so i don't think anyone can use this to complete the "request".) r Original Message Subject: confirm b318c2e90cd79327d7e7646a04c2031f64 From: music-dsp-r

Re: [music-dsp] looking for tutorials

2016-06-13 Thread Alan Wolfe
You bet! And apologies if i came off too harsh on your ideas. Passion is a good thing, and if you want to code all this stuff in assembly you'd get a lot of good experience working in both assembly and dsp stuff (: On Mon, Jun 13, 2016 at 9:17 AM, ty armour wrote: > Cool, ill take a look at th

Re: [music-dsp] looking for tutorials

2016-06-13 Thread ty armour
Cool, ill take a look at this stuff Thanks ___ dupswapdrop: music-dsp mailing list music-dsp@music.columbia.edu https://lists.columbia.edu/mailman/listinfo/music-dsp

Re: [music-dsp] looking for tutorials

2016-06-13 Thread Alan Wolfe
It would be ridiculous to code it all in assembly. The performance critical parts could be written in assembly, but only after profiling and finding that micro optimization would help. Assembly code is hard to write, hard to maintain, not portable, and you don't need it in situations where perfor

[music-dsp] looking for tutorials

2016-06-13 Thread ty armour
I am looking for tutorials on coding complete recording studios in assembly under linux or bsd. I can write the frameworks myself if you introduce me to writing a framework like alsa or portaudio and I will do it under linux and bsd and macintosh. seriously someone desperately needs to make a hacki

Re: [music-dsp] a family of simple polynomial windows and waveforms

2016-06-13 Thread Ross Bencina
On 13/06/2016 3:01 PM, robert bristow-johnson wrote: many hours of integration by parts there's gotta be easier ways of doing it (like Euler's with binomial). I made a Python script for James' polynomial (binomial, Eulers) (sample output is at the bottom of the script). It did take a few hou