los
los copied to clipboard
Libre Octave Studio
@falkTX - I noticed you began porting LOS to QT5 a few years ago and then aborted and rolled back, what was the issue you ran into that made you...
Got a pointer error with los. **\* Error in `los-2014': free(): invalid pointer: 0x000000000311a858 ***. How to recreate. Open a project, record some midi to create a segment, and open...
Currently when multiple cloned parts are selected and you right click one and click "De-clone", it only de-clones the part that was clicked. It should de-clone all selected parts at...
I would like to see this application get going.. There's the remaining bugs and taking out whatever doesn't make sense anymore. Next year Ubuntu 18.04 will be out, for which...
``` /usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_XML_LIB -Ilos/theme -I/usr/ports/audio/los/work/los-6ad4052/los/theme -I/usr/local/include -I/usr/local/include/alsa -I/usr/local/include/uuid -isystem /usr/local/include/qt4 -isystem /usr/local/include/qt4/QtGui -isystem /usr/local/include/qt4/QtXml -isystem /usr/local/include/qt4/QtCore -I/usr/ports/audio/los/work/los-6ad4052/. -I/usr/ports/audio/los/work/los-6ad4052 -I/usr/ports/audio/los/work/los-6ad4052/los -I/usr/ports/audio/los/work/los-6ad4052/los/widgets -I. -Ilos -Ilos/ctrl -Ilos/instruments -Ilos/widgets -I/usr/ports/audio/los/work/los-6ad4052/los/Arranger -I/usr/ports/audio/los/work/los-6ad4052/los/driver...
https://github.com/falkTX/los/blob/master/los/midiedit/PianorollCanvas.cpp#L2299
``` [ 30%] Building CXX object los/widgets/CMakeFiles/widgets.dir/pcscale.cpp.o /home/milk/src/los/los/widgets/pcscale.cpp: In member function ‘bool PCScale::selectProgramChange(int)’: /home/milk/src/los/los/widgets/pcscale.cpp:511:65: error: call of overloaded ‘abs(unsigned int)’ is ambiguous int diff = abs((event.tick() + part->tick()) - x);...
Not when playing, but when clicking around with the mouse. I think this effects program changes too
If the parts are truly clones, they should all have the same name and color - if you change one, all of its other clones should change automatically, without having...
Recording external MIDI into LOS should work regardless of whether or not the play/record cursor is inside the loop selection markers. Currently you have to be inside the markers, or...