User Tools

Site Tools


prime2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
prime2 [2024/05/13 22:10] ounsatnprime2 [2024/05/13 23:19] (current) ounsatn
Line 216: Line 216:
 Below some pics of these functions.  Below some pics of these functions. 
  
-** Cues +** Cues ** 
 + 
 {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/AKF_Cues.jpg}} {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/AKF_Cues.jpg}}
  
-** Loops+** Loops ** 
 {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/AKF_Loops.jpg}} {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/AKF_Loops.jpg}}
  
 ** Slicer  ** Slicer 
 +
 {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/AKF_Slice1.jpg}} {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/AKF_Slice1.jpg}}
 {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/AKF_Slice2.jpg}} {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/AKF_Slice2.jpg}}
Line 389: Line 393:
 </code> </code>
  
-Next I configure Filter Sweep button for the 2 decks like below, and parameters button used to change note repeat speed in slice mode.  
  
-{{http://dnttalo.cluster029.hosting.ovh.net/Pictures/FilterSweep.jpg}}+Code below allow to map functions on the pic below 
 +{{http://dnttalo.cluster029.hosting.ovh.net/Pictures/Prime2Layout.jpg}} 
  
  
Line 433: Line 438:
   
   
- readonly property QObjProperty padsView2: Planck.getProperty("/Engine/Deck%1/Pads/View".arg(2))+ readonly property QObjProperty padsView2: Planck.getProperty("/Engine/Deck%1/Pads/View".arg(2))
   
- property string padsMode2: padsView2.translator.string+ property string padsMode2: padsView2.translator.string
   
- readonly property bool padsModeIsAutoLoop2: padsMode2 === "AUTO" + readonly property bool padsModeIsAutoLoop2: padsMode2 === "AUTO" 
- readonly property bool padsModeIsLoop2: padsMode2 === "LOOPS" + readonly property bool padsModeIsLoop2: padsMode2 === "LOOPS" 
- readonly property bool padsModeIsLoopRoll2: padsMode2 === "ROLL" + readonly property bool padsModeIsLoopRoll2: padsMode2 === "ROLL" 
- readonly property bool padsModeIsSlicerContinuous2: padsMode2 === "SLICER" + readonly property bool padsModeIsSlicerContinuous2: padsMode2 === "SLICER" 
- readonly property bool padsModeIsSlicer2: padsModeIsSlicerContinuous2 || padsMode2 === "FIXED"+ readonly property bool padsModeIsSlicer2: padsModeIsSlicerContinuous2 || padsMode2 === "FIXED"
   
- readonly property bool loopEnabled2: Planck.getProperty("/Engine/Deck%1/Track/LoopEnableState".arg(2)).translator.state + readonly property bool loopEnabled2: Planck.getProperty("/Engine/Deck%1/Track/LoopEnableState".arg(2)).translator.state 
- readonly property bool loopEditable2: Planck.getProperty("/Engine/Deck%1/Track/LoopEnableState".arg(2)).translator.editable+ readonly property bool loopEditable2: Planck.getProperty("/Engine/Deck%1/Track/LoopEnableState".arg(2)).translator.editable
  
  
Line 1427: Line 1432:
  
 } // Closing assignment } // Closing assignment
- 
  
  
  
 </code> </code>
 +
 +
 +Files for this project are available there : 
 +
 +[[http://dnttalo.cluster029.hosting.ovh.net/Akai/|Akai Prime2 Files]]
 +
prime2.1715631010.txt.gz · Last modified: 2024/05/13 22:10 by ounsatn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki