executer300183's Recent Forum Activity

  • Thank you for answering

    In fact-I need to replace the pre-loaded sound with another one-which will be added to the program when dragging

    But the whole problem is that if the names match, then the replacement does not occur!

    So there are two possible solutions

    1) - either you need to delete the first sound and then upload the second one with the same name

    2) Either copy the contents of the second newly uploaded audio to the first one-but this is not possible-there is no such command

  • The Delete command is not available

    you need to delete it from the folder and not unload it from RAM

    Or-maybe someone can tell you-how to implement copying from one sound to another?

  • Admit

    But what about the other controllers in the 1-79 range?

    They are very necessary

    For example, the modulation wheel-controller 1

    Etc

    . Yes, many other controllers are needed-and all are below 80 numbers

    https://nickfever.com/music/midi-cc-list

  • Doesn't respond!

    It seems that these commands do not return anything YET and do not work in any way

    They must have been forgotten in a hurry

  • Here it is not possible to specify the NUMBER of the controller - from which the value is taken for comparison

    How to use it?

    Let's say I want to check controller 1 and its value

    But-you can't enter the controller number anywhere((((

  • Thank you to everyone who answered-the problem was solved with a space and rearrangement of terms!

  • I rearranged the arguments and everything worked

    Very strange

    Apparently construct 3 for some reason does not digest the "str" operator well???

  • It works randomly((

    This is not 2 separate tags obtained-and you can see it in the debugger

    And the code of my program does not recognize both of these tags separately((((

    Conditions don't work

    So-in the end, two tags are not obtained

  • A construction like "tag1" " tag2 " doesn't work!

    When you try to insert a space, the compiler swears and does not enter the string

    I don't need a single tag!

    The.&. operator-combines tags-two in one

    And I need it to be like this for example. "audio" "audio2"

    But it doesn't work that way-the compiler won't skip the space between tags!

    And here is "audio" & "audio2". it ends up with ONE tag "audio audio2"-I don't need that!

  • A construction like "tag1" " tag2 " doesn't work!

    When you try to insert a space, the compiler swears and does not enter the string

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • If you want to specify multiple tags, you still use a single string, but the tags are separated by spaces, e.g. "foo bar". You can use an expression to generate such a string, but it must be a valid expression. The expression str(Midi.NoteNumber - 23) & " audio" will do this as it will return something like "50 audio" - note the space before " audio". Using a number is an odd kind of tag though, I'd suggest something like "note" & str(Midi.NoteNumber - 23) & " audio", which will produce a tag string like "note50 audio", i.e. two tags "note50" and "audio".

    I don't need a string consisting of combined tags!

    I need 2 separate working tags for one sound

    It seems that there is a bug in construct 3

    You can't just separate 2 tags with spaces-the compiler doesn't skip them!

  • If you want to specify multiple tags, you still use a single string, but the tags are separated by spaces, e.g. "foo bar". You can use an expression to generate such a string, but it must be a valid expression. The expression str(Midi.NoteNumber - 23) & " audio" will do this as it will return something like "50 audio" - note the space before " audio". Using a number is an odd kind of tag though, I'd suggest something like "note" & str(Midi.NoteNumber - 23) & " audio", which will produce a tag string like "note50 audio", i.e. two tags "note50" and "audio".

    Dear friend,

    You're wrong(

    letter. "& " joins strings

    And it turns out ONE total tag-and I need TWO different and separate ones

executer300183's avatar

executer300183

Member since 16 Sep, 2015

Twitter
executer300183 has 1 followers

Trophy Case

  • 9-Year Club
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

12/44
How to earn trophies