-
Notifications
You must be signed in to change notification settings - Fork 38
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
Yoshimi marks Qtractor session dirty/changed immediately after loading session (with Yoshimi in some tracks) #209
Comments
I noticed that this versions causes an xrun, too, at session load. No big thing but this didn't happen with 7bc02a1 |
Thanks for pointing that out. |
I haven't had time to look at this, but it might be related to finding the user
guide. That changed quite significantly.
…--
Will J Godfrey
|
Yes, that might be the cause. Qtractor says:
|
On Thu, 03 Oct 2024 01:44:25 -0700 suedwestlicht ***@***.***> wrote:
Yes, that might be the cause. Qtractor says:
```
XRUN(8 skipped)
XRUN(9): some frames might have been lost.
manual found
I haven't had time to look at this in detail yet, but at startup Yoshimi checks
the installed manual version against the actual version, and updates the config
file if necessary. Possibly it is also updating the config file when it's NOT
necessary - i.e. already the same one.
…--
Will J Godfrey {apparently now an 'elderly'}
|
With 79e749b no more xruns when loading a Qtractor session with yoshimi. |
On Fri, 11 Oct 2024 09:01:44 -0700 suedwestlicht ***@***.***> wrote:
With 79e749b no more xruns when loading a Qtractor session with yoshimi.
But the Qtractor session is still marked dirty/changed immediately after loading.
Thanks for the update.
Currently looking for the cause of the 'changed' issue.
…--
Will J Godfrey {apparently now an 'elderly'}
https://willgodfrey.bandcamp.com/
http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
|
Still haven't found the cause, but not forgotten. |
On Fri, 11 Oct 2024 09:01:44 -0700 suedwestlicht ***@***.***> wrote:
With 79e749b no more xruns when loading a Qtractor session with yoshimi.
But the Qtractor session is still marked dirty/changed immediately after loading.
I've a suspicion that the cause of this is that Qtractor scans the tracks for
program changes and then applies them. This means Yoshimi will load them (even
if they were already there) so has indeed been 'changed'. It doesn't happen
with Ardour, presumably because this doesn't do the same load in advance.
…--
Will J Godfrey {apparently now an 'elderly'}
|
On Sat, 28 Dec 2024 01:45:54 -0800 suedwestlicht ***@***.***> wrote:
The session in Qtractor is marked dirty although I have Bank=None and Program=None in all tracks.
![Bildschirmfoto_2024-12-28_10-45-18](https://github.com/user-attachments/assets/b7cc26af-967b-4aeb-9943-a648021c1cc6)
Hmmm. That's Odd - will have to investigate :(
…--
Will J Godfrey {apparently now an 'elderly'}
|
Yoshimi LV2 plugin does something after being loaded that makes Qtractor think the session has changed. This might affect other DAWs/sequencers as well.
I tried to find out which commit introduced this behaviour:
The text was updated successfully, but these errors were encountered: