learnfm icon indicating copy to clipboard operation
learnfm copied to clipboard

A Python Yamaha DX7 module for audio learning

Results 7 learnfm issues
Sort by recently updated
recently updated
newest added

Does not compile on FreeBSD: ``` FreeBSD% gmake g++ -Wall -O -c dx7note.cc g++ -Wall -O -c env.cc env.cc: In member function 'int32_t Env::getsample()': env.cc:34:28: warning: suggest parentheses around '&&'...

Hello, first of all forgive my English. Probably I am unable to understand the readme. I would build the Python module. Tried first with Visual Studio 2019, then with the...

Sorry, I accidentally pushed a few personal things into this PR. But if you're interested, I will clean it up. I still can't get things running under linux tho: https://github.com/bwhitman/learnfm/issues/4...

When I run "make" from the dx7core folder, I get the following: ``` g++ -Wall -O -c dx7note.cc In file included from fm_core.h:20:0, from dx7note.h:28, from dx7note.cc:26: aligned_buf.h:24:22: error: ‘size_t’...

I can get things working on OSX, but on Ubuntu I have the following issue: ``` python2: malloc.c:2401: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned...

``` pydx7.cc:118:17: error: expected function body after function declarator DL_EXPORT(void) initdx7(void) ^ ``` I get the following error. However, with python2 I can do `python2 setup.py install`

Could you extend your code to convert SYX to JSON? Then it can be converted into an FXP, which is basically XML