Advanced Gtk+ Sequencer - News
GSequencer WASAPI support as of v2.3.4
Item posted by Joël Krähemann <jkraehemann> on Sun 29 Sep 2019 10:35:09 PM UTC.
Latest release includes following objects:
- AgsWasapiDevout
- AgsWasapiDevin
MIDI not yet supported.
Building Advanced Gtk+ Sequencer for Microsoft Windows on GNU/Linux using mingw64 and gnulib. Read more about gnulib.
Install mingw64-gcc using `apt-get` like:
apt-get install gcc-mingw-w64-x86-64 pkg-config-mingw-w64-x86-64
Download latest gnulib:
wget -c http://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-master.tar.gz
Then you can build all dependencies. I was using ${HOME}/mingw64/target as common installation prefix ...
Build finally GSequencer:
../gnulib-master/gnulib-tool --import langinfo regex poll-h signal-h netinet_in sigaction strings sys_types
patch -p1 < win32.patch
autoreconf -fi
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes ./configure --host=x86_64-w64-mingw32 --prefix=${HOME}/mingw64/target --enable-gnulib --disable-rt --enable-w32api --disable-alsa --disable-pulse --disable-jack --enable-wasapi --disable-x11
make -j16
make install
by Joël
Powered by Savane 3.14-8aba.
Corresponding source code