Home
last modified time | relevance | path

Searched refs:note_str (Results 1 – 25 of 36) sorted by relevance

12

/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);
130 const char *note_str = mp_obj_str_get_data(note, &note_len); in microbit_music_tick() local
131 uint32_t delay_on = start_note(note_str, note_len, music_data->async_pin); in microbit_music_tick()
166 uint8_t note_index = (note_str[0] & 0x1f) - 1; in start_note()
177 …if (current_position < note_len && (note_str[current_position] == '#' || note_str[current_position… in start_note()
178 if (note_str[current_position] == 'b') { in start_note()
197 if (current_position < note_len && note_str[current_position] != ':') { in start_note()
200 music_data->last_octave = (note_str[current_position] & 0xf); in start_note()
207 if (current_position < note_len && note_str[current_position] == ':') { in start_note()
212 music_data->last_duration = note_str[current_position] & 0xf; in start_note()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/lang/gcc11/gcc-11.2.0/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/lang/gcc10-devel/gcc-10-20211008/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/lang/gcc9/gcc-9.4.0/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/lang/gcc9-aux/gcc-9.1.0/libgfortran/io/
H A Dasync.h127 char note_str[200]; \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
129 DEBUG_PRINTF ("%-90s %20s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
133 char note_str[200]; \
134 sprintf (note_str, "%s" DEBUG_REVERSE_RED "ERROR:" DEBUG_NORM " [%d] " str, aio_prefix, \
136 DEBUG_PRINTF ("%-68s %s():%-5d\n", note_str, __FUNCTION__, __LINE__); \
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dpresence.c1194 const char *note_str; in process_pidf_xml_presence_service_notes() local
1204 if (note_str == NULL) continue; in process_pidf_xml_presence_service_notes()
1211 linphone_free_xml_text_content(note_str); in process_pidf_xml_presence_service_notes()
1341 const char *note_str; in process_pidf_xml_presence_person_notes() local
1351 if (note_str == NULL) continue; in process_pidf_xml_presence_person_notes()
1358 linphone_free_xml_text_content(note_str); in process_pidf_xml_presence_person_notes()
1369 if (note_str == NULL) continue; in process_pidf_xml_presence_person_notes()
1376 linphone_free_xml_text_content(note_str); in process_pidf_xml_presence_person_notes()
1437 const char *note_str; in process_pidf_xml_presence_notes() local
1446 if (note_str == NULL) continue; in process_pidf_xml_presence_notes()
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dmidi_note.c251 const char * note_str = in midi_note_get_val_as_string() local
259 note_str, note_val); in midi_note_get_val_as_string()
271 note_str, note_val); in midi_note_get_val_as_string()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dterm_mplex.c414 char note_str[MAX_STR_SIZE]; in mplex_timer_handler() local
418 snprintf(note_str, sizeof(status_str), "/note %s", new_note); in mplex_timer_handler()
422 execute(prompt->chatwin->history, prompt, m, note_str, GLOBAL_COMMAND_MODE); in mplex_timer_handler()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtp-midi.c2956 const gchar *note_str; in decode_note_off() local
2998 const gchar *note_str; in decode_note_on() local
3047 const gchar *note_str; in decode_poly_pressure() local
3541 const gchar *note_str; in decode_sysex_common_tuning() local
3571 note_str = val_to_str_ext( i, &rtp_midi_note_values_ext, rtp_midi_unknown_value_dec ); in decode_sysex_common_tuning()
5015 const gchar *note_str; in decode_cj_chapter_n() local
5110 const gchar *note_str; in decode_cj_chapter_e() local
5147 "%s (n=%s, v=%d)", RTP_MIDI_TREE_NAME_CJ_CHAPTER_E_LOGITEM1, note_str, count_vel ); in decode_cj_chapter_e()
5150 "%s (n=%s, c=%d)", RTP_MIDI_TREE_NAME_CJ_CHAPTER_E_LOGITEM2, note_str, count_vel ); in decode_cj_chapter_e()
5185 const gchar *note_str; in decode_cj_chapter_a() local
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtp-midi.c2956 const gchar *note_str; in decode_note_off() local
2998 const gchar *note_str; in decode_note_on() local
3047 const gchar *note_str; in decode_poly_pressure() local
3541 const gchar *note_str; in decode_sysex_common_tuning() local
3571 note_str = val_to_str_ext( i, &rtp_midi_note_values_ext, rtp_midi_unknown_value_dec ); in decode_sysex_common_tuning()
5015 const gchar *note_str; in decode_cj_chapter_n() local
5110 const gchar *note_str; in decode_cj_chapter_e() local
5147 "%s (n=%s, v=%d)", RTP_MIDI_TREE_NAME_CJ_CHAPTER_E_LOGITEM1, note_str, count_vel ); in decode_cj_chapter_e()
5150 "%s (n=%s, c=%d)", RTP_MIDI_TREE_NAME_CJ_CHAPTER_E_LOGITEM2, note_str, count_vel ); in decode_cj_chapter_e()
5185 const gchar *note_str; in decode_cj_chapter_a() local
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtp-midi.c2956 const gchar *note_str; in decode_note_off() local
2998 const gchar *note_str; in decode_note_on() local
3047 const gchar *note_str; in decode_poly_pressure() local
3541 const gchar *note_str; in decode_sysex_common_tuning() local
3571 note_str = val_to_str_ext( i, &rtp_midi_note_values_ext, rtp_midi_unknown_value_dec ); in decode_sysex_common_tuning()
5015 const gchar *note_str; in decode_cj_chapter_n() local
5110 const gchar *note_str; in decode_cj_chapter_e() local
5147 "%s (n=%s, v=%d)", RTP_MIDI_TREE_NAME_CJ_CHAPTER_E_LOGITEM1, note_str, count_vel ); in decode_cj_chapter_e()
5150 "%s (n=%s, c=%d)", RTP_MIDI_TREE_NAME_CJ_CHAPTER_E_LOGITEM2, note_str, count_vel ); in decode_cj_chapter_e()
5185 const gchar *note_str; in decode_cj_chapter_a() local
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtp-midi.c2956 const gchar *note_str; in decode_note_off() local
2998 const gchar *note_str; in decode_note_on() local
3047 const gchar *note_str; in decode_poly_pressure() local
3541 const gchar *note_str; in decode_sysex_common_tuning() local
3571 note_str = val_to_str_ext( i, &rtp_midi_note_values_ext, rtp_midi_unknown_value_dec ); in decode_sysex_common_tuning()
5015 const gchar *note_str; in decode_cj_chapter_n() local
5110 const gchar *note_str; in decode_cj_chapter_e() local
5147 "%s (n=%s, v=%d)", RTP_MIDI_TREE_NAME_CJ_CHAPTER_E_LOGITEM1, note_str, count_vel ); in decode_cj_chapter_e()
5150 "%s (n=%s, c=%d)", RTP_MIDI_TREE_NAME_CJ_CHAPTER_E_LOGITEM2, note_str, count_vel ); in decode_cj_chapter_e()
5185 const gchar *note_str; in decode_cj_chapter_a() local
[all …]
/dports/audio/aubio/aubio-0.4.9/python/demos/
H A Ddemo_notes.py34 note_str = ' '.join(["%.2f" % i for i in new_note]) variable
H A Ddemo_wav2midi.py61 note_str = ' '.join(["%.2f" % i for i in new_note]) variable
/dports/audio/py-aubio/aubio-0.4.9/python/demos/
H A Ddemo_notes.py34 note_str = ' '.join(["%.2f" % i for i in new_note]) variable
H A Ddemo_wav2midi.py61 note_str = ' '.join(["%.2f" % i for i in new_note]) variable
/dports/audio/aubio/aubio-0.4.9/python/tests/
H A Dtest_notes.py77 note_str = ' '.join(["%.2f" % i for i in new_note])
/dports/audio/py-aubio/aubio-0.4.9/python/tests/
H A Dtest_notes.py77 note_str = ' '.join(["%.2f" % i for i in new_note])
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dsword.h79 const gchar *key_str, const gchar *note_str);

12