Kamil Kisiel
Kamil Kisiel
If you're using DMA, ensure your buffers are word aligned in memory. If you're using a processor like one of the STM32F7 which has a data cache make sure to...
Just bumping this since I came across the same issue again today :) I noticed that clicking one of the menus pauses things momentarily which is ok for quick inspections,...
Ping on this. Would love if the source selection list was resizable. I've got about 50 different MIDI devices on my system and there's a lot of scrolling in a...
For 1/2. I don't really have an opinion yet. I suspect that a pointer would be preferable but I don't really have any basis for that. I agree that having...
I agree, most of the time a given application will only deal with one buffer format. There may be some rare cases where you want to be able to process...
Synchronizing on a per-sample basis seems a bit extreme to me. I think if you were doing any kind of parallel processing it would be at the buffer level. The...
Yes but the "synth" is not going to be limited to one sample, usually you have some number of channels, say 8-16, and each one can choose any part of...
Again, I don't think it's a binary choice, I just think that both should have equal support within the API. And yes, if I was using Go for realtime processing...
@mattetti that is something I'm definitely interested in. I'm not exactly a DSP expert, but I work enough with it day to day to be fairly familiar with the domain....
@taruti +:100: