Re: [Mscore-developer] guitar tab - string index of note event

2019-01-06 Thread Lasconic
If during playback means at rendermidi() or in process(), then you have NPlayEvent and they have a note() function, from there you can get the string(). lasconic Le dim. 6 janv. 2019 à 17:15, Sideways Skullfinger < sidew...@sidewaysskullfinger.com> a écrit : > I don't know abo

Re: [Mscore-developer] Page Settings vs Styles

2018-12-06 Thread Lasconic
Hi, Sure. As you guessed, the JSON functions are only for a separate storage mechanism. They are mainly used by the MuseScore.com backend in order to extract information about the score and display them to the user. Cheers, lasconic Le jeu. 6 déc. 2018 à 17:59, Sideways Skullfinger < si

Re: [Mscore-developer] any chinese guys here?

2018-09-26 Thread Lasconic
I'm not chinese, but I would love to exchange ideas ! Shoot ! You can also use the MuseScore forum in english https://musescore.org/en/forum or in chinese https://musescore.org/zh-hans/forum lasconic Le mer. 26 sept. 2018 à 16:31, percyhole a écrit : > hi everybody, > > I

Re: [Mscore-developer] Questions about the first issue for beginner

2018-09-20 Thread Lasconic
However, we have a couple of issues flagged especially for first time contributors. See https://musescore.org/en/project/issues/musescore?tags=easy lasconic Le ven. 21 sept. 2018 à 07:01, Joachim Schmitz a écrit : > Sorry, you're to late for that, see issue > https://musescore.

Re: [Mscore-developer] What happened to LinkedStaves?

2018-05-11 Thread Lasconic
Along the years, the discussions have moved to https://musescore.org/en/forum/687 indeed. lasconic Le ven. 11 mai 2018 à 15:47, Sideways Skullfinger < sidew...@sidewaysskullfinger.com> a écrit : > I am looking at libmscore/staff.h and I see that all the linked staves > functions a

Re: [Mscore-developer] CMake issue

2018-05-11 Thread Lasconic
Is it possible that you still have build.qtc from your previous builds ? lasconic Le ven. 11 mai 2018 à 14:57, Sideways Skullfinger < sidew...@sidewaysskullfinger.com> a écrit : > First attempt today was to change the build directory from build.qtc to > build. That is the diff

Re: [Mscore-developer] CMake issue

2018-05-10 Thread Lasconic
ode with Qt 5.9 without problem. I build from time to time locally debug and release version on windows but only on the command line. Other developers might have more info. lasconic Le jeu. 10 mai 2018 à 20:25, Sideways Skullfinger < sidew...@sidewaysskullfinger.com> a écrit : > Sorry, I

Re: [Mscore-developer] CMake issue

2018-05-10 Thread Lasconic
s correct and is where build scripts are stored : https://github.com/musescore/MuseScore/tree/master/build It has nothing to do with the directory where the build is stored. lasconic -- Check out the vibrant tech community

Re: [Mscore-developer] master: assert in timeline.cpp

2018-04-26 Thread Lasconic
There is a pending pull request with this change: https://github.com/musescore/MuseScore/pull/3641/files I'll merge it today. lasconic 2018-04-26 9:30 GMT+02:00 Tommaso Cucinotta : > Hi, > > while playing with master+PianoTutor on master, I came across a > crash/assert triggeri

Re: [Mscore-developer] GSoC OMR Project

2018-03-06 Thread Lasconic
Hi Lauren, See https://musescore.org/en/node/269872#comment-823231 lasconic 2018-03-06 0:13 GMT+01:00 Lauren Arnett : > Hi MuseScore developers, > > My name is Lauren Arnett, and I am a junior studying computer science at > Columbia University. I saw on MuseScore’s website tha

[Mscore-developer] MuseScore application to Google Summer of Code 2018

2018-01-24 Thread Lasconic
to mentor a student this summer or if you want to be a GSoC student. Selected organisations will be announced on February 12, 2018. See also https://musescore.org/en/node/268813 lasconic -- Check out the vibrant tech co

Re: [Mscore-developer] Rests in tabulatures

2018-01-23 Thread Lasconic
Hi, It's already possible. Right click the staff > staff properties > Advanced staff properties > Note values > Check "Show rests" If you have other support question, it's better to use the MuseScore forum https://musescore.org/en/forum lasconic 2018-01-23 1

Re: [Mscore-developer] Contributing to MuseScore on the lines of GSoC 2018

2018-01-08 Thread Lasconic
lasconic 2018-01-08 12:43 GMT+01:00 chinmay : > Hello everyone! > I am Chinmay Singhal, an undergraduate student at the Indian Institute of > Technology, Guwahati. I am new to open source, but am really interested in > contributing to MuseScore. My major is chemistry but being a guitar

Re: [Mscore-developer] Real-time music transcription

2017-12-09 Thread Lasconic
obal guess, with only a few MIDI event without any tempo indication, time signature, key signature etc... the program doesn't have much to work with. lasconic -- Check out t

Re: [Mscore-developer] Navigator auto-orientation

2017-12-06 Thread Lasconic
Hi, Good ideas but these are usually discussed on the feature request forum at https://musescore.org/en/forum/7 where more users read along. lasconic 2017-12-06 22:21 GMT+02:00 Nikita Zlobin via Mscore-developer < mscore-developer@lists.sourceforge.net>: > I just updated to version

Re: [Mscore-developer] Access measure number from Page object

2017-11-21 Thread Lasconic
>From the Page, you can get a list of Systems. If you take the first system, you can get its firstMeasure and the last system, its lastMeasure. >From there, you can call measure::no(). Hope it helps, lasconic 2017-11-21 17:05 GMT+00:00 Ralf Mattes : > Hello list, > > is there an

Re: [Mscore-developer] MuseScore's OSC support

2017-11-13 Thread Lasconic
recompilation of substantial parts of musescore. IIUC, those > functions are only >ever called/used from within osc.cpp. Would you accept a patch that > refactors these declarations >into osc.h? > No idea why it was like this but your proposal sounds good. Regards, lasconic

Re: [Mscore-developer] Data structure for note order on staff

2017-11-09 Thread Lasconic
e a look here for information https://musescore.org/en/developers-handbook/references/musescore-internal-score-representation lasconic 2017-11-10 4:55 GMT+08:00 Marc Sabatella : > I'm not quite sure what you are asking here. Notes do not belong to a > staff, they belong to a chord. A Ch

Re: [Mscore-developer] faire disparaitre la pause ...

2017-09-20 Thread Lasconic
La selectionner et appuyer sur V. Pour vos questions en français, il vaut mieux utiliser le forum francophone https://musescore.org/fr/forum lasconic 2017-09-19 22:20 GMT+02:00 Pugeault : > bonjour > comment enlever la pause ,pour avoir une mesure vide ? merci jp > > > > --

Re: [Mscore-developer] ?= Compiling MuseScore on Linux (Ubuntu=?utf-8?q? 17.04)

2017-08-25 Thread Lasconic
Hi, See https://musescore.org/en/node/20099 I would still love to have a plugin or even a core tool to add fingerings to a piano score in MuseScore! lasconic 2017-08-25 20:26 GMT+02:00 Tommaso Cucinotta : > On 23/08/2017 22:24, Tommaso Cucinotta wrote: > >> b) show in full light

Re: [Mscore-developer] PianoTutor with existing lighted keyboards - was: Re: ?= Compiling MuseScore on Linux (Ubuntu=?utf-8?q? 17.04)

2017-08-23 Thread Lasconic
Since you mention another hardware keyboard. With the right data, it should also be possible to drive another software that could be beamed over a keyboard too like https://github.com/google/light-my-piano lasconic 2017-08-23 22:36 GMT+02:00 Tommaso Cucinotta : > forgot: then it also depends

Re: [Mscore-developer] ?= Compiling MuseScore on Linux (Ubuntu=?utf-8?q? 17.04)

2017-08-23 Thread Lasconic
https://blog.zhdk.ch/ssmn/faq/ Even if using MIDI, it would be cool to make it larger than just Piano Tutor. There is probably other use case that would benefit sending more, configurable, MIDI metadata. lasconic 2017-08-23 22:24 GMT+02:00 Tommaso Cucinotta : > On 23/08/2017 00:29, Ariel Arambu

Re: [Mscore-developer] ?= Compiling MuseScore on Linux (Ubuntu=?utf-8?q? 17.04)

2017-08-23 Thread Lasconic
Cool stuff ! Pull request is welcome ! Did you use the existing patch for MIDI out ? https://github.com/musescore/MuseScore/pull/3184 lasconic 2017-08-23 0:29 GMT+02:00 Ariel Aramburu : > Nice video !!! > > Have you seen this keyboard with integrated lights ? ( > https://us

Re: [Mscore-developer] ?= Compiling MuseScore on Linux (Ubuntu=?utf-8?q? 17.04)

2017-08-20 Thread Lasconic
Where is patch 5320fa196 ? The patch from https://github.com/musescore/MuseScore/commit/ae7495b7633d50 a15e2bc3767add73ffb40817f9 is already in the 2.2 branch https://github.com/musescore/MuseScore/blob/2.2/zerberus/zerberusgui.cpp#L99 your facebook link doesn't work btw. lasconic 2017-

Re: [Mscore-developer] meter

2017-08-18 Thread Lasconic
Please post these on the issue tracker and on github.com See my previous post. lasconic 2017-08-18 17:46 GMT+02:00 Tommaso Cucinotta : > Hi all, > > if I understand the code well, then the right-channel meter on the synth > panel is not really behaving as expected. Wouldn&#x

Re: [Mscore-developer] ?= Compiling MuseScore on Linux (Ubuntu=?utf-8?q? 17.04)

2017-08-18 Thread Lasconic
your setting. lasconic 2017-08-18 19:08 GMT+02:00 Tommaso Cucinotta : > On 18/08/2017 17:41, Ralf Mattes wrote: > >> Where did you get your sources from and how exactly did you try to build. >> > > Hi, > > so I guess from answers to your post that the problem we&#

Re: [Mscore-developer] Compiling MuseScore on Linux (Ubuntu 17.04)

2017-08-18 Thread Lasconic
dbook/git-workflow It's better to file an issue in our issue tracker before submitting a pull request https://musescore.org/en/project/issues/musescore lasconic > > -- Check out the vibrant tech community on on

Re: [Mscore-developer] Removing Linebreaks

2017-07-25 Thread Lasconic
That was indeed my first suggestion: modify the size of the page to fit the whole score You can make it very large and use https://github.com/musescore/MuseScore/blob/2.2/libmscore/score.cpp#L4302 to crop. lasconic 2017-07-26 0:11 GMT+02:00 Sideways Skullfinger < sidew...@sidewaysskullfinger.

Re: [Mscore-developer] Removing Linebreaks

2017-07-25 Thread Lasconic
from 900 commits ago. If you modify MuseScore, it's probably better to use the 2.2 branch currently. Your contributions are welcome, including the unique ID one! lasconic 2017-07-25 21:32 GMT+02:00 Kovak : > Thanks for the quick reply! > > Our game is called trebella it isn'

Re: [Mscore-developer] Removing Linebreaks

2017-07-24 Thread Lasconic
Great. What's the name of the game? Do you have a website? You could modify the size of the page to fit the whole score or use the continuous view. Also check Score::showVBox() lasconic 2017-07-24 20:42 GMT+02:00 Kovak : > Hi Everyone, > > I am developing a game that uses the

Re: [Mscore-developer] QtMultimedia in MuseScore plugin

2017-06-22 Thread Lasconic
We don't distribute this part of Qt because it's heavy and we don't use it. If your singing synthesis is open source, it could make more sense to integrate it in the core of MuseScore instead of a plugin. lasconic 2017-06-23 8:02 GMT+02:00 MariusCotescu : > Hi Lasconic, >

Re: [Mscore-developer] QtMultimedia in MuseScore plugin

2017-06-22 Thread Lasconic
I guess you compiled MuseScore yourself? because QtMultimedia is not part of MuseScore installation on Windows. We exclude it here https://github.com/musescore/MuseScore/blob/2.1/mscore/CMakeLists.txt#L486 So your plugin will not work on windows or macosx. lasconic 2017-06-22 17:49 GMT+02:00

Re: [Mscore-developer] Releases and packaging

2017-06-04 Thread Lasconic
ll/2880 but > I'm hoping that merging that and reverting https://github.com/ > musescore/MuseScore/pull/2861 would do the job. I need to get a 3.0 > build going again, I guess this weekend I'll do that. > > Marc > > On Wed, May 24, 2017 at 3:48 PM Lasconic wrote:

Re: [Mscore-developer] Questions about implementing keyboard shortcuts

2017-05-30 Thread Lasconic
ilian portuguese, Dutch and Korean. Regarding guidelines, we have text guidelines here https://musescore.org/en/developers-handbook/design/user-interface-text-style-guide, not really design guidelines but if you use Qt ui files, they will inherit from the MuseScore style. lasconic 2017-05-31 8:00 G

Re: [Mscore-developer] Releases and packaging

2017-05-24 Thread Lasconic
The majority of the issues you listed applies to master too. It would then make sense to fix them in master first. No? lasconic 2017-05-24 23:37 GMT+02:00 Marc Sabatella : > I guess my reason for talking about improving our process is to make it so > if/when the time comes to consider a

Re: [Mscore-developer] how do release branches relate to master

2017-05-24 Thread Lasconic
ne specifically in 2.2. If you want to help the development of the next version, then you better build branch 2.2. If you want to look into the future, then build master. lasconic 2017-05-24 23:13 GMT+02:00 Bernhard Landauer : > I have been following musescore development for quite a while

Re: [Mscore-developer] Releases and packaging

2017-05-24 Thread Lasconic
So we are not talking about improving our process here. We are talking about a 2.1.1. Let's not overthink it. We have a 2.2 branch, I'm ready to merge any fix in this branch. We just need to make sure we have nightlies and testers. lasconic 2017-05-24 22:45 GMT+02:00 Marc Sabatella :

Re: [Mscore-developer] Releases and packaging

2017-05-24 Thread Lasconic
cumented as extremely unstable which was not the case for nightlies just before 2.1. Also, we should have an automated way to update nightlies. Ok. That was lot of text. I will read the other answers now :) lasconic 2017-05-24 18:48 GMT+02:00 Marc Sabatella : > Generally speaking, we don

Re: [Mscore-developer] GSOC 2017 - Start-Up Wizard for MuseScore

2017-05-23 Thread Lasconic
Welcome! Better default shortcuts will make a huge difference for french users! lasconic 2017-05-23 10:13 GMT+02:00 aryamanvinchhi : > Hello, > My name is Aryaman Vinchhi. I am currently a computer science student at > Georgia Tech. I am excited to participate in GSOC with MuseS

Re: [Mscore-developer] Qt and OpenType

2017-05-19 Thread Lasconic
part of the application." So whatever features you experience with minibrowser rendering has nothing to do with what you would experience if you draw fonts with Qt. lasconic 2017-05-19 14:33 GMT+02:00 MLutz : > Hi Maurizio, > as it seems, it should be possible to adress Open Typ

Re: [Mscore-developer] please, change the music of the mobil version

2017-05-15 Thread Lasconic
This mailing list if about MuseScore, the notation software. For any request about the mobile apps, or musescore.com, please use https://musescore.com/contact lasconic 2017-05-15 20:23 GMT+02:00 simeon : > The snare doing a song like a trumpet and the choral is no-good. > please,

Re: [Mscore-developer] Possible new feature, memory leak in midi output question

2017-04-04 Thread Lasconic
t? Do you really need this? I'm not sure if it would work but a NPlayEvent does have a reference to a note and so to its measure, no() etc... So maybe you don't need to store these in the Event and can do the whole logic in ExportMidi::write ? lasconic ---

Re: [Mscore-developer] [GSoC 2017] MuseScore: Own Idea

2017-03-27 Thread Lasconic
more about the machine learning techniques you plan to use. lasconic 2017-03-27 17:22 GMT+02:00 nalindahemanga : > Hello, > > I'm Nalinda Hemanga and I'm a final year student studying Software > Engineering at the University of Colombo School of Computing, Sri Lanka. I >

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread Lasconic
Try to run make VERBOSE=1 so we can see the exact command called. lasconic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread Lasconic
On which OS? Do you have Qt 5.4 installed? Which version of GCC or Clang do you use? lasconic 2017-03-13 17:43 GMT+01:00 MLutz : > Hi, currently I'm trying to compile again 2.1, but there is one annoying > error, that didn't occur before: > > note.h:108: Error: ‘STRING_NON

Re: [Mscore-developer] Compiling 2.1 on Linux with QT-Creator

2017-02-28 Thread Lasconic
You will need Qt 5.4 for MuseScore 2.1 I'm afraid. lasconic 2017-02-28 19:58 GMT+01:00 MLutz : > lasconic wrote > > On which OS ? Do you have Qt 5.4 installed? > > My OS is linuxmint 16. I have Qt 5.6 or 5.5 installed. > > > > > -- > View this message in

Re: [Mscore-developer] Compiling 2.1 on Linux with QT-Creator

2017-02-28 Thread Lasconic
On which OS ? Do you have Qt 5.4 installed? lasconic 2017-02-28 18:53 GMT+01:00 MLutz : > Hello, > as I wanted to test some things with version 2.1 and eventually also > include my PR regarding fingerings on tablature, I tried to compile 2.1 > with QT-Creator, but didn't g

Re: [Mscore-developer] Request 3018 Allow fingerings in tablature staff - how to do the same for 2.1?

2017-02-22 Thread Lasconic
Let's do it for MuseScore 3 first, then we will see if it can be merged easily in 2.1 or not. lasconic 2017-02-22 11:51 GMT+01:00 MLutz : > Hello, > how can I do that for 2.1 or will it be done by > I think there had been too much changes in 3.0 to do that automatically. &g

Re: [Mscore-developer] Error while compiling

2017-02-22 Thread Lasconic
I believe the only way is to edit the main Makefile if you use it. If not, and you invoke Cmake with QtCreator, you can pass -DBUILD_PULSEAUDIO=OFF to CMake when prompted to add Cmake arguments. lasconic 2017-02-22 16:45 GMT+01:00 Maurizio M. Gavioli : > Oh well, MY FAULT! > > Clea

Re: [Mscore-developer] Error while compiling

2017-02-22 Thread Lasconic
umented in Qt because it's not a public API class. It's part of the code https://github.com/qt/qtbase/blob/5.3/src/gui/kernel/qwindowsysteminterface.h since at least Qt 5.3. lasconic 2017-02-22 13:08 GMT+01:00 Maurizio M. Gavioli : > Thanks for the reply, lasconic. > > > l

Re: [Mscore-developer] Which name for modification: Allow tablature lines to have fingerings?

2017-02-21 Thread Lasconic
probably for a tablature staff only. lasconic 2017-02-21 23:48 GMT+01:00 Markus Lutz : > Hello, > as this is my first contribution to musescore, I'm a little bit unsure, > how to get this into a correct pull request. > > On my laptop I have built a version of the 3.0-de

Re: [Mscore-developer] Error while compiling

2017-02-21 Thread Lasconic
Maybe you have another Qt installed by your system? See https://forums.gentoo.org/viewtopic-p-7864110.html lasconic 2017-02-21 21:25 GMT+01:00 Maurizio M. Gavioli : > Sorry to revive this thread, but this is happening again to me. Background: > having just had an HD failure, I had to re-i

Re: [Mscore-developer] MusicXML import] instrument-sound to MIDI mapping

2017-02-19 Thread Lasconic
Yes, I believe it's a good idea and one of the reason we included them in instruments.xml. The other being MusicXML export. The instrument-sound (musicXMLid) are loaded at startup already. lasconic 2017-02-19 20:59 GMT+01:00 Leon Vinken : > All, > > to solve issue https://musesco

Re: [Mscore-developer] Getting Involved

2017-02-13 Thread Lasconic
> > I took the liberty of adding a link to the issues tagged 'easy' to the > 'Your first > submission' page ( > https://musescore.org/en/developers-handbook/your-first-submission). > Good move! Than

Re: [Mscore-developer] Getting Involved

2017-02-11 Thread Lasconic
https://musescore.org/en/developers-handbook lasconic 2017-02-11 20:17 GMT+01:00 akshatnitd : > Hello > > I am new to this community and want to start contributing. How shall I > begin? > > > > -- > View this message in context: http://dev-list.musescore.org/ > Getting-

Re: [Mscore-developer] Suggesttion

2017-02-02 Thread Lasconic
You can ask in german on the german forum https://musescore.org/de/forum You can change tempo along the score indeed. See https://musescore.org/en/handbook/tempo lasconic 2017-02-02 19:50 GMT+01:00 lemansrootoutou : > Hi, > I used some sequencers like Music Studio 2004. Since Music

Re: [Mscore-developer] Heads up: an array of structs initialisation in style.cpp

2017-01-14 Thread Lasconic
Hi, This part of the code is in flux. Werner is working on it. To make MuseScore starts, I just commented out precomputevalues() in MStyle constructor. lasconic 2017-01-14 11:37 GMT+01:00 rumpu-jussi : > Sorry, I got too carried away. None of the values in the styleTypes-array > are >

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2017-01-08 Thread Lasconic
then you should be able to do a pull request of your branch to MuseScore master. lasconic 2017-01-08 9:23 GMT+01:00 Brian Yan : > I pushed Jianpu code changes to github master and it seemed to be > successful (see below). > But the changes did not show up at MuseScore github on web bro

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2017-01-05 Thread Lasconic
A bit of a shot in the dark, but make sure that your JianpuBeam is collected by "scanElements". lasconic 2017-01-05 7:36 GMT+01:00 Brian Yan : > Update: > One roadblock that prevents me from going further. > Somehow JianpuBeam::draw() does not get called and Jianpu beams

Re: [Mscore-developer] Composer and title for a QML plugin

2016-12-31 Thread Lasconic
All the functions prefixed with QINVOKABLE can be called from plugin so curScore.metaTag("title") (replace title by the key of the metadata you are looking for) should work. lasconic 2016-12-31 16:20 GMT+01:00 rumpu-jussi : > Ok, thanks. > > Could give me a hint as how to g

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-12-30 Thread Lasconic
Great ! make sure to get the last changes from master in your branch. It will make it easier to review and merge your work. Keep up the good work ! lasconic 2016-12-30 5:44 GMT+01:00 Brian Yan : > Update on progress: > I now have separate classes JianpuChord, JianpuNote, Jian

Re: [Mscore-developer] Score Diffing / Basic Version Control

2016-12-22 Thread Lasconic
Hi, The actions are accessed via getAction("nameOfTheShortcut"). Grep for "fullscreen" to see where this action is accessed and added to the menu or toolbar. The menus and toolbars are defined in the MuseScore QMainWindow co

Re: [Mscore-developer] Noteworthy Composer files support

2016-12-20 Thread Lasconic
> > > The library would imply a bit of work. This sounds like an understatement :) In theory, it sounds like a good idea, but in practice, I'm not sure it would make the whole process easier, but sure, give it a

