Home
last modified time | relevance | path

Searched refs:solo_channel (Results 1 – 6 of 6) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Daction.h50 void solo_channel(void *channel, void *, void *);
H A Dshortcutdefs.c93 { KMOD_CTRL|KMOD_SHIFT, SDLK_m, solo_channel, 0, 0, 0, "Solo current channel" },
H A Daction.c316 void solo_channel(void *_channel, void *unused1, void *unused2) in solo_channel() function
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmonitor_section.h124 void solo_channel (uint32_t);
H A Dmonitor_section.cc910 MonitorSection::solo_channel (uint32_t chn) in solo_channel() function in MonitorSection
984 … sigc::bind (sigc::mem_fun (*this, &MonitorSection::solo_channel), chn)); in register_actions()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/view/
H A Dpattern.c80 if (SDL_GetModState() & KMOD_SHIFT) action = solo_channel; in pattern_view_header()