[Ardour-Dev] OSC
Stefan Kreitmayer
stefankreitmayer at gmx.de
Tue Sep 11 02:05:52 PDT 2007
hello list,
i would like to help develop ardour's osc support further,
so i'm trying to understand what is currently there.
when trying out the implemented messages, i found that
(at least on my system) some of them work, and others lead to a crash.
_________________________________________________________
here is the error message in case of a crash:
programming error: no Ardour-UI request buffer found for thread unknown
subgraph starting at ardour timed out (subgraph_wait_fd=13, status = 0,
state = Triggered)
**** alsa_pcm: xrun of at least 58.774 msecs
cannot read event response from client [ardour] (Connection reset by peer)
Aborted (core dumped)
________________________________________________________
and here is a list of which messages work and which don't
/ardour/add_marker", "" --> crash
/ardour/loop_toggle", "" --> OK
/ardour/goto_start", "" --> OK
/ardour/goto_end", "" --> OK
/ardour/rewind", "" --> OK
/ardour/ffwd", "" --> OK
/ardour/transport_stop", "" --> OK
/ardour/transport_play", "" --> OK
/ardour/set_transport_speed", "f" --> OK
/ardour/save_state", "", --> crash
/ardour/prev_marker", "" --> OK
/ardour/next_marker", "" --> OK
/ardour/undo", "" --> crash
/ardour/redo", "" --> crash
/ardour/toggle_punch_in", "" --> crash
/ardour/toggle_punch_out", "" --> crash
/ardour/rec_enable_toggle", "" --> crash
/ardour/toggle_all_rec_enables", "" --> crash
i'm using ardour 2.0.5 built from source
More information about the Ardour-Dev
mailing list