Questions tagged [synth]

Synth is the name of a Look-and-Feel in Java Swing. For questions about sound and music, it is recommended that you use the 'synthesizer' tag instead.

Synth is a special look-and-feel provided by Swing which is completely unstyled by default, but can be customized using an XML configuration or by extending the code. It is essentially a 'skin' for Java applications.

See also:

100 questions
0
votes
2 answers

AudioKit v5 - What is the best way to program polyphony?

I am trying to use AudioKit v5 to build a simple synthesizer app that plays a certain frequency whenever a button is pressed. I would like there to be 28 buttons. However, I do not know if I should use the DunneAudioKit Synth class or create a…
0
votes
0 answers

How to add colours to "path.plot"?

First of all, please note that I am a very inexperienced user of R, so please apologize if I have a silly question. I would like to colour the lines in the path.plot, but I have not been able to do this (certainly not a problem with R, but my…
Marc
  • 1
0
votes
0 answers

Python: RuntimeError: Text is not visible

I working on creating new korean dataset using thishttps://github.com/clovaai/synthtiger. While generating Korean dataset, I have added all given requirements like fonts and everything. I am using below command to generate dataset but getting an…
Khawar Islam
  • 2,556
  • 2
  • 34
  • 56
0
votes
2 answers

index musical notes using for loop in p5.js just plays a single note. flies through the for loop despite setTimeout. will not play as expected

wish to run a for loop indexing musical notes. runs through forloop without playing notes as expected. have spent a few days reading docs, stack overflow, youtube coding train and still cannot get it to work as expected please help let…
AJJ
  • 11
  • 2
0
votes
2 answers

Making several synth LookAndFeels coexist at the same time in a java swing application

I am working on a java swing application using synth Look and Feel. There are already styles for every possible swing component I must change the whole application's LookAndFeel, redefining different styles for every possible swing component. I am…
wilbut
  • 34
  • 4
0
votes
1 answer

SourceDataLine (usb midi) key logging is to slow for real time playing

Hi i'm trying to make a synth for real time playing in java. One problem was latency which with couple of sugestions i was able to get to acceptable latency. However the if you go little to fast on a keyboard it starts skipping key or crackling. I…
theGuy123
  • 11
  • 3
0
votes
1 answer

SourceDataLine delay to much for real time playing (synth)

I tried making a synth and it works and I can play music with them. However the first synth that I made had delay and you couldn't play fast songs. So I tried again using sourceDataline.flush() method to speed it up. Well it somewhat fixes it but…
theGuy123
  • 11
  • 3
0
votes
0 answers

How do i use PYSimplGUI to update a value used in a continuous thread in python?

I'm creating a simple synthesizer with a simple gui with a single frequency slider. In one program I've learned how to create the slider and update a variable when the slider changes, and in a separate program i've created the synth program that…
Milothicus
  • 123
  • 2
  • 7
0
votes
2 answers

setting font color of button using XML and Java Swing Synth LaF

I'm using the Java Swing Synth Look and Feel. I'm able to specify the style of several components. Nonetheless, I'm not able to set the font color of a button for the default state. Text of buttons is always displayed in black, but when…
postmann
  • 13
  • 5
0
votes
1 answer

How can I change the "disabled icon" style using SynthLookAndFeel?

I'm currently designing a Swing app with a custom "yellow on black" Look and Feel, and it seems SynthLookAndFeel is the way to go. All my buttons consist of an ImageIcon (no text), for example: When buttons are disabled, I would like the icons to…
Vicne
  • 363
  • 3
  • 11
0
votes
1 answer

How can I loop through a list of predictors using the Synth() Package in R

I am using the 'Synth' package in R (see ftp://cran.r-project.org/pub/R/web/packages/Synth/Synth.pdf) and I'd like to figure out how to run all possible combinations of my predictors. I have been using the very helpful previous 'Synth' loop…
0
votes
1 answer

Java Synth: can't get a white background in textfield

I can't get a white background for my JTextField, what am I doing wrong ? (I know that the image is not painted in the center for the text to be shown, but I'va set background to white; has no effect) -- XML --
Michael
  • 51
  • 1
  • 12
0
votes
1 answer

Customizing components using Java Synth xml file?

I'm developing a Java application with a custom UI and I'm using Java Synth to achieve that. Currently I'm developing the xml file manually. Do you think this is a good way to do it, or should I use specific software for that? Anyway, I've…
Micael
  • 53
  • 1
  • 1
  • 5
0
votes
1 answer

Swing Synth Skin: Can you override Styles?

I have a style defined for a JLabel:
8bitjunkie
  • 12,793
  • 9
  • 57
  • 70