-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Midi notes issue #372
Comments
Hi Chris, This is very interesting. Regards, |
Hi Andrew, I am not too clever with git but I downloaded the source file from http://sourceforge.net/projects/lmuse/files/muse-2.2/muse-2.2.1.tar.gz/download (dated 28/01/2015) last night and got it to compile and run. I built a new project from scratch and the symptom is still there. Regards... |
Hi guys, And indeed. When I set up MusE with 48khz (I usually use 44.1khz for historical reasons) the amsynth gives the wrong note. I tried with MDA ePiano and it played the right note. |
Hi, yes used only AMSynth to keep the tests consistent. Do you want me to try Zynaddsubfx or Calf Monosynth as well at both 44.1 Regards.... On 30/09/15 16:32, spamatica wrote:
|
By all means, do check if the problem persists if you check with both 44.1 and 48khz. |
Well that was interesting - very interesting. At both 48 and 44.1 kHz the LV2 version of AMSynth has the issues I raised. But both Calf Monosynth and Zynaddsubfx perform as expected at both sampling rates. But the standalone version of AMSynth run through Jack works fine (A4 is A4 and C4 is C4 etc). So the LV2 version 1.5.1 of AMSynth I built is the problem and obviously not an issue with Muse. What a way to get distracted :) However, the pianoroll is still wrong and I think it is just a mislabelling issue. I think you have shifted the labels on the virtual keyboard by 1 octave because the record and played back notes are correct. See screenshot. EDIT: I just loaded Ardour4 with the LV2 AMSynth and it produces the same errors - A4 is A#4!!! Regards, |
Hi @therealkitman, Regards, |
Thanks Andrew, you beat me to it as I was going to report this to amsynth this morning. I'll grab 1.6.0 today and retest and no doubt I'll close the issue. Do you want me to start a separate issue for the pianoroll note labelling? Regards, On 30/09/15 22:07, Andrew wrote:
|
Hi, I compiled AMSynth 1.6.0 but the problem persists. I'll report this to the AMSynth folks and close this issue. Thanks for your help. |
Hi @therealkitman, Ok, I'll try to test this new version too. |
Ok @danvd. BTW - does Muse use the env var LV2_PATH? My compiled synths end up in /usr/local/lib64/lv2/. I had to relocate them to /usr/lib64/lv2/ as Muse seems fixed to these paths. Can't see any reference in the manual. Thanks again, |
Yes, is LV2_PATH is used if it was set. or else muse will use default path: |
Hm, something not right then on my system as I do have a LV2_PATH but Muse ignored it. Will check this again tonight. Thanks. |
Hi @therealkitman , Just downloaded amSynth source. Yes, the bug is in file amsynth_lv2.cpp. It always uses default 44100 Hz sampling rate and ignores sample rate provided by host. Regards, |
Andrew, That is absolutely brilliant!!!! I'll give this a go (tomorrow) after I So how will the guys who wrote amsynth know about this or do you/I have Thanks very much, On 01/10/15 15:32, Andrew wrote:
|
Hi @therealkitman , patch -p1 < /path/to/saved/amsynth_lv2_samplerate.patch Then recompile and reinstall :) If everything will go right in your case, I'll create pull request in amSynth project. Regards, |
That easy? Great! I'll do this tonight instead of tomorrow when I'm back On 01/10/15 15:51, Andrew wrote:
|
Hm, something went wrong. chris@linux-4qye:~/Downloads/amsynth-1.6.0> patch -p1 < /home/chris/Downloads/amsynth-1.6.0/patch/amsynth_lv2_samplerate.patch |
Hmm, that's strange. May be gist replaced tabs with spaces.. Just download and replace previous in src folder. I tested - it compiles cleanly. Regards, |
Hi Andrew, Bingo!!! With this new cpp file amsynth now plays pitch perfect as both a 44.1 and 48kHz Muse project!!!! Should I delete my issue number 7 with amsynth people if you'll do that pull request? However, I did find one cosmetic issue if I click the synth's presets option in Muse - instead of a neat drop list of presets my screen goes full screen. See pic below. Other synth's presets drop list are ok. But regardless of that, I'll say thank you very much for getting the sound right in amsynth. Now I can try other noises in Muse :) Thanks, |
Hi all,
discovered Muse a few weeks ago and I like what I am playing with. However, I have discovered in version 2.2.1 a strange situation where Muse is 'playing' one to two semitones over the assigned midi note from my MOxygen25 keyboard.
If I set up a simple single sine wave in AMSynth and play the A4 key, x42-tuna and my Korg CA-20 tuner displays an A#4. The midi transpose value in the track is set to 0. See image .
If I drop the transpose to -1 or -2 it never gets to exactly an A4 note at 440Hz. I have fiddled with several controls and I just can't get the midi notes and sounds to match.
If I repeat this experiment in another DAW the midi notes and sounds are perfect.
Also if I record from my keyboard in the pianoroll the recorded notes do not match what was played as the recordings are about 1 octave low.
Any idea what is wrong here?
Thanks,
Chris.
The text was updated successfully, but these errors were encountered: