Home
last modified time | relevance | path

Searched refs:Channel_InputData (Results 1 – 4 of 4) sorted by relevance

/dports/audio/giada/giada-0.17.1/src/glue/
H A Dio.h60 struct Channel_InputData struct
62 Channel_InputData() = default;
63 Channel_InputData(const m::Channel&);
125 Channel_InputData channel_getInputData(ID channelId);
H A Dio.cpp79 Channel_InputData::Channel_InputData(const m::Channel& c) in Channel_InputData() function in giada::c::io::Channel_InputData
160 Channel_InputData channel_getInputData(ID channelId) in channel_getInputData()
169 return Channel_InputData(mm::get(mm::channels, channelId)); in channel_getInputData()
/dports/audio/giada/giada-0.17.1/src/gui/dialogs/midiIO/
H A DmidiInputChannel.h51 geChannelLearnerPack(int x, int y, const c::io::Channel_InputData& d);
53 void update(const c::io::Channel_InputData&);
97 c::io::Channel_InputData m_data;
H A DmidiInputChannel.cpp52 geChannelLearnerPack::geChannelLearnerPack(int x, int y, const c::io::Channel_InputData& channel) in geChannelLearnerPack()
74 void geChannelLearnerPack::update(const c::io::Channel_InputData& d) in update()