File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Traktor Transition Finder.xcodeproj
Traktor Transition Finder Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 241241 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
242242 GCC_WARN_UNUSED_FUNCTION = YES;
243243 GCC_WARN_UNUSED_VARIABLE = YES;
244- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
244+ MACOSX_DEPLOYMENT_TARGET = 10.12 ;
245245 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
246246 MTL_FAST_MATH = YES;
247247 ONLY_ACTIVE_ARCH = YES;
315315 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
316316 GCC_WARN_UNUSED_FUNCTION = YES;
317317 GCC_WARN_UNUSED_VARIABLE = YES;
318- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
318+ MACOSX_DEPLOYMENT_TARGET = 10.12 ;
319319 MTL_ENABLE_DEBUG_INFO = NO;
320320 MTL_FAST_MATH = YES;
321321 SDKROOT = macosx;
Original file line number Diff line number Diff line change @@ -51,8 +51,14 @@ class DragDropViewController: NSViewController {
5151 dropZone. delegate = self
5252 transitionsTableView. delegate = self
5353 transitionsTableView. dataSource = self
54- if ( collectionURL == nil ) {
55- //selectCollection()
54+ transitionsTableView. target = self
55+ transitionsTableView. action = #selector( tableViewClick ( _: ) )
56+ }
57+
58+ @objc func tableViewClick( _ sender: AnyObject ) {
59+ if let item = transitions ? [ transitionsTableView. selectedRow] {
60+ transitions = ( graph [ item. To. AudioId] ? . 1 . map { e in return e } )
61+ currentTransitions = transitions? . map { $0. To }
5662 }
5763 }
5864
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.4 </string >
18+ <string >1.4.1 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121 <key >LSApplicationCategoryType </key >
You can’t perform that action at this time.
0 commit comments