summaryrefslogtreecommitdiff
path: root/snd-nogui.c
blob: bd476f196576ac61a0340896b54a24eff7f239e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
#include "snd.h"
#include "snd-menu.h"
#include "snd-file.h"

void cleanup_file_monitor(void) {}
void *unmonitor_file(void *watcher) {return(NULL);}
void monitor_sound(snd_info *sp) {}

bool find_dialog_is_active(void) {return(false);}
void snd_help_back_to_top(void) {}
color_t get_in_between_color(color_t fg, color_t bg) {return(0);}
void save_find_dialog_state(FILE *fd) {}
void check_menu_labels(int key, int state, bool extended) {}
int add_channel_window(snd_info *sound, int channel, int chan_y, int insertion, widget_t main, fw_button_t arrows, bool with_events) {return(0);}
int snd_help(const char *subject, const char *help, with_word_wrap_t with_wrap) {fprintf(stdout, "%s", help); return(0);}
int snd_help_with_xrefs(const char *subject, const char *helpstr, with_word_wrap_t with_wrap, const char **xrefs, const char **urls) {return(0);}
void snd_help_append(const char *text) {fprintf(stdout, "%s", text);}
int help_text_width(const char *txt, int start, int end) {return(0);}
widget_t post_it(const char *subject, const char *str) {fprintf(stdout, "%s", str); return(0);}
void save_post_it_dialog_state(FILE *fd) {}
void reflect_just_sounds(void) {}
void reflect_save_as_src(bool val) {}
void reflect_save_as_auto_comment(bool val) {}
void reflect_save_as_sound_selection(const char *sound_name) {}
void save_file_dialog_state(FILE *fd) {}
void draw_line(graphics_context *ax, int x0, int y0, int x1, int y1) {}
void fill_rectangle(graphics_context *ax, int x0, int y0, int width, int height) {}
void fill_polygon(graphics_context *ax, int points, ...) {}
void fill_polygons(graphics_context *ax, point_t *points, int num, int y0) {}
void fill_two_sided_polygons(graphics_context *ax, point_t *points, point_t *points1, int num) {}
void draw_string(graphics_context *ax, int x0, int y0, const char *str, int len) {}
void draw_dot(graphics_context *ax, int x, int y, int size) {}
void save_colors(FILE *Fp) {}
void erase_rectangle(chan_info *cp, graphics_context *ax, int x0, int y0, int width, int height) {}
void setup_graphics_context(chan_info *cp, graphics_context *ax) {}
void draw_spectro_line(graphics_context *ax, int color, int x0, int y0, int x1, int y1) {}
void allocate_color_map(int colormap) {}
void allocate_sono_rects(int size) {}
void set_with_gl(bool val, bool dpys) {}
void set_sono_rectangle(int j, int color, int x, int y, int width, int height) {}
void draw_sono_rectangles(graphics_context *ax, int color, int jmax) {}
void draw_colored_lines(chan_info *cp, graphics_context *ax, point_t *points, int num, int *colors, int axis_y0, color_t default_color) {}
widget_t make_color_orientation_dialog(bool managed) {return(0);}
void set_color_scale(mus_float_t val) {}
void set_color_inverted(bool val) {}
void set_color_cutoff(mus_float_t val) {}
void set_spectro_hop(int val) {}
void set_spectro_x_angle(mus_float_t val) {}
void set_spectro_y_angle(mus_float_t val) {}
void set_spectro_z_angle(mus_float_t val) {}
void set_spectro_x_scale(mus_float_t val) {}
void set_spectro_y_scale(mus_float_t val) {}
void set_spectro_z_scale(mus_float_t val) {}
void set_spectrum_end(mus_float_t val) {}
void set_spectrum_start(mus_float_t val) {}
bool color_orientation_dialog_is_active(void) {return(false);}
void reflect_spectro(void) {}
void reflect_peaks_in_transform_dialog(void) {}
void reflect_log_freq_start_in_transform_dialog(void) {}
void reflect_min_db_in_transform_dialog(void) {}
void listener_append_and_prompt(const char *msg) {fprintf(stderr, "%s", msg);}
void goto_listener(void) {}
int save_listener_text(FILE *fp) {return(0);}
void append_listener_text(int end, const char *msg) {}
void listener_append(const char *msg) {fprintf(stderr, "%s", msg);}
void handle_listener(bool new_state) {}
bool listener_exists(void) {return(false);}
int listener_height(void) {return(0);}
int listener_width(void) {return(0);}
void set_button_label(int label, const char *str) {}
int g_add_to_main_menu(const char *label, int slot) {return(0);}
widget_t g_add_to_menu(int which_menu, const char *label, int callb, int position) {return(0);}
int g_remove_from_menu(int which_menu, const char *label) {return(0);}
void reflect_play_selection_stop(void) {}
int make_transform_dialog(bool managed) {return(0);}
bool transform_dialog_is_active(void) {return(false);}
void set_show_transform_peaks(bool val) {}
void set_fft_log_magnitude(bool val) {}
void set_fft_with_phases(bool val) {}
void set_fft_log_frequency(bool val) {}
void set_transform_normalization(fft_normalize_t val) {}
void set_show_selection_transform(bool show) {}
void reflect_regions_in_region_browser(void) {}
void reflect_selection_in_save_as_dialog(bool on) {}
void reflect_no_regions_in_region_browser(void) {}
int update_region_browser(bool grf_too) {return(0);}
bool region_browser_is_active(void) {return(false);}
void delete_region_and_update_browser(int n) {}
void reflect_play_region_stop(int n) {}
bool region_dialog_is_active(void) {return(false);}
void allocate_region_rows(int n) {}
void reflect_region_graph_style(void) {}
bool set_tiny_font(const char *font) {if (ss->Tiny_Font) free(ss->Tiny_Font); ss->Tiny_Font = mus_strdup(font); return(false);}
bool set_listener_font(const char *font) {if (ss->Listener_Font) free(ss->Listener_Font); ss->Listener_Font = mus_strdup(font); return(false);}
bool set_peaks_font(const char *font) {if (ss->Peaks_Font) free(ss->Peaks_Font); ss->Peaks_Font = mus_strdup(font); return(false);}
bool set_bold_peaks_font(const char *font) {if (ss->Bold_Peaks_Font) free(ss->Bold_Peaks_Font); ss->Bold_Peaks_Font = mus_strdup(font); return(false);}
bool set_axis_label_font(const char *font) {if (ss->Axis_Label_Font) free(ss->Axis_Label_Font); ss->Axis_Label_Font = mus_strdup(font); return(false);}
bool set_axis_numbers_font(const char *font) {if (ss->Axis_Numbers_Font) free(ss->Axis_Numbers_Font); ss->Axis_Numbers_Font = mus_strdup(font); return(false);}
int label_width(const char *txt, bool use_tiny_font) {return(0);}
int number_width(const char *num, bool use_tiny_font) {return(0);}
int number_height(int fnt) {return(0);}
int label_height(bool use_tiny_font) {return(0);}
int mark_name_width(const char *txt) {return(0);}
void clear_window(graphics_context *ax) {}
void set_title(const char *title) {}
void goto_window(int text) {}
void check_for_event(void) {}
void recolor_graph(chan_info *cp, bool selected) {}
void set_sensitive(int wid, bool val) {}
void set_toggle_button(int wid, bool val, bool passed, void *data) {}
int widget_height(int w) {return(0);}
int widget_width(int w) {return(0);}
void set_widget_size(int w, int width, int height) {}
int widget_x(int w) {return(0);}
int widget_y(int w) {return(0);}
void set_widget_x(int w, int x) {}
void set_widget_y(int w, int y) {}
void set_open_file_play_button(bool val) {}
int channel_w(chan_info *cp) {return(0);}
int channel_f(chan_info *cp) {return(0);}
int channel_graph(chan_info *cp) {return(0);}
bool channel_graph_is_visible(chan_info *cp) {return(false);} /* maybe this should be true? */
void change_gzy(mus_float_t val, chan_info *cp) {}
mus_float_t gsy_value(chan_info *cp) {return(0.0);}
mus_float_t gsy_size(chan_info *cp) {return(0.0);}
void initialize_scrollbars(chan_info *cp) {}
void set_z_scrollbars(chan_info *cp, axis_info *ap) {}
void resize_sx(chan_info *cp) {}
void resize_sy(chan_info *cp) {}
void resize_sy_and_zy(chan_info *cp) {}
void resize_sx_and_zx(chan_info *cp) {}
void channel_open_pane(chan_info *cp) {}
void reflect_edit_history_change(chan_info *cp) {}
void reflect_edit_counter_change(chan_info *cp) {}
void set_peak_numbers_font(chan_info *cp, graphics_context *ax) {}
void set_bold_peak_numbers_font(chan_info *cp, graphics_context *ax) {}
void set_tiny_numbers_font(chan_info *cp, graphics_context *ax) {}
color_t get_foreground_color(graphics_context *ax) {return(0);}
void set_foreground_color(graphics_context *ax, int color) {}
void change_channel_style(snd_info *sp, channel_style_t new_style) {}
void cleanup_cw(chan_info *cp) {}
void set_status(snd_info *sp, const char *str, bool update) {if ((str) && (*str)) fprintf(stderr, "%s", str);}
void snd_info_cleanup(snd_info *sp) {}
void toggle_expand_button(snd_info *sp, bool state) {}
void toggle_contrast_button(snd_info *sp, bool state) {}
void toggle_reverb_button(snd_info *sp, bool state) {}
void toggle_filter_button(snd_info *sp, bool state) {}
void toggle_direction_arrow(snd_info *sp, bool state) {}
void filter_env_changed(snd_info *sp, env *e) {}
void set_play_button(snd_info *sp, bool val) {}
void play_button_pause(bool pausing) {}
void syncb(snd_info *sp, int on) {sp->sync = on; if (on > ss->sound_sync_max) ss->sound_sync_max = on;}
void show_lock(snd_info *sp) {}
void hide_lock(snd_info *sp) {}
void start_bomb(snd_info *sp) {}
void stop_bomb(snd_info *sp) {}
void set_sound_pane_file_label(snd_info *sp, const char *str) {}
void reflect_sound_selection(snd_info *sp) {}
void show_controls(snd_info *sp) {}
void hide_controls(snd_info *sp) {}
bool showing_controls(snd_info *sp) {return(false);}
void start_progress_report(chan_info *cp) {}
void finish_progress_report(chan_info *cp) {}
void progress_report(chan_info *cp, mus_float_t pct) {}
char *get_file_dialog_sound_attributes(file_data *fdat, int *srate, int *chans, mus_header_t *header_type, 
				       mus_sample_t *sample_type, mus_long_t *location, mus_long_t *samples, int min_chan) {return(NULL);}
widget_t make_new_file_dialog(bool managed) {return(0);}
int edit_header(snd_info *sp) {return(0);}
void save_edit_header_dialog_state(FILE *fd) {}
widget_t make_selection_save_as_dialog(bool managed) {return(0);}
widget_t make_region_save_as_dialog(bool managed) {return(0);}
widget_t make_sound_save_as_dialog(bool managed) {return(0);}
widget_t make_file_print_dialog(bool managed, bool direct_to_printer) {return(0);}
axis_info *enved_make_axis(const char *name, graphics_context *ax, int ex0, int ey0, int width, int height, 
			   mus_float_t xmin, mus_float_t xmax, mus_float_t ymin, mus_float_t ymax, printing_t printing) {return(NULL);}
void display_enved_env_with_selection(env *e, const char *name, int x0, int y0, int width, int height, bool dots, printing_t printing) {}
void set_enved_redo_sensitive(bool val) {}
void set_enved_revert_sensitive(bool val) {}
void set_enved_undo_sensitive(bool val) {}
void set_enved_save_sensitive(bool val) {}
void set_enved_show_sensitive(bool val) {}
void enved_reflect_selection(bool on) {}
void make_scrolled_env_list(void) {}
void enved_reflect_peak_env_completion(snd_info *sp) {}
void new_active_channel_alert(void) {}
void env_redisplay(void) {}
void env_redisplay_with_print(void) {}
void update_enved_background_waveform(chan_info *cp) {}
int create_envelope_editor(void) {return(0);}
void set_enved_clipping(bool val) {}
void reflect_enved_style(void) {}
void set_enved_base(mus_float_t val) {}
void set_enved_target(enved_target_t val) {}
void set_enved_with_wave(bool val) {}
void set_enved_in_dB(bool val) {}
bool enved_dialog_is_active(void) {return(false);}
void set_enved_filter_order(int order) {}
widget_t make_open_file_dialog(read_only_t read_only, bool managed) {return(0);}
widget_t make_mix_file_dialog(bool managed) {return(0);}
widget_t make_insert_file_dialog(bool managed) {return(0);}
void clear_listener(void) {}
int menu_widget(int which_menu) {return(0);}
void get_current_color(int colormap, int j, rgb_t *r, rgb_t *g, rgb_t *b) {}
void set_filter_text(snd_info *sp, const char *str) {}
void display_filter_env(snd_info *sp) {}
void reflect_mix_change(int mix_id) {}
int make_mix_dialog(void) {return(0);}
void reflect_mix_play_stop(void) {}
void set_mix_color(int color) {}
int mix_dialog_mix(void) {return(0);}
void mix_dialog_set_mix(int id) {}
void set_fft_window_alpha(mus_float_t val) {in_set_fft_window_alpha(val);}
void set_fft_window_beta(mus_float_t val) {in_set_fft_window_beta(val);}
void set_transform_size(mus_long_t val) {in_set_transform_size(val);}
void set_fft_window(mus_fft_window_t val) {in_set_fft_window(val);}
void set_transform_type(int val) {in_set_transform_type(val);}
void set_wavelet_type(int val) {in_set_wavelet_type(val);}
void make_transform_type_list(void) {}
void set_transform_graph_type(graph_type_t val) {in_set_transform_graph_type(val);}
void set_amp(snd_info *sp, mus_float_t val) {sp->amp_control = val;}
void set_expand(snd_info *sp, mus_float_t val) {sp->expand_control = val;}
void set_contrast(snd_info *sp, mus_float_t val) {sp->contrast_control = val;}
void set_speed(snd_info *sp, mus_float_t val) {sp->speed_control = val;}
void set_revlen(snd_info *sp, mus_float_t val) {sp->reverb_control_length = val;}
void set_revscl(snd_info *sp, mus_float_t val) {sp->reverb_control_scale = val;}
void set_filter_order(snd_info *sp, int val) {sp->filter_control_order = val;}
void set_filter_in_dB(snd_info *sp, bool val) {sp->filter_control_in_dB = val;}
void set_filter_in_hz(snd_info *sp, bool val) {sp->filter_control_in_hz = val;}
void post_basic_popup_menu(void *ev) {}
void post_lisp_popup_menu(void *ev) {}
void post_fft_popup_menu(void *ev) {}
void post_selection_popup_menu(void *ev) {}
void ensure_scrolled_window_row_visible(widget_t list, int pos, int num_rows) {}
widget_t make_preferences_dialog(void) {return(NULL_WIDGET);}
void update_sound_label(snd_info *sp) {}

