renoise.ApplicationWindow
Application window and general UI properties of the Renoise app.
- Constants
- Properties
- fullscreen :
boolean
- is_maximized :
boolean
- is_minimized :
boolean
- lock_keyboard_focus :
boolean
- sample_record_dialog_is_visible :
boolean
- disk_browser_is_visible :
boolean
- disk_browser_is_visible_observable :
renoise.Document.Observable
- disk_browser_category :
renoise.ApplicationWindow.DiskBrowserCategory
- disk_browser_category_observable :
renoise.Document.Observable
- instrument_box_is_visible :
boolean
- instrument_box_is_visible_observable :
renoise.Document.Observable
- instrument_box_slot_size :
renoise.ApplicationWindow.InstrumentBoxSlotSize
- instrument_box_slot_size_observable :
renoise.Document.Observable
- instrument_editor_is_detached :
boolean
- instrument_editor_is_detached_observable :
renoise.Document.Observable
- instrument_properties_is_visible :
boolean
- instrument_properties_is_visible_observable :
renoise.Document.Observable
- instrument_properties_show_volume_transpose :
boolean
- instrument_properties_show_trigger_options :
boolean
- instrument_properties_show_scale_options :
boolean
- instrument_properties_show_plugin :
boolean
- instrument_properties_show_plugin_program :
boolean
- instrument_properties_show_midi :
boolean
- instrument_properties_show_midi_program :
boolean
- instrument_properties_show_macros :
boolean
- instrument_properties_show_phrases :
boolean
- sample_properties_is_visible :
boolean
- sample_properties_is_visible_observable :
renoise.Document.Observable
- mixer_view_is_detached :
boolean
- mixer_view_is_detached_observable :
renoise.Document.Observable
- upper_frame_is_visible :
boolean
- upper_frame_is_visible_observable :
renoise.Document.Observable
- active_upper_frame :
renoise.ApplicationWindow.UpperFrame
- active_upper_frame_observable :
renoise.Document.Observable
- active_middle_frame :
renoise.ApplicationWindow.MiddleFrame
- active_middle_frame_observable :
renoise.Document.Observable
- lower_frame_is_visible :
boolean
- lower_frame_is_visible_observable :
renoise.Document.Observable
- active_lower_frame :
renoise.ApplicationWindow.LowerFrame
- active_lower_frame_observable :
renoise.Document.Observable
- right_frame_is_visible :
boolean
- right_frame_is_visible_observable :
renoise.Document.Observable
- pattern_matrix_is_visible :
boolean
- pattern_matrix_is_visible_observable :
renoise.Document.Observable
- pattern_advanced_edit_is_visible :
boolean
- pattern_advanced_edit_is_visible_observable :
renoise.Document.Observable
- mixer_view_post_fx :
boolean
- mixer_view_post_fx_observable :
renoise.Document.Observable
- mixer_fader_type :
renoise.ApplicationWindow.MixerFader
- mixer_fader_type_observable :
renoise.Document.Observable
- fullscreen :
- Functions
Constants
UpperFrame
{ UPPER_FRAME_TRACK_SCOPES: integer = 1, UPPER_FRAME_MASTER_SPECTRUM: integer = 2, }
MiddleFrame
{ MIDDLE_FRAME_PATTERN_EDITOR: integer = 1, MIDDLE_FRAME_MIXER: integer = 2, MIDDLE_FRAME_INSTRUMENT_PHRASE_EDITOR: integer = 3, MIDDLE_FRAME_INSTRUMENT_SAMPLE_KEYZONES: integer = 4, MIDDLE_FRAME_INSTRUMENT_SAMPLE_EDITOR: integer = 5, MIDDLE_FRAME_INSTRUMENT_SAMPLE_MODULATION: integer = 6, MIDDLE_FRAME_INSTRUMENT_SAMPLE_EFFECTS: integer = 7, MIDDLE_FRAME_INSTRUMENT_PLUGIN_EDITOR: integer = 8, MIDDLE_FRAME_INSTRUMENT_MIDI_EDITOR: integer = 9, }
LowerFrame
{ LOWER_FRAME_TRACK_DSPS: integer = 1, LOWER_FRAME_TRACK_AUTOMATION: integer = 2, }
DiskBrowserCategory
{ DISK_BROWSER_CATEGORY_SONGS: integer = 1, DISK_BROWSER_CATEGORY_INSTRUMENTS: integer = 2, DISK_BROWSER_CATEGORY_SAMPLES: integer = 3, DISK_BROWSER_CATEGORY_OTHER: integer = 4, }
InstrumentBoxSlotSize
{ INSTRUMENT_BOX_SLOT_SIZE_SMALL: integer = 1, INSTRUMENT_BOX_SLOT_SIZE_MEDIUM: integer = 2, INSTRUMENT_BOX_SLOT_SIZE_LARGE: integer = 3, }
MixerFader
{ MIXER_FADER_TYPE_24DB: integer = 1, MIXER_FADER_TYPE_48DB: integer = 2, MIXER_FADER_TYPE_96DB: integer = 3, MIXER_FADER_TYPE_LINEAR: integer = 4, }
Properties
fullscreen : boolean
Get/set if the application is running fullscreen.
is_maximized : boolean
READ-ONLY. Window status flag.
is_minimized : boolean
READ-ONLY. Window status flag.
lock_keyboard_focus : boolean
When true, the middle frame views (like the pattern editor) will stay focused unless alt or middle mouse is clicked.
sample_record_dialog_is_visible : boolean
Dialog for recording new samples, floating above the main window.
disk_browser_is_visible : boolean
Diskbrowser Panel.
disk_browser_is_visible_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
disk_browser_category : renoise.ApplicationWindow.DiskBrowserCategory
disk_browser_category_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
instrument_box_is_visible : boolean
InstrumentBox
instrument_box_is_visible_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
instrument_box_slot_size : renoise.ApplicationWindow.InstrumentBoxSlotSize
InstrumentBox slot size
instrument_box_slot_size_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
instrument_editor_is_detached : boolean
Instrument Editor detaching.
instrument_editor_is_detached_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
instrument_properties_is_visible : boolean
InstrumentProperties (below InstrumentBox)
instrument_properties_is_visible_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
instrument_properties_show_volume_transpose : boolean
instrument_properties_show_trigger_options : boolean
instrument_properties_show_scale_options : boolean
instrument_properties_show_plugin : boolean
instrument_properties_show_plugin_program : boolean
instrument_properties_show_midi : boolean
instrument_properties_show_midi_program : boolean
instrument_properties_show_macros : boolean
instrument_properties_show_phrases : boolean
sample_properties_is_visible : boolean
SampleProperties (below SampleNavigator)
sample_properties_is_visible_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
mixer_view_is_detached : boolean
Mixer View detaching.
mixer_view_is_detached_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
upper_frame_is_visible : boolean
Frame with the scopes/master spectrum...
upper_frame_is_visible_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
active_upper_frame : renoise.ApplicationWindow.UpperFrame
active_upper_frame_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
active_middle_frame : renoise.ApplicationWindow.MiddleFrame
Frame with the pattern editor, mixer...
active_middle_frame_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
lower_frame_is_visible : boolean
Frame with the DSP chain view, automation, etc.
lower_frame_is_visible_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
active_lower_frame : renoise.ApplicationWindow.LowerFrame
active_lower_frame_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
right_frame_is_visible : boolean
Frame with Disk Browser and Instrument Box.
right_frame_is_visible_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
pattern_matrix_is_visible : boolean
Pattern matrix, visible in pattern editor and mixer only...
pattern_matrix_is_visible_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
pattern_advanced_edit_is_visible : boolean
Pattern advanced edit, visible in pattern editor only...
pattern_advanced_edit_is_visible_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
mixer_view_post_fx : boolean
Mixer views Pre/Post volume setting.
mixer_view_post_fx_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
mixer_fader_type : renoise.ApplicationWindow.MixerFader
Mixer fader type setting.
mixer_fader_type_observable : renoise.Document.Observable
Track changes to document properties or general states by attaching listener functions to it.
Functions
maximize(self)
Expand the window over the entire screen, without hiding menu bars, docks and so on.
minimize(self)
Minimize the window to the dock or taskbar, depending on the OS.
restore(self)
"un-maximize" or "un-minimize" the window, or just bring it to front.
select_preset(self, preset_index : integer
)
Select/activate one of the global view presets, to memorize/restore the user interface layout.