Home
last modified time | relevance | path

Searched refs:start_note (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/py-game/pygame-2.1.0/examples/
H A Dmidi.py133 start_note = 53 # F3 (white key note), start_note != 0
165 start_note,
183 keyboard = Keyboard(start_note, n_notes)
250 def make_key_mapping(keys, start_note): argument
254 mapping[key] = (start_note + i, 127)
693 def __init__(self, start_note, n_notes): argument
696 self._start_note = start_note
697 self._end_note = start_note + n_notes - 1
714 start_note = self._start_note
719 if is_white_key(start_note):
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/recall/
H A Dags_volume_audio_signal.c124 GList *start_note; in ags_volume_audio_signal_run_inter() local
150 "note", &start_note, in ags_volume_audio_signal_run_inter()
155 start_note == NULL){ in ags_volume_audio_signal_run_inter()
241 g_list_free_full(start_note, in ags_volume_audio_signal_run_inter()
H A Dags_rt_stream_audio_signal.c154 GList *start_note, *note; in ags_rt_stream_audio_signal_run_pre() local
191 "note", &start_note, in ags_rt_stream_audio_signal_run_pre()
200 g_list_free_full(start_note, in ags_rt_stream_audio_signal_run_pre()
230 note = start_note; in ags_rt_stream_audio_signal_run_pre()
441 g_list_free_full(start_note, in ags_rt_stream_audio_signal_run_pre()
H A Dags_lfo_audio_signal.c181 GList *start_note; in ags_lfo_audio_signal_run_inter() local
207 "note", &start_note, in ags_lfo_audio_signal_run_inter()
212 start_note == NULL){ in ags_lfo_audio_signal_run_inter()
441 g_list_free_full(start_note, in ags_lfo_audio_signal_run_inter()
H A Dags_route_dssi_audio_run.c1049 GList *start_note, *note; in ags_route_dssi_audio_run_alloc_input_callback_feed_note() local
1062 "note", &start_note, in ags_route_dssi_audio_run_alloc_input_callback_feed_note()
1065 note = start_note; in ags_route_dssi_audio_run_alloc_input_callback_feed_note()
1108 g_list_free_full(start_note, in ags_route_dssi_audio_run_alloc_input_callback_feed_note()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/fx/
H A Dags_fx_lfo_audio_signal.c148 GList *start_note, *note; in ags_fx_lfo_audio_signal_real_run_inter() local
173 start_note = NULL; in ags_fx_lfo_audio_signal_real_run_inter()
196 "note", &start_note, in ags_fx_lfo_audio_signal_real_run_inter()
336 if(start_note != NULL){ in ags_fx_lfo_audio_signal_real_run_inter()
337 note = start_note; in ags_fx_lfo_audio_signal_real_run_inter()
437 g_list_free_full(start_note, in ags_fx_lfo_audio_signal_real_run_inter()
H A Dags_fx_pattern_audio_signal.c156 GList *start_note, *note; in ags_fx_pattern_audio_signal_run_inter() local
225 start_note = NULL; in ags_fx_pattern_audio_signal_run_inter()
255 "note", &start_note, in ags_fx_pattern_audio_signal_run_inter()
271 note = start_note; in ags_fx_pattern_audio_signal_run_inter()
345 g_list_free_full(start_note, in ags_fx_pattern_audio_signal_run_inter()
H A Dags_fx_notation_audio_signal.c162 GList *start_note, *note; in ags_fx_notation_audio_signal_real_run_inter() local
232 start_note = NULL; in ags_fx_notation_audio_signal_real_run_inter()
261 "note", &start_note, in ags_fx_notation_audio_signal_real_run_inter()
275 note = start_note; in ags_fx_notation_audio_signal_real_run_inter()
339 g_list_free_full(start_note, in ags_fx_notation_audio_signal_real_run_inter()
H A Dags_fx_envelope_audio_signal.c195 GList *start_note, *note; in ags_fx_envelope_audio_signal_real_run_inter() local
234 start_note = NULL; in ags_fx_envelope_audio_signal_real_run_inter()
276 "note", &start_note, in ags_fx_envelope_audio_signal_real_run_inter()
366 if(start_note != NULL){ in ags_fx_envelope_audio_signal_real_run_inter()
367 note = start_note; in ags_fx_envelope_audio_signal_real_run_inter()
779 g_list_free_full(start_note, in ags_fx_envelope_audio_signal_real_run_inter()
H A Dags_fx_notation_audio_processor.c1247 GList *start_note, *note; in ags_fx_notation_audio_processor_real_play() local
1249 start_note = ags_notation_find_offset(notation->data, in ags_fx_notation_audio_processor_real_play()
1253 note = start_note; in ags_fx_notation_audio_processor_real_play()
1265 g_list_free_full(start_note, in ags_fx_notation_audio_processor_real_play()
1304 GList *start_note, *note; in ags_fx_notation_audio_processor_real_record() local
1381 start_note = NULL; in ags_fx_notation_audio_processor_real_record()
1520 start_note = g_list_prepend(start_note, in ags_fx_notation_audio_processor_real_record()
1691 note = start_note; in ags_fx_notation_audio_processor_real_record()
1751 g_list_free_full(start_note, in ags_fx_notation_audio_processor_real_record()
/dports/deskutils/gnote/gnote-41.1/src/
H A Dnotemanager.cpp148 NoteBase::Ptr start_note = create (_("Start Here"), in create_start_notes() local
150 start_note->queue_save (CONTENT_CHANGED); in create_start_notes()
151 m_preferences.start_note_uri(start_note->uri()); in create_start_notes()
185 NoteBase::Ptr start_note = find (_("Start Here")); in load_notes() local
186 if (start_note) { in load_notes()
187 m_preferences.start_note_uri(start_note->uri()); in load_notes()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/bitbucket_import/
H A Dimporter_spec.rb162 start_note = notes.first
163 expect(start_note).to be_a(DiffNote)
164 expect(start_note.note).to include(@inline_note.note)
165 expect(start_note.note).to include(author_line)
183 start_note = notes.first
184 expect(start_note.note).to eq(@inline_note.note)
185 expect(start_note.note).not_to include(author_line)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/bitbucket_server_import/
H A Dimporter_spec.rb385 start_note = notes.first
386 expect(start_note.type).to eq('DiffNote')
387 expect(start_note.note).to end_with(inline_note.note)
388 expect(start_note.created_at).to eq(inline_note.created_at)
389 expect(start_note.updated_at).to eq(inline_note.updated_at)
390 expect(start_note.position.base_sha).to eq(inline_note.from_sha)
391 expect(start_note.position.start_sha).to eq(inline_note.from_sha)
392 expect(start_note.position.head_sha).to eq(inline_note.to_sha)
393 expect(start_note.position.old_line).to be_nil
394 expect(start_note.position.new_line).to eq(inline_note.new_pos)
[all …]
/dports/audio/hexter/hexter-1.0.3/fptest/
H A Dharness.c99 int start_note = 0; in run_plugin() local
102 start_note = 1; in run_plugin()
110 if (start_note) { in run_plugin()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/export/
H A Dags_machine_collection_entry.c402 GList *start_note, *note; in ags_machine_collection_entry_apply() local
445 "note", &start_note, in ags_machine_collection_entry_apply()
448 note = start_note; in ags_machine_collection_entry_apply()
527 g_list_free_full(start_note, in ags_machine_collection_entry_apply()
/dports/devel/awscli/awscli-1.20.61/awscli/customizations/
H A Diot_data.py22 style.start_note()
H A Dpreview.py80 style.start_note()
/dports/games/d2x/d2x-0.2.5/arch/linux/include/
H A Dmusic.h27 void start_note(int, int, int);
/dports/lang/micropython/micropython-1.17/ports/nrf/modules/music/
H A Dmodmusic.c77 STATIC uint32_t start_note(const char *note_str, size_t note_len, const pin_obj_t *pin);
131 uint32_t delay_on = start_note(note_str, note_len, music_data->async_pin); in microbit_music_tick()
151 STATIC uint32_t start_note(const char *note_str, size_t note_len, const pin_obj_t *pin) { in start_note() function
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_notation_editor.c1948 GList *start_note, *note; in ags_notation_editor_get_boundary() local
1953 "note", &start_note, in ags_notation_editor_get_boundary()
1957 note = start_note; in ags_notation_editor_get_boundary()
1975 g_list_free_full(start_note, in ags_notation_editor_get_boundary()
1985 GList *start_note, *note; in ags_notation_editor_invert_notation() local
1990 "note", &start_note, in ags_notation_editor_invert_notation()
1994 note = start_note; in ags_notation_editor_invert_notation()
2014 g_list_free_full(start_note, in ags_notation_editor_invert_notation()
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/casynth/
H A Dnote.h56 void start_note(NOTE *self, WAVESOURCE* waves, uint8_t velocity, uint32_t start_frame, float harmon…
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Dakaitest.c97 void start_note(int note, int vol) in start_note() function
497 start_note(d->d1, 255); in piano_proc()
536 start_note(midi_data1, midi_data2); in piano_proc()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_notation_meta.c436 GList *start_note, *note; in ags_notation_meta_refresh() local
660 start_note = ags_notation_find_region(notation->data, in ags_notation_meta_refresh()
665 note = start_note; in ags_notation_meta_refresh()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_notation.c1145 GList *start_note; in ags_notation_set_note() local
1158 start_note = notation->note; in ags_notation_set_note()
1163 g_list_free_full(start_note, in ags_notation_set_note()
2864 GList *start_note, *note; in ags_notation_to_raw_midi() local
2892 start_note = ags_notation_get_note(notation); in ags_notation_to_raw_midi()
2996 note = start_note; in ags_notation_to_raw_midi()
3001 if(start_note != NULL){ in ags_notation_to_raw_midi()
3002 first_x0 = ags_note_get_x0(start_note->data); in ags_notation_to_raw_midi()
3277 g_list_free_full(start_note, in ags_notation_to_raw_midi()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Ddevelopment_iskeyfree.py524 start_note = "# Note: Some of the shortcuts entries don't have a name. Mostly Modal stuff\n"
551 textblock.write(start_note)

123