Re: [Mscore-developer] Noteworthy Composer files support

2016-12-20 Thread Lasconic
> - You want to minimize the dependencies between importers, and the > Musescore > model, i.e. libmscore. The main benefit is that you keep flexibility to > change things without bothering of what it might break. The main drawback > is > that there is a further step for importing other filetypes, t

Re: [Mscore-developer] Noteworthy Composer files support

2016-12-20 Thread Lasconic
ore needs to have a great MusicXML importer, but I hope it does :) In any case, take a look to the code and if you see room for improvements, please contribute! lasconic -- Developer Access Program for Intel Xeon Phi P

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-12-19 Thread Lasconic
You need to add the files in the CMakeLists.txt file in libmscore. lasconic 2016-12-20 7:04 GMT+01:00 Brian Yan : > Thanks, CC. > > I added new source files (jianpunote.cpp, jianpunote.h, jianpurest.cpp, > jianpurest.h) in the libmscore directory. > I rebuilt the mscore using &

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-12-14 Thread Lasconic
Hi, A PR to master is good. lasconic 2016-12-15 4:09 GMT+01:00 Brian Yan : > Hi lasconic, > > I don't have much for the JianpuStaffType now, so I can just add it to > StaffType for now. > I'll make a pull request after I re-factor the code to separate > JianpuNote/J

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-12-14 Thread Lasconic
an follow your progress closer. Thanks! lasconic -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot__

Re: [Mscore-developer] Support for 3JCN notation

2016-12-12 Thread Lasconic
Please stop spamming this list or I will have to block you. Thanks lasconic -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm

Re: [Mscore-developer] Score Diffing / Basic Version Control

2016-12-10 Thread Lasconic
the last commit on the branch git rev-parse master ? lasconic 2016-12-10 21:05 GMT+01:00 Igneous01 : > I attached the build log. > > > > From: Dave R > Sent: December 10, 2016 2:33 PM > To: lasconic [via MuseScore Developer] > Subject: Re

Re: [Mscore-developer] Score Diffing / Basic Version Control

2016-12-08 Thread Lasconic
Hi Dave, I'm not aware of anybody working on a score diff tool in MuseScore right now. MuseScore currently include diff_match_patch in thirdparty/diff https://code.google.com/p/google-diff-match-patch/ I believe it was included to be used in a diff for MuseScore but it didn't happen. No problem u

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-12-06 Thread Lasconic
ation? A software or a document describing what you want to achieve in term of "style"? lasconic -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer plat

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-11-29 Thread Lasconic
find a layout() method that will compute its bounding box and a draw() method that will draw it. Most of the layout is done in layout.cpp. For notes, check layoutChords3(). Keep on the good work! lasconic

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-11-26 Thread Lasconic
ked parts. See https://musescore.org/en/ handbook/part-extraction Each staff does have its own copy of the notes but, if the staves are linked, the staff and the notes are linked via

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-11-26 Thread Lasconic
Hi Brian, How is it going? You find your way around MuseScore source code. Let me know if I can help. lasconic 2016-11-19 18:55 GMT+01:00 Lasconic : > I'm in France (+7 for you) and I'm on IRC from ~8am to ~8pm (or later) > during the week. So you can catch me every morning for

Re: [Mscore-developer] MusicXML clef export broken

