Menu

LoopAuditioneer / News: Recent posts

LoopAuditioneer 0.8.8 is released

In this release the selected loop or cue is indicated with a solid line while any other, if they exist, are drawn with dotted lines. Updated help.

Posted by Lars Palo 2021-09-26

LoopAuditioneer 0.8.7 is released

From the 0.8.7 release it's possible to adjust the sustainsection (if not in automatic detection mode) directly on the waveform. If a new loop is manually created a basic loop search will be done at endpoints of sustainsection. Options to directly open next upper or lower file from the currently selected one was added and can be used either by the file menu items or key combination.

Posted by Lars Palo 2021-09-22

LoopAuditioneer 0.8.6 is released

This new release fix a crash happening if audio stream was playing while opening a file, add better sound Api and device handling as well as resampling of the audio stream if the audio device needs it. Also the help is updated with added explanation of the waveform overlay.

Posted by Lars Palo 2021-05-27

LoopAuditioneer 0.8.5 released

With this new release it's now possible to view and set some LIST INFO strings that already exist or will be embedded in the .wav file.

Posted by Lars Palo 2020-07-12

LoopAuditioneer 0.8.4 released

With this new release comes the feature to actually see on the waveform where the current sustainsection is. The method for autofinding the sustainsection has been improved and the internal handling of the audio data has been streamlined.

Posted by Lars Palo 2020-07-04

LoopAuditioneer 0.8.3 released

The 0.8.3 release of LoopAuditioneer updates the external libraries and is built on a newer toolchain. Small code adjustments was done to make it work with the new build tools.

Posted by Lars Palo 2020-06-25

LoopAuditioneer 0.8.2 is released

This release contain fixes to many small issues like the file list scrolling that made current file invisible, loop selection after loopsearch, changed status bar division to enable longer paths displayed, folder name prepend the open file name, application window size and position is stored in config file as well as a major re-work of the waveform overlay at looppoints that now enable stepping between loops, changing the looppoints and choosing what amount of samples should be displayed.

Posted by Lars Palo 2016-01-23

LoopAuditioneer 0.8.1.3 is released

With this new release a much more updated tool-chain was used when building it. Also some code corrections were done to adapt to the new wxWidgets library.

Posted by Lars Palo 2015-11-15

LoopAuditioneer 0.8.1.2 is released

This new release fixes the header display of the file listctrl on Windows and also adresses the spacing of the columns.

Posted by Lars Palo 2015-02-15

LoopAuditioneer 0.8.1.1 is released

This minor update fixes the bug that caused a crash when attempting to playback a 32 bit float .wav file. Also, more importantly, the loopsearch is now aware of already existing loops and takes them into account when searching for new loops (ie. not adding duplicate loops, respecting distance between starting points and the fact that a loop must overlap another if more than one is present).

Posted by Lars Palo 2015-02-12

LoopAuditioneer 0.8.1 is released

This new release contain lots of changes. Crossfading is now possible as a batch process and some of the other batch processes are changed so that they output more usable lines for a GrandOrgue ODF. A complete help is now built into the program and available from the Help menu (or F1 key). It's possible to save a file and open next in the file list (either from menu or even better from keyboard combination Ctrl + Alt + S) to speed up work by reducing the amount of operations needed. A few bug fixes are also included. Also some of the loop search settings parameters have increased range now.

Posted by Lars Palo 2015-02-05

Version 0.8.0.1 released

This release fixes a scrolling issue when a loop save option was clicked. Also the filelist entry for a saved file will now be updated properly with the saved loops/cues number correct. The initially greyed out crossfade option unless a loop was clicked is now fixed too. An option to toggle selected loop or cue save on/off by keyboard was added, as well as options to toggle all loops save option on/off and (another for) all cues save options.

Posted by Lars Palo 2014-04-23

LoopAuditioneer 0.8 series released

After user feedback a lot of things is changed starting with the 0.8 series. Most notably a new approach was taken to show file listing in a listctrl instead of a listbox to allow multiple columns showing beside the filename also the number of loops, cues, the Midi note and pitchfraction of the files. The shortcut keys were modified so that the mostly used ones are placed better for lefthand usage. Navigation between files in the listctrl and between loops and cues can also now be done with keyboard keys. Many of the settings are now saved to a config text file to allow the program to remember user settings from one session to another. Playback of only the loop part of a sample starting near loopend is also now possible. Some bugs in the batch process mode were fixed and also it now share the loop search parameters with the main window. Also a check that not too many loops are added or even searched for if file already contain max number in batch process was added.

