Skip to forum content
ChipMusic.org
chipmusic.org is an online community in respect and relation to chip music, art and its parallels.
You are not logged in. Please login or register.
Search options (Page 5 of 39)
ChipMusic.org / Forums / Posts by yogi
Topics by yogi
Posts found: 65-80 of 621
Charbot wrote:i might be sick, but Im thinking of building a full knob-per-function hardware controller for this thing. Oled display to show the Algorithm... maybe patch memory. Anyone interested?
I like your thinking
Yogi
garvalf wrote:You're welcome.
Kudo for the easier compilation of the editor. I've submitted a pull request for the documentation on github.
Well, if it hadn't been for the discussions here I wouldn't have dug deeper I feel a little like a sorcerer's apprentice with Linux, Find the right 'spell', type it in and Poof, Magic
I understand some people wanted to have some kind of GM for FM as well, because GM is a kind of standardisation and not so badly done as it as a wide range of instruments. Probably it was also easier to let PC user which had some GM cards (with some samples support) be able to benefit of the music too. But you're right, it's a pity, music wise.
Yea, for PC game devs, they had to support two audio systems, Roland MTs and Adlibs, with one sound track. And MT32s were the priority. Later on the Sega MD you see some really innovative FM sound design, like in Sub-Terrania and X-Men Clone Wars VGMs.
YES, one of my favs (on many levels, love the game series. Many hours playing Dune 2000 head to head over our network with my kids. Long before WoW).
So, I'll be posting my notes on getting the OPA running on the RPi's GPIO UART; I think I've got it worked out but need to test today.
Yogi
garvalf wrote:you should be able to load a command at startup in the /etc/rc.local but maybe it was disabled in Jessy.
Anyway, for a module, you should use /etc/modules (just add it), and maybe run update-modules after that (https://wiki.debian.org/Modules)
OK, thanks. Will have a go with that.
OT, see you have the YM2151 shield. Very cool. I really dig FM and it's a shame 'back in the day' people tried so hard to make them GM when the FM chips are capable of so much more. Some of the Sega MD soundtracks really pushed the YM but Too many of the PC games only used the GM sound set with the OPL3. What a shame
Thanks again,
Yogi
EDIT: Thanks for the tips, got the vertMidi starting at boot by add to the /etc/modules file yahoo \o/!
We Ninja-ed
garvalf wrote:Congrat Yogi for having make it compile and work!
You can make a virtual port like that, see this other thread for another cool FM shield for Arduino:
http://chipmusic.org/forums/post/247041/#p247041
Basically, I've just typed "sudo modprobe snd-virmidi" to get my virtual ports for the other shield. (For the OP-A I just connect the DIN 5 midi out to the midi in on my soundcard but it's a bit dirty, I'd better make a virtual port know I think of it...)
Yogi
EDIT even the same How-to I found
@ Iedfyr Thanks alot! But the Editor doesn't see the ALSA Midi Through at all with what I've tried so far. I'm thinking the Editor's midi handling is not compliant with ALSA or Jack (?).
I kind of stumbled on a solution here-
http://tldp.org/HOWTO/MIDI-HOWTO-10.html
When I ran
sudo modprobe snd-virmidi snd_index=1
4 Virtual Raw Midi ports show up in Qjackctl and (weird part) 25 or 30 "midi on: " entries show up in the Editor's Connection tab, in addition to the 5 USB midi interfaces. I selected the first Virtual and in Qjackctl connected the Output Port for one of my USBmidi ports, with the KB, to the first Virt Raw Midi Input Port. AND it works
› aconnect -l
‹ aconnect -l
pi@raspberrypi:~ $ aconnect -l
xcb_connection_has_error() returned true
client 0: 'System' [type=kernel]
0 'Timer '
1 'Announce '
Connecting To: 128:0
client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
client 20: 'Ploytec USB MIDI Junction II' [type=kernel]
0 'Ploytec USB MIDI Junction II MI'
1 'Ploytec USB MIDI Junction II MI'
2 'Ploytec USB MIDI Junction II MI'
3 'Ploytec USB MIDI Junction II MI'
4 'Ploytec USB MIDI Junction II MI'
Connecting To: 24:0
client 24: 'Virtual Raw MIDI 2-0' [type=kernel]
0 'VirMIDI 2-0 '
Connected From: 20:4
client 25: 'Virtual Raw MIDI 2-1' [type=kernel]
0 'VirMIDI 2-1 '
client 26: 'Virtual Raw MIDI 2-2' [type=kernel]
0 'VirMIDI 2-2 '
client 27: 'Virtual Raw MIDI 2-3' [type=kernel]
0 'VirMIDI 2-3 '
client 129: 'amsynth' [type=user]
0 'MIDI IN '
1 'MIDI OUT '
Now just have figure out how to set this in the boot config
Yogi
OK, moving along. The OP-A Editor works great with the FTDI carrier and external USB midi interface! The Editor's only fault so far is a minor issue with the 'Program Save', The Save window does not amend .xml to a new file name. Works fine if you write out the whole name, "MyNewPatch.xml". Don't know if this a general Linux thing or a minor bug as the Win Editor's 'Save' does add the file extension.
Another issue I have, but I don't think it's an Editor bug, is I don't know how to route virt Midi like I can with MidiOx. On my PC I have Midi Yoke and Ox to tie Seq24, din KB and the OP-A all together; works great. Been playing with Qjackctl but can't see any Jack or ASLA entries from the Editor or the Editor's 'midi in' within Qjackctl's Connect tab. Seems like I'm missing the 'Midi Yoke' cable part. Tried messing with the Midi Through Port-0 that shows up in Connect/ASLA tab but again this doesn't appear in the Editor's connections. What's kind of throwing me is this Jack setup works with Amsynth. I'm sure I'm missing something simple
So for a quick and dirty workaround I can connect the PC and RPi with din Midi cables and do routing and sequencing on the PC, using the RPi as a FM synth host. Not too bad but would like to use the RPi to it's fullest and ditch the PC in this case.
The search goes on
Yogi
So I ran the recipe
› QT fail
‹ QT fail
pi@raspberrypi:~/OPA-Editor $ make -j 4
/usr/lib/arm-linux-gnueabihf/qt5/bin/uic mainwindow.ui -o ui_mainwindow.h
/usr/lib/arm-linux-gnueabihf/qt5/bin/uic operatorwidget.ui -o ui_operatorwidget.h
/usr/lib/arm-linux-gnueabihf/qt5/bin/uic programwidget.ui -o ui_programwidget.h
/usr/lib/arm-linux-gnueabihf/qt5/bin/uic programspage.ui -o ui_programspage.h
/usr/lib/arm-linux-gnueabihf/qt5/bin/uic mixingpage.ui -o ui_mixingpage.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o main.o main.cpp
gcc -c -pipe -std=c99 -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GU
I_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/i
nclude/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isys
tem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5
/QtCore -I. -I. -o rs232-linux.o rs232/rs232-linux.c
gcc -c -pipe -std=c99 -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GU
I_LIB -DQT_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/i
nclude/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isys
tem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5
/QtCore -I. -I. -o rs232-win.o rs232/rs232-win.c
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o globals.o globals.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o midiin-linux.o midi/midiin-linux.cpp
midi/midiin-linux.cpp:38:28: fatal error: alsa/asoundlib.h: No such file or directory
#include <alsa/asoundlib.h>
^
compilation terminated.
Makefile:485: recipe for target 'midiin-linux.o' failed
make: *** [midiin-linux.o] Error 1
make: *** Waiting for unfinished jobs....
and it terminiated with
"midi/midiin-linux.cpp:38:28: fatal error: alsa/asoundlib.h: No such file or directory"
So I did a google and found a Deb package for the asound.h then did
"sudo apt-get install libasound2-dev" (Mind you, remembered the apt-get off the top of my head)
and re-ran the make -j 4
› 2nd run
‹ 2nd run
pi@raspberrypi:~/OPA-Editor $ make -j 4
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o mainwindow.o mainwindow.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o operatorwidget.o operatorwidget.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o midiin-linux.o midi/midiin-linux.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o midiin-win.o midi/midiin-win.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o midiin-mac.o midi/midiin-mac.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o opa.o opa.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o programfile.o programfile.cpp
operatorwidget.cpp:282:49: warning: unused parameter ‘checked’ [-Wunused-parameter]
void OperatorWidget::on_muteButton_clicked(bool checked)
^
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o programwidget.o programwidget.cpp
In file included from mainwindow.cpp:32:0:
mainwindow.h: In constructor ‘MainWindow::MainWindow(QWidget*)’:
mainwindow.h:117:21: warning: ‘MainWindow::ui’ will be initialized after [-Wreorder]
Ui::MainWindow *ui;
^
mainwindow.h:106:14: warning: ‘MidiIn* MainWindow::midiIn’ [-Wreorder]
MidiIn * midiIn;
^
mainwindow.cpp:44:1: warning: when initialized here [-Wreorder]
MainWindow::MainWindow(QWidget *parent) :
^
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o led.o led.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o envelope.o envelope.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o programspage.o programspage.cpp
led.cpp:42:36: warning: unused parameter ‘event’ [-Wunused-parameter]
void Led::paintEvent(QPaintEvent * event)
^
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o mixingpage.o mixingpage.cpp
envelope.cpp:13:41: warning: unused parameter ‘event’ [-Wunused-parameter]
void Envelope::paintEvent(QPaintEvent * event)
^
/usr/lib/arm-linux-gnueabihf/qt5/bin/rcc -name resources resources.qrc -o qrc_resources.cpp
/usr/lib/arm-linux-gnueabihf/qt5/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CO
RE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/OPA-Editor -I/usr/inc
lude/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include
/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/
c++/4.9 -I/usr/include/arm-linux-gnueabihf/c++/4.9 -I/usr/include/c++/4.9/backward -I/usr/li
b/gcc/arm-linux-gnueabihf/4.9/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabih
f/4.9/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include mainwindow.h -o moc_ma
inwindow.cpp
/usr/lib/arm-linux-gnueabihf/qt5/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CO
RE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/OPA-Editor -I/usr/inc
lude/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include
/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/
c++/4.9 -I/usr/include/arm-linux-gnueabihf/c++/4.9 -I/usr/include/c++/4.9/backward -I/usr/li
b/gcc/arm-linux-gnueabihf/4.9/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabih
f/4.9/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include operatorwidget.h -o mo
c_operatorwidget.cpp
/usr/lib/arm-linux-gnueabihf/qt5/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CO
RE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/OPA-Editor -I/usr/inc
lude/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include
/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/
c++/4.9 -I/usr/include/arm-linux-gnueabihf/c++/4.9 -I/usr/include/c++/4.9/backward -I/usr/li
b/gcc/arm-linux-gnueabihf/4.9/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabih
f/4.9/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include programwidget.h -o moc
_programwidget.cpp
/usr/lib/arm-linux-gnueabihf/qt5/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CO
RE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/OPA-Editor -I/usr/inc
lude/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include
/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/
c++/4.9 -I/usr/include/arm-linux-gnueabihf/c++/4.9 -I/usr/include/c++/4.9/backward -I/usr/li
b/gcc/arm-linux-gnueabihf/4.9/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabih
f/4.9/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include led.h -o moc_led.cpp
/usr/lib/arm-linux-gnueabihf/qt5/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CO
RE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/OPA-Editor -I/usr/inc
lude/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include
/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/
c++/4.9 -I/usr/include/arm-linux-gnueabihf/c++/4.9 -I/usr/include/c++/4.9/backward -I/usr/li
b/gcc/arm-linux-gnueabihf/4.9/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabih
f/4.9/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include envelope.h -o moc_enve
lope.cpp
/usr/lib/arm-linux-gnueabihf/qt5/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CO
RE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/OPA-Editor -I/usr/inc
lude/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include
/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/
c++/4.9 -I/usr/include/arm-linux-gnueabihf/c++/4.9 -I/usr/include/c++/4.9/backward -I/usr/li
b/gcc/arm-linux-gnueabihf/4.9/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabih
f/4.9/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include programspage.h -o moc_
programspage.cpp
/usr/lib/arm-linux-gnueabihf/qt5/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CO
RE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/OPA-Editor -I/usr/inc
lude/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include
/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/
c++/4.9 -I/usr/include/arm-linux-gnueabihf/c++/4.9 -I/usr/include/c++/4.9/backward -I/usr/li
b/gcc/arm-linux-gnueabihf/4.9/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabih
f/4.9/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include mixingpage.h -o moc_mi
xingpage.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o qrc_resources.o qrc_resources.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o moc_mainwindow.o moc_mainwindow.cpp
mixingpage.cpp:427:49: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMute1Push_toggled(bool checked)
^
mixingpage.cpp:432:49: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMute2Push_toggled(bool checked)
^
mixingpage.cpp:437:49: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMute3Push_toggled(bool checked)
^
mixingpage.cpp:442:49: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMute4Push_toggled(bool checked)
^
mixingpage.cpp:447:49: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMute5Push_toggled(bool checked)
^
mixingpage.cpp:452:49: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMute6Push_toggled(bool checked)
^
mixingpage.cpp:457:49: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMute7Push_toggled(bool checked)
^
mixingpage.cpp:462:49: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMute8Push_toggled(bool checked)
^
mixingpage.cpp:468:50: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMuteFMPush_toggled(bool checked)
^
mixingpage.cpp:473:51: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerMuteKitPush_toggled(bool checked)
^
mixingpage.cpp:479:50: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerSteal1Push_toggled(bool checked)
^
mixingpage.cpp:484:50: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerSteal2Push_toggled(bool checked)
^
mixingpage.cpp:489:50: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerSteal3Push_toggled(bool checked)
^
mixingpage.cpp:494:50: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerSteal4Push_toggled(bool checked)
^
mixingpage.cpp:499:50: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerSteal5Push_toggled(bool checked)
^
mixingpage.cpp:504:50: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerSteal6Push_toggled(bool checked)
^
mixingpage.cpp:509:50: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerSteal7Push_toggled(bool checked)
^
mixingpage.cpp:514:50: warning: unused parameter ‘checked’ [-Wunused-parameter]
void MixingPage::on_mixerSteal8Push_toggled(bool checked)
^
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o moc_operatorwidget.o moc_operatorwidget.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o moc_programwidget.o moc_programwidget.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o moc_led.o moc_led.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o moc_envelope.o moc_envelope.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o moc_programspage.o moc_programspage.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQ
T_CORE_LIB -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I. -isystem /usr/include/ar
m-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/
include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -
I. -I. -o moc_mixingpage.o moc_mixingpage.cpp
g++ -Wl,-O1 -o OPAEditor main.o mainwindow.o operatorwidget.o rs232-linux.o rs232-win.o glob
als.o midiin-linux.o midiin-win.o midiin-mac.o opa.o programfile.o programwidget.o led.o env
elope.o programspage.o mixingpage.o qrc_resources.o moc_mainwindow.o moc_operatorwidget.o mo
c_programwidget.o moc_led.o moc_envelope.o moc_programspage.o moc_mixingpage.o -lasound -l
Qt5Widgets -lQt5Gui -lQt5Core -lGLESv2 -lpthread
pi@raspberrypi:~/OPA-Editor $
And to my surprize completed in about 5 mins with no errors (a few warnings, so...). And the GUI opens! Not sure it's working 100% as the 'Connection' tab only has 'Refresh' as an option, but I don't have a USBserial or USBmidi interface hooked up ATM so that may account for that.
Will have to poke around a little more BUT encouraged with this step forward
Yogi
EDIT: built on a RPi2 B running latest Raspbian Jessie
Oh sure, will run it again tonight. Fingers Crossed
Yogi
garvalf wrote:Hmm, well done. I've probably missed some package during my first try, it's the reason why I've downloaded the whole Qt. But now I've used your recipe on an other linux computer (x86_64), and I managed to build the OPAEditor binary without problem. The failure is maybe an incompatibility with the raspberry ARM processor. I'll try to have a look (even though I'm far from being an expert)
sudo apt-get install build-essential git qt5-default qtbase5-dev
git clone https://github.com/Marzac/OPA-Editor.git
cd OPA-Editor
qmake .
make -j 4
./OPAEditor
Wow, thanks for taking a look into this. Full disclosure: when I tried this, it was with the older sources, about a month ago. In the meantime, Frederic has compiled with QT5.4 (instead of 5.7) for Win XP compatibility; so I don't know if there were changes to the Make file that would improve things for RPi Jessie (?) But I think you are right with the support for ARMHF (but I really don't know squat about QT or Linux; till about a month ago didn't know what 'sudo' was).
The Editor is a nice front end for the synth shield and very usable as it is. But it does lack support for CC and PC control (but these features may show up in a later version as there are already buttons in the Menu for them), so I kind of settled on the strategy of a Midi to OP-A controller to implement better handling. Choose the Teensy 3.2 for better performance and because porting the OP-A Arduino Lib would be straightforward. It would be pretty cool to have a compact RPi FM synth, but being able to automate the prams would really be helpful. So for a native RPi synth engine, it kind of boils down to either adding features to the QT Editor or re-writing an editor in PD or Python with WiringPi. Both of those options are pushing my own limits alot ; and to tell the truth, I'm a sucker for knobs and buttons
Yogi
Being a real noob with the Pi and especially QT, I've been poking around and thought I had found the recipe with this-
sudo apt-get install build-essential git qt5-default qtbase5-dev
git clone https://github.com/jzatarski/RespeQt.git
cd RespeQt
qmake
make -j 4
./RespeQt
and replaced the github address with the OP-A source, but it failed in the first step of the build. So it looks like I need to setup a cross compile tool chain.
Yogi
l I haven't done this mod BUT...
Here is another site that overcomes the PPU problems somewhat
https://nobitleftbehind.wordpress.com/2
k-the-nes/
It uses a fixed freq osc but the basic principal (run the PPU on the stock clock and run the CPU on the alt freq) could be applied to the LTC1799 for on the fly freq shift.
For the most part, people overclocking want to overcome slowdown in games due to CPU load.
http://forums.nesdev.com/viewtopic.php?t=3047
https://www.youtube.com/watch?v=fgkKftUQy-8
The biggest 'downside' is pitch shifts to the audio, so could consider that a 'feature' for chiptune use. Maybe add an LFO or pedal controlling the LTC for live effects?
Yogi
So, received my KS reward and very pleased. This is a very nice synth! Lacking an Arduino, just had some ProMicros and Teensy; wired up a Sparkfun FTDI Basic breakout board on a perfboard with Arduino sockets. Instant USB FM synth Will be working on a Teensy 3.2 midi synth, but for 'instant gratification' this setup is working great.
Had a little trouble with the Editor on this old XP box but after the latest release (backward compatible build for XP sp3) it's humming along. Would like to build the QT source for Raspberry Pi but haven't figured that out yet.
Yogi
Oh that is great Very nice blend of hard digital and the warmth of 'analog'. Don't know if I would call it 'Berlin School' but just delicious.
Yogi
There was another thread here related, but way buried by now. At any rate, here is a site that covers it well-
http://furrtek.free.fr/?a=nesclock
The biggest issue is the PPU, it will lose sync when you change the clock too much (seems like a narrow window). But if you aren't using video, just sound, the CPU should be fine for quite a range.
Yogi
Oh very good! Thanks, very nice song, shows off the FM very well.
I'll have to play with the editor, not sure if there is midi CC control input to the prams.Looking forward to shield.
Yogi
Posts found: 65-80 of 621
ChipMusic.org / Forums / Posts by yogi