This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
void insert_header22050mo_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 21 of file muses_string.h.
References EditorWindow::editor, header_22050_mono, and textbuf.
00022 { 00023 EditorWindow* e = (EditorWindow*) v; 00024 int pos = e->editor->insert_position(); 00025 textbuf->insert(pos, header_22050_mono); 00026 }
void insert_header22050ste_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 29 of file muses_string.h.
References EditorWindow::editor, header_22050_stereo, and textbuf.
00030 { 00031 EditorWindow* e = (EditorWindow*) v; 00032 int pos = e->editor->insert_position(); 00033 textbuf->insert(pos, header_22050_stereo); 00034 }
void insert_header44100mo_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 37 of file muses_string.h.
References EditorWindow::editor, header_44100_mono, and textbuf.
00038 { 00039 EditorWindow* e = (EditorWindow*) v; 00040 int pos = e->editor->insert_position(); 00041 textbuf->insert(pos, header_44100_mono); 00042 }
void insert_header44100ste_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 45 of file muses_string.h.
References EditorWindow::editor, header_44100_stereo, and textbuf.
00046 { 00047 EditorWindow* e = (EditorWindow*) v; 00048 int pos = e->editor->insert_position(); 00049 textbuf->insert(pos, header_44100_stereo); 00050 }
void insert_header48000mo_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 53 of file muses_string.h.
References EditorWindow::editor, header_48000_mono, and textbuf.
00054 { 00055 EditorWindow* e = (EditorWindow*) v; 00056 int pos = e->editor->insert_position(); 00057 textbuf->insert(pos, header_48000_mono); 00058 }
void insert_header48000ste_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 61 of file muses_string.h.
References EditorWindow::editor, header_48000_stereo, and textbuf.
00062 { 00063 EditorWindow* e = (EditorWindow*) v; 00064 int pos = e->editor->insert_position(); 00065 textbuf->insert(pos, header_48000_stereo); 00066 }
void insert_conversions_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 69 of file muses_string.h.
References conversions, EditorWindow::editor, and textbuf.
00070 { 00071 EditorWindow* e = (EditorWindow*) v; 00072 int pos = e->editor->insert_position(); 00073 textbuf->insert(pos, conversions); 00074 }
void insert_gen01_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 79 of file muses_string.h.
References EditorWindow::editor, gen01, and textbuf.
00080 { 00081 EditorWindow* e = (EditorWindow*) v; 00082 int pos = e->editor->insert_position(); 00083 textbuf->insert(pos, gen01); 00084 }
void insert_gen02_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 87 of file muses_string.h.
References EditorWindow::editor, gen02, and textbuf.
00088 { 00089 EditorWindow* e = (EditorWindow*) v; 00090 int pos = e->editor->insert_position(); 00091 textbuf->insert(pos, gen02); 00092 }
void insert_gen03_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 95 of file muses_string.h.
References EditorWindow::editor, gen03, and textbuf.
00096 { 00097 EditorWindow* e = (EditorWindow*) v; 00098 int pos = e->editor->insert_position(); 00099 textbuf->insert(pos, gen03); 00100 }
void insert_gen04_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 103 of file muses_string.h.
References EditorWindow::editor, gen04, and textbuf.
00104 { 00105 EditorWindow* e = (EditorWindow*) v; 00106 int pos = e->editor->insert_position(); 00107 textbuf->insert(pos, gen04); 00108 }
void insert_gen06_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 111 of file muses_string.h.
References EditorWindow::editor, gen06, and textbuf.
00112 { 00113 EditorWindow* e = (EditorWindow*) v; 00114 int pos = e->editor->insert_position(); 00115 textbuf->insert(pos, gen06); 00116 }
void insert_gen07_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 119 of file muses_string.h.
References EditorWindow::editor, gen07, and textbuf.
00120 { 00121 EditorWindow* e = (EditorWindow*) v; 00122 int pos = e->editor->insert_position(); 00123 textbuf->insert(pos, gen07); 00124 }
void insert_gen08_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 127 of file muses_string.h.
References EditorWindow::editor, gen08, and textbuf.
00128 { 00129 EditorWindow* e = (EditorWindow*) v; 00130 int pos = e->editor->insert_position(); 00131 textbuf->insert(pos, gen08); 00132 }
void insert_gen09_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 135 of file muses_string.h.
References EditorWindow::editor, gen09, and textbuf.
00136 { 00137 EditorWindow* e = (EditorWindow*) v; 00138 int pos = e->editor->insert_position(); 00139 textbuf->insert(pos, gen09); 00140 }
void insert_gen10_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 143 of file muses_string.h.
References EditorWindow::editor, gen10, and textbuf.
00144 { 00145 EditorWindow* e = (EditorWindow*) v; 00146 int pos = e->editor->insert_position(); 00147 textbuf->insert(pos, gen10); 00148 }
void insert_gen11_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 151 of file muses_string.h.
References EditorWindow::editor, gen11, and textbuf.
00152 { 00153 EditorWindow* e = (EditorWindow*) v; 00154 int pos = e->editor->insert_position(); 00155 textbuf->insert(pos, gen11); 00156 }
void insert_gen12_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 159 of file muses_string.h.
References EditorWindow::editor, gen12, and textbuf.
00160 { 00161 EditorWindow* e = (EditorWindow*) v; 00162 int pos = e->editor->insert_position(); 00163 textbuf->insert(pos, gen12); 00164 }
void insert_gen13_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 167 of file muses_string.h.
References EditorWindow::editor, gen13, and textbuf.
00168 { 00169 EditorWindow* e = (EditorWindow*) v; 00170 int pos = e->editor->insert_position(); 00171 textbuf->insert(pos, gen13); 00172 }
void insert_gen15_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 175 of file muses_string.h.
References EditorWindow::editor, gen15, and textbuf.
00176 { 00177 EditorWindow* e = (EditorWindow*) v; 00178 int pos = e->editor->insert_position(); 00179 textbuf->insert(pos, gen15); 00180 }
void insert_gen17_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 183 of file muses_string.h.
References EditorWindow::editor, gen17, and textbuf.
00184 { 00185 EditorWindow* e = (EditorWindow*) v; 00186 int pos = e->editor->insert_position(); 00187 textbuf->insert(pos, gen17); 00188 }
void insert_gen19_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 191 of file muses_string.h.
References EditorWindow::editor, gen19, and textbuf.
00192 { 00193 EditorWindow* e = (EditorWindow*) v; 00194 int pos = e->editor->insert_position(); 00195 textbuf->insert(pos, gen19); 00196 }
void insert_gen20_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 199 of file muses_string.h.
References EditorWindow::editor, gen20, and textbuf.
00200 { 00201 EditorWindow* e = (EditorWindow*) v; 00202 int pos = e->editor->insert_position(); 00203 textbuf->insert(pos, gen20); 00204 }
void insert_gen23_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 207 of file muses_string.h.
References EditorWindow::editor, gen23, and textbuf.
00208 { 00209 EditorWindow* e = (EditorWindow*) v; 00210 int pos = e->editor->insert_position(); 00211 textbuf->insert(pos, gen23); 00212 }
void insert_gen25_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 215 of file muses_string.h.
References EditorWindow::editor, gen25, and textbuf.
00216 { 00217 EditorWindow* e = (EditorWindow*) v; 00218 int pos = e->editor->insert_position(); 00219 textbuf->insert(pos, gen25); 00220 }
void insert_gen27_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 223 of file muses_string.h.
References EditorWindow::editor, gen27, and textbuf.
00224 { 00225 EditorWindow* e = (EditorWindow*) v; 00226 int pos = e->editor->insert_position(); 00227 textbuf->insert(pos, gen27); 00228 }
void insert_gen28_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 231 of file muses_string.h.
References EditorWindow::editor, gen28, and textbuf.
00232 { 00233 EditorWindow* e = (EditorWindow*) v; 00234 int pos = e->editor->insert_position(); 00235 textbuf->insert(pos, gen28); 00236 }
void insert_cstags_cb | ( | Fl_Widget * | , | |
void * | v | |||
) |
Definition at line 239 of file muses_string.h.
References cs_tags, EditorWindow::editor, and textbuf.
00240 { 00241 EditorWindow* e = (EditorWindow*) v; 00242 int pos = e->editor->insert_position(); 00243 textbuf->insert(pos, cs_tags); 00244 }
char header_22050_mono[] = "sr=22050\nkr=2205\nksmps=10\nnchnls=1" |
char header_22050_stereo[] = "sr=22050\nkr=2205\nksmps=10\nnchnls=2" |
char header_44100_mono[] = "sr=44100\nkr=4410\nksmps=10\nnchnls=1" |
char header_44100_stereo[] = "sr=44100\nkr=4410\nksmps=10\nnchnls=2" |
char header_48000_mono[] = "sr=48000\nkr=4800\nksmps=10\nnchnls=1" |
char header_48000_stereo[] = "sr=48000\nkr=4800\nksmps=10\nnchnls=2" |
char conversions[] = "ifrq = cpspch(p5)\niamp = ampdb(p4)" |
char gen01[] = "f1 0 0 1 \"file.wav\" 0 0 0" |
char gen02[] = "f1 0 16 -2 0 1 2 3 4 5 6 7 8 9 10 11 0" |
char gen04[] = "f1 0 512 4 1 1" |
char gen06[] = "f1 0 65 6 0 16 .5 16 1 16 0 16 -1" |
char gen07[] = "f1 0 256 7 0 128 1 0 -1 128 0" |
char gen08[] = "f1 0 65 8 0 16 0 16 1 16 0 16 0" |
char gen09[] = "f1 0 1024 9 1 3 0 3 1 0 9 .3333 180" |
char gen10[] = "f1 0 4096 10 1" |
char gen11[] = "f1 0 2049 11 4 1 1" |
char gen12[] = "f1 0 2049 -12 20" |
char gen13[] = "f1 0 1025 13 1 1 0 5 0 3 0 1" |
char gen15[] = "f# time size 15 xint xamp h0 phs0 h1 phs1 h2 phs2 . . ." |
char gen17[] = "f 1 0 128 -17 0 1 12 2 24 3 36 4 48 5 60 6 72 7 84 8" |
char gen19[] = "f1 0 1024 19 .5 1 270 1" |
char gen20[] = "f 1 0 8192 20 1 1" |
char gen23[] = "f # time size -23 \"filename.txt\"" |
char gen25[] = "f 1 0 257 25 0 0.001 100 1 200 .001 256 0.001" |
char gen27[] = "f 1 0 257 27 0 0 100 1 200 -1 256 0" |
char gen28[] = "f 1 0 0 28 \"move\"" |