Traktor-Transition-Finder icon indicating copy to clipboard operation
Traktor-Transition-Finder copied to clipboard

A tool for automatically finding the next song(s) to play when DJing using Traktor Pro.

Results 2 Traktor-Transition-Finder issues
Sort by recently updated
recently updated
newest added

The main views of the application should be reimplemented in SwiftUI to simplify the code.

enhancement

The current pathfinding implementation runs in `O(n^2)` and should be optimised using a priority queue. This would make finding Song-to-Song transitions much faster (`O(n log n)`).

enhancement
help wanted