mitchmindtree

Results 422 comments of mitchmindtree

Hmmm, definitely an issue (you should hear a sine wave sweeping downward for about 3 seconds) - it's running fine on macos for me, however this [isn't the first time](https://github.com/jeremyletang/rust-portaudio/issues/36)...

@niclashoyer I think [this](https://github.com/jeremyletang/rust-portaudio/pull/73) might have been a fix - let me know how `cargo update; cargo run --example test` goes.

Unfortunately these samples aren't working for me (it just takes me to a privacy error page) - any chance try a different host? or you could email them to me...

_facepalm_ I think I figured out the issue with the blocking example. We should have been using the number of frames returned by `get_read/write_stream_available` - not the number of frames...

i haven't yet updated SoundStream (the iterator method needs a pretty thorough re-write), should be done within an hour two though :)

Hi folks, just thought I'd mention that I don't have plans to finish this off in the near future, but would be more happy for someone to take over /...

@filmor thanks for the suggestion! I originally considered this also, but thought it might be safer/simpler to keep the design simple for now as each of the `pitch_calc` makes it...

Thanks! 😸 I left a comment inline re- avoiding the `synth::dynamic` module, hopefully it makes sense and is useful! BTW, I'll have a PR within the next few days that...

Hi thanks for the issue @ocdy1001, I wrote this crate back in the earlier days of Rust - these days my approach to writing a synth like this would be...

@Norfen ahh thanks for this, will try and track it down soon!