Titan Property ====== Triggers.SelectedMappingId ====== ^ API | http://api.avolites.com/11.0/Triggers.SelectedMappingId.html | ^ description | Gets or sets the selected mapping id. | ^ [[:macros:namespace]] | [[:macros:namespace:triggers]] | ^ type | [[:macros:type:int32]] //ASSUMPTION (in the example the id is blindly passed on).// | == example == Triggers.SelectMappingByName("Your Mapping Name") ... Triggers.AddMidiTrigger(Triggers.SelectedMappingId, ...) In order to create a MIDI trigger a mapping needs to be selected. Usually a mapping is selected by its name - but the AddMidiTrigger() function requires a mapping passed by its id. At first a specific mapping is selected by its name. Then its id is retrieved by passing ''Triggers.SelectedMappingId''. == used in == {{backlinks>.}}