Re: [jokosher-devel] [PATCH] for ticket #26 (Moving instruments)



Some questions about uri-dnd:
- When importing an audio file (through the menu), the user can choose
to copy the file to the project audio directory. Should Jokosher
display a yes/no (or 'Copy', 'Use original') dialog when dropping?

No. All imports will eventually end up in the project audio directory
(that you get the option to leave it outside at the moment is a bug)
so just copy it in :)

- I wrote support for dragging multiple files at once to Jokosher.
Atm, it just imports them right after eachother (import the first one,
"start += duration", import the seconde one, ...). Is this the 'right'
way to handle multiple files?

Sounds about right to me :)

- What to do with 'bad' file-uri's? (http:// in stead of file://,
trying to import a .txt, ...)

http isn't a bad URI; there's no reason why we can't importerctly from
a remote URL (and indeed gnomevfs URLs like ssh: will need to work
too). Trying to import something that isn't an audio file; I believe
there's already stuff to handle this in the existing import-event code
(Chris P was working on this) so you may want to look at that or hook
up with him.

--
sil



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