Home
last modified time | relevance | path

Searched refs:NotePlayHandle (Results 1 – 25 of 53) sorted by relevance

123

/dports/audio/lmms/lmms-1.2.2/src/core/
H A DNotePlayHandle.cpp46 NotePlayHandle::NotePlayHandle( InstrumentTrack* instrumentTrack, in NotePlayHandle() function in NotePlayHandle
50 NotePlayHandle *parent, in NotePlayHandle()
121 NotePlayHandle::~NotePlayHandle() in ~NotePlayHandle()
427 void NotePlayHandle::mute() in mute()
446 const NotePlayHandle * nph = dynamic_cast<const NotePlayHandle *>( *it ); in index()
470 const NotePlayHandle * nph = dynamic_cast<const NotePlayHandle *>( *it ); in nphsOfInstrumentTrack()
482 bool NotePlayHandle::operator==( const NotePlayHandle & _nph ) const in operator ==()
574 NotePlayHandle * n = MM_ALLOC( NotePlayHandle, INITIAL_NPH_CACHE ); in init()
607 nph->NotePlayHandle::~NotePlayHandle(); in release()
617 NotePlayHandle ** tmp = MM_ALLOC( NotePlayHandle*, s_size ); in extend()
[all …]
H A DPresetPreviewPlayHandle.cpp68 NotePlayHandle* previewNote() in previewNote()
77 void setPreviewNote( NotePlayHandle * _note ) in setPreviewNote()
86 bool testAndSetPreviewNote( NotePlayHandle * expectedVal, NotePlayHandle * newVal ) in testAndSetPreviewNote()
114 QAtomicPointer<NotePlayHandle> m_previewNote;
H A DInstrumentFunctions.cpp229 void InstrumentFunctionNoteStacking::processNote( NotePlayHandle * _n ) in processNote()
238 …if( ( _n->origin() == NotePlayHandle::OriginArpeggio || ( _n->hasParent() == false && _n->instrume… in processNote()
267 _n, -1, NotePlayHandle::OriginNoteStacking ) in processNote()
341 void InstrumentFunctionArpeggio::processNote( NotePlayHandle * _n ) in processNote()
344 if( _n->origin() == NotePlayHandle::OriginArpeggio || in processNote()
345 _n->origin() == NotePlayHandle::OriginNoteStacking || in processNote()
355 ConstNotePlayHandleList cnphv = NotePlayHandle::nphsOfInstrumentTrack( _n->instrumentTrack() ); in processNote()
513 _n, -1, NotePlayHandle::OriginArpeggio ) in processNote()
H A DInstrument.cpp54 void Instrument::deleteNotePluginData( NotePlayHandle * ) in deleteNotePluginData() argument
61 f_cnt_t Instrument::beatLen( NotePlayHandle * ) const in beatLen()
97 void Instrument::applyRelease( sampleFrame * buf, const NotePlayHandle * _n ) in applyRelease()
/dports/audio/lmms/lmms-1.2.2/include/
H A DNotePlayHandle.h37 class NotePlayHandle; variable
40 typedef QList<NotePlayHandle *> NotePlayHandleList;
62 NotePlayHandle( InstrumentTrack* instrumentTrack,
66 NotePlayHandle* parent = NULL,
69 virtual ~NotePlayHandle();
228 bool operator==( const NotePlayHandle & _nph ) const;
307 NotePlayHandle * m_parent; // parent note
343 NotePlayHandle* parent = NULL,
345 NotePlayHandle::Origin origin = NotePlayHandle::OriginPattern );
346 static void release( NotePlayHandle * nph );
[all …]
H A DInstrument.h40 class NotePlayHandle; variable
72 virtual void playNote( NotePlayHandle * /* _note_to_play */, in playNote() argument
80 virtual void deleteNotePluginData( NotePlayHandle * _note_to_play );
86 virtual f_cnt_t beatLen( NotePlayHandle * _n ) const;
133 void applyRelease( sampleFrame * buf, const NotePlayHandle * _n );
H A DInstrumentPlayHandle.h46 …ConstNotePlayHandleList nphv = NotePlayHandle::nphsOfInstrumentTrack( m_instrument->instrumentTrac… in play()
52 for( const NotePlayHandle * constNotePlayHandle : nphv ) in play()
54 NotePlayHandle * notePlayHandle = const_cast<NotePlayHandle *>( constNotePlayHandle ); in play()
H A DInstrumentSoundShaping.h33 class NotePlayHandle; variable
44 NotePlayHandle * _n );
57 float volumeLevel( NotePlayHandle * _n, const f_cnt_t _frame );
H A DInstrumentTrack.h77 NotePlayHandle * _n );
91 f_cnt_t beatLen( NotePlayHandle * _n ) const;
96 void playNote( NotePlayHandle * _n, sampleFrame * _working_buffer );
109 void deleteNotePluginData( NotePlayHandle * _n );
239 NotePlayHandle* m_notes[NumKeys];
276 friend class NotePlayHandle; variable
H A DInstrumentFunctions.h36 class NotePlayHandle; variable
54 void processNote( NotePlayHandle* n );
176 void processNote( NotePlayHandle* n );
/dports/audio/lmms/lmms-1.2.2/plugins/bit_invader/
H A Dbit_invader.h45 bSynth( float * sample, int length, NotePlayHandle * _nph,
57 NotePlayHandle* nph;
72 virtual void playNote( NotePlayHandle * _n,
74 virtual void deleteNotePluginData( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/lb302/
H A Dlb302.h46 class NotePlayHandle; variable
145 virtual void playNote( NotePlayHandle * _n,
147 virtual void deleteNotePluginData( NotePlayHandle * _n );
168 void processNote( NotePlayHandle * n );
246 NotePlayHandle * m_playingNote;
/dports/audio/lmms/lmms-1.2.2/plugins/kicker/
H A Dkicker.h42 class NotePlayHandle; variable
52 virtual void playNote( NotePlayHandle * _n,
54 virtual void deleteNotePluginData( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/sf2_player/
H A Dsf2_player.h44 class NotePlayHandle; variable
63 virtual void playNote( NotePlayHandle * _n,
65 virtual void deleteNotePluginData( NotePlayHandle * _n );
154 QVector<NotePlayHandle *> m_playingNotes;
/dports/audio/lmms/lmms-1.2.2/plugins/patman/
H A Dpatman.h55 virtual void playNote( NotePlayHandle * _n,
57 virtual void deleteNotePluginData( NotePlayHandle * _n );
107 void selectSample( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/vibed/
H A Dvibed.h36 class NotePlayHandle; variable
45 virtual void playNote( NotePlayHandle * _n,
47 virtual void deleteNotePluginData( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/papu/
H A Dpapu_instrument.h36 class NotePlayHandle; variable
47 virtual void playNote( NotePlayHandle * _n,
49 virtual void deleteNotePluginData( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/organic/
H A Dorganic.h39 class NotePlayHandle; variable
120 virtual void playNote( NotePlayHandle * _n,
122 virtual void deleteNotePluginData( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/triple_oscillator/
H A DTripleOscillator.h37 class NotePlayHandle; variable
100 virtual void playNote( NotePlayHandle * _n,
102 virtual void deleteNotePluginData( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/sid/
H A Dsid_instrument.h37 class NotePlayHandle; variable
95 virtual void playNote( NotePlayHandle * _n,
97 virtual void deleteNotePluginData( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/nes/
H A DNes.h88 NesObject( NesInstrument * nes, const sample_rate_t samplerate, NotePlayHandle * nph );
155 NotePlayHandle * m_nph;
207 virtual void playNote( NotePlayHandle * n,
209 virtual void deleteNotePluginData( NotePlayHandle * n );
/dports/audio/lmms/lmms-1.2.2/plugins/watsyn/
H A DWatsyn.h88 int _amod, int _bmod, const sample_rate_t _samplerate, NotePlayHandle * _nph, fpp_t _frames,
112 NotePlayHandle * m_nph;
137 virtual void playNote( NotePlayHandle * _n,
139 virtual void deleteNotePluginData( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/GigPlayer/
H A DGigPlayer.h45 class NotePlayHandle; variable
240 virtual void playNote( NotePlayHandle * _n,
242 virtual void deleteNotePluginData( NotePlayHandle * _n );
/dports/audio/lmms/lmms-1.2.2/plugins/audio_file_processor/
H A Daudio_file_processor.h48 virtual void playNote( NotePlayHandle * _n,
50 virtual void deleteNotePluginData( NotePlayHandle * _n );
60 virtual int getBeatLen( NotePlayHandle * _n ) const;
/dports/audio/lmms/lmms-1.2.2/plugins/stk/mallets/
H A Dmallets.h153 virtual void playNote( NotePlayHandle * _n,
155 virtual void deleteNotePluginData( NotePlayHandle * _n );

123