Posted by Lars Palo 2014-04-20

LoopAuditioneer 0.7.5 is released

This new release has an increased parameter range for the detection parameters used for loop detection. Also a brute force option is added that will search all loops that match search section, min length, min distance and quality before any selection of what to keep is made. Now it's also made certain that if multiple loops are searched they will overlap at least one other loop.

The batch process of loop detection now share the settings with the single file mode. So any adjustments can only be done from the main window but on the other hand there's no need to enter values every time.... read more

Posted by Lars Palo 2014-04-13

LoopAuditioneer 0.7.4 is released

This new release introduce an additional FFT based pitch detection method (harmonic product spectrum, HPS) that can be used both in single file mode and in batch processes. Also the normal FFT method is slightly reworked in how the harmonic matching is performed.

Posted by Lars Palo 2014-02-16

LoopAuditioneer 0.7.3 is released

This new release contain options for cutting and fading in/out samples both in single file mode and in batch process mode. Also it's possible to trim away unused sample data (wav data between last loop and cue, or after last loop if no cue exist) in batch mode.

Posted by Lars Palo 2014-01-29

LoopAuditioneer 0.7.0.3 released

This new version contain further improvements to the pitch detection algorithms. The FFT based version can now (hopefully) better find what peak is the fundamental since some harmonics detection checks are implemented. Also some internal re-arranging of the FFT and time domain pitch detection has been done to improve batch processing speeds.

The release files were more agressively optimized (-O3 and -ffast-math) in an attempt to improve performance speed.

Posted by Lars Palo 2012-03-25

Version 0.7.0.2 released

This new release contains a crash fix if the crossfade would accidentally attempt to write outside the audio data array. Also some more crossfade methods are implemented again, but still linear and possibly cosine version works best for short fades with well correlated looppoints.

The pitch detection now works for shorter samples where the sustain section is very short, like for instance with percussive sounds.

Posted by Lars Palo 2012-03-18

New version of LoopAuditioneer released

This new 0.7.0.1 version contains fixes for the crossfade methods, changed waveform drawing from using a spline in the loopoverlay to use straight lines instead, modified loopsearching parameter limits and some safety checks to avoid crashes if samples couldn't have the pitch detected. An option to list the existing pitch data in the smpl chunk for batch processing is added.

Otherwise no exciting new features this time.

Posted by Lars Palo 2012-02-19

LoopAuditioneer 0.7 is released!

With the 0.7 version series it's now possible to modify the audio data of a file. With this first release comes the feature to crossfade loops in a few different manners.

Also new is the feature to view the waveform at the looppoints overlayed for close up inspection.

Posted by Lars Palo 2012-02-13

LoopAuditioneer 0.6.5 is released!

At last a new version is released. The pitch detection is vastly improved with the ability to choose between FFT based or time domain based auto detection. As before it's possible to manually set the pitch information also.

The zoom in on amplitude is increased to make it easier to see where to put the release marker on softer samples.

To better hear if a loop is seamless a new volume boost feature is added which will make faults easier to hear. Careful that if too much boost is used the sound will distort.... read more

Posted by Lars Palo 2012-01-19

LoopAuditioneer 0.6.4 is released

This updated release fixes the grid table layout/update when window is resized or maximized. Now, no corruption of the layout "should" happen. This issue was mainly affecting the windows build.

Posted by Lars Palo 2011-11-24

Release of 0.6.3

Version 0.6.2 will very likely be the shortest release in LoopAuditioneer history... In the 0.6.3 version (SVN rev 19) a bug is fixed so that if a folder doesn't contain any .wav files then the application will not crash when trying to sort the file names array.

Posted by Lars Palo 2011-11-18

Version 0.6.2 released

LoopAuditioneer is now released in a new version that mainly contains some attempts at improvements of a few display issues, mostly noticable on the msw platform.

This release also has some improvements to the looplayout on the waveform display that should now (hopefully) completely remove collisions of loops in the same row.

Posted by Lars Palo 2011-11-18

64 bit build for Linux available

Now there's a amd64 build of the 0.6.1 for Linux available under Files. The compilation was done on Ubuntu 10.10 64 bit and testing of it has been close to zero, but it seems to work.

As with the 32 bit build, wxWidgets unicode was used and thus needs to be present on the computer running the program.

Testing and reports of how this build performs will be most welcome!

Posted by Lars Palo 2011-11-15