Paul Rosen
Paul Rosen
This was really useful! One more detail is that the file must be mono.
Can I see a small abc string and your javascript? Maybe I can figure out where the problem is.
Will be fixed in version 6.1.9
The "responsive" item makes the music as large as possible to fit the surrounding container, so making the surrounding container larger will make the music larger. And it isn't compatible...
This sounds like a bug somewhere. I don't quite understand the initial problem - the first thing you tried should have repeated that one bar over and over. You are...
This hides the tempo for me: ``` X:1 T:No Tempo %%printtempo false Q:1/4=120 M:4/4 K:G CCCC| ```
There is at least one bug in the progress (used in both the cursor and the player). One is that there appears to be a rounding error where it can...
The first thing I notice is that you're rendering twice - when you use the editor it renders automatically, then you are calling renderAbc below that. You should be able...
That's a good example. You're not rendering twice there. I don't have time to look at it right now, but I will by the end of the week. I'm guessing...
That will take some debugging. The first thing I'd do is put a breakpoint at create_synth.js after ``` self.flattened = options.visualObj.setUpAudio(params); ``` and be sure that looks right. I think...