RPR ClearAllRecArmed

From CockosWiki

Jump to: navigation, search

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR ClearAllRecArmed
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR ClearAllRecArmed

Contents

void ClearAllRecArmed()

This function disarms all tracks that are armed for recording. It might useful on its own if you have many tracks and there are (or there maybe..) tracks armed for recording that are not onscreen. As part of a macro or extension it most likely will be used to set-up a "known state", where nothing is armed for recording.

Parameters

None

Returns

Nothing

Examples

C++

 

Perl

#
# ClearAllRecArmed.pl
#
 
use strict;
use warnings;
 
RPR_ClearAllRecArmed();

Python

#
# ClearAllRecArmed.py
#
 
RPR_ClearAllRecArmed()

See Also

(Section automatically generated, edits may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR ClearAllRecArmed
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR ClearAllRecArmed

Personal tools