Giter Site home page Giter Site logo

waon's People

Contributors

kichiki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

waon's Issues

Could not open file

I Just installed WaoN succesfully but when i started using it it just wont open the wav file all i get is

../WaoN/input/music.wav
fail to open ../WaoN/input/music.wav

root does not help eather am i doing something wrong
*edit
when i use the shell-version with
./waon -i ./input/music.wav
i get the same error but a littlebit different
Can't open input file /home/User/Documents/WaoN/input/music.wav : Success

malloc error for notes->step

hi,

i'm trying to generate a MIDI trigger file from a bass drum audio file. when i try

./waon -i kick.flac -b 20 -t 42 -o kick.mid

i get the following error and no output file:

Format: FLAC lossless file format
Subtype: Signed 24 bit data
Endian type: Default file endian-ness.
frames     : 16917044
samplerate : 48000
channels   : 2
sections   : 1
seekable   : 1
WaoN : end of file.
WAON_notes_remove_at : malloc error for notes->step`

without the -t and -b options a MIDI file is produced but rather useless because of the noise from other drums, and the kick drum itself is not recognized. what would you recommend to "midify" individual drum tracks?

cannot link with gtk though all flags look good

Ubuntu 19.

machine:~/APPS/waon-0.8$ make gwaon
gcc -Wall -O3 -ffast-math -I/usr/include/glib-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-3.0 -I/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 `pkg-config --cflags fftw3` `pkg-config --cflags sndfile`  -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu `pkg-config --cflags --libs gtk+-3.0` `pkg-config --libs fftw3` `pkg-config --libs sndfile` -lm   gwaon.c   -o gwaon
/usr/bin/ld: /tmp/ccI6JHjC.o: in function `main':
gwaon.c:(.text.startup+0x15): undefined reference to `gtk_init'
/usr/bin/ld: gwaon.c:(.text.startup+0x1a): undefined reference to `create_menu'
/usr/bin/ld: gwaon.c:(.text.startup+0x1f): undefined reference to `gtk_main'
collect2: error: ld returned 1 exit status
make: *** [<builtin>: gwaon] Error 1

where the pkg-config --cflags --libs gtk+-3.0 looks like

machine:~/APPS/waon-0.8$ pkg-config --cflags --libs gtk+-3.0
-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0


and ldd looks ok

marius@bsmt:/usr/lib/x86_64-linux-gnu$ ldd libgtk-3.so
	linux-vdso.so.1 (0x00007ffc40328000)
	libgdk-3.so.0 => /lib/x86_64-linux-gnu/libgdk-3.so.0 (0x00007f2284b39000)
	libgmodule-2.0.so.0 => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007f2284b33000)
	libpangocairo-1.0.so.0 => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x00007f2284b23000)
	libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f22849e9000)
	libXi.so.6 => /lib/x86_64-linux-gnu/libXi.so.6 (0x00007f22847d9000)
	libXfixes.so.3 => /lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f22845d3000)
	libcairo-gobject.so.2 => /lib/x86_64-linux-gnu/libcairo-gobject.so.2 (0x00007f22845c5000)
	libcairo.so.2 => /lib/x86_64-linux-gnu/libcairo.so.2 (0x00007f22844a5000)
	libgdk_pixbuf-2.0.so.0 => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x00007f228447f000)
	libatk-1.0.so.0 => /lib/x86_64-linux-gnu/libatk-1.0.so.0 (0x00007f2284456000)
	libatk-bridge-2.0.so.0 => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0 (0x00007f2284422000)
	libepoxy.so.0 => /lib/x86_64-linux-gnu/libepoxy.so.0 (0x00007f22842f0000)
	libfribidi.so.0 => /lib/x86_64-linux-gnu/libfribidi.so.0 (0x00007f22842d1000)
	libgio-2.0.so.0 => /lib/x86_64-linux-gnu/libgio-2.0.so.0 (0x00007f2284108000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f2283fba000)
	libharfbuzz.so.0 => /lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007f2283ec1000)
	libpangoft2-1.0.so.0 => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 (0x00007f2283ea8000)
	libpango-1.0.so.0 => /lib/x86_64-linux-gnu/libpango-1.0.so.0 (0x00007f2283e5d000)
	libgobject-2.0.so.0 => /lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f2283dff000)
	libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f2283cde000)
	libfontconfig.so.1 => /lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f2283c98000)
	libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f2283bdd000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f2283bbc000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f22839d1000)
	libXinerama.so.1 => /lib/x86_64-linux-gnu/libXinerama.so.1 (0x00007f22839ca000)
	libXrandr.so.2 => /lib/x86_64-linux-gnu/libXrandr.so.2 (0x00007f22837bf000)
	libXcursor.so.1 => /lib/x86_64-linux-gnu/libXcursor.so.1 (0x00007f22837b4000)
	libXcomposite.so.1 => /lib/x86_64-linux-gnu/libXcomposite.so.1 (0x00007f22835b1000)
	libXdamage.so.1 => /lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f22833ae000)
	libxkbcommon.so.0 => /lib/x86_64-linux-gnu/libxkbcommon.so.0 (0x00007f228336d000)
	libwayland-cursor.so.0 => /lib/x86_64-linux-gnu/libwayland-cursor.so.0 (0x00007f2283362000)
	libwayland-egl.so.1 => /lib/x86_64-linux-gnu/libwayland-egl.so.1 (0x00007f228335d000)
	libwayland-client.so.0 => /lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007f228334c000)
	libXext.so.6 => /lib/x86_64-linux-gnu/libXext.so.6 (0x00007f228313a000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f228312f000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2283129000)
	libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f22830fe000)
	libpixman-1.so.0 => /lib/x86_64-linux-gnu/libpixman-1.so.0 (0x00007f2283058000)
	libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f2283021000)
	libxcb-shm.so.0 => /lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007f228301c000)
	libxcb-render.so.0 => /lib/x86_64-linux-gnu/libxcb-render.so.0 (0x00007f228300d000)
	libXrender.so.1 => /lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f2282e01000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f2282de5000)
	libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007f2282d96000)
	libatspi.so.0 => /lib/x86_64-linux-gnu/libatspi.so.0 (0x00007f2282d63000)
	libmount.so.1 => /lib/x86_64-linux-gnu/libmount.so.1 (0x00007f2282d07000)
	libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007f2282cdb000)
	libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f2282cc0000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f2285358000)
	libgraphite2.so.3 => /lib/x86_64-linux-gnu/libgraphite2.so.3 (0x00007f2282c93000)
	libthai.so.0 => /lib/x86_64-linux-gnu/libthai.so.0 (0x00007f2282c88000)
	libffi.so.6 => /lib/x86_64-linux-gnu/libffi.so.6 (0x00007f2282c7e000)
	libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f2282c08000)
	libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f2282bcb000)
	libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f2282bc2000)
	libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f22829be000)
	libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f22827b8000)
	libsystemd.so.0 => /lib/x86_64-linux-gnu/libsystemd.so.0 (0x00007f2282718000)
	libblkid.so.1 => /lib/x86_64-linux-gnu/libblkid.so.1 (0x00007f22826c3000)
	libdatrie.so.1 => /lib/x86_64-linux-gnu/libdatrie.so.1 (0x00007f22826ba000)
	libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f22826a0000)
	liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f2282679000)
	liblz4.so.1 => /lib/x86_64-linux-gnu/liblz4.so.1 (0x00007f2282648000)
	libgcrypt.so.20 => /lib/x86_64-linux-gnu/libgcrypt.so.20 (0x00007f228252a000)
	libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007f2282507000)

win7 write_var_len function write 10('/n') translate '/r/n'

win7上 write_var_len函数 写入10('/n') 会被转义为'/r/n',导致文件编码错误,我不知道为什么下载的EXE没有这个问题但是自己编译的就有这个问题。
Writing 10('/n') to the write_var_len function on win7 can be escaped to '/r/n', resulting in a file encoding error.I don't know why the downloaded EXE doesn't have this problem but the compiled one does.

WaoN music Transcriber: Need Help!

I am looking for a Free program, able to Transcribe mp3 or WAV audio files into sheet music notation.
I believe there is such an application called WaoN. I tried emailing their email address, given, but it bounced back - 'Mailer Demon'. I would like to communicate with someone experienced with this software with a view to learning:
1 How to operate this software?
2 How successful is it for Transcribing fingerstyle guitar solos, ie the melody; harmony and accompaniment, all played by the guitars six strings, all in one?
3 Require a link for safe Download of this software, which I believe is Free to own?
Sourceforge seem to offer WaoN as a small file but I do not know how to open it(?) If anyone has past experience of WaoN, please answer asap.
Regards.

Monophonic

Is there any option in WaoN for getting a monophic melody? For example for transcribing single notes of a whistle, a flute, a piano...

Download waon builds

Hi, I would like to know if I can download binaries of waon somewhere so that I don't have to build it. Thanks.

Cannot make waon

I ran make -f Makefile.waon and I get fatal error: sys/cdefs.h: No such file or directory. Am I missing something?

gcc -Wall -march=pentium -m32 -O3 -ffast-math pkg-config --cflags fftw3 pkg-config --cflags sndfile -c -o main.o main.c
In file included from /usr/include/math.h:26:0,
from main.c:19:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory

include <sys/cdefs.h>

                     ^

compilation terminated.
: recipe for target 'main.o' failed
make: *** [main.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.