newsAdvanced Gtk+ Sequencer - News: GSequencer WASAPI support as of v2.3.4

 
 
Latest News
Advanced Gtk+ Sequencer version 6.8.x posted by jkraehemann, Wed 17 Apr 2024 01:40:23 PM UTC
Advanced Gtk+ Sequencer version 6.5.x posted by jkraehemann, Sun 11 Feb 2024 05:06:15 PM UTC
Advanced Gtk+ Sequencer version 6.3.5 posted by jkraehemann, Fri 19 Jan 2024 11:53:24 AM UTC
Advanced Gtk+ Sequencer v6.1.0 released posted by jkraehemann, Thu 28 Sep 2023 04:55:19 AM UTC
Advanced Gtk+ Sequencer v6.0.0 released posted by jkraehemann, Mon 21 Aug 2023 11:48:52 AM UTC

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

 

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code