Scripting actions and notifications (list): Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				No edit summary  | 
				||
| Line 165: | Line 165: | ||
|}  | |}  | ||
=== Deck actions ===  | === Deck actions (sliders/knobs) ===  | ||
{|  | |||
|setDeckVolume  | |||
|-  | |||
|setDeckPitch  | |||
|-  | |||
|setDeckPitchKey  | |||
|-  | |||
|setDeckPos  | |||
|-  | |||
|setDeckCutoff  | |||
|-  | |||
|setDeckGain  | |||
|-  | |||
|setDeckEqLow  | |||
|-  | |||
|setDeckEqMid  | |||
|-  | |||
|setDeckEqHigh  | |||
|-  | |||
|searchDeckJW  | |||
|implemented as increments mode (deck,+/-inc,totalPositionsPerCompleteRevolution)  | |||
|-  | |||
|scratchDeckJW  | |||
|implemented as increments mode (deck,+/-inc,totalPositionsPerCompleteRevolution)  | |||
|-  | |||
|moveDeckJogWheel  | |||
|implemented as increments mode (deck,+/-inc,totalPositionsPerCompleteRevolution)  | |||
|-  | |||
|holdDeckJogWheel  | |||
|-  | |||
|moveDeckPitch  | |||
|implemented as increments mode (deck,+/-inc)  | |||
|-  | |||
|deckFxPanDW  | |||
|fx sliders (dry-wet, param1, param2)  | |||
|-  | |||
|deckFxFlangerDW  | |||
|-  | |||
|deckFxPhaserDW  | |||
|-  | |||
|deckFxReverbDW  | |||
|-  | |||
|deckFxEchoDW  | |||
|-  | |||
|deckFxDelayDW  | |||
|-  | |||
|deckFxBeatwawDW  | |||
|-  | |||
|deckFxPanP1  | |||
|-  | |||
|deckFxFlangerP1  | |||
|-  | |||
|deckFxPhaserP1  | |||
|-  | |||
|deckFxReverbP1  | |||
|-  | |||
|deckFxEchoP1  | |||
|-  | |||
|deckFxDelayP1  | |||
|-  | |||
|deckFxBeatwawP1  | |||
|-  | |||
|deckFxPanP2  | |||
|-  | |||
|deckFxFlangerP2  | |||
|-  | |||
|deckFxPhaserP2  | |||
|-  | |||
|deckFxReverbP2  | |||
|-  | |||
|deckFxEchoP2  | |||
|-  | |||
|deckFxDelayP2  | |||
|-  | |||
|deckFxBeatwawP2  | |||
|-  | |||
|deckFx1DryWet  | |||
|toggle effects banks  | |||
|-  | |||
|deckFx1Param1  | |||
|-  | |||
|deckFx1Param2  | |||
|-  | |||
|deckFx2DryWet  | |||
|-  | |||
|deckFx2Param1  | |||
|-  | |||
|deckFx2Param2  | |||
|-  | |||
|}  | |||
=== Deck actions (buttons/switches) ===  | |||
Revision as of 11:00, 30 May 2013
Actions
Actions are called by the script itself. So the direction is SCRIPT -> FUTUREDECKS.
Here is a list of the things you can call:
Global actions (sliders/knobs)
| setCrossfader | |
| setCFCurve | |
| setCFAudio | |
| setCFVideo | |
| setCuePflMix | |
| setCuePgmMix | |
| setMasterBalance | |
| setMasterGain | |
| setMonitorGain | |
| setPreview | |
| setMicGain | |
| setMicEqLow | |
| setMicEqMid | |
| setMicEqHigh | |
| lbMoveCursor | list/browser move selection (increment) | 
| setPitchRange | 1 = 4%; 2 = 8%; 3 = 16%; 4 = 24%; 5 = 32%; 6 = 50%; | 
Global actions (buttons/switches)
| minimize | |
| maximize | |
| closeapp | |
| lbToggleSelect | list/browser toggle selection | 
| lbBrowserSelect | browser select | 
| lbListSelect | list select | 
| listInsert | |
| listInsertAll | |
| listNew | |
| listDelete | |
| listEdit | |
| listExport | |
| listLoad | |
| listSaveAs | |
| listAdd | |
| listAddDir | |
| listRemove | |
| listClear | |
| listRandom | |
| listShuffle | |
| listDragUp | |
| listDragDown | |
| listDragTop | |
| listDragBottom | |
| listSelect | |
| record | |
| mixNext | |
| setAutoDj | |
| previewSong | |
| searchStop | |
| autoDjMore | |
| autoDjLess | |
| limiter | |
| reloadSkin | |
| phonesSplit | |
| syncLock | |
| masterFxAdd | |
| masterFxSel | |
| samplesSel | |
| micFxSel | |
| micFxAdd | |
| micTalkOver | |
| micOnAir | |
| setMicTalkOver | |
| setMicOnAir | |
| micEqLowKill | |
| micEqMidKill | |
| micEqHighKill | |
| samplerPlay | |
| samplerVolume | |
| hidePanel | |
| showPanel | |
| showPrevPanel | |
| showNextPanel | |
| sleep | |
| showHelp | |
| showCfg | |
| setPhonesSplit | 
Deck actions (sliders/knobs)
| setDeckVolume | |
| setDeckPitch | |
| setDeckPitchKey | |
| setDeckPos | |
| setDeckCutoff | |
| setDeckGain | |
| setDeckEqLow | |
| setDeckEqMid | |
| setDeckEqHigh | |
| searchDeckJW | implemented as increments mode (deck,+/-inc,totalPositionsPerCompleteRevolution) | 
| scratchDeckJW | implemented as increments mode (deck,+/-inc,totalPositionsPerCompleteRevolution) | 
| moveDeckJogWheel | implemented as increments mode (deck,+/-inc,totalPositionsPerCompleteRevolution) | 
| holdDeckJogWheel | |
| moveDeckPitch | implemented as increments mode (deck,+/-inc) | 
| deckFxPanDW | fx sliders (dry-wet, param1, param2) | 
| deckFxFlangerDW | |
| deckFxPhaserDW | |
| deckFxReverbDW | |
| deckFxEchoDW | |
| deckFxDelayDW | |
| deckFxBeatwawDW | |
| deckFxPanP1 | |
| deckFxFlangerP1 | |
| deckFxPhaserP1 | |
| deckFxReverbP1 | |
| deckFxEchoP1 | |
| deckFxDelayP1 | |
| deckFxBeatwawP1 | |
| deckFxPanP2 | |
| deckFxFlangerP2 | |
| deckFxPhaserP2 | |
| deckFxReverbP2 | |
| deckFxEchoP2 | |
| deckFxDelayP2 | |
| deckFxBeatwawP2 | |
| deckFx1DryWet | toggle effects banks | 
| deckFx1Param1 | |
| deckFx1Param2 | |
| deckFx2DryWet | |
| deckFx2Param1 | |
| deckFx2Param2 |