2016-11-26 Thread Lasconic
Hi Leon, I fixed the MusicXML mtests and now I realize that might be what caused your bug report... Can we close https://musescore.org/en/node/141601 then? lasconic 2016-11-19 11:53 GMT+01:00 Lasconic : > Sure, go ahead. I believe this new segment construct is quite stable. > Werner migh

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-11-19 Thread Lasconic
I'm in France (+7 for you) and I'm on IRC from ~8am to ~8pm (or later) during the week. So you can catch me every morning for you. A couple developers are in the US too. lasconic 2016-11-19 18:11 GMT+01:00 Brian Yan : > Thanks, Nicolas. > I'll start writing something

Re: [Mscore-developer] MusicXML clef export broken

2016-11-19 Thread Lasconic
Sure, go ahead. I believe this new segment construct is quite stable. Werner might have some input. Unfortunately, the music XML tests are entirely commented right now. You might want to uncomment some before changing anything... Lasconic

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-11-19 Thread Lasconic
at on IRC where several developers hang out. lasconic -- ___ Mscore-developer mailing list Mscore-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mscore-developer

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-11-16 Thread Lasconic
information to build MuseScore and to contribute in the developer handbook at https://musescore.org/en/developers-handbook Regards, lasconic 2016-11-17 6:56 GMT+01:00 Brian Yan : > Hi, > > I am a software engineer and an amateur musician. > I'd like to contribute in adding sup

Re: [Mscore-developer] Another where to start question!

2016-10-09 Thread Lasconic
/compile-instructions-windows-mingw-git#Dependencies lasconic 2016-10-09 13:19 GMT+02:00 cymro : > Ok so I have followed the steps to compile only to find that it fails with > these errors see the png (or below): > <http://dev-list.musescore.org/file/n7580017/Capture.png> ca

Re: [Mscore-developer] New to MuseScore, where should I start?

2016-10-03 Thread Lasconic
/git-workflow Let me know if you have further questions. lasconic 2016-10-04 0:29 GMT+02:00 maxgreenwald : > Hi All! > While I've been doing C++ for a few years I'm new to this project and am > very interested in helping with the development of MuseScore 3.0. I've >

Re: [Mscore-developer] Trouble building with Windows 7 / Qt Creator 4.0.3

2016-08-15 Thread Lasconic
Mmm... I doubt it changed a lot but it doesn't hurt to have a quick look. lasconic 2016-08-15 14:45 GMT+02:00 garbo : > I'll look into MusicXML a little more -- it's worth a try. Here's a 2011 > quote from the lute discussion list, but maybe things have changed: >

Re: [Mscore-developer] Trouble building with Windows 7 / Qt Creator 4.0.3

2016-08-15 Thread Lasconic
use cases. If it's not possible, TabCode import in MuseScore is welcome. If you need help, feel free to post to this mailing list or join IRC #musescore on freenode.net to have a live chat. https:/ kiwiirc.com/client/irc.freenode.net/?nick=tab|?#musescore lasconic 2016-08-15 13:59 GMT+02:00

Re: [Mscore-developer] CC-BY - compatible with GPL v2?

2016-08-15 Thread Lasconic
icense restriction at all, including the right to not attribute MuseScore. It would be great if it could stay the same. CC0 is the best choice if we don't want to limit the usage of the samples. The OSI disapproval and patent exception[2] mentioned on MuseScore forum on another topic[3] doesn'

Re: [Mscore-developer] Which code walks the score during playback

2016-08-12 Thread Lasconic
The score is pre render into a midi like data structure. Check rendermidi.cpp On playback, the midi structure is used to create sound, see seq.cpp The moving cursor during playback is moving thanks to the heartbeat in seq.cpp. Hope it helps, lasconic 2016-08-12 22:03 GMT+02:00 valmirse

Re: [Mscore-developer] Finding correct bbox values for a staff that is not yet laid out

2016-08-12 Thread Lasconic
Sounds good to me. Range annotations are different enough from actual spanners so that they can be dealt separately. lasconic 2016-08-12 17:37 GMT+02:00 Marc Sabatella : > It seems the sysStaff is partially laid out in System::layoutSystem - we > at least calculate x offsets and heigh

Re: [Mscore-developer] problem building fonts...

2016-07-23 Thread Lasconic
Hi, Which OS do you use? Which version of the compiler? How much RAM do have in this computer? lasconic 2016-07-22 20:49 GMT+02:00 Bernhard Landauer : > git-master is still failing to build for me with the same error: > > CMakeFiles/mscore.dir/qrc_musescorefonts-MScore.cpp.o:

Re: [Mscore-developer] muse 2.2.1 with qt5.5

