hey:
i'm looking for an implementation of seq for OSX pD - or any solution for loading and playing MIDI files. . .
i've been looking at xeq, but if i'm correct, that's only for linux?
thanks for any help.
eric
hi eric,
afair, there is an osx build of cyclone, with an unfinished seq clone inside. It is lacking some features, but loading and playing is there, more or less (including format-1 midi files). At least, it apparently worked in a few simple imported max patches I have tried.
Other than that, it is totally untested, though. Someone reported memory corruption probs, but did not bother to give any details, and I did not bother to investigate back then. Xeq is much more useful...
k
eric gunther wrote:
hey:
i'm looking for an implementation of seq for OSX pD - or any solution for loading and playing MIDI files. . .
i've been looking at xeq, but if i'm correct, that's only for linux?
just downloaded the latest cvs.
on linux [gentoo], it chokes on alsa parts.
-august.
PS: I haven't been paying attention lately. Is there a bugreporting system for PD?
gcc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DUSEAPI_PORTAUDIO -DPA_USE_OSS -DPA_LITTLE_ENDIAN -DUSEAPI_OSS -I../portaudio/pa_common -I../portaudio/pablio -I../portaudio/portmidi-macosx -Werror -DPA_USE_ALSA -DUSEAPI_ALSA -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/s_audio_alsa.o s_audio_alsa.c
cc1: warnings being treated as errors
s_audio_alsa.c: In function alsa_open_audio': s_audio_alsa.c:218: warning: passing arg 3 of
snd_pcm_hw_params_set_period_size_near' makes pointer from integer
without a cast
s_audio_alsa.c:224: warning: passing arg 3 of
snd_pcm_hw_params_set_periods_near' makes pointer from integer without a cast s_audio_alsa.c:228: warning: passing arg 3 of
snd_pcm_hw_params_set_buffer_size_near' makes pointer from integer
without a cast
s_audio_alsa.c:326: warning: passing arg 3 of
snd_pcm_hw_params_set_period_size_near' makes pointer from integer without a cast s_audio_alsa.c:331: warning: passing arg 3 of
snd_pcm_hw_params_set_periods_near' makes pointer from integer without a
cast
s_audio_alsa.c:335: warning: passing arg 3 of
`snd_pcm_hw_params_set_buffer_size_near' makes pointer from integer
without a cast
make: *** [s_audio_alsa.o] Error 1