python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Reading memory through a Python script invoked by JUCE
I wrote a Python script which has the task to download a FITS file, in order to read the data of a star, through the exploitation of the library astropy. Unfortunately, I can't write anything to the d...
Balthus89
Votes: 0
Answers: 0
class fileChooser has no function file browserForFileToOpen()
Don't know what is the reason behind that error. It is showing that there is no function for chooser class.
https://i.stack.imgur.com/lErRv.png
Daniyal Irfan
Votes: 0
Answers: 1
How to read the length of audio files using Juce "C++." Without playing the file
I'm trying to display the length of audio files in a Playlist component for an application.
I've not used Juce or C++ before, and I can't understand how to do that from Juce documentation.
I want to m...
Amr Ezzat
Votes: 0
Answers: 2
Unknown type name (C++) JUCE
I have an issue with my cpp file where I have written a component code into my header file. But my CPP file could not read it for some reason and it shows as unknown type name. I have also include the...
Kit KamSeng
Votes: 0
Answers: 0