2016-06-02 Thread Lasconic
erner Schweer but still, you'd better ask your question on the MusE mailing list, see http://www.muse-sequencer.org/index.php/Support#Mailing_Lists lasconic 2016-06-02 13:03 GMT+02:00 Joachim Schiele : > hey, > > i wanted to try muse 2.2.1 on nixos using qt5.5 but it does not compil

Re: [Mscore-developer] OCR for Musecscore?

2016-05-29 Thread Lasconic
ietary software (Staffpad, notateme,...) . As far as I know, there is no free software effort in this direction (If anyone knows about such a project, please share!). lasconic 2016-05-29 17:03 GMT+02:00 Andrei Borovsky : > Hi > Being a programmer and a fan of Musescore I'd like to offe

Re: [Mscore-developer] PPA

2016-05-26 Thread Lasconic
No the PPA is not discontinued but there is no 2.0.3 release yet and there is no release for xenial yet. lasconic 2016-05-26 21:19 GMT+02:00 Robert Leleu : > Herebelow the launchpad message. > Thanks for the appimage which is installed. > > From the message and the availability of

Re: [Mscore-developer] PPA

2016-05-26 Thread Lasconic
The PPA should be accessible. See https://launchpad.net/~mscore-ubuntu/+archive/ubuntu/mscore-stable Also, on Linux, you can now use the AppImage without the need of a PPA https://musescore.org/en/download#AppImage lasconic 2016-05-26 19:06 GMT+02:00 Robert Leleu : > > > *the down

[Mscore-developer] Start of the GSoC coding period

2016-05-23 Thread Lasconic
help and feedback. You can find them on IRC, and you can read and comment on their blog. More info https://musescore.org/en/developers-handbook/google-summer-code/google-summer-code-2016 Have a great summer and happy coding! las

Re: [Mscore-developer] Unknown option 'N'. when running from Xcode

2016-05-19 Thread Lasconic
It's mentioned here at the bottom https://musescore.org/en/developers-handbook/compilation/compile-instructions-mac-os-x-git#Debugging-and-developing-MuseScore lasconic 2016-05-19 21:53 GMT+02:00 Ien Cheng : > Hi MuseScore devs - > > I hack on MuseScore on OS X with Xcode. Sometim

Re: [Mscore-developer] GSoC project idea "Accessibility"

2016-05-14 Thread Lasconic
Sure! Go ahead. Find some of us on IRC if you need help. https://kiwiirc.com/client/irc.freenode.net/?nick=musescore|?#musescore lasconic 2016-05-14 17:56 GMT+02:00 Samadhi Poornima < samadhipoornima...@cse.mrt.ac.lk>: > Hi all, > > Sorry about the delayed reply. I just had

Re: [Mscore-developer] Jack headers

2016-05-06 Thread Lasconic
need to make sure that we can control the versions that we packaged and of course that we don't get regressions in features. lasconic 2016-05-06 14:27 GMT+02:00 ABL : > Hi all, > I have one question about the Jack dependency. As I see in the Windows > build, only the headers insid

Re: [Mscore-developer] Problème de téléchargement des versions 1.0 à1.3

2016-04-28 Thread Lasconic
Bonjour Gabriel, Cette liste est anglophone. Je vais donc traduire mon message en anglais par la suite. Vous pouvez trouver toutes les versions de MuseScore ici https://musescore.org/fr/t%C3%A9l%C3%A9chargement#Versions-ant%C3%A9rieures lasconic Translation: Gabriel asked how to download

Re: [Mscore-developer] mtests, vtests, PNG and SVG

2016-04-27 Thread Lasconic
r the current state. lasconic 2016-04-27 15:02 GMT+02:00 Sideways Skullfinger < sidew...@sidewaysskullfinger.com>: > Unless someone knows the answer to your question, we'll have to generate > some SVG files and see how they look across diff platforms. For me, that > requires ot

Re: [Mscore-developer] build errors commit 994090f

2016-04-27 Thread Lasconic
You need to either 1/ install Jack and portaudio 2/ set BUILD_JACK and BUILD_PORTAUDIO to OFF when calling Cmake (and in this case, arch users will not have Jack or portaudio support). lasconic 2016-04-27 14:24 GMT+02:00 Bernhard Landauer : > I am currently attemptig to update the musescore-

Re: [Mscore-developer] mtests, vtests, PNG and SVG

2016-04-27 Thread Lasconic
e diff and raise a red flag if we find a regression in the layout/drawing algorithm. I'm not sure if it's true or not and if it's not, then we need to solve the root cause and find why different OS gives different rendering... lasconic 2016-04-26 22:17 GMT+02:00 Sideways Skullfinger

  1   2   3   4   5   >