Searched refs:mapPropertyFromModel (Results 1 – 11 of 11) sorted by relevance
/dports/audio/lmms/lmms-1.2.2/include/ |
H A D | MidiPort.h | 48 mapPropertyFromModel(int,inputChannel,setInputChannel,m_inputChannelModel); 49 mapPropertyFromModel(int,outputChannel,setOutputChannel,m_outputChannelModel); 50 mapPropertyFromModel(int,inputController,setInputController,m_inputControllerModel); 51 mapPropertyFromModel(int,outputController,setOutputController,m_outputControllerModel); 52 mapPropertyFromModel(int,fixedInputVelocity,setFixedInputVelocity,m_fixedInputVelocityModel); 53 mapPropertyFromModel(int,fixedOutputVelocity,setFixedOutputVelocity,m_fixedOutputVelocityModel); 54 mapPropertyFromModel(int,fixedOutputNote,setFixedOutputNote,m_fixedOutputNoteModel); 55 mapPropertyFromModel(int,outputProgram,setOutputProgram,m_outputProgramModel); 56 mapPropertyFromModel(int,baseVelocity,setBaseVelocity,m_baseVelocityModel); 57 mapPropertyFromModel(bool,isReadable,setReadable,m_readableModel); [all …]
|
H A D | MeterModel.h | 34 mapPropertyFromModel(int,getNumerator,setNumerator,m_numeratorModel); 35 mapPropertyFromModel(int,getDenominator,setDenominator,m_denominatorModel);
|
H A D | Song.h | 54 mapPropertyFromModel( int,getTempo,setTempo,m_tempoModel ); 55 mapPropertyFromModel( int,masterPitch,setMasterPitch,m_masterPitchModel ); 56 mapPropertyFromModel( int,masterVolume,setMasterVolume, m_masterVolumeModel );
|
H A D | Knob.h | 64 mapPropertyFromModel(bool,isVolumeKnob,setVolumeKnob,m_volumeKnob); 65 mapPropertyFromModel(float,volumeRatio,setVolumeRatio,m_volumeRatio);
|
H A D | Track.h | 83 mapPropertyFromModel(bool,isMuted,setMuted,m_mutedModel); 84 mapPropertyFromModel(bool,isSolo,setSolo,m_soloModel); 470 mapPropertyFromModel(bool,isMuted,setMuted,m_mutedModel); 471 mapPropertyFromModel(bool,isSolo,setSolo,m_soloModel);
|
H A D | BBTrackContainer.h | 36 mapPropertyFromModel(int,currentBB,setCurrentBB,m_bbComboBoxModel);
|
H A D | SampleTrack.h | 41 mapPropertyFromModel(bool,isRecord,setRecord,m_recordModel);
|
H A D | AutomatableModel.h | 50 #define mapPropertyFromModel(type,getfunc,setfunc,modelname) \ macro
|
H A D | InstrumentTrack.h | 70 mapPropertyFromModel(int,getVolume,setVolume,m_volumeModel);
|
/dports/audio/lmms/lmms-1.2.2/plugins/sf2_player/ |
H A D | sf2_player.h | 54 mapPropertyFromModel(int,getBank,setBank,m_bankNum); 55 mapPropertyFromModel(int,getPatch,setPatch,m_patchNum);
|
/dports/audio/lmms/lmms-1.2.2/plugins/GigPlayer/ |
H A D | GigPlayer.h | 231 mapPropertyFromModel( int, getBank, setBank, m_bankNum ); 232 mapPropertyFromModel( int, getPatch, setPatch, m_patchNum );
|