[Csnd] font sizes
Date | 2017-09-17 19:34 |
From | Bill Alves |
Subject | [Csnd] font sizes |
I have a project in which I would like a live musician to see measure and beat numbers on a laptop screen as the csound file plays. Since I was using CsoundQT, I displayed the numbers with widgets, but I found that widgets seem to have a font size limit of 99. I would like to have the numbers potentially fill the whole screen. Thanks for your suggestions. Bill Alves Professor of Music, The Claremont Colleges Harvey Mudd College 301 Platt Blvd. Claremont CA 91711 http://pages.hmc.edu/alves/ http://www.billalves.com/ Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2017-09-17 19:54 |
From | Guillermo Senna |
Subject | Re: [Csnd] font sizes |
Hi Bill, I don't know about CsoundQt font sizes, but maybe you could talk to the software INScore through OSC if there is no way around it with the widgets. Just a thought! 2017-09-17 15:34 GMT-03:00, Bill Alves |
Date | 2017-09-17 20:02 |
From | Michael Gogins |
Subject | Re: [Csnd] font sizes |
Use HTML. You can then have any font size or style you like. You can use the very latest version of the Windows installer with CsoundQt that has HTML5 support enabled, or csound.node. CsoundQt comes with some HTML examples. If you are not on Windows you can use the WebAssembly build of Csound, which runs in a Web browser without external dependencies. Example here: https://gogins.github.io/csound/Scrims_wasm.html, clone the whole business from https://github.com/gogins/gogins.github.io and run your own local Web server to get this to work on your computer. Regards, Mike ----------------------------------------------------- Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sun, Sep 17, 2017 at 2:34 PM, Bill Alves |
Date | 2017-09-17 20:03 |
From | joachim heintz |
Subject | Re: [Csnd] font sizes |
or, as two other (very simple) options: 1. reduce screen resolution (e.g. 600x800 instead of 1000x1600) 2. zoom in via your operating system (for me on debian: alt + scroll up). joachim On 17/09/17 20:54, Guillermo Senna wrote: > Hi Bill, > > I don't know about CsoundQt font sizes, but maybe you could talk to > the software INScore through OSC if there is no way around it with the > widgets. > > Just a thought! > > 2017-09-17 15:34 GMT-03:00, Bill Alves |
Date | 2017-09-17 21:10 |
From | Tarmo Johannes |
Subject | Re: [Csnd] font sizes |
Hi, There is also CsounQt build for osx on CsoundQt releases page 0.9.5 beta on CsoundQt Github page. But I will increase the font size limit for native widgest as well in CsoundQT. Thanks for hint. Tarmo 17.09.2017 22:02 kirjutas kuupäeval "Michael Gogins" <michael.gogins@gmail.com>: Use HTML. You can then have any font size or style you like. You can |
Date | 2017-09-17 21:12 |
From | Tarmo Johannes |
Subject | Re: [Csnd] font sizes |
And there is my vClick app - Your player could use that (also in a phone on a stand) and you can send OSC messages from Csound to the app, See tarmoj.github.io/vclick - how it works (and getting started) Hope it helps. T 17.09.2017 23:10 kirjutas kuupäeval "Tarmo Johannes" <trmjhnns@gmail.com>:
|