Home
last modified time | relevance | path

Searched refs:mapPropertyFromModel (Results 1 – 11 of 11) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/include/
H A DMidiPort.h48 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 DMeterModel.h34 mapPropertyFromModel(int,getNumerator,setNumerator,m_numeratorModel);
35 mapPropertyFromModel(int,getDenominator,setDenominator,m_denominatorModel);
H A DSong.h54 mapPropertyFromModel( int,getTempo,setTempo,m_tempoModel );
55 mapPropertyFromModel( int,masterPitch,setMasterPitch,m_masterPitchModel );
56 mapPropertyFromModel( int,masterVolume,setMasterVolume, m_masterVolumeModel );
H A DKnob.h64 mapPropertyFromModel(bool,isVolumeKnob,setVolumeKnob,m_volumeKnob);
65 mapPropertyFromModel(float,volumeRatio,setVolumeRatio,m_volumeRatio);
H A DTrack.h83 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 DBBTrackContainer.h36 mapPropertyFromModel(int,currentBB,setCurrentBB,m_bbComboBoxModel);
H A DSampleTrack.h41 mapPropertyFromModel(bool,isRecord,setRecord,m_recordModel);
H A DAutomatableModel.h50 #define mapPropertyFromModel(type,getfunc,setfunc,modelname) \ macro
H A DInstrumentTrack.h70 mapPropertyFromModel(int,getVolume,setVolume,m_volumeModel);
/dports/audio/lmms/lmms-1.2.2/plugins/sf2_player/
H A Dsf2_player.h54 mapPropertyFromModel(int,getBank,setBank,m_bankNum);
55 mapPropertyFromModel(int,getPatch,setPatch,m_patchNum);
/dports/audio/lmms/lmms-1.2.2/plugins/GigPlayer/
H A DGigPlayer.h231 mapPropertyFromModel( int, getBank, setBank, m_bankNum );
232 mapPropertyFromModel( int, getPatch, setPatch, m_patchNum );