Daniel Jones

Results 124 comments of Daniel Jones

Same for MIDI clips: ``` >>> /live/clip/start_listen/* 3 0 Received error from Live: Error handling OSC message: FilePath is only available for Audio Clips /live/error ('Error handling OSC message: FilePath...

Thanks for all these PRs, Mark! I'll be spending some focused time on this tonight, so will take a look through and comment / merge accordingly.

I'm seeing the same issue on [another project that I develop](https://github.com/ideoforms/signalflow) with `cibuildwheel`, and likewise if I do `python3 -m build --wheel`: - I have configured the entire flow to...

I'm keen to make this happen, but in the meantime, it's also super easy to build from source! It takes a while (10mins+) on Raspberry Pi, but these instructions should...

If you're looking to get the current read position of a `BufferPlayer`, you can use the under-utilised (and under-documented) `get_property` method, which will return the read position in seconds: ```...

Named properties can be defined for each node class. `position` is a property that BufferPlayer specifically defines. And yes, you would then need to translate that position to an offset...

Yes, exactly. And this is the same as any audio system running on a non-real-time OS - samples are passed to the audio thread in blocks, and the control thread...

Can you say more about what you're trying to accomplish? If you're looking to load a multichannel .wav, SignalFlow uses libsndfile beneath the hood, which can load multichannel audio files...

Closing as I believe this is already supported with `Buffer(num_channels, num_frames)`

I don't know of any way to achieve this, I'm sorry to say. Closing as not strictly relevant to the project. Thanks!