traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Traverso-devel] Initial implementation of “Audio Import Option”


From: Remon | Traverso-DAW
Subject: Re: [Traverso-devel] Initial implementation of “Audio Import Option”
Date: Fri, 31 May 2019 12:21:40 +0200

Hello,

Thanks for the update, seems you're on the right track :)

Afaik, we always use the last used user preference in order to avoid 'remember my preference' , but I have to admit that this kind of behavior is my personal choice, users might disagree

Not sure about the ImportClipsDialog ?
As a user I think I would expect the same dialog for importing files no matter where I start the import action from, could you elaborate a bit on that ?

A user previously had some nice suggestions as well on import options, see:
https://savannah.nongnu.org/bugs/?29088


Remon

Op vr 31 mei 2019 om 10:39 schreef 石任之 <address@hidden>:

Hello, everyone.

I made a QWidget named “TimportOptionWidget” that can be inserted into NewProjectDialog and TimportDialog. On Behaviror Page, I add it too.

All settings managed by Config() and be stored in Traverso.ini, Widget like TimportDialog just read infos from INI file in constructor, and writes the setting changes to .ini when close. And then, import clips and copy to dir according setting.

Setting info like this.

================

[AudioImportOptions]

CopyAudioFiles=true

RememberSetting=true

==================


We have three way to change the setting:

1, in NewProjectDialog
2, in Preferences Dialog
3, via TimportDialog


These options could be extended in future, add Sample Rate Conversion, Channel splitting etc.

Finally, those codes works, but need further testing and polishing.

_______________________________________________
Traverso-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/traverso-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]