Activity for Peter Salomonsen

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #74

    Hi, On my Mac using Java 8 from https://java.com works with the version you can download here. When it comes to newer Java versions I know about the startup problem, and there's a fix for it in the github repository here (if you are able to compile it on your own): https://github.com/petersalomonsen/frinika/commit/eeaaa1770542d37358e66017910eb4a72b768db8 However I still think Java 8 is the best version to use for Frinika, and wouldn't really recommend a newer version. Java 8 is also the latest release...

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Developers

    Hi, Thanks for the effort. Like you say it is a lot of work when trying to refactor and reorganize. No problem if you want to use the "Frinika Studio" name. There's also a new initiative from the author of DGuitar: https://github.com/mauriciogracia/DAWN As for myself I'm mostly into using the tools for creating music - done some improvements, but not anything for release yet. I'm also interested in the stuff going on with web audio and webassembly, so my programming efforts are mostly going in that...

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Developers

    Are you able to run Frinika using Jack on Linux? I was trying to use Jack, works with the old frinika, but not with 0.9.0 ( client shows up in qjackctl, but not possible to connect with system output)

  • Peter Salomonsen Peter Salomonsen modified a comment on discussion Open Discussion

    Dependency on Java 8 or newer is acceptible yes! Your version is quite a major upgrade so would be appropriate to go for 0.9 Backward compatibility testing is mostly about being able to load old projects, like the example projects on sourceforge. If you have to break some of this it's not critical. It's ok to integrate other libraries and projects Feel free to create installers. Zip-only distribution is for simplicity, and some package-maintainers have been creating installers for various distros...

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Open Discussion

    Dependency on Java 8 or newer is acceptible yes! Your version is quite a major upgrade so would be appropriate to go for 0.9 Backward compatibility testing is mostly about being able to load old projects, like the example projects on sourceforge. If you have to break some of this it's not critical. It's ok to integrate other libraries and projects Feel free to create installers. Zip-only distribution is for simplicity, and some package-maintainers have been creating installers for various distros...

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Open Discussion

    I'm ok with modularization and switching to gradle, so for me you don't need to keep the current sources.. Looking forward to see the progress here!

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Open Discussion

    Looks very good :-) https://github.com/hajdam/frinika-studio

  • Peter Salomonsen Peter Salomonsen modified a comment on discussion Open Discussion

    Sorry for late reply. Just tested with the latest version - and loaded one of my projects which worked fine! Looks good with the new Dracula theme :-) How are you thinking about merging? Will you be posting a patch (pull request) into the existing Frinika repository, or are you suggesting replacing the existing sources with your reorganized structure (you have moved all the sources into different folders ( modules )) ?

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Open Discussion

    Sorry for late reply. Been busy and haven't had time to look at your recent changes yet, but how are you thinking about merging? Will you be posting a patch (pull request) into the existing Frinika repository, or are you suggesting replacing the existing sources with your reorganized structure (you have moved all the sources into different folders ( modules )) ?

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Open Discussion

    Just cloned the repository - and run it directly from there. This is a stacktrace I get when opening a project: java.io.InvalidClassException: failed to read class descriptor at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1611) at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1521) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1781) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1353) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2018)...

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Open Discussion

    Looks very cool with that dark version :-) I think it's very interesting to see different versions and forks, so keep on experimenting! Was trying to load projects created with the original Frinika into this new, but couldn't make it work. Have you succeeded in transfering projects from the original Frinika to your version?

  • Peter Salomonsen Peter Salomonsen committed [7c7677]

    Changed so that notes are played even though they are outside part boundaries.

  • Peter Salomonsen Peter Salomonsen committed [6b4ac8]

    Shutdown ASIO driver properly on quit

  • Peter Salomonsen Peter Salomonsen committed [00c00c]

    Avoid concurrent modification exception on recording take commit

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #5

    Haven't figured out exactly why your file wouldn't import with the regular import midi function, but found that if you use the "Import MIDI to lane(s)" function in the Edit menu, that seemed to import your file. Does that work for you?

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #5

    I just tried to download "Star Wars - by John Willams (Movie Themes)" from this page: http://www.midiworld.com/files/1128/ and import it into frinika using the "Import midi" function. Frinika prompts "select midi out device" and I chose Gervill, and the midi file imported find and I was able to play it. Seems like you're doing nothing wrong. It might be that your MIDI file has some setup that Frinika isn't able to handle. Would you like to attach it so that I can investigate what goes wrong?

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #4

    Cool! I wasn't aware of lv2 - but looks very interesting. I'm not happy with VST...

  • Peter Salomonsen Peter Salomonsen committed [446576]

    Merge sourceforge/master

  • Peter Salomonsen Peter Salomonsen modified ticket #2

    "a JNI error has occured, please check installation and try again"

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #2

    Finally I got to test this with windows 10 and the reason you get this error is that...

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #2

    Unfortunately I don't have access to windows 10, thus I'm not able to investigate...

  • Peter Salomonsen Peter Salomonsen posted a comment on merge request #2

    Looks good! Also good that you added the help and version options. Thanks for the...

  • Peter Salomonsen Peter Salomonsen posted a comment on merge request #1

    If you could make it somehow like this: java -jar frinika.jar -f /somedir/MyFrinikaConfig.xml...

  • Peter Salomonsen Peter Salomonsen posted a comment on merge request #1

    Thanks for the initiative anyway. What about having the config file location as a...

  • Peter Salomonsen Peter Salomonsen posted a comment on merge request #1

    NetBeans split the configuration in the .netbeans folder and the user data in the...

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #2

    Thanks for the info. I haven't got windows 10 myself, so I have not had the chance...

  • Peter Salomonsen Peter Salomonsen modified ticket #2

    "a JNI error has occured, please check installation and try again"

  • Peter Salomonsen Peter Salomonsen modified ticket #3

    "JNI error has occured/Java exception has occured"

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #2

    Which version of Frinika is this? What operating system are you running? Did you...

  • Peter Salomonsen Peter Salomonsen committed [200fcd]

    Fixed NPE on empty codesynth

  • Peter Salomonsen Peter Salomonsen posted a comment on merge request #1

    Thanks for your contribution. However I'm a little worried by the change here, because...

  • Peter Salomonsen Peter Salomonsen committed [28d55d]

    Export WAV didn't work when using JACK - fixed

  • Peter Salomonsen Peter Salomonsen committed [50d12e]

    Export WAV didn't work when using JACK - fixed

  • Peter Salomonsen Peter Salomonsen committed [b0919d]

    Must use configured sample rate when starting G...

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Open Discussion

    I like the initiative - and think it's great to see a Frinika fork this way. Looking...

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #73

    Either you must right click on frinika.jar and choose to open it using Java (you...

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Help

    I've also added a Video now to show you how it's done. Watch it here: https://ww...

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Help

    Sorry for the delay. Unfortunately the mediawiki has been taken down on sourceforge...

  • Peter Salomonsen Peter Salomonsen committed [r751]

    Fixed broken references (NetBeans project setti...

  • Peter Salomonsen Peter Salomonsen committed [r3124]

    When reducing contract period, existing project...

  • Peter Salomonsen Peter Salomonsen committed [r3123]

    DACSector ordered listing

  • Peter Salomonsen Peter Salomonsen committed [r3122]

    Corrected administrative supplement for org yea...

  • Peter Salomonsen Peter Salomonsen committed [r3121]

    Implementert summering per organisasjon for pro...

  • Peter Salomonsen Peter Salomonsen committed [r3120]

    Updated project settings

  • Peter Salomonsen Peter Salomonsen committed [r3119]

    Skip table generation

  • Peter Salomonsen Peter Salomonsen committed [r3118]

    Removed budget parameter pane button

  • Peter Salomonsen Peter Salomonsen committed [r3117]

    Since automatically calculated from project sum...

  • Peter Salomonsen Peter Salomonsen posted a comment on discussion Open Discussion

    No need to compile - but make sure that you have Java installed (go to www.java.com)....

  • Peter Salomonsen Peter Salomonsen committed [r750]

    Fix for RasmusDSP to work with Java 7 update 55

  • Peter Salomonsen Peter Salomonsen committed [r749]

    Workaround for Java 7 update 55 where RasmusDSP...

  • Peter Salomonsen Peter Salomonsen committed [r3116]

    Organisation level themes showed themes from al...

  • Peter Salomonsen Peter Salomonsen committed [r3115]

    Added coordinates for PALESTINE

  • Peter Salomonsen Peter Salomonsen posted a comment on ticket #50

    Have you tried clicking the exclamation mark button on the upper right? Doesn't this...

  • Peter Salomonsen Peter Salomonsen committed [r3114]

    Fixed so that members can upload framework agre...

  • Peter Salomonsen Peter Salomonsen committed [r3113]

    Taller frame for uploading files

  • Peter Salomonsen Peter Salomonsen committed [r3112]

    Don't require all fields to be filled, just tha...

  • Peter Salomonsen Peter Salomonsen committed [r3111]

    Disabled window unload save changes event

  • Peter Salomonsen Peter Salomonsen committed [r3110]

    Handle content-type == null

  • Peter Salomonsen Peter Salomonsen committed [r3109]

    Show file description (if available) for images...

  • Peter Salomonsen Peter Salomonsen committed [r3108]

    Display small scale versions of uploaded image ...

  • Peter Salomonsen Peter Salomonsen committed [r3107]

    Thematic questions file attachments mapping to ...

  • Peter Salomonsen Peter Salomonsen committed [r3106]

    When getting printable form, also enable AJAX c...

  • Peter Salomonsen Peter Salomonsen committed [r3105]

    Show proper error message if not able to save e...

  • Peter Salomonsen Peter Salomonsen committed [r3104]

    Visning av mer enn kun siste PDF

  • Peter Salomonsen Peter Salomonsen committed [r3103]

    Take multiple DAC sectors per project in accoun...

  • Peter Salomonsen Peter Salomonsen committed [r3102]

    Multiple DAC sectors per project in Norad Stati...

  • Peter Salomonsen Peter Salomonsen committed [r3101]

    Automatic calculation of sums for framework agr...

  • Peter Salomonsen Peter Salomonsen committed [r3100]

    Escape backslash

  • Peter Salomonsen Peter Salomonsen committed [r3099]

    Escape backslash

  • Peter Salomonsen Peter Salomonsen committed [r3098]

    Fix for NFE when opening project question form

  • Peter Salomonsen Peter Salomonsen committed [r748]

    CoreAudio underrun handling by resetting

  • Peter Salomonsen Peter Salomonsen committed [r3097]

    Backward compatibility for DACSectors when it c...

  • Peter Salomonsen Peter Salomonsen committed [r3096]

    Add/remove more than one DAC sector per project...

  • Peter Salomonsen Peter Salomonsen committed [r747]

    Underrun handling

  • Peter Salomonsen Peter Salomonsen committed [r746]

    Changed video playlist url

  • Peter Salomonsen Peter Salomonsen committed [r745]

    Website updates

  • Peter Salomonsen Peter Salomonsen committed [r3095]

    Fixed excel export that didn't work with column...

  • Peter Salomonsen Peter Salomonsen committed [r3094]

    Show dashboard messages with no specific recipi...

  • Peter Salomonsen Peter Salomonsen committed [r3093]

    Show organisation names in list of dashboard items

  • Peter Salomonsen Peter Salomonsen committed [r3092]

    Possible to edit recipient organisation/no spec...

  • Peter Salomonsen Peter Salomonsen committed [r3091]

    Functionality to add new dashboard items

  • Peter Salomonsen Peter Salomonsen committed [r3090]

    Functionality to list and edit dashboard items

  • Peter Salomonsen Peter Salomonsen committed [r361]

    Export date objects as long instead of JSON dat...

  • Peter Salomonsen Peter Salomonsen committed [r3089]

    Indicate framework agreement to PFP form

  • Peter Salomonsen Peter Salomonsen committed [r3088]

    Only show themes with actual results

  • Peter Salomonsen Peter Salomonsen committed [r3087]

    If JSON property for selected context does not ...

  • Peter Salomonsen Peter Salomonsen committed [r3086]

    Do not show project years with status "Rejected...

  • Peter Salomonsen Peter Salomonsen committed [r3085]

    Do not show project years with status "Rejected...

  • Peter Salomonsen Peter Salomonsen committed [r3084]

    Do not show project years with status "Rejected...

  • Peter Salomonsen Peter Salomonsen committed [r3083]

    Do not show project years with status "Rejected...

  • Peter Salomonsen Peter Salomonsen committed [r3082]

    Do not show project years with status "Rejected...

  • Peter Salomonsen Peter Salomonsen committed [r3080]

    Support for new manifest attributes required by...

  • Peter Salomonsen Peter Salomonsen committed [r3081]

    Do not show project years with status "Rejected...

  • Peter Salomonsen Peter Salomonsen committed [r360]

    Support for new manifest attributes required by...

  • Peter Salomonsen Peter Salomonsen committed [r744]

    Detecting buffer underrun - but don't know what...

  • Peter Salomonsen Peter Salomonsen committed [r743]

    Mac OSX CoreAudio support (using FrogDisco)

  • Peter Salomonsen Peter Salomonsen committed [r3079]

    Updated with Manifest Permission attribute. Sig...

  • Peter Salomonsen Peter Salomonsen committed [r3078]

    Updated with Manifest Permission attribute. Sig...

  • Peter Salomonsen Peter Salomonsen committed [r742]

    Smooth transitions

  • Peter Salomonsen Peter Salomonsen committed [r741]

    pan and zoom image

1 >
MongoDB Logo MongoDB