Daniel Jones
Daniel Jones
Hi @balintlaczko and thanks for the report! This is an interesting case... Some context: `stop()` was introduced as syntactical sugar so that you don't need to explicitly disconnect the node...
Actually, I think `graph.output.remove_input(sine)` _should_ do this? Untested, but let me know if it works!
Intriguing! Never seen anything like this before. I'm a bit swamped with a couple of other projects but will try to take a look at the weekend.
Hi @balintlaczko, Nice use of the multichannel functionality! There are a couple of things you could do to make it more concise (untested code): - Instead of using a `Bus`...
Diagnosing crashes is annoyingly difficult right now :-( It is possible by making a debug build, but painful... From a quick glance, I suspect this might be on the `b...
Although it's not well-documented (and possibly not fully tested), `ChannelMixer` actually implements an N-channel to M-channel interpolator which might do something similar to this, which I _think_ should work for...
Hi @hockinsk, that's great, glad you're enjoying it! Can you send over a source on the WASAPI channel limitation? I can't find any definitive resources that it should have any...
This is a great point and does happen in benign situations. It basically looks at the processing time taken, compares it with the expected duration of a block (i.e., `output_buffer_size...
How curious. What version of macOS are you running? I assume you have cloned the latest `AbletonOSC` from GitHub? Could you open up a Python 3 interpreter, run the below,...
Yes, that's what's odd: if `/live/song/export/structure` returns `1`, it should mean that the data file (`/tmp/abletonosc-song-structure.json`) has been created successfully. I'm wracking my brains about why this might not happen....