void auto_update_restart(void) {}

snd_info *add_sound_window(char *filename, read_only_t read_only, file_info *hdr)
{
  snd_info *sp;
  int snd_slot, nchans, i;
  bool free_filename = false;

  if (ss->translated_filename) 
    {
      filename = ss->translated_filename;
      free_filename = true;
      ss->translated_filename = NULL;
    }

  nchans = hdr->chans;
  if (nchans <= 0) nchans = 1;

  if (nchans > MUS_MAX_CHANS)
    {
      /* either a screwed up header, or Snd was built with wrong endianess */
      /* this kind of error is trapped by raw_data_explanation in make_file_info in the motif/gtk cases */
      fprintf(stderr, "%s has %d channels? ", filename, nchans);
      if (mus_char_to_bint((unsigned char *)&nchans) < 8)
	fprintf(stderr, "byte swap problem: chans should be %d", mus_char_to_bint((unsigned char *)&nchans));
      if (mus_char_to_lint((unsigned char *)&nchans) < 8)
	fprintf(stderr, "byte swap problem: chans should be %d", mus_char_to_lint((unsigned char *)&nchans));
      nchans = 1; /* ?? */
    }

  snd_slot = find_free_sound_slot(nchans); /* expands sound list if needed */
  ss->sounds[snd_slot] = make_snd_info(ss->sounds[snd_slot], filename, hdr, snd_slot, read_only);
  sp = ss->sounds[snd_slot];

  sp->write_date = file_write_date(filename); /* needed early in this process by the peak-env handlers */
  for (i = 0; i < nchans; i++) sp->chans[i] = make_chan_info(sp->chans[i], i, sp);
  add_sound_data(filename, sp, WITHOUT_GRAPH);
  after_open(sp);

  if (free_filename) free(filename);
  return(sp);
}


