-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stochas just produces silence with LMMS and Carla #124
Comments
I wonder if stochas is even generating midi when doing the render. Like: I wonder if transport isn't toggled 'on' in lmms when exporting. |
@DaveyBoy1970 is there a way you can export 'in real time'? Not sure if this option exists in LMMS. I know in Reaper this is called 'Online Render'. |
Fast response! I think you're probably right. Is there any way I could check that? |
(it might also be carla not communicating transport but that's less likely). if you have dev skills, if you can build stochas from source you could put a print statement in. could point at a few likely spots if you want. |
Hmm, I have not used LMMS and dont have a way to test it. I did a quick search and didn't turn up anything. |
The only way I can export in real time is to record the playback with something like audacity. That works up to a point, but if a synth decides to get heavy-handed with the processor I end up with clicks in the recording. Like I said, I was originally putting this down to a failure in LMMS but BlueArp works perfectly and that should use a similar method? (I'm starting to get out of my depth lol) |
@rudeog - You can only export midi from LMMS - I don't think it can do a rel time MIDI recording. I have tried routing the MIDI to different tracks, but it doesn't seem to do anything and LMMS usually crashes. |
I found this video which is not doing exactly what we want, but might help get there: https://www.youtube.com/watch?v=uxZcunifT6w&ab_channel=KrisOcchipinti |
Great. I'll try that this evening. I think I might have tried it already in my fiddlings, but it's better to follow a demonstration. I wasn't intending on doing a build, but I will be starting afresh on a new PC soon, so maybe that would be the time to do such a thing. I'm not incredibly adept with code but I can follow instructions. |
Well I had a go at it. In carla I had Stochas and the MIDI simple filter going in a chain to the MIDI output (tried various channels). MIDi data was definitely going through because the keys on the indicator keyboard in the MIDI filter were lighting up. I mapped the MIDI channel to another track with a plain synth - nothing fancy. When I added a note to the piano roll on the track Stochas was connected to, it played on the mapped track. Starting playback, the Stochas track played, but the mapped track was silence. |
I'm not sure this is bug as such, and is probably a feature request.
I'm trying to use Stochas within Carla patchbay with LMMS under Ubuntu. It works beautifully with playback, however when it comes to exporting the finished track, all Stochas-derived notes are ignored and the track is just silent. The problem is the same with both the Linux and Windows VSTs (using the Wine bridge).
I thought that it was just a failing of either the Linux interface or some other interface in LMMS and I've reported it to them. But I've discovered that BlueArp works just fine, albeit requiring the wine bridge - and so far it seems that is the only note-generating plugin that does work. While BlueArp is very powerful and useful, I would love to use the probabilistic nature of Stochas as I'm trying to create very long generative pieces.
I realise this issue probably affects just me, but is there anything that can be done?
The text was updated successfully, but these errors were encountered: