alsa-midi for FreeBSD

Just porting the software probably isn't the problem. The biggest problem will be the lack of drivers for midi hardware on FreeBSD.
 
paradox said:
and driver too
but only midi system
without alsa sound

yes i can do it

You can add MIDI support info FreeBSD's OSS, taht would be very nice, ALSA is persona non grata in BSD world.
 
paradox said:
I know it
but so far I wonder how many people need this

People on the BSD land (maybe) need MIDI for OSS, but I'm sure they do noe want anything related to ALSA, ALSA is shit and Linux people should at last admit that and continue sound architecture development on OSS, but they do not want to ...

All UNIX systems use OSS, Linux sticks with (broken by design) ALSA, very mature ...

Really, no offence mate, but if you want to do anything with ALSA on FreeBSD (or any other BSD) you will fail, but as I stated before, MIDI support for OSS would be very appriciated.
 
vermaden said:
People on the BSD land (maybe) need MIDI for OSS, but I'm sure they do noe want anything related to ALSA, ALSA is shit and Linux people should at last admit that and continue sound architecture development on OSS, but they do not want to ...

All UNIX systems use OSS, Linux sticks with (broken by design) ALSA, very mature ...

Really, no offence mate, but if you want to do anything with ALSA on FreeBSD (or any other BSD) you will fail, but as I stated before, MIDI support for OSS would be very appriciated.

ALSA for FreeBSD only use Linux programs to work with midi...
 
vermaden
I porting is possible in the future (I have yet to plan), only midi-alsa system without all linux-alsa
 
alsa-midi consists of a library(alsa-midi-lib) and drivers(alsa-midi-driver) for the exchange of messages between applications midi

therefore, some alsa libraries will not be enough
 
paradox said:
Really? As long as it can record notes from a master keyboard, edit them with a mouse, and playback to hardware synthesizers and expanders, it would be fine for me. If support for hardware MIDI I/O has been dropped, is it at least able to send/receive MIDI bytes to/from a serial port ? I already have a MIDI<->serial interface. It is a homemade baud rate converter with 8052-family MCU and RS-232 + MIDI interfaces, that works under Windoze with Yamaha CBX driver.
 
jack midi would be the way

paradox said:
i can port the modules alsa-midi for freebsd
Who is it interesting?

I think it would be a lot less work to add jack midi to rosegarden et al. Jack midi works fine with snd_uaudio and jack_umidi, see for example qsynth or the upcoming Ardour3 which is quite nice.

I'm currently looking at freewheeling, and there it seems that adding jack support is relatively simple. Although I now have sooperlooper up and running so I'm less inclined to invest the work in fweein.

Since you need jack for any serious audio work in the *ix world this seems to me the most useful and future proof way. Do you really want to keep alsa midi up to date? Jack midi might be taken up by the community, thera are people disliking alsa even in the linux world.

Cheers, Mathias
 
If you can get MIDI drivers working in FreeBSD's OSS implementation, great! Have a look at the existing ports of the ALSA userland libraries (audio/alsa-lib) - they're just the linux libraries with scaffolding to get ALSA apps talking to our OSS.
 
Back
Top