Hi !
So we can click and drag an audio section, but this create a new file, truncated from the original one.
Video:
Is there a way to drag section without creating new file ?
Thx !
Click and Drag Audio Section without converting file
- ExtremRaym
- Beta Tester
- Posts: 50
- Joined: April 12th, 2014, 18:35
- Artist Handle: X-Raym
- Primary DAW: Reaper
- Location: France
- Contact:
-
- Liqube Audio
- Posts: 976
- Joined: December 12th, 2012, 19:12
- First Name: Tom
- Primary DAW: Live
- Resonic: Pro
- Location: Earth (currently)
- Contact:
There isn't.
Since this needs to work universally with all programs the only reliable way to exchange audio and meta data is via a new file which is stored in the "Extracted Audio" folder (Menu / Advanced / Open data folder). Very few programs offer APIs, and when they do these APIs are very limited.
See also: https://resonic.at/docs/audio-extractio ... edia-files
Since this needs to work universally with all programs the only reliable way to exchange audio and meta data is via a new file which is stored in the "Extracted Audio" folder (Menu / Advanced / Open data folder). Very few programs offer APIs, and when they do these APIs are very limited.
See also: https://resonic.at/docs/audio-extractio ... edia-files
Join our Discord for chat and talk (not just Resonic related) and beta testing; or the Resonic Users group on FB.
A user interface is like a joke: if you have to explain it, it's not that good.
A user interface is like a joke: if you have to explain it, it's not that good.
- ExtremRaym
- Beta Tester
- Posts: 50
- Joined: April 12th, 2014, 18:35
- Artist Handle: X-Raym
- Primary DAW: Reaper
- Location: France
- Contact:
Re: Click and Drag Audio Section without converting file
@Tom
Ok that makes sense, supporting all different DAW API would be quite difficult, though some software supports some of them
For infos it would be possible for REAPER as it is done on SoundMiner:
http://info.soundminer.com/blog/reaper
If you had a lot of reaper users, they could enjoy such feature
A temporary fix would be to add metadata to the extracted file with Original file path and in-out timecode. A reaper script could then be made (outside your scope) to replace this extracted file by the original ones if someone really need that feature.
Ok that makes sense, supporting all different DAW API would be quite difficult, though some software supports some of them
For infos it would be possible for REAPER as it is done on SoundMiner:
http://info.soundminer.com/blog/reaper
If you had a lot of reaper users, they could enjoy such feature
A temporary fix would be to add metadata to the extracted file with Original file path and in-out timecode. A reaper script could then be made (outside your scope) to replace this extracted file by the original ones if someone really need that feature.
-
- Liqube Audio
- Posts: 976
- Joined: December 12th, 2012, 19:12
- First Name: Tom
- Primary DAW: Live
- Resonic: Pro
- Location: Earth (currently)
- Contact:
Re: Click and Drag Audio Section without converting file
There are no different DAW APIs, really. The ones that exist, like the Reaper one, are public. Anything else is extremely limited or inaccessible (e.g. Steinberg cannot be arsed to respond to a single email.)ExtremRaym wrote: ↑April 11th, 2019, 18:21Ok that makes sense, supporting all different DAW API would be quite difficult
https://www.facebook.com/groups/resonic ... 265728637/For infos it would be possible for REAPER as it is done on SoundMiner:
We should Skype or Slack on that.A temporary fix would be to add metadata to the extracted file with Original file path and in-out timecode. A reaper script could then be made (outside your scope) to replace this extracted file by the original ones if someone really need that feature.
Join our Discord for chat and talk (not just Resonic related) and beta testing; or the Resonic Users group on FB.
A user interface is like a joke: if you have to explain it, it's not that good.
A user interface is like a joke: if you have to explain it, it's not that good.
- ExtremRaym
- Beta Tester
- Posts: 50
- Joined: April 12th, 2014, 18:35
- Artist Handle: X-Raym
- Primary DAW: Reaper
- Location: France
- Contact:
In fact I'm thinking of something even simpler :We should Skype or Slack on that.
Just like there is a "Copy path to clipboard" function, a simple function to "Copy path + in/out points of section into clipboard" (like C:\Desktop\sound.wav 01565 46548) (positions is expressed in samples for maximum precision). It would be even better that what I proposed: the REAPER script would just need to parse these three infos, and no temporary files would be created at all, which will be faster, and will not require any disk space for temporary files.
--
Ok I just watched the Resonic to REAPER video: so in fact you already made this feature ! Is there something missing to it (as it is not in last version ?)
-
- Liqube Audio
- Posts: 976
- Joined: December 12th, 2012, 19:12
- First Name: Tom
- Primary DAW: Live
- Resonic: Pro
- Location: Earth (currently)
- Contact:
Re:
It wouldn't be a problem to copy Reaper-compatible clipboard information, which could directly be pasted into Reaper's timeline, no script needed. Doing that generically on the other hand is a problem. I might unlock an experimental feature in the next build that has no shortcut yet.
Like it says, it's a proof of concept, but working, however we haven't had the time to get back to it yet.Ok I just watched the Resonic to REAPER video: so in fact you already made this feature ! Is there something missing to it (as it is not in last version ?)
Join our Discord for chat and talk (not just Resonic related) and beta testing; or the Resonic Users group on FB.
A user interface is like a joke: if you have to explain it, it's not that good.
A user interface is like a joke: if you have to explain it, it's not that good.