Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ardour/ardour
/ functions
Functions
56,227 in github.com/Ardour/ardour
⨍
Functions
56,227
◇
Types & classes
9,454
↳
Endpoints
2
↓ 16 callers
Method
clear_time
gtk2_ardour/selection.cc:140
↓ 16 callers
Method
compare
libs/ardour/test/fpu_test.cc:88
↓ 16 callers
Method
connected_latency
libs/ardour/io.cc:1258
↓ 16 callers
Method
control
libs/surfaces/us2400/controls.h:71
↓ 16 callers
Function
empty
libs/pbd/pbd/command.h:50
↓ 16 callers
Function
find_port
libs/ardour/ardour/port_engine_shared.h:237
↓ 16 callers
Function
fluid_ostream_printf
* Send a printf style string with arguments to an output stream (socket). * @param out Output stream * @param format printf style format string * @
libs/fluidsynth/src/fluid_sys.c:1425
↓ 16 callers
Method
foreach_regionview
gtk2_ardour/streamview.cc:537
↓ 16 callers
Function
gdk_display_get_default_screen
* gdk_display_get_default_screen: * @display: a #GdkDisplay * * Get the default #GdkScreen for @display. * * Returns: the default #GdkScreen obj
libs/tk/ydk/x11/gdkdisplay-x11.c:571
↓ 16 callers
Function
gdk_keyval_to_unicode
* gdk_keyval_to_unicode: * @keyval: a GDK key symbol * * Convert from a GDK key symbol to the corresponding ISO10646 (Unicode) * character. *
libs/tk/ydk/gdkkeyuni.c:871
↓ 16 callers
Function
gdk_region_get_clipbox
* gdk_region_get_clipbox: * @region: a #GdkRegion * @rectangle: return location for the clipbox * * Obtains the smallest rectangle which includes
libs/tk/ydk/gdkregion-generic.c:212
↓ 16 callers
Function
gdk_region_union_with_rect
* gdk_region_union_with_rect: * @region: a #GdkRegion. * @rect: a #GdkRectangle. * * Sets the area of @region to the union of the areas of @regio
libs/tk/ydk/gdkregion-generic.c:269
↓ 16 callers
Function
gdk_screen_get_system_colormap
* gdk_screen_get_system_colormap: * @screen: a #GdkScreen * * Gets the system's default colormap for @screen * * Returns: (transfer none): the de
libs/tk/ydk/x11/gdkcolor-x11.c:358
↓ 16 callers
Function
gdk_window_is_viewable
* gdk_window_is_viewable: * @window: a #GdkWindow * * Check if the window and all ancestors of the window are * mapped. (This is not necessarily "
libs/tk/ydk/gdkwindow.c:2741
↓ 16 callers
Function
gdk_window_resize
* gdk_window_resize: * @window: a #GdkWindow * @width: new width of the window * @height: new height of the window * * Resizes @window; for tople
libs/tk/ydk/gdkwindow.c:7819
↓ 16 callers
Function
gdk_wmspec_change_state
libs/tk/ydk/x11/gdkwindow-x11.c:2185
↓ 16 callers
Function
ge_gdk_color_to_cairo
libs/clearlooks-newer/cairo-support.c:125
↓ 16 callers
Function
ge_gdk_drawable_to_cairo
libs/clearlooks-newer/cairo-support.c:237
↓ 16 callers
Method
get_children
libs/tk/ydkmm/window.cc:750
↓ 16 callers
Function
get_delegate
libs/tk/ytk/gtkfilechooserutils.c:201
↓ 16 callers
Method
get_origin
gtk2_ardour/region_fx_line.cc:55
↓ 16 callers
Method
get_src
libs/ardour/chan_mapping.cc:103
↓ 16 callers
Method
get_start
libs/backends/portaudio/cycle_timer.h:80
↓ 16 callers
Function
gtk_clipboard_request_contents
* gtk_clipboard_request_contents: * @clipboard: a #GtkClipboard * @target: an atom representing the form into which the clipboard *
libs/tk/ytk/gtkclipboard.c:890
↓ 16 callers
Function
gtk_icon_view_queue_layout
libs/tk/ytk/gtkiconview.c:3412
↓ 16 callers
Function
gtk_image_menu_item_set_image
* gtk_image_menu_item_set_image: * @image_menu_item: a #GtkImageMenuItem. * @image: (allow-none): a widget to set as the image for the menu item. *
libs/tk/ytk/gtkimagemenuitem.c:917
↓ 16 callers
Function
gtk_menu_attach_to_widget
libs/tk/ytk/gtkmenu.c:1154
↓ 16 callers
Function
gtk_menu_shell_select_item
libs/tk/ytk/gtkmenushell.c:1165
↓ 16 callers
Function
gtk_text_iter_forward_line
* gtk_text_iter_forward_line: * @iter: an iterator * * Moves @iter to the start of the next line. If the iter is already on the * last line of the
libs/tk/ytk/gtktextiter.c:2483
↓ 16 callers
Function
gtk_text_iter_get_offset
* gtk_text_iter_get_offset: * @iter: an iterator * * Returns the character offset of an iterator. * Each character in a #GtkTextBuffer has an offs
libs/tk/ytk/gtktextiter.c:568
↓ 16 callers
Function
gtk_text_iter_order
* gtk_text_iter_order: * @first: a #GtkTextIter * @second: another #GtkTextIter * * Swaps the value of @first and @second if @second comes before
libs/tk/ytk/gtktextiter.c:5169
↓ 16 callers
Function
gtk_toolbar_insert
* gtk_toolbar_insert: * @toolbar: a #GtkToolbar * @item: a #GtkToolItem * @pos: the position of the new item * * Insert a #GtkToolItem into the t
libs/tk/ytk/gtktoolbar.c:2760
↓ 16 callers
Function
gtk_tree_model_iter_children
* gtk_tree_model_iter_children: * @tree_model: A #GtkTreeModel. * @iter: (out): The new #GtkTreeIter to be set to the child. * @parent: (allow-none
libs/tk/ytk/gtktreemodel.c:1212
↓ 16 callers
Function
gtk_tree_model_row_has_child_toggled
* gtk_tree_model_row_has_child_toggled: * @tree_model: A #GtkTreeModel * @path: A #GtkTreePath pointing to the changed row * @iter: A valid #GtkTre
libs/tk/ytk/gtktreemodel.c:1537
↓ 16 callers
Function
gtk_tree_row_reference_new
* gtk_tree_row_reference_new: * @model: A #GtkTreeModel * @path: A valid #GtkTreePath to monitor * * Creates a row reference based on @path. Thi
libs/tk/ytk/gtktreemodel.c:1918
↓ 16 callers
Function
gtk_tree_row_reference_new_proxy
* gtk_tree_row_reference_new_proxy: * @proxy: A proxy #GObject * @model: A #GtkTreeModel * @path: A valid #GtkTreePath to monitor * * You do not
libs/tk/ytk/gtktreemodel.c:1961
↓ 16 callers
Function
gtk_tree_view_column_pack_start
* gtk_tree_view_column_pack_start: * @tree_column: A #GtkTreeViewColumn. * @cell: The #GtkCellRenderer. * @expand: %TRUE if @cell is to be given e
libs/tk/ytk/gtktreeviewcolumn.c:1533
↓ 16 callers
Function
gtk_widget_get_pango_context
* gtk_widget_get_pango_context: * @widget: a #GtkWidget * * Gets a #PangoContext with the appropriate font map, font description, * and base dire
libs/tk/ytk/gtkwidget.c:7327
↓ 16 callers
Function
gtk_window_get_geometry_info
libs/tk/ytk/gtkwindow.c:2819
↓ 16 callers
Function
gtk_window_set_title
* gtk_window_set_title: * @window: a #GtkWindow * @title: title of the window * * Sets the title of the #GtkWindow. The title of a window will be
libs/tk/ytk/gtkwindow.c:1402
↓ 16 callers
Function
height
libs/canvas/canvas/types.h:82
↓ 16 callers
Function
init_exp
libs/lua/lua-5.3.5/lparser.c:144
↓ 16 callers
Function
is_monitor
libs/ardour/ardour/stripable.h:77
↓ 16 callers
Function
len_as_tpos
This is always using AudioTime. convenient for evenlopes in AudioRegion */
libs/ardour/ardour/region.h:600
↓ 16 callers
Function
luaT_trybinTM
libs/lua/lua-5.3.5/ltm.c:135
↓ 16 callers
Function
lua_rawgeti
libs/lua/lua-5.3.5/lapi.c:658
↓ 16 callers
Function
model_get_type_position
Shortcuts Model */
libs/tk/ytk/gtkfilechooserbutton.c:1658
↓ 16 callers
Function
next_event_id
libs/evoral/Event.cc:45
↓ 16 callers
Method
parameter_is_control
libs/ardour/lv2_plugin.cc:3387
↓ 16 callers
Method
property_n_rows
libs/tk/ytkmm/table.cc:388
↓ 16 callers
Function
register_bidi_stock_icon
libs/tk/ytk/gtkiconfactory.c:363
↓ 16 callers
Method
replace
Sets the pointer in the calling thread and calls <tt>destructor_func()</tt>. * If a function pointer (and not 0) was specified in the constructor, a
libs/pbd/pbd/private.h:76
↓ 16 callers
Method
select_region
libs/tk/ytkmm/label.cc:68
↓ 16 callers
Method
set_automation_state
libs/surfaces/us2400/us2400_control_protocol.cc:1956
↓ 16 callers
Method
set_inconsistent
libs/tk/ytkmm/togglebutton.cc:225
↓ 16 callers
Method
set_insert_id
libs/ardour/lv2_plugin.cc:2317
↓ 16 callers
Method
set_meter
libs/ardour/region.cc:2550
↓ 16 callers
Method
set_secondary_text
libs/tk/ytkmm/messagedialog.cc:75
↓ 16 callers
Method
set_text
libs/widgets/popup.cc:124
↓ 16 callers
Method
set_upper
libs/tk/ytkmm/adjustment.cc:271
↓ 16 callers
Method
set_wrap_mode
libs/tk/ytkmm/textview.cc:633
↓ 16 callers
Function
should_invert
libs/tk/ytk/gtkrange.c:1463
↓ 16 callers
Method
signal_scroll_event
libs/tk/ytkmm/widget.cc:6959
↓ 16 callers
Method
signal_switch_page
libs/tk/ytkmm/notebook.cc:1076
↓ 16 callers
Method
size_allocate
libs/canvas/item.cc:607
↓ 16 callers
Method
subview_mode
libs/surfaces/mackie/subview.h:123
↓ 16 callers
Function
superclock_to_samples
libs/temporal/temporal/superclock.h:48
↓ 16 callers
Method
text
libs/gtkmm2ext/colors.cc:533
↓ 16 callers
Method
time_to_pixel_unrounded
gtk2_ardour/editing_context.cc:1581
↓ 16 callers
Method
translate_coordinates
libs/tk/ytkmm/widget.cc:6318
↓ 15 callers
Method
AU
libs/appleutility/CoreAudio/PublicUtility/CAAudioUnit.cpp:356
↓ 15 callers
Method
GetNumberOfElements
! @method GetNumberOfElements */
libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUBase/AUScopeElement.h:483
↓ 15 callers
Function
_gdk_event_queue_append
* _gdk_event_queue_append: * @display: a #GdkDisplay * @event: Event to append. * * Appends an event onto the tail of the event queue. * * Retu
libs/tk/ydk/gdkevents.c:109
↓ 15 callers
Function
_gdk_win32_drag_action_to_string
libs/tk/ydk/win32/gdkmain-win32.c:701
↓ 15 callers
Function
_gdk_win32_get_next_tick
libs/tk/ydk/win32/gdkevents-win32.c:288
↓ 15 callers
Function
_gtk_entry_reset_im_context
libs/tk/ytk/gtkentry.c:5828
↓ 15 callers
Function
_gtk_file_info_consider_as_directory
libs/tk/ytk/gtkfilesystem.c:1704
↓ 15 callers
Function
_gtk_rbtree_node_find_offset
libs/tk/ytk/gtkrbtree.c:959
↓ 15 callers
Function
_gtk_tree_view_column_cell_set_dirty
libs/tk/ytk/gtktreeviewcolumn.c:3605
↓ 15 callers
Function
aaft_PIDToText
libs/aaf/AAFToText.c:1343
↓ 15 callers
Method
active
libs/surfaces/push2/menu.h:52
↓ 15 callers
Method
add_child
gtk2_ardour/time_axis_view.cc:1095
↓ 15 callers
Method
add_option
Add a component to a given page. * @param page_name Page name (will be created if it doesn't already exist) * @param o Component. */
gtk2_ardour/option_editor.cc:1126
↓ 15 callers
Method
can_solo
libs/ardour/solo_control.cc:352
↓ 15 callers
Function
canonical_path
libs/pbd/file_utils.cc:412
↓ 15 callers
Method
channel_name
@param ch Channel. * @return Channel name. */
libs/ardour/bundle.cc:275
↓ 15 callers
Method
clear
libs/temporal/tempo.cc:5594
↓ 15 callers
Method
clear
libs/widgets/fastmeter.cc:918
↓ 15 callers
Method
comment
libs/ardour/session_metadata.cc:251
↓ 15 callers
Method
constructor
(options)
share/web_surfaces/shared/ardour.js:31
↓ 15 callers
Method
current_start_sample
libs/ardour/session.cc:7039
↓ 15 callers
Method
enabled
libs/surfaces/websockets/mixer.cc:45
↓ 15 callers
Method
filter_to_unique_playlists
gtk2_ardour/time_axis_view.cc:1437
↓ 15 callers
Function
finish
libs/ardour/minibpm.cc:490
↓ 15 callers
Function
fluid_settings_register_num
* Registers a new float value for the specified setting. * * @param settings a settings object * @param name the setting's name * @param def the d
libs/fluidsynth/src/fluid_settings.c:575
↓ 15 callers
Function
fluid_voice_get_channel
* Return the MIDI channel the voice is playing on. * * @param voice Voice instance * @return The channel assigned to this voice * * @note The res
libs/fluidsynth/src/fluid_voice.c:1655
↓ 15 callers
Function
gdk_atom_intern
libs/tk/ydk/x11/gdkproperty-x11.c:396
↓ 15 callers
Function
gdk_color_copy
* gdk_color_copy: * @color: a #GdkColor. * * Makes a copy of a color structure. The result * must be freed using gdk_color_free(). * * Return
libs/tk/ydk/gdkcolor.c:119
↓ 15 callers
Function
gdk_colormap_free_colors
* gdk_colormap_free_colors: * @colormap: a #GdkColormap. * @colors: the colors to free. * @n_colors: the number of colors in @colors. * * Frees
libs/tk/ydk/x11/gdkcolor-x11.c:651
↓ 15 callers
Function
gdk_draw_drawable
* gdk_draw_drawable: * @drawable: a #GdkDrawable * @gc: a #GdkGC sharing the drawable's visual and colormap * @src: the source #GdkDrawable, which
libs/tk/ydk/gdkdraw.c:666
← previous
next →
1,501–1,600 of 56,227, ranked by callers