2 Aug 2022 |
sjfloat | Verilog. Nice. Is that for your day job? | 21:22:23 |
Tom Schouten | Yes, was. Project didn't survive covid unfortunatly. Was digital control / fieldbus stuff nothing to do with music or DSP | 21:26:42 |
3 Aug 2022 |
Tom Schouten | sjfloat: what's a good starting point to learn about Faust? | 11:21:18 |
sjfloat | I'll let you know. That's kind of where I am now. :) | 11:22:10 |
Tom Schouten | i'd like to make a summary of the basic design choices. thinking about formulating some kind of framework in Rust based on iterators to generalize some of the other ways i've seen people think about streams and combinators | 11:23:41 |
sjfloat | I was able to do some MIDI experiments similar to what I've described here. | 11:23:59 |
sjfloat | I think streams are a nice abstraction for this kind of thing. | 11:25:46 |
sjfloat | (dsp and audio, not necessarily MIDI) | 11:26:23 |
sjfloat | I use fs2 in my day job. | 11:27:03 |
Tom Schouten | for MIDI i think it's necessary to separate things that have a stream nature (such as continuous controller) from things that are more event like such as notes | 11:27:11 |