Larger font sizes!
HUGE font sizes please! It's silly to say, but this is the only reason I'm still doing all my work on TOUCHOSC
Re: Larger font sizes!
Hi
This is on the list already, and will get updated at some point.
For me there are far too many other things that Lemur does, that TO simply can't do . . .
Also Cheers
MM
This is on the list already, and will get updated at some point.
For me there are far too many other things that Lemur does, that TO simply can't do . . .
Also Cheers
MM
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
Re: Larger font sizes!
nice, you've done the entire alphabet.
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro
Re: Larger font sizes!
Thanks
There is more to come, just need to think through the best implementations . . .
Not sure whether to go programmatic with hex conversion or just use saved arrays . . .
There are pros and cons to either approach - so maybe both are relevant in different cases . . .
The pic features 7x7, 8x8, and 16x16 fonts(using Pads and Leds) .. . .
There are also a few other experiments that expand on this concept further . . .
Thinking maybe a libChar module . . .
Cheers
MM
There is more to come, just need to think through the best implementations . . .
Not sure whether to go programmatic with hex conversion or just use saved arrays . . .
There are pros and cons to either approach - so maybe both are relevant in different cases . . .
The pic features 7x7, 8x8, and 16x16 fonts(using Pads and Leds) .. . .
There are also a few other experiments that expand on this concept further . . .
Thinking maybe a libChar module . . .
Cheers
MM
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
Re: Larger font sizes!
wow, that's rad. Kudos to your ingenuity
But it hurts my head to think about dynamically updating labels made that way. I think I'll stick to TouchOSC for now
But it hurts my head to think about dynamically updating labels made that way. I think I'll stick to TouchOSC for now
Re: Larger font sizes!
I'm finally WAY around this issue!!!
Pads were driving me NUTS, the text was not quickly readable because it was too small. I just couldn't see them in the low light of a DJ booth and even under ideal conditions I was missing cues.
Not anymore.....
I found this tip in a post and since I'm fairly comfortable with editing .jzml files in an editor I've been doing this;
Here is the beginning of a Pads definition:
<WINDOW class="Pads" text="BlackOuts" x="654" y="389" width="360" height="149" id="4" state="1" group="0" font="tahoma,12,0"............
Notice the text attribute "tahoma, 12, 0". I just changed it to "tahoma, 16, 0" and viola, readable text!
As always not for the faint of heart and ALWAYS backing up first!!!! Until the Lemur developers can get around to a "real" feature in the Lemur editor this works and I'm a very happy camper EXCEPT for <see my latest post>
HTH,
joeb
Pads were driving me NUTS, the text was not quickly readable because it was too small. I just couldn't see them in the low light of a DJ booth and even under ideal conditions I was missing cues.
Not anymore.....
I found this tip in a post and since I'm fairly comfortable with editing .jzml files in an editor I've been doing this;
Here is the beginning of a Pads definition:
<WINDOW class="Pads" text="BlackOuts" x="654" y="389" width="360" height="149" id="4" state="1" group="0" font="tahoma,12,0"............
Notice the text attribute "tahoma, 12, 0". I just changed it to "tahoma, 16, 0" and viola, readable text!
As always not for the faint of heart and ALWAYS backing up first!!!! Until the Lemur developers can get around to a "real" feature in the Lemur editor this works and I'm a very happy camper EXCEPT for <see my latest post>
HTH,
joeb
Re: Larger font sizes!
Hi
The aim is that they will be modules that are addressed pretty much like any object
The 3*Numbers one is used just like a Monitor so it should fit right in
The central idea actually open up a lot of interesting ideas on Lemur . . .
And yes the text edit approach works and I also believe the matter is being looked by the devs . .
MM
The aim is that they will be modules that are addressed pretty much like any object
The 3*Numbers one is used just like a Monitor so it should fit right in
The central idea actually open up a lot of interesting ideas on Lemur . . .
And yes the text edit approach works and I also believe the matter is being looked by the devs . .
MM
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
Re: Larger font sizes!
3*Numbers??????
What did I miss?
joeb
What did I miss?
joeb
Re: Larger font sizes!
Oh
Its a 3 digit LCD like you used to get on some gear with just 5x3 dots for the characters. . .
It has that 'retro' look . .
Guess I could post it as work in progress - just still deciding best way to implement for mega ease of use and neatness
Also how totally independent it should be? or whether i should tie it all together or both? How configurable? etc etc
At the moment it is still a slightly narrow use-case but that also raises points for consideration, discussion and decision.
But you would just drag it out as a module and you would use it similar to a Monitor . ..
Perhaps it would make a good 'workshop' topic? ?? I'll get back to you shortly on that one . . .
Cheers
MM
Its a 3 digit LCD like you used to get on some gear with just 5x3 dots for the characters. . .
It has that 'retro' look . .
Guess I could post it as work in progress - just still deciding best way to implement for mega ease of use and neatness
Also how totally independent it should be? or whether i should tie it all together or both? How configurable? etc etc
At the moment it is still a slightly narrow use-case but that also raises points for consideration, discussion and decision.
But you would just drag it out as a module and you would use it similar to a Monitor . ..
Perhaps it would make a good 'workshop' topic? ?? I'll get back to you shortly on that one . . .
Cheers
MM
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
Re: Larger font sizes!
Thanks Macciza. Just always looking for something new to play with....
:)
joeb
:)
joeb