David.Hoffman
Max Output Level: -90 dBFS
- Total Posts : 7
- Joined: 2015/10/31 20:59:37
- Status: offline
Save as Bundle... does it process audio, and why?
Recently saved a project in Cakewalk Platinum to a bundle to send to a friend. It turns out that a click/pop artifact was introduced into one of the audio tracks, that is not present in the original (non-bundle) project. This seems to indicate that Sonar is processing the audio when it creates the bundle, instead of just copying the audio files over, which seems both unnecessary and dangerous, as it introduced a click/pop artifact on one of the audio tracks.
|
KingsMix
Max Output Level: -81 dBFS
- Total Posts : 498
- Joined: 2015/08/20 00:56:10
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/03 17:07:11
(permalink)
Could be possibly, although wonder why you would save it to a bundle? If it's because it makes the project smaller, then i would guess that that's the answer to your question about it being somehow processed.
|
David.Hoffman
Max Output Level: -90 dBFS
- Total Posts : 7
- Joined: 2015/10/31 20:59:37
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/03 17:20:33
(permalink)
I was saving as a bundle instead of just zipping the project folder, because saving as a bundle only includes the audio actually referenced in the project. Let's say you bounce a VST synth 5 times, and delete 4 of the bounces. All 5 bounced audio files are still in the project's audio folder. Saving as a bundle would only include the bounced audio that was referenced in the project, and not the 4 that were deleted. I wouldn't expect it to process the audio from the one bounce that's in the project though. What would be the point of that? The "clean audio" feature has never worked for me in the 10 years I've been using Sonar, seems to be a lot of posts supporting the fact that this is a broken feature.
|
Cactus Music
Max Output Level: 0 dBFS
- Total Posts : 8424
- Joined: 2004/02/09 21:34:04
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/03 17:32:23
(permalink)
I'm pretty sure if you use "save as" it only saves the audio used in the currant open version of the project. So try save as and point the operation to the external storage your using. I just collaborated online with another forum member and I stripped the project down and used "save as" for the new version. I paid attention to the file size and it most certainly became way smaller. I used as much midi as possible as midi is real small. We all have the same VST's more or less. The only Audio was Vox and Guitar. I even turned my Bass part into midi, but I used the real bass in the final version. The stripped down project is just used to send back and forth and when done you copy paste the new stuff that your friend recorded into the original full version. We used a Folder with the CWP and audio folder inside.
|
Anderton
Max Output Level: 0 dBFS
- Total Posts : 14070
- Joined: 2003/11/06 14:02:03
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/03 19:11:01
(permalink)
If you don' David.Hoffman I was saving as a bundle instead of just zipping the project folder, because saving as a bundle only includes the audio actually referenced in the project. Let's say you bounce a VST synth 5 times, and delete 4 of the bounces. All 5 bounced audio files are still in the project's audio folder. Saving as a bundle would only include the bounced audio that was referenced in the project, and not the 4 that were deleted. I wouldn't expect it to process the audio from the one bounce that's in the project though. What would be the point of that? The "clean audio" feature has never worked for me in the 10 years I've been using Sonar, seems to be a lot of posts supporting the fact that this is a broken feature.
When you want to include only the the audio referenced in the projects, you have two options. Checking "Create One File Per Clip" in the save dialog saves only that audio that's present as a clip. There's another way to save projects that saves only the audio referenced by clips, but includes all of the file the clip references, without including files not referenced by clips. This is described in detail, along with other aspects of saving, in the tip "The Third Way to Back Up Projects" in The Big Book of SONAR Tips.
|
pwalpwal
Max Output Level: -43 dBFS
- Total Posts : 3249
- Joined: 2015/01/17 03:52:50
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/07 16:25:55
(permalink)
but the OP's question remains unanswered: "Save as Bundle... does it process audio, and why?"
|
mettelus
Max Output Level: -22 dBFS
- Total Posts : 5321
- Joined: 2005/08/05 03:19:25
- Location: Maryland, USA
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/07 16:41:17
(permalink)
Good question. Noel posted the bundle format a long time ago, and I thought it was uncompressed. Not sure if I remember correctly now.
ASUS ROG Maximus X Hero (Wi-Fi AC), i7-8700k, 16GB RAM, GTX-1070Ti, Win 10 Pro, Saffire PRO 24 DSP, A-300 PRO, plus numerous gadgets and gizmos that make or manipulate sound in some way.
|
Anderton
Max Output Level: 0 dBFS
- Total Posts : 14070
- Joined: 2003/11/06 14:02:03
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/07 16:50:26
(permalink)
I don't know, but I assume it doesn't do error-checking? Try saving as a bundle again and see if the same issue occurs. Perhaps there was some other computer process going on at the time that interfered with the packing process.
|
soens
Max Output Level: -23.5 dBFS
- Total Posts : 5154
- Joined: 2005/09/16 03:19:55
- Location: Location: Location
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/07 17:39:30
(permalink)
A lot of users have stopped using BUN files due to corruption and other issues. I use Per Project Folders and simply copy the entire folder when moving it to another system. There's a way to weed out the extra audio files not used in the project which keeps the folder as small as possible. I would not recommend any backup method that uses compression. SONAR compacts all the audio and merges it with the remaining project data in a bundle file. Here's a quote from Noel back in 2008: Noel Brothwick No, bundle files are not compressed in any way. A bundle file just contains what we refer to as "compacted audio chunks". All this means is that all audio at the same bit depth and interleave (stereo/mono) is packed into one chunk in the file. All clips in the project at the same bit depth and interleave are combined and written into a single chunk of data. A bundle file is basically a multichunk RIFF file where each chunk represents a specific wave format. The actual SONAR project file is appended to the end of the bundle as the last chunk.
A typical bundle looks like this:
<64 bit float Stereo Audio Chunk> <64 bit float Mono Audio Chunk> <32 bit float Stereo Audio Chunk> <32 bit float Mono Audio Chunk> <24 bit Stereo Audio Chunk> <24 bit Mono Audio Chunk> <16 bit Stereo Audio Chunk> <16 bit Mono Audio Chunk> <CWP chunk>
Since a bundle is really a multichunk RIFF wave file you can even rename the file to a WAV file and actually play it or import it :-) Of course most software would only play the very first chunk in the file and ignore the others.
Mick Bundles are indeed compressed. I feel confident in saying this, as I just saved a project as a bundle, and while the total size of the project is roughly 70 megs, the saved bundle file is only 30.
post edited by soens - 2017/08/07 20:40:08
|
bvideo
Max Output Level: -58 dBFS
- Total Posts : 1707
- Joined: 2006/09/02 22:20:02
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/07 17:40:43
(permalink)
Here's one of Noel's comments. There are many threads about bundles going corrupt. The audio data are not modified, but maybe the files are packed together in ways that may not be reliably unpacked.
W10 pro, Sonar Platinum, Alesis Multimix 16 FW, MOTU Express 128, Gigabyte Z370 HD3P, i7 8700K, 16 Gigs, ssd + 2 X 2T disks, D50-MEX, JV80, A90EX, M1REX
|
soens
Max Output Level: -23.5 dBFS
- Total Posts : 5154
- Joined: 2005/09/16 03:19:55
- Location: Location: Location
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/07 17:50:50
(permalink)
That link looks vaguely familiar.
post edited by soens - 2017/08/07 18:36:32
|
mettelus
Max Output Level: -22 dBFS
- Total Posts : 5321
- Joined: 2005/08/05 03:19:25
- Location: Maryland, USA
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/07 18:07:24
(permalink)
Thanks for finding that one guys. I was on my phone so couldn't look it up, but thought I remembered Noel saying "no compression."
ASUS ROG Maximus X Hero (Wi-Fi AC), i7-8700k, 16GB RAM, GTX-1070Ti, Win 10 Pro, Saffire PRO 24 DSP, A-300 PRO, plus numerous gadgets and gizmos that make or manipulate sound in some way.
|
interpolated
Max Output Level: -74 dBFS
- Total Posts : 830
- Joined: 2015/03/26 17:34:58
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/07 18:30:52
(permalink)
I find saving [Clips] only is a quick way to create partials without saving of all white space silence. Obviously you don't want lost of repeat clips so song sections is what I do. Or if it is at an early stage, it's a quick way to back up rendered content.
|
soens
Max Output Level: -23.5 dBFS
- Total Posts : 5154
- Joined: 2005/09/16 03:19:55
- Location: Location: Location
- Status: offline
Re: Save as Bundle... does it process audio, and why?
2017/08/07 20:39:29
(permalink)
So if I understand Noel correctly, audio is not compressed or processed, but it is manipulated by combining several like clips into one when bundled and then separated when unpacked. So the wave files are being manipulated in a way that may not always be good for them. Since the overall file size doesn't seem to be any different from the project folder size, I'd feel safer just leaving them alone.
|