static char **auto_open_file_names = NULL;
static int auto_open_files = 0;
static bool noglob = false, noinit = false, nostdin = false;

#ifndef _MSC_VER
#include <setjmp.h>

static jmp_buf top_level_jump;
void top_level_catch(int ignore);
void top_level_catch(int ignore)
{
  longjmp(top_level_jump, 1);
}
#endif


#define FALLBACK_FONT "9x15"
static Xen colormap_temp[16]; /* static for Ruby's sake */

void snd_doit(int argc, char **argv)
{
  static int auto_open_ctr = 0;
  int i;
  ss->axis_color_set = false;

#if HAVE_SCHEME
  xen_s7_set_repl_prompt("snd> ");
#endif

  Xen_define_variable("black-and-white-colormap", colormap_temp[0], C_int_to_Xen_integer(0));
  Xen_define_variable("gray-colormap",            colormap_temp[1], C_int_to_Xen_integer(1));
  Xen_define_variable("hot-colormap",             colormap_temp[2], C_int_to_Xen_integer(2));
  Xen_define_variable("cool-colormap",            colormap_temp[3], C_int_to_Xen_integer(3));
  Xen_define_variable("bone-colormap",            colormap_temp[4], C_int_to_Xen_integer(4));
  Xen_define_variable("copper-colormap",          colormap_temp[5], C_int_to_Xen_integer(5));
  Xen_define_variable("pink-colormap",            colormap_temp[6], C_int_to_Xen_integer(6));
  Xen_define_variable("jet-colormap",             colormap_temp[7], C_int_to_Xen_integer(7));
  Xen_define_variable("prism-colormap",           colormap_temp[8], C_int_to_Xen_integer(8));
  Xen_define_variable("autumn-colormap",          colormap_temp[9], C_int_to_Xen_integer(9));
  Xen_define_variable("winter-colormap",          colormap_temp[10], C_int_to_Xen_integer(10));
  Xen_define_variable("spring-colormap",          colormap_temp[11], C_int_to_Xen_integer(11));
  Xen_define_variable("summer-colormap",          colormap_temp[12], C_int_to_Xen_integer(12));
  Xen_define_variable("rainbow-colormap",         colormap_temp[13], C_int_to_Xen_integer(13));
  Xen_define_variable("flag-colormap",            colormap_temp[14], C_int_to_Xen_integer(14));
  Xen_define_variable("phases-colormap",          colormap_temp[15], C_int_to_Xen_integer(15));

#if HAVE_SCHEME
  Xen_eval_C_string("(define " S_color_hook " (make-hook))");
  Xen_eval_C_string("(define " S_drop_hook " (make-hook 'name))");
  Xen_eval_C_string("(define " S_listener_click_hook " (make-hook 'position)) ");
  Xen_eval_C_string("(define " S_mouse_enter_graph_hook " (make-hook 'snd 'chn))");
  Xen_eval_C_string("(define " S_mouse_enter_label_hook " (make-hook 'type 'position 'label))");
  Xen_eval_C_string("(define " S_mouse_enter_listener_hook " (make-hook 'widget))");
  Xen_eval_C_string("(define " S_mouse_enter_text_hook " (make-hook 'widget))");
  Xen_eval_C_string("(define " S_mouse_leave_graph_hook " (make-hook 'snd 'chn))");
  Xen_eval_C_string("(define " S_mouse_leave_label_hook " (make-hook 'type 'position 'label))");
  Xen_eval_C_string("(define " S_mouse_leave_listener_hook " (make-hook 'widget))");
  Xen_eval_C_string("(define " S_mouse_leave_text_hook " (make-hook 'widget))");
  Xen_eval_C_string("(define " S_new_widget_hook " (make-hook 'widget))");
  Xen_eval_C_string("(define " S_orientation_hook " (make-hook))");

  Xen_eval_C_string("(define " S_copy_context " 0)");
  Xen_eval_C_string("(define " S_cursor_context " 3)");
  Xen_eval_C_string("(define " S_lisp_graph " 2)");
  Xen_eval_C_string("(define " S_mark_context " 4)");
  Xen_eval_C_string("(define " S_selection_context " 2)");
  Xen_eval_C_string("(define " S_time_graph " 0)");
  Xen_eval_C_string("(define " S_transform_graph " 1)");

  Xen_eval_C_string("(define " S_basic_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_colormap " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_colormap_size " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_cursor_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_data_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_enved_envelope " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_enved_filter " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_enved_waveform_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_filter_control_waveform_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_graph_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_graph_cursor " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_listener_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_listener_text_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_axis_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_mark_color " (dilambda (lambda args #f) (lambda args #f)))");
  Xen_eval_C_string("(define " S_mix_color " (dilambda (lambda args #f) (lambda args #f)))");
  Xen_eval_C_string("(define " S_combined_data_color " (dilambda (lambda args #f) (lambda args #f)))");
  Xen_eval_C_string("(define " S_position_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_foreground_color " (dilambda (lambda args #f) (lambda args (car args))))");
  Xen_eval_C_string("(define " S_sash_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_selected_data_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_selected_graph_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_text_focus_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_x_axis_label " (dilambda (lambda args \"\") (lambda args \"\")))");
  Xen_eval_C_string("(define " S_y_axis_label " (dilambda (lambda args \"\") (lambda args \"\")))");
  Xen_eval_C_string("(define " S_zoom_color " (dilambda (lambda () #f) (lambda (val) val)))");
  Xen_eval_C_string("(define " S_widget_size " (dilambda (lambda (w) #f) (lambda (w val) val)))");
  Xen_eval_C_string("(define " S_widget_position " (dilambda (lambda (w) #f) (lambda (w val) val)))");

  Xen_eval_C_string("(define (" S_axis_info " . args) #f)");
  Xen_eval_C_string("(define (" S_channel_widgets " . args) #f)");
  Xen_eval_C_string("(define (" S_is_color " obj) #f)");
  Xen_eval_C_string("(define (" S_color_to_list " obj) #f)");
  Xen_eval_C_string("(define (" S_is_colormap " obj) #f)");
  Xen_eval_C_string("(define (" S_current_font " . args) #f)");
  Xen_eval_C_string("(define (" S_dialog_widgets ") #f)");
  Xen_eval_C_string("(define (" S_graph_data " . args) #f)");

  Xen_eval_C_string("(define (" S_in " . args) #f)"); 
  Xen_eval_C_string("(define (" S_main_widgets ") #f)");
  Xen_eval_C_string("(define (" S_make_color " . args) #f)");
  Xen_eval_C_string("(define (" S_make_graph_data " . args) #f)");
  Xen_eval_C_string("(define (" S_menu_widgets " . args) #f)");
  Xen_eval_C_string("(define (" S_reset_listener_cursor ") #f)");
  Xen_eval_C_string("(define (" S_sound_widgets " . args) #f)");
  Xen_eval_C_string("(define (" S_view_regions_dialog " . args) #f)");
  Xen_eval_C_string("(define (" S_find_dialog " . args) #f)");
  Xen_eval_C_string("(define (" S_widget_text " . args) \"\")");
  Xen_eval_C_string("(define (" S_goto_listener_end ") #f)");
  Xen_eval_C_string("(define (" S_y_to_position " . args) #f)");
  Xen_eval_C_string("(define (" S_x_to_position " . args) #f)");
  Xen_eval_C_string("(define (" S_snd_gcs " . args) #f)");
  Xen_eval_C_string("(define (" S_show_widget " . args) #f)");
  Xen_eval_C_string("(define (" S_position_to_y " . args) #f)");
  Xen_eval_C_string("(define (" S_position_to_x " . args) #f)");
  Xen_eval_C_string("(define (" S_listener_selection " . args) #f)");
  Xen_eval_C_string("(define (" S_hide_widget " arg) #f)");
  Xen_eval_C_string("(define (" S_focus_widget " arg) #f)");
  Xen_eval_C_string("(define (" S_fill_rectangle " . args) #f)");
  Xen_eval_C_string("(define (" S_fill_polygon " . args) #f)");
  Xen_eval_C_string("(define (" S_draw_string " . args) #f)");
  Xen_eval_C_string("(define (" S_draw_lines " . args) #f)");
  Xen_eval_C_string("(define (" S_draw_line " . args) #f)");
  Xen_eval_C_string("(define (" S_draw_dots " . args) #f)");
  Xen_eval_C_string("(define (" S_draw_dot " . args) #f)");
  Xen_eval_C_string("(define (" S_draw_axes " . args) #f)");
  Xen_eval_C_string("(define (" S_delete_colormap " . args) #f)");
  Xen_eval_C_string("(define (" S_colormap_ref " . args) #f)");
  Xen_eval_C_string("(define (" S_colormap_name " arg) #f)");
  Xen_eval_C_string("(define (" S_add_colormap " . args) #f)");

  Xen_eval_C_string("(define " S_x_bounds " (dilambda (lambda args #f) (lambda args #f)))");
  Xen_eval_C_string("(define " S_y_bounds " (dilambda (lambda args #f) (lambda args #f)))");
#endif

#if HAVE_RUBY
  Xen_eval_C_string("def axis_info (s, c, a) false end");
  Xen_eval_C_string("def channel_widgets (s, c) false end");
  Xen_eval_C_string("def color? (a) false end");
  Xen_eval_C_string("def color_to_list (a) false end");
  Xen_eval_C_string("def current_font () false end");
  Xen_eval_C_string("def dialog_widgets () false end");
  Xen_eval_C_string("def enved_filter () false end");
  Xen_eval_C_string("def main_widgets (s) false end");
  Xen_eval_C_string("def make_color (r, g, b) false end");
  Xen_eval_C_string("def menu_widgets (s) false end");
  Xen_eval_C_string("def reset_listener_cursor () false end");
  Xen_eval_C_string("def sound_widgets (s) false end");
  Xen_eval_C_string("def view_regions_dialog () false end");
  Xen_eval_C_string("def find_dialog () false end");
  Xen_eval_C_string("def x_axis_label () false end");
  Xen_eval_C_string("def y_axis_label () false end");

  Xen_eval_C_string("def basic_color () false end");
  Xen_eval_C_string("def set_basic_color (a) false end");
  Xen_eval_C_string("def colormap () false end");
  Xen_eval_C_string("def set_colormap (a) false end");
  Xen_eval_C_string("def colormap_size () false end");
  Xen_eval_C_string("def set_colormap_size (a) false end");
  Xen_eval_C_string("def cursor_color () false end");
  Xen_eval_C_string("def set_cursor_color (a) false end");
  Xen_eval_C_string("def data_color () false end");
  Xen_eval_C_string("def set_data_color (a) false end");
  Xen_eval_C_string("def enved_envelope () false end");
  Xen_eval_C_string("def set_enved_envelope (a) false end");
  Xen_eval_C_string("def enved_waveform_color () false end");
  Xen_eval_C_string("def set_enved_waveform_color (a) false end");
  Xen_eval_C_string("def filter_control_waveform_color () false end");
  Xen_eval_C_string("def set_filter_control_waveform_color (a) false end");
  Xen_eval_C_string("def graph_color () false end");
  Xen_eval_C_string("def set_graph_color (a) false end");
  Xen_eval_C_string("def graph_cursor () false end");
  Xen_eval_C_string("def set_graph_cursor (a) false end");
  Xen_eval_C_string("def listener_color () false end");
  Xen_eval_C_string("def set_listener_color (a) false end");
  Xen_eval_C_string("def listener_text_color () false end");
  Xen_eval_C_string("def set_listener_text_color (a) false end");
  Xen_eval_C_string("def mark_color () false end");
  Xen_eval_C_string("def set_mark_color (m) false end");
  Xen_eval_C_string("def mix_color () false end");
  Xen_eval_C_string("def set_mix_color (m) false end");
  Xen_eval_C_string("def combined_data_color (a, b) false end");
  Xen_eval_C_string("def set_combined_data_color (a, b, c) false end");
  Xen_eval_C_string("def position_color () false end");
  Xen_eval_C_string("def set_position_color (a) false end");
  Xen_eval_C_string("def foreground_color () false end");
  Xen_eval_C_string("def set_foreground_color (a) false end");
  Xen_eval_C_string("def sash_color () false end");
  Xen_eval_C_string("def set_sash_color (a) false end");
  Xen_eval_C_string("def selected_data_color () false end");
  Xen_eval_C_string("def set_selected_data_color (a) false end");
  Xen_eval_C_string("def selected_graph_color () false end");
  Xen_eval_C_string("def set_selected_graph_color (a) false end");
  Xen_eval_C_string("def text_focus_color () false end");
  Xen_eval_C_string("def set_text_focus_color (a) false end");
  Xen_eval_C_string("def zoom_color () false end");
  Xen_eval_C_string("def set_zoom_color (a) false end");
  Xen_eval_C_string("def widget_size () false end");
  Xen_eval_C_string("def set_widget_size (a) false end");
  Xen_eval_C_string("def widget_position () false end");
  Xen_eval_C_string("def set_widget_position (a) false end");
  Xen_eval_C_string("def colormap? (a) false end");
  Xen_eval_C_string("def in (a, b) false end");
  Xen_eval_C_string("def widget_text (a) false end");

  Xen_eval_C_string("def y2position (a) false end");
  Xen_eval_C_string("def x2position (a) false end");
  Xen_eval_C_string("def position2y (a) false end");
  Xen_eval_C_string("def position2x (a) false end");
  Xen_eval_C_string("def snd_gcs (a) false end");
  Xen_eval_C_string("def show_widget (a) false end");
  Xen_eval_C_string("def listener_selection (a) false end");
  Xen_eval_C_string("def hide_widget (a) false end");
  Xen_eval_C_string("def focus_widget (a) false end");
  Xen_eval_C_string("def fill_rectangle (a) false end");
  Xen_eval_C_string("def fill_polygon (a) false end");
  Xen_eval_C_string("def draw_string (a) false end");
  Xen_eval_C_string("def draw_lines (a) false end");
  Xen_eval_C_string("def draw_line (a) false end");
  Xen_eval_C_string("def draw_dots (a) false end");
  Xen_eval_C_string("def draw_dot (a) false end");
  Xen_eval_C_string("def draw_axes (a) false end");
  Xen_eval_C_string("def delete_colormap (a) false end");
  Xen_eval_C_string("def colormap_ref (a) false end");
  Xen_eval_C_string("def colormap_name (a) false end");
  Xen_eval_C_string("def add_colormap (a) false end");

  Xen_eval_C_string("def make_graph_data (a, b, c) false end");
  Xen_eval_C_string("def graph_data (a, b, c) false end");

  Xen_eval_C_string("$drop_hook = false");
  Xen_eval_C_string("$listener_click_hook = false");
  Xen_eval_C_string("$mouse_enter_graph_hook = false");
  Xen_eval_C_string("$mouse_enter_label_hook = false");
  Xen_eval_C_string("$mouse_enter_listener_hook = false");
  Xen_eval_C_string("$mouse_enter_text_hook = false");
  Xen_eval_C_string("$mouse_leave_graph_hook = false");
  Xen_eval_C_string("$mouse_leave_label_hook = false");
  Xen_eval_C_string("$mouse_leave_listener_hook = false");
  Xen_eval_C_string("$mouse_leave_text_hook = false");
  Xen_eval_C_string("$new_widget_hook = false");
  Xen_eval_C_string("$orientation_hook = false");

  Xen_eval_C_string("Copy_context = 0");
  Xen_eval_C_string("Cursor_context = 3");
  Xen_eval_C_string("Lisp_graph = 2");
  Xen_eval_C_string("Mark_context = 4");
  Xen_eval_C_string("Selection_context = 2");
  Xen_eval_C_string("Time_graph = 0");
  Xen_eval_C_string("Transform_graph = 1");

  Xen_eval_C_string("def x_bounds (s, c, a) false end");
  Xen_eval_C_string("def set_x_bounds (s, c, ax, a) false end");
  Xen_eval_C_string("def y_bounds (s, c, a) false end");
  Xen_eval_C_string("def set_y_bounds (s, c, ax, a) false end");
#endif

#if HAVE_FORTH
  Xen_eval_C_string("\
0 #f create-hook " S_color_hook "\n\
1 #f create-hook " S_drop_hook "\n\
1 #f create-hook " S_listener_click_hook "\n\
2 #f create-hook " S_mouse_enter_graph_hook "\n\
3 #f create-hook " S_mouse_enter_label_hook "\n\
1 #f create-hook " S_mouse_enter_listener_hook "\n\
1 #f create-hook " S_mouse_enter_text_hook "\n\
2 #f create-hook " S_mouse_leave_graph_hook "\n\
3 #f create-hook " S_mouse_leave_label_hook "\n\
1 #f create-hook " S_mouse_leave_listener_hook "\n\
1 #f create-hook " S_mouse_leave_text_hook "\n\
1 #f create-hook " S_new_widget_hook "\n\
0 #f create-hook " S_orientation_hook "\n");

  Xen_eval_C_string("\
0 constant " S_copy_context "\n\
3 constant " S_cursor_context "\n\
2 constant " S_lisp_graph "\n\
4 constant " S_mark_context "\n\
2 constant " S_selection_context "\n\
0 constant " S_time_graph "\n\
1 constant " S_transform_graph "\n");

  Xen_eval_C_string("\
: " S_basic_color " #f ;\n\
: set-" S_basic_color " { a } #f ;\n\
: " S_colormap " #f ;\n\
: set-" S_colormap " { a } #f ;\n\
: " S_colormap_size " #f ;\n\
: set-" S_colormap_size " { a } #f ;\n\
: " S_cursor_color " #f ;\n\
: set-" S_cursor_color " { a } #f ;\n\
: " S_data_color " #f ;\n\
: set-" S_data_color " { a } #f ;\n\
: " S_enved_envelope " #f ;\n\
: set-" S_enved_envelope " { a } #f ;\n\
: " S_enved_filter " #f ;\n\
: set-" S_enved_filter " { a } #f ;\n\
: " S_enved_waveform_color " #f ;\n\
: set-" S_enved_waveform_color " { a } #f ;\n\
: " S_filter_control_waveform_color " #f ;\n\
: set-" S_filter_control_waveform_color " { a } #f ;\n\
: " S_graph_color " #f ;\n\
: set-" S_graph_color " { a } #f ;\n\
: " S_graph_cursor " #f ;\n\
: set-" S_graph_cursor " { a } #f ;\n\
: " S_listener_color " #f ;\n\
: set-" S_listener_color " { a } #f ;\n\
: " S_listener_text_color " #f ;\n\
: set-" S_listener_text_color " { a } #f ;\n\
: " S_mark_color " #f ;\n\
: set-" S_mark_color " { a } #f ;\n\
: " S_mix_color " #f ;\n\
: set-" S_mix_color " { a } #f ;\n\
: " S_combined_data_color " #f ;\n\
: set-" S_combined_data_color " { a } #f ;\n\
: " S_position_color " #f ;\n\
: set-" S_position_color " { a } #f ;\n\
: " S_sash_color " #f ;\n\
: set-" S_sash_color " { a } #f ;\n\
: " S_selected_data_color " #f ;\n\
: set-" S_selected_data_color " { a } #f ;\n\
: " S_selected_graph_color " #f ;\n\
: set-" S_selected_graph_color " { a } #f ;\n\
: " S_text_focus_color " #f ;\n\
: set-" S_text_focus_color " { a } #f ;\n\
: " S_x_axis_label " #f ;\n\
: set-" S_x_axis_label " { a } #f ;\n\
: " S_y_axis_label " #f ;\n\
: set-" S_y_axis_label " { a } #f ;\n\
: " S_zoom_color " #f ;\n\
: set-" S_zoom_color " { a } #f ;\n\
: " S_axis_info " { s c a } #f ;\n\
: " S_x_bounds " { s c a } #f ;\n\
: set-" S_x_bounds " { a } #f ;\n\
: " S_y_bounds " { s c a } #f ;\n\
: set-" S_y_bounds " { a } #f ;\n\
: " S_channel_widgets " { s c } #f ;\n\
: " S_is_color " { a } #f ;\n\
: " S_color_to_list " { a } #f ;\n\
: " S_is_colormap " { a } #f ;\n\
: " S_current_font " #f ;\n\
: " S_dialog_widgets " #f ;\n\
: " S_focus_widget " #f ;\n\
: " S_graph_data " { a b c } #f ;\n\
: " S_in " { a b } #f ;\n\
: " S_main_widgets " { s } #f ;\n\
: " S_make_color " { r g b } #f ;\n\
: " S_make_graph_data " { a b c } #f ;\n\
: " S_menu_widgets " { s } #f ;\n\
: " S_reset_listener_cursor " #f ;\n\
: " S_sound_widgets " { s } #f ;\n\
: " S_view_regions_dialog " #f ;\n\
: " S_widget_text " { a } #f ;\n\
: " S_goto_listener_end " #f ;\n");
#endif

  set_peaks_font(FALLBACK_FONT);
  set_tiny_font(FALLBACK_FONT);
  set_bold_peaks_font(FALLBACK_FONT);
  set_axis_label_font(FALLBACK_FONT);
  set_axis_numbers_font(FALLBACK_FONT);
  set_listener_font(FALLBACK_FONT);
  ss->startup_title = mus_strdup("snd");

  for (i = 1; i < argc; i++)
    {
      if (mus_strcmp(argv[i], "-noglob"))
	noglob = true;
      else
	if (mus_strcmp(argv[i], "-noinit"))
	  noinit = true;
	else
	  if (mus_strcmp(argv[i], "-nostdin"))
	    nostdin = true;
	  else
	    if ((mus_strcmp(argv[i], "-b")) || (mus_strcmp(argv[i], "-batch")))
	      ss->batch_mode = true;
	    else
	      if (mus_strcmp(argv[i], "--features")) /* testing (compsnd) */
		check_features_list(argv[i + 1]);
    }
  snd_load_init_file(noglob, noinit);

#if (!_MSC_VER) && !__MINGW32__ 
  signal(SIGTTIN, SIG_IGN);
  signal(SIGTTOU, SIG_IGN);
#endif

#ifndef _MSC_VER
  if (setjmp(top_level_jump))
    {
      if (!(ss->jump_ok))
	snd_error_without_format("Caught top level error (will try to continue):\n");
      else ss->jump_ok = false;
    }
  else
    {
#endif

  auto_open_files = argc - 1;
  if (argc > 1) auto_open_file_names = (char **)(argv + 1);
  while (auto_open_ctr < auto_open_files)
    auto_open_ctr = handle_next_startup_arg(auto_open_ctr, auto_open_file_names, false, auto_open_files);

#ifndef _MSC_VER
    }
#endif

  if ((ss->sounds) && (ss->sounds[0]) && ((ss->sounds[0])->inuse == SOUND_NORMAL))
    select_channel(ss->sounds[0], 0);

#if HAVE_SCHEME && (!defined(__sun))

  if (!nostdin)
    {
      s7_load(s7, "repl.scm");
      if ((listener_prompt(ss)) && (strcmp(listener_prompt(ss), DEFAULT_LISTENER_PROMPT) != 0))
	s7_eval_c_string(s7, "(set! (*repl* 'prompt)                \
                                  (lambda (num)				\
                                    (with-let (sublet (*repl* 'repl-let) :num num)  \
			              (set! prompt-string (format #f \"(~D)~A\" num *listener-prompt*)) \
			              (set! prompt-length (length prompt-string)))))");
      s7_eval_c_string(s7, "((*repl* 'run))");
    }
#else
  if (!nostdin)
    xen_repl(1, argv);
#endif
}